diff options
author | Matt Turner <mattst88@gentoo.org> | 2020-11-11 15:41:37 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2020-11-11 15:41:37 -0500 |
commit | bc599c7e5b6e4a708ca27d4ca6d8a52ffc9d44cb (patch) | |
tree | f5b441d1c5f0e555b3c6a3e0263ea7229c3a842e /lxde-base/lxpanel | |
parent | x11-misc/fbpanel: Remove USE=X gdk-pixbuf dependency (diff) | |
download | gentoo-bc599c7e5b6e4a708ca27d4ca6d8a52ffc9d44cb.tar.gz gentoo-bc599c7e5b6e4a708ca27d4ca6d8a52ffc9d44cb.tar.bz2 gentoo-bc599c7e5b6e4a708ca27d4ca6d8a52ffc9d44cb.zip |
lxde-base/lxpanel: Drop old versions
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'lxde-base/lxpanel')
-rw-r--r-- | lxde-base/lxpanel/Manifest | 2 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.9.2.ebuild | 61 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild | 74 | ||||
-rw-r--r-- | lxde-base/lxpanel/lxpanel-0.9.3.ebuild | 61 |
4 files changed, 0 insertions, 198 deletions
diff --git a/lxde-base/lxpanel/Manifest b/lxde-base/lxpanel/Manifest index 832cc4194974..b7063f60fc89 100644 --- a/lxde-base/lxpanel/Manifest +++ b/lxde-base/lxpanel/Manifest @@ -1,3 +1 @@ DIST lxpanel-0.10.0.tar.xz 1544700 BLAKE2B ea210feee23b2da1c9f6199bfc274c46e1142d6397ca0d1d8359329068ed6e46eaebff90fb220ce14121ed19cb5c60014230c7a7e42867318317845751418a7b SHA512 3e664eef3cf0f37cf4609f53f1f40f5d50e94ae088c497be0439851ea8f1426ef6ec1373d146e2e0ef1b9f51f557ae19eb5fb1059b0e5fcd5b1c49fd76207a59 -DIST lxpanel-0.9.2.tar.xz 1514748 BLAKE2B 31b0f949b7023364df3eb00b2386c505e14146c2b818407326347baf1dfa09b3e2e0c30c38416430c7dccad04f1fd5731a6ff80b21ea87a930492399027a056f SHA512 d7b5733345233a44466b6786133b8c3f3c9217a5195654b8dde3447a0dfc198082d991b2bc0cc60ddf200ebb95d636885b36d5642c11f4cd913f66228c12bd3a -DIST lxpanel-0.9.3.tar.xz 1515144 BLAKE2B f069a519d0e4bd611d57a956ba585b8dde953174198d01dc264e2b111df17e2925c79bd85dc8549d7b2098147122c04ace6ed775d0a3ea7594b0b39c1f9045c0 SHA512 c6aea97f66ee1d576822fda0bf1aed3849b3c74bab856816b7d23331e48b26005f1ba12eddcc0abbf5a6f08add3cb4a0674ccd13f118cec0b6294edd6f1b2343 diff --git a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild b/lxde-base/lxpanel/lxpanel-0.9.2.ebuild deleted file mode 100644 index f7041b905496..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.9.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit readme.gentoo-r1 - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="https://wiki.lxde.org/en/LXPanel" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ppc ~x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="+alsa wifi" - -RDEPEND="dev-libs/keybinder:0= - x11-libs/gtk+:2 - >=x11-libs/libfm-1.2.0[gtk] - x11-libs/libwnck:1 - x11-libs/libXmu - x11-libs/libXpm - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/libX11 - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOC_CONTENTS="If you have problems with broken icons shown in the main panel, -you will have to configure panel settings via its menu. -This will not be an issue with first time installations." - -src_configure() { - local plugins="netstatus,volume,cpu,deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install() { - default - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild deleted file mode 100644 index 83229b7c08a9..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.9.3-r1.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PLOCALES="af ar be bg bn_IN bn ca cs da de el en_GB es et eu fa fi fo fr frp -gl he hr hu id is it ja kk km ko lg lt lv ml ms nb nl nn pa pl ps pt_BR pt ro -ru sk sl sr@latin sr sv te th tr tt_RU ug uk ur_PK ur vi zh_CN zh_HK zh_TW" - -PLOCALE_BACKUP="en_GB" - -inherit l10n readme.gentoo-r1 - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="https://wiki.lxde.org/en/LXPanel" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~amd64-linux ~x86-linux" -IUSE="+alsa wifi" - -RDEPEND="dev-libs/keybinder:0= - x11-libs/gtk+:2 - >=x11-libs/libfm-1.2.0[gtk] - x11-libs/libwnck:1 - x11-libs/libXmu - x11-libs/libXpm - x11-libs/cairo - x11-libs/gdk-pixbuf[X] - x11-libs/libX11 - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOC_CONTENTS="If you have problems with broken icons shown in the main panel, -you will have to configure panel settings via its menu. -This will not be an issue with first time installations." - -src_prepare() { - default - - export LINGUAS="${LINGUAS:-${PLOCALE_BACKUP}}" - l10n_get_locales > po/LINGUAS || die -} - -src_configure() { - local plugins="netstatus,volume,cpu,deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install() { - default - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} diff --git a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild b/lxde-base/lxpanel/lxpanel-0.9.3.ebuild deleted file mode 100644 index 5ea3cc8359e6..000000000000 --- a/lxde-base/lxpanel/lxpanel-0.9.3.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="6" - -inherit readme.gentoo-r1 - -DESCRIPTION="Lightweight X11 desktop panel for LXDE" -HOMEPAGE="https://wiki.lxde.org/en/LXPanel" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-2" -KEYWORDS="~alpha amd64 arm ~arm64 ppc x86 ~amd64-linux ~x86-linux" -SLOT="0" -IUSE="+alsa wifi" - -RDEPEND="dev-libs/keybinder:0= - x11-libs/gtk+:2 - >=x11-libs/libfm-1.2.0[gtk] - x11-libs/libwnck:1 - x11-libs/libXmu - x11-libs/libXpm - x11-libs/cairo - x11-libs/gdk-pixbuf - x11-libs/libX11 - lxde-base/lxmenu-data - lxde-base/menu-cache - alsa? ( media-libs/alsa-lib ) - wifi? ( net-wireless/wireless-tools )" -DEPEND="${RDEPEND} - virtual/pkgconfig - sys-devel/gettext" - -DOC_CONTENTS="If you have problems with broken icons shown in the main panel, -you will have to configure panel settings via its menu. -This will not be an issue with first time installations." - -src_configure() { - local plugins="netstatus,volume,cpu,deskno,batt, \ - kbled,xkb,thermal,cpufreq,monitors" - - use wifi && plugins+=",netstat" - use alsa && plugins+=",volumealsa" - [[ ${CHOST} == *-interix* ]] && plugins=deskno,kbled,xkb - - econf $(use_enable alsa) --with-x --with-plugins="${plugins}" - # the gtk+ dep already pulls in libX11, so we might as well hardcode with-x -} - -src_install() { - default - - # Get rid of the .la files. - find "${D}" -name '*.la' -delete - - readme.gentoo_create_doc -} - -pkg_postinst() { - readme.gentoo_print_elog -} |