summaryrefslogtreecommitdiff
path: root/x11/gdm
diff options
context:
space:
mode:
authorjmcneill <jmcneill>2008-11-23 02:24:36 +0000
committerjmcneill <jmcneill>2008-11-23 02:24:36 +0000
commit878ae040af00efc3c5124adb61dc3f45ba237a93 (patch)
tree1d0eaa4986d8997b6c5679041adf41c16e9550b6 /x11/gdm
parent5973bad1908607dd227085d6a24a41f68b63986b (diff)
downloadpkgsrc-878ae040af00efc3c5124adb61dc3f45ba237a93.tar.gz
Use Clearlooks as the default gdm theme to not only match the GNOME default
but also make it look like this software was written at some point in the past 20 years. Bump PKGREVISION.
Diffstat (limited to 'x11/gdm')
-rw-r--r--x11/gdm/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/gdm/Makefile b/x11/gdm/Makefile
index bb8ae025b13..92fe65354ee 100644
--- a/x11/gdm/Makefile
+++ b/x11/gdm/Makefile
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.146 2008/11/22 17:35:15 wiz Exp $
+# $NetBSD: Makefile,v 1.147 2008/11/23 02:24:36 jmcneill Exp $
#
DISTNAME= gdm-2.20.7
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gdm/2.20/}
EXTRACT_SUFX= .tar.bz2
@@ -71,6 +71,7 @@ SUBST_FILES.desktop+= config/gdm.conf.in
SUBST_SED.desktop= -e 's/^_//g'
SUBST_SED.desktop+= -e 's|^User=gdm$$|User=${GDMOWN}|g'
SUBST_SED.desktop+= -e 's|^Group=gdm$$|Group=${GDMGRP}|g'
+SUBST_SED.desktop+= -e 's|^\#GtkTheme=.*$$|GtkTheme=Clearlooks|g'
.if ${OPSYS} == "NetBSD"
SUBST_SED.desktop+= -e 's|^\#Logo=.*$$|Logo=${PREFIX}/share/pixmaps/NetBSD.xpm|g'
.endif