diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2024-01-21 15:20:16 +0100 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2024-01-21 15:20:17 +0100 |
commit | 95a4795895a62cae406acfeaa875394dba4ad707 (patch) | |
tree | 7c5e913c283bc22962e0edf4a98d04510d0ac2e7 | |
parent | dev-util/deskzilla: treeclean (diff) | |
download | eva-95a4795895a62cae406acfeaa875394dba4ad707.tar.gz eva-95a4795895a62cae406acfeaa875394dba4ad707.tar.bz2 eva-95a4795895a62cae406acfeaa875394dba4ad707.zip |
gnome-extra/gnome-globalmenu: treeclean
Similar feature can now be found as Gnome shell extension.
Signed-off-by: Gilles Dartiguelongue <eva@gentoo.org>
-rw-r--r-- | gnome-extra/gnome-globalmenu/ChangeLog | 13 | ||||
-rw-r--r-- | gnome-extra/gnome-globalmenu/Manifest | 11 | ||||
-rw-r--r-- | gnome-extra/gnome-globalmenu/files/gnome-globalmenu-0.7.7-as-needed.patch | 14 | ||||
-rw-r--r-- | gnome-extra/gnome-globalmenu/gnome-globalmenu-0.7.10.ebuild | 66 | ||||
-rw-r--r-- | gnome-extra/gnome-globalmenu/gnome-globalmenu-9999.ebuild | 74 | ||||
-rw-r--r-- | gnome-extra/gnome-globalmenu/metadata.xml | 16 |
6 files changed, 0 insertions, 194 deletions
diff --git a/gnome-extra/gnome-globalmenu/ChangeLog b/gnome-extra/gnome-globalmenu/ChangeLog deleted file mode 100644 index 12d7978..0000000 --- a/gnome-extra/gnome-globalmenu/ChangeLog +++ /dev/null @@ -1,13 +0,0 @@ -# ChangeLog for gnome-extra/gnome-globalmenu -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header$ - -*gnome-globalmenu-9999 (18 Apr 2010) -*gnome-globalmenu-0.7.8 (18 Apr 2010) - - 18 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> - +files/gnome-globalmenu-0.7.7-as-needed.patch, - +gnome-globalmenu-0.7.8.ebuild, +gnome-globalmenu-9999.ebuild, - +metadata.xml: - Initial commit - diff --git a/gnome-extra/gnome-globalmenu/Manifest b/gnome-extra/gnome-globalmenu/Manifest deleted file mode 100644 index d110816..0000000 --- a/gnome-extra/gnome-globalmenu/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST gnome-globalmenu-0.7.10.tar.bz2 565247 SHA256 5ce762e99ad033a64bb99ebc7d30159ee3225a88663e1d8585a8499174a12b89 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2.0.19 (GNU/Linux) - -iEYEAREKAAYFAlCumnUACgkQ1fmVwcYIWAbPbgCeI/nGUGnkcqpCYeZBoLNkJwaf -3MMAoM+swvepyotkZQToGEl1oLZm4IdC -=iWUw ------END PGP SIGNATURE----- diff --git a/gnome-extra/gnome-globalmenu/files/gnome-globalmenu-0.7.7-as-needed.patch b/gnome-extra/gnome-globalmenu/files/gnome-globalmenu-0.7.7-as-needed.patch deleted file mode 100644 index b6c9db9..0000000 --- a/gnome-extra/gnome-globalmenu/files/gnome-globalmenu-0.7.7-as-needed.patch +++ /dev/null @@ -1,14 +0,0 @@ ---- a/libgnomenu/Makefile.am 2009-10-12 02:19:48.000000000 +0200 -+++ b/libgnomenu/Makefile.am 2009-10-12 02:17:55.000000000 +0200 -@@ -36,7 +36,10 @@ - -include $(CONFIG_HEADER) \ - -include ../legacy-support/legacy-support.h - --libgnomenu_la_LIBADD = ../legacy-support/liblegacy-support.la -+libgnomenu_la_LIBADD = ../legacy-support/liblegacy-support.la \ -+ $(GTK_LIBS) \ -+ $(WNCK_LIBS) \ -+ $(X11_LIBS) - - libgnomenu_la_LDFLAGS = -version-info 2:0:0 -release $(VERSION) -Wl,--as-needed - diff --git a/gnome-extra/gnome-globalmenu/gnome-globalmenu-0.7.10.ebuild b/gnome-extra/gnome-globalmenu/gnome-globalmenu-0.7.10.ebuild deleted file mode 100644 index e265a22..0000000 --- a/gnome-extra/gnome-globalmenu/gnome-globalmenu-0.7.10.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit eutils gnome2 - -MY_P=${P/_p/_} - -DESCRIPTION="Global menubar applet for Gnome2." -HOMEPAGE="http://code.google.com/p/gnome2-globalmenu/" -SRC_URI="http://gnome2-globalmenu.googlecode.com/files/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64" -IUSE="gnome +introspection xfce" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=dev-libs/glib-2.10:2 - gnome-base/gconf:2 - >=x11-libs/libwnck-2.16:1 - >=gnome-base/gnome-menus-2.16:0 - >=x11-libs/libX11-1.1.0 - gnome? ( - >=gnome-base/gnome-panel-2.16 - >=x11-libs/libnotify-0.4.4 ) - xfce? ( - >=xfce-base/xfce4-panel-4.4.3 ) -" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - >=dev-lang/vala-0.7.7:0.10" - -S="${WORKDIR}/${MY_P}" - -src_prepare() { - DOCS="AUTHORS ChangeLog NEWS README*" - G2CONF="${G2CONF} - --docdir=/usr/share/doc/${PF} - --without-gir - $(use_with gnome gnome-panel) - $(use_with xfce xfce4-panel) - VALAC_BIN=$(type -P valac-0.10)" - # Does not enable anything - #$(use_with introspection gir) - - # Append missing files - cat >>po/POTFILES.in <<EOF -applet/applet.c -applet/application.c -applet/gtkextra-gconfdialog.c -applet/main.c -applet/switcher.c -applet/workspaceselector.c -globalmenu-plugin/module-main.c -libserver/globalmenuitem.c -libserver/widgets/menuitem.c -tools/globalmenu-settings.c -EOF - - gnome2_src_prepare -} diff --git a/gnome-extra/gnome-globalmenu/gnome-globalmenu-9999.ebuild b/gnome-extra/gnome-globalmenu/gnome-globalmenu-9999.ebuild deleted file mode 100644 index e646f54..0000000 --- a/gnome-extra/gnome-globalmenu/gnome-globalmenu-9999.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI="4" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit autotools eutils gnome2 - -if [[ ${PV} == "9999" ]]; then - ESVN_REPO_URI="http://gnome2-globalmenu.googlecode.com/svn/trunk/" - SRC_URI="" - inherit subversion -else - MY_P=${P/_p/_} - S="${WORKDIR}/${MY_P}" - SRC_URI="http://gnome2-globalmenu.googlecode.com/files/${MY_P}.tar.bz2" - KEYWORDS="~amd64" -fi - -DESCRIPTION="Global menubar applet for Gnome2." -HOMEPAGE="http://code.google.com/p/gnome2-globalmenu/" - -LICENSE="GPL-2" -SLOT="0" -IUSE="gnome +introspection xfce" - -RDEPEND=">=x11-libs/gtk+-2.10:2 - >=dev-libs/glib-2.10:2 - gnome-base/gconf:2 - >=x11-libs/libwnck-2.16:1 - >=gnome-base/gnome-menus-2.16:0 - >=x11-libs/libX11-1.1.0 - gnome? ( - >=gnome-base/gnome-panel-2.16 - >=x11-libs/libnotify-0.4.4 ) - xfce? ( - >=xfce-base/xfce4-panel-4.4.3 ) -" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - >=dev-lang/vala-0.7.7:0.10" - -src_unpack() { - if [[ ${PV} == "9999" ]]; then - subversion_src_unpack - else - unpack ${A} - fi - cd "${S}" -} - -src_prepare() { - G2CONF="${G2CONF} - --docdir=/usr/share/doc/${PF} - --without-gir - $(use_with gnome gnome-panel) - $(use_with xfce xfce4-panel) - VALAC_BIN=$(type -P valac-0.10)" - # Does not enable anything - #$(use_with introspection gir) - - # INSTALL is not useful or existing depending on version - sed 's/\(doc_DATA.*\)INSTALL/\1/' \ - -i Makefile.am || die "sed failed" - - # Fix compilation problem with --as-needed - epatch "${FILESDIR}/${PN}-0.7.7-as-needed.patch" - - AT_M4DIR="autotools" eautoreconf - - gnome2_src_prepare -} diff --git a/gnome-extra/gnome-globalmenu/metadata.xml b/gnome-extra/gnome-globalmenu/metadata.xml deleted file mode 100644 index 8f547cc..0000000 --- a/gnome-extra/gnome-globalmenu/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="person"> - <email>eva@gentoo.org</email> - <name>Gilles Dartiguelongue</name> -</maintainer> -<use> - <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg> for - introspection</flag> - <flag name="xfce">Support for Xfce desktop</flag> -</use> -<upstream> - <remote-id type="google-code">gnome2-globalmenu</remote-id> -</upstream> -</pkgmetadata> |