From acf3119d475d17736748425c23115bd07c605528 Mon Sep 17 00:00:00 2001 From: Mart Raudsepp Date: Sat, 6 Oct 2018 22:33:57 +0300 Subject: [PATCH] mate-base/mate-control-center: remove old Signed-off-by: Mart Raudsepp Package-Manager: Portage-2.3.49, Repoman-2.3.11 --- mate-base/mate-control-center/Manifest | 3 - ...12.1-backport-appindicator-configure.patch | 67 --------------- .../mate-control-center-1.12.1-r1.ebuild | 80 ------------------ .../mate-control-center-1.14.1-r1.ebuild | 83 ------------------- .../mate-control-center-1.16.1.ebuild | 81 ------------------ mate-base/mate-control-center/metadata.xml | 1 - 6 files changed, 315 deletions(-) delete mode 100644 mate-base/mate-control-center/files/mate-control-center-1.12.1-backport-appindicator-configure.patch delete mode 100644 mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild delete mode 100644 mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild delete mode 100644 mate-base/mate-control-center/mate-control-center-1.16.1.ebuild diff --git a/mate-base/mate-control-center/Manifest b/mate-base/mate-control-center/Manifest index 4f62f315e8e5..94095859c0ce 100644 --- a/mate-base/mate-control-center/Manifest +++ b/mate-base/mate-control-center/Manifest @@ -1,4 +1 @@ -DIST mate-control-center-1.12.1.tar.xz 1304732 BLAKE2B 7556f8b87f6c8e78475d77e7e6e1fde88a81f8c3c795cee2aa8bf0167dec9ed336e632e17b4d2d098fb7fb6fe3d48b01b374934ee2e2898f548e5ccde2eeface SHA512 4023511113c993b2420666803a273923b161cd3fff74b07e02f3dd9a80baea47278ca5c10a5baec673818390174a9f0b5c2d8db81c653f48c411cf5f53cc2dce -DIST mate-control-center-1.14.1.tar.xz 1371360 BLAKE2B d896ba7733d42d440ef1c8f1518a0e0f71e3ca12f59599c47a6ee65a15ae20ee6884d90c067077ecbb15db18472181b4dbb0369ce7186c75e49a75084a8dac69 SHA512 c871486e69174801e6b509848ae416e1b9aa55ca21ea796f7bc9e408ad59d0dfe5feafde59258c8d0019448b620af2fbd73b75cc644c5dc7b031237e3170a30b -DIST mate-control-center-1.16.1.tar.xz 1330348 BLAKE2B 3062a3a7dc1ad572ef967e5310a318c010036d9377724e007a9ac20b482e6f34246196f013f4f4e5d18ea608a774ee0d7de87fe9573e0758b900ed05e834c291 SHA512 6bba690455cd4097a6a10ea068627768a242dd68da2375e7ab898cae80fc07f5d3286265422edb13359adf3f2e451e41b1693da836d03f99410beda4951e1610 DIST mate-control-center-1.18.2.tar.xz 1351644 BLAKE2B 30c093b11f3cbf32e3590368001d8d929b8f611c4efd58f6332a70905ef028b8e573e41cbb20b5342ad2b0f459327d9665c4db77104bf49b2b8be4935adc232c SHA512 0acc6d775aa26dd0265ddab80317b2ddd2f027394b55574e29e6ad233b8711bc0984803f76f2cbaeed2bfd2b4397cd5143d5540908f5078080a1749290dac7ab diff --git a/mate-base/mate-control-center/files/mate-control-center-1.12.1-backport-appindicator-configure.patch b/mate-base/mate-control-center/files/mate-control-center-1.12.1-backport-appindicator-configure.patch deleted file mode 100644 index b713b7f3a8cc..000000000000 --- a/mate-base/mate-control-center/files/mate-control-center-1.12.1-backport-appindicator-configure.patch +++ /dev/null @@ -1,67 +0,0 @@ -From 90195c0c2e3f45a355286f1640c2f0020a5556b8 Mon Sep 17 00:00:00 2001 -From: raveit65 -Date: Fri, 17 Jun 2016 20:34:06 +0200 -Subject: [PATCH] configure: fix build with libappindicator3 - ---- - configure.ac | 14 +++++++++----- - 1 file changed, 9 insertions(+), 5 deletions(-) - -diff --git a/configure.ac b/configure.ac -index 9b27671..a11bfdc 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -63,6 +63,8 @@ dnl ============================================== - dnl Check GTK+ API version - dnl ============================================== - -+APPINDICATOR_REQUIRED=0.0.13 -+ - AC_MSG_CHECKING([which gtk+ version to compile against]) - AC_ARG_WITH([gtk], - [AS_HELP_STRING([--with-gtk=2.0|3.0],[which gtk+ version to compile against (default: 2.0)])], -@@ -80,6 +82,7 @@ case "$with_gtk" in - LIBCANBERRA_API_VERSION= - LIBUNIQUE_API_VERSION=1.0 - ENGINES_FOLDER="engines" -+ APPINDICATOR_API_VERSION= - ;; - 3.0) GTK_API_VERSION=3.0 - GTK_REQUIRED=3.0.0 -@@ -87,6 +90,7 @@ case "$with_gtk" in - LIBCANBERRA_API_VERSION=3 - LIBUNIQUE_API_VERSION=3.0 - ENGINES_FOLDER="theming-engines" -+ APPINDICATOR_API_VERSION=3 - ;; - esac - AC_SUBST(GTK_API_VERSION) -@@ -101,7 +105,7 @@ AM_CONDITIONAL(HAVE_LIBCANBERRA_GTK, test "x$CANBERRA_GTK" = "x1") - AM_CONDITIONAL(HAVE_TYPING_BREAK, test "x$TYPING_BREAK" = xtyping-break) - - dnl app indicator --APPINDICATOR_REQUIRED=0.0.7 -+APPINDICATOR_PKG=appindicator$APPINDICATOR_API_VERSION-0.1 - - AC_ARG_ENABLE(appindicator, - AS_HELP_STRING([--enable-appindicator[=@<:@no/auto/yes@:>@]],[Build support for application indicators ]), -@@ -109,16 +113,16 @@ AC_ARG_ENABLE(appindicator, - [enable_appindicator="auto"]) - - if test x$enable_appindicator = xauto ; then -- PKG_CHECK_EXISTS([appindicator-0.1 >= $APPINDICATOR_REQUIRED], -+ PKG_CHECK_EXISTS([$APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED], - enable_appindicator="yes", - enable_appindicator="no") - fi - - if test x$enable_appindicator = xyes ; then -- PKG_CHECK_EXISTS([appindicator-0.1 >= $APPINDICATOR_REQUIRED],, -+ PKG_CHECK_EXISTS([$APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED],, - AC_MSG_ERROR([appindicator-0.1 is not installed])) - PKG_CHECK_MODULES(APP_INDICATOR, -- appindicator-0.1 >= $APPINDICATOR_REQUIRED) -+ $APPINDICATOR_PKG >= $APPINDICATOR_REQUIRED) - AC_SUBST(APP_INDICATOR_CFLAGS) - AC_SUBST(APP_INDICATOR_LIBS) - AC_DEFINE(HAVE_APP_INDICATOR, 1, [Have AppIndicator]) diff --git a/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild b/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild deleted file mode 100644 index f51605c92113..000000000000 --- a/mate-base/mate-control-center/mate-control-center-1.12.1-r1.ebuild +++ /dev/null @@ -1,80 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="amd64 ~arm x86" -fi - -DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" -SLOT="0" - -IUSE="appindicator debug gtk3" - -RDEPEND="app-text/rarian:0 - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.73:0 - >=dev-libs/glib-2.36:2 - dev-libs/libxml2:2 - >=gnome-base/dconf-0.13.4:0 - >=gnome-base/librsvg-2.0:2 - >=mate-base/libmatekbd-1.6[gtk3(-)=] - >=mate-base/mate-desktop-1.11[gtk3(-)=] - >=mate-base/caja-1.8[gtk3(-)=] - >=mate-base/mate-menus-1.6 - >=mate-base/mate-settings-daemon-1.11[gtk3(-)=] - >=media-libs/fontconfig-1:1.0 - media-libs/freetype:2 - >=sys-apps/dbus-1:0 - x11-apps/xmodmap:0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11:0 - x11-libs/libXScrnSaver:0 - x11-libs/libXcursor:0 - x11-libs/libXext:0 - >=x11-libs/libXi-1.2:0 - x11-libs/libXrandr:0 - x11-libs/libXrender:0 - x11-libs/libXxf86misc:0 - >=x11-libs/libxklavier-4:0 - x11-libs/pango:0 - >=x11-wm/marco-1.9.1[gtk3(-)=] - virtual/libintl:0 - !gtk3? ( - >=dev-libs/libunique-1:1 - media-libs/libcanberra:0[gtk] - >=x11-libs/gtk+-2.24:2 - appindicator? ( dev-libs/libappindicator:2 ) - ) - gtk3? ( - >=dev-libs/libunique-3:3 - media-libs/libcanberra:0[gtk3] - >=x11-libs/gtk+-3.0:3 - appindicator? ( dev-libs/libappindicator:3 ) - )" - -DEPEND="${RDEPEND} - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - dev-util/desktop-file-utils:0 - >=dev-util/intltool-0.50.1:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" ) - -src_configure() { - mate_src_configure \ - --disable-update-mimedb \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_enable appindicator) \ - $(use_enable debug) -} diff --git a/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild b/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild deleted file mode 100644 index 0a2e57bb6083..000000000000 --- a/mate-base/mate-control-center/mate-control-center-1.14.1-r1.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" -SLOT="0" - -IUSE="appindicator debug gtk3" - -COMMON_DEPEND=" - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.73:0 - >=dev-libs/glib-2.36:2 - dev-libs/libxml2:2 - >=gnome-base/dconf-0.13.4:0 - >=gnome-base/librsvg-2.0:2 - >=mate-base/libmatekbd-1.6[gtk3(-)=] - >=mate-base/mate-desktop-1.11[gtk3(-)=] - >=mate-base/caja-1.8[gtk3(-)=] - >=mate-base/mate-menus-1.6 - >=mate-base/mate-settings-daemon-1.13.1[gtk3(-)=] - >=media-libs/fontconfig-1:1.0 - media-libs/freetype:2 - >=sys-apps/dbus-1:0 - x11-apps/xmodmap:0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11:0 - x11-libs/libXScrnSaver:0 - x11-libs/libXcursor:0 - x11-libs/libXext:0 - >=x11-libs/libXi-1.2:0 - x11-libs/libXrandr:0 - x11-libs/libXrender:0 - x11-libs/libXxf86misc:0 - >=x11-libs/libxklavier-4:0 - x11-libs/pango:0 - >=x11-wm/marco-1.9.1[gtk3(-)=] - virtual/libintl:0 - !gtk3? ( - >=dev-libs/libunique-1:1 - media-libs/libcanberra:0[gtk] - >=x11-libs/gtk+-2.24:2 - appindicator? ( dev-libs/libappindicator:2 ) - ) - gtk3? ( - >=dev-libs/libunique-3:3 - media-libs/libcanberra:0[gtk3] - >=x11-libs/gtk+-3.0:3 - appindicator? ( dev-libs/libappindicator:3 ) - )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/rarian:0 - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - dev-util/desktop-file-utils:0 - >=dev-util/intltool-0.50.1:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -PATCHES=( "${FILESDIR}/${PN}-1.12.1-backport-appindicator-configure.patch" ) - -src_configure() { - mate_src_configure \ - --disable-update-mimedb \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_enable appindicator) \ - $(use_enable debug) -} diff --git a/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild b/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild deleted file mode 100644 index cf625f137e25..000000000000 --- a/mate-base/mate-control-center/mate-control-center-1.16.1.ebuild +++ /dev/null @@ -1,81 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; then - KEYWORDS="~amd64 ~arm ~x86" -fi - -DESCRIPTION="The MATE Desktop configuration tool" -LICENSE="GPL-2" -SLOT="0" - -IUSE="appindicator debug gtk3" - -COMMON_DEPEND=" - dev-libs/atk:0 - >=dev-libs/dbus-glib-0.73:0 - >=dev-libs/glib-2.36:2 - dev-libs/libxml2:2 - >=gnome-base/dconf-0.13.4:0 - >=gnome-base/librsvg-2.0:2 - >=mate-base/libmatekbd-1.6[gtk3(-)=] - >=mate-base/mate-desktop-1.15.1[gtk3(-)=] - >=mate-base/caja-1.8[gtk3(-)=] - >=mate-base/mate-menus-1.6 - >=mate-base/mate-settings-daemon-1.13.1[gtk3(-)=] - >=media-libs/fontconfig-1:1.0 - media-libs/freetype:2 - >=sys-apps/dbus-1:0 - x11-apps/xmodmap:0 - x11-libs/cairo:0 - x11-libs/gdk-pixbuf:2 - x11-libs/libX11:0 - x11-libs/libXScrnSaver:0 - x11-libs/libXcursor:0 - x11-libs/libXext:0 - >=x11-libs/libXi-1.2:0 - x11-libs/libXrandr:0 - x11-libs/libXrender:0 - x11-libs/libXxf86misc:0 - >=x11-libs/libxklavier-4:0 - x11-libs/pango:0 - >=x11-wm/marco-1.13.1[gtk3(-)=] - virtual/libintl:0 - !gtk3? ( - >=dev-libs/libunique-1:1 - media-libs/libcanberra:0[gtk] - >=x11-libs/gtk+-2.24:2 - appindicator? ( dev-libs/libappindicator:2 ) - ) - gtk3? ( - >=dev-libs/libunique-3:3 - media-libs/libcanberra:0[gtk3] - >=x11-libs/gtk+-3.0:3 - appindicator? ( dev-libs/libappindicator:3 ) - )" - -RDEPEND="${COMMON_DEPEND}" - -DEPEND="${COMMON_DEPEND} - app-text/rarian:0 - >=app-text/scrollkeeper-dtd-1:1.0 - app-text/yelp-tools:0 - dev-util/desktop-file-utils:0 - >=dev-util/intltool-0.50.1:* - sys-devel/gettext:* - virtual/pkgconfig:* - x11-base/xorg-proto" - -src_configure() { - mate_src_configure \ - --disable-update-mimedb \ - --with-gtk=$(usex gtk3 3.0 2.0) \ - $(use_enable appindicator) \ - $(use_enable debug) -} diff --git a/mate-base/mate-control-center/metadata.xml b/mate-base/mate-control-center/metadata.xml index 5b149532c5d2..3442f108b7e3 100644 --- a/mate-base/mate-control-center/metadata.xml +++ b/mate-base/mate-control-center/metadata.xml @@ -7,7 +7,6 @@ Add support for AppIndicator - Build with GTK+3 instead of GTK+2 mate-desktop/mate-control-center -- 2.26.2