pkgsrc-WIP-changes archive

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

import gnome-session from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Fri Mar 4 22:28:27 2016 +0200
Changeset:	916b6d5767ed544b08104765913d45aebdca1fd2

Added Files:
	gnome-session/DESCR
	gnome-session/Makefile
	gnome-session/PLIST
	gnome-session/distinfo
	gnome-session/patches/patch-aa
	gnome-session/patches/patch-ac
	gnome-session/patches/patch-ad
	gnome-session/patches/patch-ae
	gnome-session/patches/patch-ag

Log Message:
import gnome-session from pkgsrc

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=916b6d5767ed544b08104765913d45aebdca1fd2

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gnome-session/DESCR            |   6 ++
 gnome-session/Makefile         |  68 ++++++++++++++++++++++
 gnome-session/PLIST            | 124 +++++++++++++++++++++++++++++++++++++++++
 gnome-session/distinfo         |  15 +++++
 gnome-session/patches/patch-aa |  13 +++++
 gnome-session/patches/patch-ac |  15 +++++
 gnome-session/patches/patch-ad |  29 ++++++++++
 gnome-session/patches/patch-ae |  12 ++++
 gnome-session/patches/patch-ag |  13 +++++
 9 files changed, 295 insertions(+)

diffs:
diff --git a/gnome-session/DESCR b/gnome-session/DESCR
new file mode 100644
index 0000000..fc093a4
--- /dev/null
+++ b/gnome-session/DESCR
@@ -0,0 +1,6 @@
+gnome2-session provides the following components:
+* The GNOME session manager.
+* The GNOME session manager configuration program and several other
+  session management related utilities.
+* The GNOME session manager proxy, which handles basic session
+  management for applications that do not support XSM.
diff --git a/gnome-session/Makefile b/gnome-session/Makefile
new file mode 100644
index 0000000..450c9a9
--- /dev/null
+++ b/gnome-session/Makefile
@@ -0,0 +1,68 @@
+# $NetBSD: Makefile,v 1.166 2015/10/10 01:58:22 ryoon Exp $
+#
+
+DISTNAME=		gnome-session-2.26.2
+PKGREVISION=		49
+CATEGORIES=		x11 gnome
+MASTER_SITES=		${MASTER_SITE_GNOME:=sources/gnome-session/2.26/}
+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
+
+MAINTAINER=		pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=		http://www.gnome.org/
+COMMENT=		GNOME2 session management utilities
+
+BUILD_DEPENDS+=		xmlto-[0-9]*:../../textproc/xmlto
+
+CONFLICTS+=		gnome-core<1.4.2nb4
+
+EXTRACT_ONLY=		${DISTNAME}${EXTRACT_SUFX}
+GNU_CONFIGURE=		yes
+USE_LIBTOOL=		yes
+USE_PKGLOCALEDIR=	yes
+USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
+
+MAKE_ENV+=		REAL_GCONFTOOL=${GCONFTOOL2:Q}
+
+CPPFLAGS+=		-DPREFIX="\"${PREFIX}\""
+CPPFLAGS+=		-DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
+
+GCONF_SCHEMAS=		gnome-session.schemas
+
+post-extract:
+	${MV} ${WRKSRC}/data/gnome-splash.png \
+	    ${WRKSRC}/data/gnome-splash-orig.png
+	${CP} ${DISTDIR}/gnome-splash-2.16.0.png \
+	    ${WRKSRC}/data/gnome-splash.png
+
+post-install:
+	${INSTALL_DATA} ${WRKSRC}/data/gnome-splash-orig.png \
+	    ${DESTDIR}${PREFIX}/share/pixmaps/splash/gnome-splash-orig.png
+
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../devel/GConf/schemas.mk"
+.include "../../devel/GConf-ui/buildlink3.mk"
+BUILDLINK_API_DEPENDS.glib2+=	glib2>=2.16.0
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libglade/buildlink3.mk"
+.include "../../devel/pango/buildlink3.mk"
+.include "../../graphics/hicolor-icon-theme/buildlink3.mk"
+.include "../../security/policykit/buildlink3.mk"
+.include "../../security/policykit-gnome/buildlink3.mk"
+.include "../../sysutils/dbus/buildlink3.mk"
+BUILDLINK_API_DEPENDS.dbus-glib+=	dbus-glib>=0.76
+.include "../../sysutils/dbus-glib/buildlink3.mk"
+.include "../../sysutils/gnome-settings-daemon/buildlink3.mk"
+BUILDLINK_DEPMETHOD.libxslt?=	build
+.include "../../textproc/libxslt/buildlink3.mk"
+.include "../../x11/gnome-control-center/buildlink3.mk"
+.include "../../x11/gnome-desktop/buildlink3.mk"
+BUILDLINK_API_DEPENDS.gtk2+=	gtk2+>=2.11.1
+.include "../../x11/gtk2/buildlink3.mk"
+.include "../../x11/libSM/buildlink3.mk"
+.include "../../x11/libXau/buildlink3.mk"
+.include "../../x11/libXrender/buildlink3.mk"
+.include "../../x11/startup-notification/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/gnome-session/PLIST b/gnome-session/PLIST
new file mode 100644
index 0000000..27d10c8
--- /dev/null
+++ b/gnome-session/PLIST
@@ -0,0 +1,124 @@
+@comment $NetBSD: PLIST,v 1.33 2012/06/16 03:15:30 dholland Exp $
+bin/gnome-session
+bin/gnome-session-properties
+bin/gnome-session-save
+bin/gnome-wm
+lib/gnome-session/helpers/at-spi-registryd-wrapper
+lib/gnome-session/helpers/gnome-session-splash
+lib/gnome-session/helpers/gnome-settings-daemon-helper
+man/man1/gnome-session-properties.1
+man/man1/gnome-session-save.1
+man/man1/gnome-session.1
+man/man1/gnome-wm.1
+share/applications/session-properties.desktop
+share/doc/gnome-session/dbus/gnome-session.html
+share/gconf/schemas/gnome-session.schemas
+share/gnome-session/gsm-inhibit-dialog.glade
+share/gnome-session/session-properties.glade
+share/gnome/autostart/at-spi-registryd-wrapper.desktop
+share/gnome/autostart/gnome-session-splash.desktop
+share/gnome/autostart/gnome-settings-daemon-helper.desktop
+share/icons/hicolor/16x16/apps/session-properties.png
+share/icons/hicolor/22x22/apps/session-properties.png
+share/icons/hicolor/24x24/apps/session-properties.png
+share/icons/hicolor/32x32/apps/session-properties.png
+share/icons/hicolor/48x48/apps/session-properties.png
+share/icons/hicolor/scalable/apps/session-properties.svg
+share/locale/af/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/am/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ar/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/as/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ast/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/az/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/be/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bg/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/bs/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ca/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/crh/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/cs/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/cy/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/da/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/de/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/dz/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/el/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/eo/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/es/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/et/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/eu/LC_MESSAGES/gnome-session-2.0.mo
+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
+share/locale/ha/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/he/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hu/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/hy/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/id/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ig/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/is/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/it/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ja/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ka/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/kn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ko/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ku/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/lt/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/lv/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mg/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ml/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/mr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ms/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nb/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ne/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nn/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/nso/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/oc/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/or/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pa/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ps/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pt/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ro/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ru/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/rw/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/si/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sl/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sq/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/sv/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/ta/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/te/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/th/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/tk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/tr/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uk/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/vi/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/wa/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/xh/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/yo/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-session-2.0.mo
+share/locale/zu/LC_MESSAGES/gnome-session-2.0.mo
+share/pixmaps/splash/gnome-splash-orig.png
+share/pixmaps/splash/gnome-splash.png
diff --git a/gnome-session/distinfo b/gnome-session/distinfo
new file mode 100644
index 0000000..5b6281d
--- /dev/null
+++ b/gnome-session/distinfo
@@ -0,0 +1,15 @@
+$NetBSD: distinfo,v 1.49 2015/11/04 03:28:30 agc Exp $
+
+SHA1 (gnome-session-2.26.2.tar.bz2) = ba43d9c623e6e79635a09cfbd6ecfce40ccbab05
+RMD160 (gnome-session-2.26.2.tar.bz2) = ff2c75cf5b8c3405ec5d2044510cf07eedede1d1
+SHA512 (gnome-session-2.26.2.tar.bz2) = 278f220ac50e3691694da140f2cc01980c1be1073c17df14588ac334fbbb36a316c12b230b415b1b2eb25c7c8e7e1d53d8a645edf8dbe4a8b53f69b9d5f3b9fa
+Size (gnome-session-2.26.2.tar.bz2) = 804340 bytes
+SHA1 (gnome-splash-2.16.0.png) = 0d321be84c5668a2c0fecb494edc820d6b74ee9d
+RMD160 (gnome-splash-2.16.0.png) = 28667abaaef6ac20dde9f4101554a5043b4f9c96
+SHA512 (gnome-splash-2.16.0.png) = d26209667f803859632cc8e8692e4ac7ae686047e5d4cfcca67449e56df5c13e9d2b2fe180cb40c8a0baff2cf9174720aac94bcba1cadb615c1c8672861c4571
+Size (gnome-splash-2.16.0.png) = 36601 bytes
+SHA1 (patch-aa) = 9a385124467efd98a71a41ec8e123c6e51316d40
+SHA1 (patch-ac) = f3a74bd3942269f44fab2d52262c2fedb3fd2848
+SHA1 (patch-ad) = fe18ad5dbb6851b81bf23a4dcb2eec2d32981730
+SHA1 (patch-ae) = 31759f8ee3f4415c43feb9ce5e93cba549de06a3
+SHA1 (patch-ag) = 7b609bf7a2be8fa9845678347de6e644623f1d6d
diff --git a/gnome-session/patches/patch-aa b/gnome-session/patches/patch-aa
new file mode 100644
index 0000000..cbde3f5
--- /dev/null
+++ b/gnome-session/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.11 2008/10/16 18:17:30 drochner Exp $
+
+--- gnome-session/Makefile.in.orig	2008-09-22 23:30:18.000000000 +0200
++++ gnome-session/Makefile.in
+@@ -312,7 +312,7 @@ INCLUDES = \
+ 	-DLIBEXECDIR=\"$(libexecdir)\"		\
+ 	-DGLADEDIR=\""$(pkgdatadir)"\"		\
+ 	-DGCONF_SANITY_CHECK=\""$(GCONF_SANITY_CHECK)"\" \
+-	-DGCONFTOOL_CMD=\"$(GCONFTOOL)\"
++	-DGCONFTOOL_CMD=\"$(REAL_GCONFTOOL)\"
+ 
+ test_inhibit_SOURCES = \
+ 	test-inhibit.c	\
diff --git a/gnome-session/patches/patch-ac b/gnome-session/patches/patch-ac
new file mode 100644
index 0000000..9495cee
--- /dev/null
+++ b/gnome-session/patches/patch-ac
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.12 2008/10/16 18:17:30 drochner Exp $
+
+--- data/Makefile.in.orig	2008-09-22 23:30:16.000000000 +0200
++++ data/Makefile.in
+@@ -683,8 +683,8 @@ info: info-recursive
+ info-am:
+ 
+ install-data-am: install-data-local install-gladeDATA \
+-	install-pixmapDATA install-schemasDATA install-settingsDATA \
+-	install-xsessionDATA
++	install-pixmapDATA install-schemasDATA install-settingsDATA
++#	install-xsessionDATA
+ 
+ install-dvi: install-dvi-recursive
+ 
diff --git a/gnome-session/patches/patch-ad b/gnome-session/patches/patch-ad
new file mode 100644
index 0000000..0f17eff
--- /dev/null
+++ b/gnome-session/patches/patch-ad
@@ -0,0 +1,29 @@
+$NetBSD: patch-ad,v 1.7 2008/10/16 18:17:30 drochner Exp $
+
+--- data/gnome-wm.orig	2008-09-22 23:21:08.000000000 +0200
++++ data/gnome-wm
+@@ -131,15 +131,21 @@ fi
+ case `basename $WINDOW_MANAGER` in
+   compiz)
+     export LIBGL_ALWAYS_INDIRECT=1
++    export INTEL_BATCH=1
+     gtk-window-decorator &
+-    OPT3=glib
+-    OPT4=gconf
++    if which ccsm >/dev/null; then
++      OPT3=ccp
++    else
++      OPT3=glib
++      OPT4=decoration
++      OPT5=gconf
++    fi
+     ;;
+   beryl)
+     emerald &
+     ;;
+ esac
+ 
+-exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4
++exec $WINDOW_MANAGER $OPT1 $OPT2 $OPT3 $OPT4 $OPT5
+ 
+ echo "ERROR: No window manager could run!"
diff --git a/gnome-session/patches/patch-ae b/gnome-session/patches/patch-ae
new file mode 100644
index 0000000..17ee2a9
--- /dev/null
+++ b/gnome-session/patches/patch-ae
@@ -0,0 +1,12 @@
+$NetBSD: patch-ae,v 1.6 2008/10/16 18:17:30 drochner Exp $
+
+--- gnome-session/gsm-autostart-app.c.orig	2008-10-15 19:38:53.000000000 +0200
++++ gnome-session/gsm-autostart-app.c
+@@ -25,6 +25,7 @@
+ #include <string.h>
+ #include <sys/wait.h>
+ #include <errno.h>
++#include <signal.h>
+ 
+ #include <glib.h>
+ #include <gio/gio.h>
diff --git a/gnome-session/patches/patch-ag b/gnome-session/patches/patch-ag
new file mode 100644
index 0000000..78b1359
--- /dev/null
+++ b/gnome-session/patches/patch-ag
@@ -0,0 +1,13 @@
+$NetBSD: patch-ag,v 1.1 2009/03/16 18:26:43 jmcneill Exp $
+
+--- compat/Makefile.in.orig	2009-03-16 14:11:24.000000000 -0400
++++ compat/Makefile.in
+@@ -285,7 +285,7 @@ LDADD = \
+ 	$(COMPAT_LIBS)
+ 
+ helperdir = $(pkglibdir)/helpers
+-default_sessiondir = $(sysconfdir)/xdg/autostart
++default_sessiondir = $(PREFIX)/share/gnome/autostart
+ default_session_in_in_files = \
+ 	at-spi-registryd-wrapper.desktop.in.in	\
+ 	gnome-settings-daemon-helper.desktop.in.in


Home | Main Index | Thread Index | Old Index