summaryrefslogtreecommitdiff
path: root/x11/gnome-session/Makefile
diff options
context:
space:
mode:
authordrochner <drochner>2007-04-11 20:25:38 +0000
committerdrochner <drochner>2007-04-11 20:25:38 +0000
commit2476df667e1be5b0aa218e764877f32a39047f6b (patch)
tree350abcc47cf6893f212c7bd2f60da5a7e84e8990 /x11/gnome-session/Makefile
parent61e8952c9b9e79ae81621c04a90bbe8cb556a2e7 (diff)
downloadpkgsrc-2476df667e1be5b0aa218e764877f32a39047f6b.tar.gz
update to 2.18.0
This moves this pkg to the new stable gnome branch, too much to list here. pkgsrc note: automatic dbus startup doesn't work well, it seems to conflict with another dbus autostart. Better start the session with "dbus-launch". gdm-2.18 will take care of that.
Diffstat (limited to 'x11/gnome-session/Makefile')
-rw-r--r--x11/gnome-session/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/x11/gnome-session/Makefile b/x11/gnome-session/Makefile
index 806f8c96960..2a0b7d72206 100644
--- a/x11/gnome-session/Makefile
+++ b/x11/gnome-session/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.81 2007/03/21 12:05:55 wiz Exp $
+# $NetBSD: Makefile,v 1.82 2007/04/11 20:25:38 drochner Exp $
#
-DISTNAME= gnome-session-2.16.2
-PKGREVISION= 1
+DISTNAME= gnome-session-2.18.0
CATEGORIES= x11 gnome
-MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.16/}
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/2.18/}
SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/}
EXTRACT_SUFX= .tar.bz2
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} gnome-splash-2.16.0.png
@@ -56,15 +55,16 @@ BUILDLINK_DEPMETHOD.libXt?= build
.include "../../x11/libSM/buildlink3.mk"
.include "../../x11/libX11/buildlink3.mk"
.include "../../x11/libXt/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
post-extract:
- ${MV} ${WRKSRC}/gnome-session/gnome-splash.png \
- ${WRKSRC}/gnome-session/gnome-splash-orig.png
+ ${MV} ${WRKSRC}/data/gnome-splash.png \
+ ${WRKSRC}/data/gnome-splash-orig.png
${CP} ${DISTDIR}/gnome-splash-2.16.0.png \
- ${WRKSRC}/gnome-session/gnome-splash.png
+ ${WRKSRC}/data/gnome-splash.png
post-install:
- ${INSTALL_DATA} ${WRKSRC}/gnome-session/gnome-splash-orig.png \
+ ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash-orig.png \
${PREFIX}/share/pixmaps/splash/gnome-splash-orig.png
.include "../../mk/bsd.pkg.mk"