diff options
author | Jeroen Roovers <jer@gentoo.org> | 2017-11-29 07:23:32 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2017-11-29 07:24:16 +0100 |
commit | 909b0db3abd8e455d2b0d3db201aef4d5f2e36af (patch) | |
tree | 98b742c948c7158c63c359b57ff7fe8387da612d | |
parent | x11-misc/menulibre: Stable for AMD64 x86 too. (diff) | |
download | gentoo-909b0db3abd8e455d2b0d3db201aef4d5f2e36af.tar.gz gentoo-909b0db3abd8e455d2b0d3db201aef4d5f2e36af.tar.bz2 gentoo-909b0db3abd8e455d2b0d3db201aef4d5f2e36af.zip |
x11-misc/menulibre: Old.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
-rw-r--r-- | x11-misc/menulibre/Manifest | 2 | ||||
-rw-r--r-- | x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch | 17 | ||||
-rw-r--r-- | x11-misc/menulibre/menulibre-13.01.4-r1.ebuild | 68 | ||||
-rw-r--r-- | x11-misc/menulibre/menulibre-13.01.4.ebuild | 65 | ||||
-rw-r--r-- | x11-misc/menulibre/menulibre-13.04.17.ebuild | 68 |
5 files changed, 0 insertions, 220 deletions
diff --git a/x11-misc/menulibre/Manifest b/x11-misc/menulibre/Manifest index 1caa82c8b134..b871e07f8410 100644 --- a/x11-misc/menulibre/Manifest +++ b/x11-misc/menulibre/Manifest @@ -1,3 +1 @@ DIST menulibre-2.1.3.tar.gz 231336 BLAKE2B f15f962b41071f40cebdaa3fbab082932f1acad30026b89bb2b4672a860b4f7cc3caa668eadee48195a091783b6a8d5558ca44ed05034640247cad02394d3b93 SHA512 0a9040bcb311fe993238e5d1fc459db2400466c538c729ecd5bf2ff20cf9c7300ef2543c56ae4ef7cfa44cd66768ee9a9001ab997fd2507d8d74a246b2029c7a -DIST menulibre_13.01.4.tar.gz 322686 SHA256 2329b426af55936dc40c7d1bcae99f98b674d06e3757657bd47dcb93d1ac45f3 SHA512 c3311443d00901d0c80078e4f51f81cc2bafbb8048a8eb1f0594e4430e9d8d1c563f4ec6b423952d3e8523f921220bb9d6fa0e4a62453d07011ae781070750d4 WHIRLPOOL b419f3285a97918796c08d0cb7681ada8f6bd19297bdfaea603c2e6256c06d775369d683f150f9c708d26ff2220fceb97d37541143bbcd9d08387e5ebd2967d5 -DIST menulibre_13.04.17.tar.gz 337166 BLAKE2B ce1e9757d8f836dd068eed36a72dabf90c1ebd7c53ac0de15f829bbca521df3ad3579611399ee8b7d4affb4332ace02992ea378b8eb6c7ec2e60d93a6314f61b SHA512 7e0a2c3d765612a1c9ae9f82206fc180d7edc06dbe294bd200d699ecdb243a28ba58030b94084bc0525540f514642914b4224d766d4c9817ee7ee9ac9074b627 diff --git a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch b/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch deleted file mode 100644 index 6a747ba07fb8..000000000000 --- a/x11-misc/menulibre/files/menulibre-13.01.4-GError-import.patch +++ /dev/null @@ -1,17 +0,0 @@ -From: Julian Ospald <hasufell@gentoo.org> -Date: Mon Oct 21 17:32:25 UTC 2013 -Subject: fix import - -https://bugs.gentoo.org/show_bug.cgi?id=488866 - ---- a/menulibre_lib/IconTheme.py -+++ b/menulibre_lib/IconTheme.py -@@ -15,7 +15,7 @@ - ### END LICENSE - - from gi.repository import Gtk, GdkPixbuf --from gi._glib import GError -+from gi._glib._glib import GError - import os - - from menulibreconfig import get_data_file diff --git a/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild b/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild deleted file mode 100644 index 05f0f7df4c7f..000000000000 --- a/x11-misc/menulibre/menulibre-13.01.4-r1.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -DISTUTILS_IN_SOURCE_BUILD=1 -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="An advanced menu editor that provides modern features in a easy-to-use interface" -HOMEPAGE="http://www.smdavis.us/projects/menulibre/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]" -RDEPEND="dev-libs/gobject-introspection - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf[X,introspection] - x11-libs/gtk+:3[X,introspection] - x11-themes/hicolor-icon-theme" - -PATCHES=( "${FILESDIR}"/${P}-GError-import.patch ) - -S=${WORKDIR}/${PN} - -python_prepare_all() { - # too many categories - sed -i \ - -e 's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \ - menulibre.desktop.in || die 'sed on menulibre.desktop.in failed' - - local i - # fix incorrect behavior when LINGUAS is set to an empty string - # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594 - if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set - for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language - if ! has ${i} ${LINGUAS} ; then # if language is disabled - rm po/${i}.po || die - fi - done - fi - - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - newicon -s 32 help/C/figures/icon.png menu-editor.png -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - elog "optional dependencies:" - elog " gnome-extra/yelp (view help contents)" -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-misc/menulibre/menulibre-13.01.4.ebuild b/x11-misc/menulibre/menulibre-13.01.4.ebuild deleted file mode 100644 index 52d55e53db32..000000000000 --- a/x11-misc/menulibre/menulibre-13.01.4.ebuild +++ /dev/null @@ -1,65 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -DISTUTILS_IN_SOURCE_BUILD=1 -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="An advanced menu editor that provides modern features in a easy-to-use interface" -HOMEPAGE="http://www.smdavis.us/projects/menulibre/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]" -RDEPEND="dev-libs/gobject-introspection - dev-python/pygobject:3[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf[X,introspection] - x11-libs/gtk+:3[X,introspection] - x11-themes/hicolor-icon-theme" - -S=${WORKDIR}/${PN} - -python_prepare_all() { - # too many categories - sed -i \ - -e 's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \ - menulibre.desktop.in || die 'sed on menulibre.desktop.in failed' - - local i - # fix incorrect behavior when LINGUAS is set to an empty string - # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594 - if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set - for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language - if ! has ${i} ${LINGUAS} ; then # if language is disabled - rm po/${i}.po || die - fi - done - fi - - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - newicon -s 32 help/C/figures/icon.png menu-editor.png -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - elog "optional dependencies: gnome-extra/yelp (view help contents)" -} - -pkg_postrm() { - gnome2_icon_cache_update -} diff --git a/x11-misc/menulibre/menulibre-13.04.17.ebuild b/x11-misc/menulibre/menulibre-13.04.17.ebuild deleted file mode 100644 index a91dd73c1446..000000000000 --- a/x11-misc/menulibre/menulibre-13.04.17.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) -PYTHON_REQ_USE="xml" -DISTUTILS_IN_SOURCE_BUILD=1 -inherit eutils gnome2-utils distutils-r1 - -DESCRIPTION="An advanced menu editor that provides modern features in a easy-to-use interface" -HOMEPAGE="http://www.smdavis.us/projects/menulibre/" -SRC_URI="https://launchpad.net/${PN}/trunk/${PV}/+download/${PN}_${PV}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="dev-python/python-distutils-extra[${PYTHON_USEDEP}]" -RDEPEND="dev-libs/gobject-introspection - dev-python/pygobject:3[${PYTHON_USEDEP}] - dev-python/pyxdg[${PYTHON_USEDEP}] - x11-libs/gdk-pixbuf[X,introspection] - x11-libs/gtk+:3[X,introspection] - x11-libs/gtksourceview:3.0[introspection] - x11-themes/hicolor-icon-theme" - -S=${WORKDIR}/trunk - -python_prepare_all() { - # too many categories - sed -i \ - -e 's/X-GNOME-Settings-Panel;X-GNOME-PersonalSettings;DesktopSettings;X-XFCE;//' \ - menulibre.desktop.in || die 'sed on menulibre.desktop.in failed' - - local i - # fix incorrect behavior when LINGUAS is set to an empty string - # https://bugs.launchpad.net/python-distutils-extra/+bug/1133594 - if [[ -n "${LINGUAS+x}" ]] ; then # if LINGUAS is set - for i in $(cd "${S}"/po ; for p in *.po ; do echo ${p%.po} ; done) ; do # for every supported language - if ! has ${i} ${LINGUAS} ; then # if language is disabled - rm po/${i}.po || die - fi - done - fi - - distutils-r1_python_prepare_all -} - -python_install_all() { - distutils-r1_python_install_all - newicon -s 32 help/C/figures/icon.png menu-editor.png -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update - elog "optional dependencies:" - elog " gnome-extra/yelp (view help contents)" -} - -pkg_postrm() { - gnome2_icon_cache_update -} |