pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/gdm Use Clearlooks as the default gdm theme to not...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/846d13a52ab1
branches:  trunk
changeset: 550491:846d13a52ab1
user:      jmcneill <jmcneill%pkgsrc.org@localhost>
date:      Sun Nov 23 02:24:36 2008 +0000

description:
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:

 x11/gdm/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (22 lines):

diff -r 71dbbdd68b11 -r 846d13a52ab1 x11/gdm/Makefile
--- a/x11/gdm/Makefile  Sun Nov 23 02:01:43 2008 +0000
+++ b/x11/gdm/Makefile  Sun Nov 23 02:24:36 2008 +0000
@@ -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_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



Home | Main Index | Thread Index | Old Index