[Midnightbsd-cvs] mports: x11/gnome-session: Update for gnome 2.22

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Jun 1 15:22:25 EDT 2008


Log Message:
-----------
Update for gnome 2.22

Modified Files:
--------------
    mports/x11/gnome-session:
        Makefile (r1.2 -> r1.3)
        distinfo (r1.2 -> r1.3)
        pkg-plist (r1.2 -> r1.3)
    mports/x11/gnome-session/files:
        patch-data_Makefile.in (r1.2 -> r1.3)

Added Files:
-----------
    mports/x11/gnome-session/files:
        patch-disable_debug (r1.1)

-------------- next part --------------
Index: pkg-plist
===================================================================
RCS file: /home/cvs/mports/x11/gnome-session/pkg-plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/gnome-session/pkg-plist -L x11/gnome-session/pkg-plist -u -r1.2 -r1.3
--- x11/gnome-session/pkg-plist
+++ x11/gnome-session/pkg-plist
@@ -36,6 +36,7 @@
 share/locale/fa/LC_MESSAGES/gnome-session-2.0.mo
 share/locale/fi/LC_MESSAGES/gnome-session-2.0.mo
 share/locale/fr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/fur/LC_MESSAGES/gnome-session-2.0.mo
 share/locale/ga/LC_MESSAGES/gnome-session-2.0.mo
 share/locale/gl/LC_MESSAGES/gnome-session-2.0.mo
 share/locale/gu/LC_MESSAGES/gnome-session-2.0.mo
@@ -116,6 +117,8 @@
 share/pixmaps/splash/tremulant-2.12.png
 share/pixmaps/splash/tremulant-blood-2.12.png
 share/pixmaps/splash/tremulant-brushed-metal-2.12.png
+ at dirrmtry share/xsessions
+ at dirrmtry share/applications
 @dirrmtry share/locale/zu/LC_MESSAGES
 @dirrmtry share/locale/zu
 @dirrmtry share/locale/zh_HK/LC_MESSAGES
@@ -142,10 +145,11 @@
 @dirrmtry share/locale/ku
 @dirrmtry share/locale/hy/LC_MESSAGES
 @dirrmtry share/locale/hy
+ at dirrmtry share/locale/fur/LC_MESSAGES
+ at dirrmtry share/locale/fur
 @dirrmtry share/locale/dz/LC_MESSAGES
 @dirrmtry share/locale/dz
 @dirrmtry share/locale/bn_IN/LC_MESSAGES
 @dirrmtry share/locale/bn_IN
 @dirrmtry share/locale/be at latin/LC_MESSAGES
 @dirrmtry share/locale/be at latin
- at dirrmtry share/applications
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/x11/gnome-session/Makefile,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/gnome-session/Makefile -L x11/gnome-session/Makefile -u -r1.2 -r1.3
--- x11/gnome-session/Makefile
+++ x11/gnome-session/Makefile
@@ -8,7 +8,7 @@
 #
 
 PORTNAME=	gnome-session
-PORTVERSION=	2.20.3
+PORTVERSION=	2.22.1.1
 CATEGORIES=	x11 gnome
 MASTER_SITES=	${MASTER_SITE_GNOME} \
 		http://www.marcuscom.com/downloads/:local
@@ -20,18 +20,20 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Session component for the GNOME 2 desktop
+LICENSE=	gpl2
 
-BUILD_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center
+BUILD_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon
 LIB_DEPENDS=	dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \
-		gnome-keyring.0:${PORTSDIR}/security/gnome-keyring
-RUN_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-control-center \
+		gnome-keyring.0:${PORTSDIR}/security/gnome-keyring \
+		notify.1:${PORTSDIR}/devel/libnotify
+RUN_DEPENDS=	${LOCALBASE}/libexec/gnome-settings-daemon:${PORTSDIR}/sysutils/gnome-settings-daemon \
 		${LOCALBASE}/bin/xdpyinfo:${PORTSDIR}/x11/xdpyinfo
 
 INSTALLS_ICONS=	yes
 USE_GETTEXT=	yes
 USE_BZIP2=	yes
-USE_XLIB=	yes
-USE_GNOME=	gnomeprefix gnomehack intlhack gnomedesktop
+USE_XORG=	xau xrandr
+USE_GNOME=	gnomeprefix gnomehack intlhack libgnomeui
 GNOME_DESKTOP_VERSION=2
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
@@ -53,8 +55,6 @@
 	${INSTALL_DATA} ${WRKSRC}/data/gnome-splash.png \
 		${PREFIX}/share/pixmaps/splash/original-gnome-splash.png
 .for splash in MaMBaNgGaoX-2.12.png adamw-piggy-2.12.png adamw-trophy-2.12.png andreas-slogan-2.12.png andreas-splash-2.12.png domix-splash-2.12.png domix-splash2-2.12.png mumija-2.12.png mumija2-2.12.png mumija3-2.12.png tremulant-2.12.png tremulant-blood-2.12.png tremulant-brushed-metal-2.12.png franz-splash_218.png adamw-bat-2.18.jpg adamw-conky-2.18.png adamw-cow-2.18.png adamw-mouth-2.18.png adamw-swing-2.18.png
