pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11 Remove x11/gnome-session successor x11/mate-sessio...
details: https://anonhg.NetBSD.org/pkgsrc/rev/ee33743a4c40
branches: trunk
changeset: 401400:ee33743a4c40
user: nia <nia%pkgsrc.org@localhost>
date: Mon Sep 16 10:53:23 2019 +0000
description:
Remove x11/gnome-session successor x11/mate-session-manager
diffstat:
x11/Makefile | 3 +-
x11/gnome-session/DESCR | 6 -
x11/gnome-session/Makefile | 68 --------------------
x11/gnome-session/PLIST | 124 -------------------------------------
x11/gnome-session/distinfo | 15 ----
x11/gnome-session/patches/patch-aa | 13 ---
x11/gnome-session/patches/patch-ac | 15 ----
x11/gnome-session/patches/patch-ad | 29 --------
x11/gnome-session/patches/patch-ae | 12 ---
x11/gnome-session/patches/patch-ag | 13 ---
10 files changed, 1 insertions(+), 297 deletions(-)
diffs (truncated from 348 to 300 lines):
diff -r dbff561eab20 -r ee33743a4c40 x11/Makefile
--- a/x11/Makefile Mon Sep 16 10:50:47 2019 +0000
+++ b/x11/Makefile Mon Sep 16 10:53:23 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.849 2019/09/16 10:38:26 nia Exp $
+# $NetBSD: Makefile,v 1.850 2019/09/16 10:53:23 nia Exp $
#
COMMENT= Packages to support the X window system
@@ -74,7 +74,6 @@
SUBDIR+= gnome-desktop3
SUBDIR+= gnome-mag
SUBDIR+= gnome-panel
-SUBDIR+= gnome-session
SUBDIR+= gnome-sharp
SUBDIR+= gnome-themes
SUBDIR+= gnome-themes-extras
diff -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/DESCR
--- a/x11/gnome-session/DESCR Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/Makefile
--- a/x11/gnome-session/Makefile Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-# $NetBSD: Makefile,v 1.194 2019/08/11 13:25:11 wiz Exp $
-#
-
-DISTNAME= gnome-session-2.26.2
-PKGREVISION= 76
-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= https://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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/PLIST
--- a/x11/gnome-session/PLIST Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,124 +0,0 @@
-@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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/distinfo
--- a/x11/gnome-session/distinfo Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,15 +0,0 @@
-$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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/patches/patch-aa
--- a/x11/gnome-session/patches/patch-aa Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/patches/patch-ac
--- a/x11/gnome-session/patches/patch-ac Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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 -r dbff561eab20 -r ee33743a4c40 x11/gnome-session/patches/patch-ad
--- a/x11/gnome-session/patches/patch-ad Mon Sep 16 10:50:47 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index