pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
gnome-session: updated to 3.16.1
Module Name: pkgsrc-wip
Committed By: coypu <coypu%sdf.org@localhost>
Pushed By: coypu
Date: Fri Mar 4 23:07:11 2016 +0200
Changeset: 0ef4cb5e4172ef2121438c6dbe10264fbb8a612b
Modified Files:
gnome-session/Makefile
gnome-session/PLIST
gnome-session/distinfo
Removed Files:
gnome-session/patches/patch-aa
gnome-session/patches/patch-ac
gnome-session/patches/patch-ad
gnome-session/patches/patch-ag
Log Message:
gnome-session: updated to 3.16.1
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=0ef4cb5e4172ef2121438c6dbe10264fbb8a612b
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
gnome-session/Makefile | 46 ++++----
gnome-session/PLIST | 240 +++++++++++++++++++++--------------------
gnome-session/distinfo | 17 +--
gnome-session/patches/patch-aa | 13 ---
gnome-session/patches/patch-ac | 15 ---
gnome-session/patches/patch-ad | 29 -----
gnome-session/patches/patch-ag | 13 ---
7 files changed, 156 insertions(+), 217 deletions(-)
diffs:
diff --git a/gnome-session/Makefile b/gnome-session/Makefile
index 450c9a9..1838be0 100644
--- a/gnome-session/Makefile
+++ b/gnome-session/Makefile
@@ -1,21 +1,21 @@
# $NetBSD: Makefile,v 1.166 2015/10/10 01:58:22 ryoon Exp $
#
-DISTNAME= gnome-session-2.26.2
-PKGREVISION= 49
+DISTNAME= gnome-session-3.16.0
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
+MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gnome-session/3.16/}
+#SITES.gnome-splash-2.16.0.png= ${MASTER_SITE_LOCAL:=gnome-splash/}
+EXTRACT_SUFX= .tar.xz
+DISTFILES= ${DISTNAME}${EXTRACT_SUFX} #gnome-splash-2.16.0.png
+LICENSE= gnu-gpl-v2
MAINTAINER= pkgsrc-users%NetBSD.org@localhost
HOMEPAGE= http://www.gnome.org/
-COMMENT= GNOME2 session management utilities
+COMMENT= GNOME3 session management utilities
BUILD_DEPENDS+= xmlto-[0-9]*:../../textproc/xmlto
-CONFLICTS+= gnome-core<1.4.2nb4
+#CONFLICTS+= gnome-core<1.4.2nb4
EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX}
GNU_CONFIGURE= yes
@@ -28,18 +28,20 @@ MAKE_ENV+= REAL_GCONFTOOL=${GCONFTOOL2:Q}
CPPFLAGS+= -DPREFIX="\"${PREFIX}\""
CPPFLAGS+= -DPKG_SYSCONFDIR="\"${PKG_SYSCONFDIR}\""
-GCONF_SCHEMAS= gnome-session.schemas
+# XXX unsure what is needed here instead
+#GCONF_SCHEMAS= glib-2.0/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-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
+#post-install:
+# ${INSTALL_DATA} ${WRKSRC}/data/gnome-splash-orig.png \
+# ${DESTDIR}${PREFIX}/share/pixmaps/splash/gnome-splash-orig.png
+.include "../../x11/gtk3/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/GConf/schemas.mk"
.include "../../devel/GConf-ui/buildlink3.mk"
@@ -53,16 +55,20 @@ BUILDLINK_API_DEPENDS.glib2+= glib2>=2.16.0
.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"
+#.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"
+#.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/gnome-desktop3/buildlink3.mk"
+.include "../../sysutils/gsettings-desktop-schemas/buildlink3.mk"
+.include "../../textproc/json-glib/buildlink3.mk"
+.include "../../x11/xtrans/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
index 27d10c8..f3aa4cd 100644
--- a/gnome-session/PLIST
+++ b/gnome-session/PLIST
@@ -1,124 +1,134 @@
-@comment $NetBSD: PLIST,v 1.33 2012/06/16 03:15:30 dholland Exp $
+@comment $NetBSD$
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
+bin/gnome-session-inhibit
+bin/gnome-session-quit
+libexec/gnome-session-check-accelerated
+libexec/gnome-session-check-accelerated-helper
+libexec/gnome-session-failed
+man/man1/gnome-session-inhibit.1
+man/man1/gnome-session-quit.1
man/man1/gnome-session.1
-man/man1/gnome-wm.1
-share/applications/session-properties.desktop
+share/GConf/gsettings/gnome-session.convert
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/glib-2.0/schemas/org.gnome.SessionManager.gschema.xml
+share/gnome-session/hardware-compatibility
+share/gnome-session/session-properties.ui
+share/gnome-session/sessions/gnome-dummy.session
+share/gnome-session/sessions/gnome-wayland.session
+share/gnome-session/sessions/gnome.session
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
+share/locale/af/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/am/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/an/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ar/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/as/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ast/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/az/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/be/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/be@latin/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/bg/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/bn/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/bn_IN/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/br/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/bs/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ca/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ca@valencia/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/crh/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/cs/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/csb/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/cy/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/da/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/de/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/dz/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/el/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/en@shaw/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/en_CA/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/en_GB/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/eo/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/es/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/et/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/eu/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/fa/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/fi/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/fr/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/fur/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/fy/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ga/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/gd/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/gl/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/gu/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ha/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/he/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/hi/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/hr/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/hu/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/hy/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/id/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ig/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/is/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/it/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ja/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ka/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/kk/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/km/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/kn/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ko/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ku/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/lt/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/lv/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mai/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mg/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mi/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mk/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ml/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mn/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/mr/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ms/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/nb/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/nds/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ne/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/nl/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/nn/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/nso/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/oc/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/or/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/pa/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/pl/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ps/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/pt/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/pt_BR/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ro/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ru/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/rw/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/si/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sk/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sl/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sq/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sr/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sr@latin/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/sv/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ta/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/te/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/tg/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/th/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/tk/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/tr/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/ug/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/uk/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/uz/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/uz@cyrillic/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/vi/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/wa/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/xh/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/yo/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/zh_CN/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/zh_HK/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/zh_TW/LC_MESSAGES/gnome-session-3.0.mo
+share/locale/zu/LC_MESSAGES/gnome-session-3.0.mo
+share/wayland-sessions/gnome-wayland.desktop
+share/xsessions/gnome.desktop
diff --git a/gnome-session/distinfo b/gnome-session/distinfo
index 5b6281d..df9ecd0 100644
--- a/gnome-session/distinfo
+++ b/gnome-session/distinfo
@@ -1,15 +1,8 @@
$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 (gnome-session-3.16.0.tar.xz) = 5517871b98f65e009e1874efe7902055035f180f
+RMD160 (gnome-session-3.16.0.tar.xz) = 0c7a029159dc7864c63a6348bf9b8c703430a2dd
+SHA512 (gnome-session-3.16.0.tar.xz) = 4f02e73ab632ce0c2b961f1d88d93ef62fb6ebfa39d98bf12e672ca7cd9680d07aeffcd3c8792eddcbd9b5e13b0ef87d064352d8f209b3befd8445c1ba17e485
+Size (gnome-session-3.16.0.tar.xz) = 764808 bytes
SHA1 (patch-ae) = 31759f8ee3f4415c43feb9ce5e93cba549de06a3
-SHA1 (patch-ag) = 7b609bf7a2be8fa9845678347de6e644623f1d6d
+SHA1 (patch-gnome-session_main.c) = 81283ba5d57bc41842fc267b2d37d43ed24e8fbf
diff --git a/gnome-session/patches/patch-aa b/gnome-session/patches/patch-aa
deleted file mode 100644
index cbde3f5..0000000
--- a/gnome-session/patches/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
-$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
deleted file mode 100644
index 9495cee..0000000
--- a/gnome-session/patches/patch-ac
+++ /dev/null
@@ -1,15 +0,0 @@
-$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
deleted file mode 100644
index 0f17eff..0000000
--- a/gnome-session/patches/patch-ad
+++ /dev/null
@@ -1,29 +0,0 @@
-$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-ag b/gnome-session/patches/patch-ag
deleted file mode 100644
index 78b1359..0000000
--- a/gnome-session/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$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