diff options
author | jmcneill <jmcneill@pkgsrc.org> | 2008-11-23 02:24:36 +0000 |
---|---|---|
committer | jmcneill <jmcneill@pkgsrc.org> | 2008-11-23 02:24:36 +0000 |
commit | 5df545c5ba823b1bb0f9830c494d8fca91f6a1f2 (patch) | |
tree | 1d0eaa4986d8997b6c5679041adf41c16e9550b6 /x11/gdm | |
parent | f0ee83c41003883f329ad53145fff0f62c97823f (diff) | |
download | pkgsrc-5df545c5ba823b1bb0f9830c494d8fca91f6a1f2.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/Makefile | 5 |
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 |