-	${INSTALL_DATA} ${WRKDIR}/freebsd-splashes-gnome-2.18/${splash} \
-		${PREFIX}/share/pixmaps/splash
 .endfor
 
 .include <bsd.port.mk>
Index: distinfo
===================================================================
RCS file: /home/cvs/mports/x11/gnome-session/distinfo,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/gnome-session/distinfo -L x11/gnome-session/distinfo -u -r1.2 -r1.3
--- x11/gnome-session/distinfo
+++ x11/gnome-session/distinfo
@@ -1,6 +1,6 @@
-MD5 (gnome2/gnome-session-2.20.3.tar.bz2) = f9d80e12c8fd79efa9786f617ba18bc7
-SHA256 (gnome2/gnome-session-2.20.3.tar.bz2) = eff4f7a1eb15a9a92317de9c07f9530ce1110c9ac84fc777f97a59316b9f2ee1
-SIZE (gnome2/gnome-session-2.20.3.tar.bz2) = 751906
+MD5 (gnome2/gnome-session-2.22.1.1.tar.bz2) = 6e1e975efb0c717b09821ed4231eb584
+SHA256 (gnome2/gnome-session-2.22.1.1.tar.bz2) = d30cc06bfa92f373577761ab56f718c146c6b207614746094ea4412f514f9384
+SIZE (gnome2/gnome-session-2.22.1.1.tar.bz2) = 773504
 MD5 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 80eb8c52fcf9fe977e0bf8ed48b85fe5
 SHA256 (gnome2/freebsd-splashes-gnome-2.18_1.tar) = fcca0f6eb759a4ef0211ecd61340f84ce8ad4d7493f725ac8613724faadbb508
 SIZE (gnome2/freebsd-splashes-gnome-2.18_1.tar) = 1630720
--- /dev/null
+++ x11/gnome-session/files/patch-disable_debug
@@ -0,0 +1,13 @@
+--- gnome-session/main.c.orig	2008-01-16 16:48:55.000000000 -0600
++++ gnome-session/main.c	2008-01-16 16:50:01.000000000 -0600
+@@ -626,8 +626,8 @@
+       major = atoi (versions [1]);
+       if ((major % 2) != 0)
+ 	{
+-          g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
+-	  g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL);
++          /* g_setenv ("G_DEBUG", "fatal_criticals", FALSE);
++	     g_log_set_always_fatal (G_LOG_LEVEL_CRITICAL); */
+ 	}
+     }
+   g_strfreev (versions);
Index: patch-data_Makefile.in
===================================================================
RCS file: /home/cvs/mports/x11/gnome-session/files/patch-data_Makefile.in,v
retrieving revision 1.2
retrieving revision 1.3
diff -L x11/gnome-session/files/patch-data_Makefile.in -L x11/gnome-session/files/patch-data_Makefile.in -u -r1.2 -r1.3
--- x11/gnome-session/files/patch-data_Makefile.in
+++ x11/gnome-session/files/patch-data_Makefile.in
@@ -1,9 +1,18 @@
---- data/Makefile.in.orig	Sun Jan 28 20:39:50 2007
-+++ data/Makefile.in	Sun Jan 28 20:41:03 2007
-@@ -271,7 +271,7 @@ EXTRA_DIST = \
- 	session-properties.desktop.in
+--- data/Makefile.in.orig	2008-03-01 02:09:17.000000000 -0500
++++ data/Makefile.in	2008-03-01 02:10:21.000000000 -0500
+@@ -258,7 +258,7 @@ default_in_files = default.session.in
+ default_DATA = $(default_in_files:.session.in=.session)
+ xsessiondir = $(datadir)/xsessions
+ xsession_in_files = gnome.desktop.in
+-xsession_DATA = $(xsession_in_files:.desktop.in=.desktop)
++xsession_DATA = # $(xsession_in_files:.desktop.in=.desktop)
+ settingsdir = $(datadir)/applications
+ @SESSION_TRUE at settings_in_files = session-properties.desktop.in
+ @SESSION_TRUE at settings_DATA = $(settings_in_files:.desktop.in=.desktop)
+@@ -280,7 +280,7 @@ CLEANFILES = \
+ 	gnome.desktop			\
+ 	session-properties.desktop
  
- CLEANFILES = default.session gnome-session.schemas session-properties.desktop
 -all: all-recursive
 +all: all-recursive default.session
  


More information about the Midnightbsd-cvs mailing list