diff options
Diffstat (limited to 'lxde-base')
-rw-r--r-- | lxde-base/lxappearance/Manifest | 1 | ||||
-rw-r--r-- | lxde-base/lxappearance/files/lxappearance-desktop.patch | 18 | ||||
-rw-r--r-- | lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild | 30 |
3 files changed, 0 insertions, 49 deletions
diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest deleted file mode 100644 index 4c558853..00000000 --- a/lxde-base/lxappearance/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513 SHA512 035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c diff --git a/lxde-base/lxappearance/files/lxappearance-desktop.patch b/lxde-base/lxappearance/files/lxappearance-desktop.patch deleted file mode 100644 index 7e0cf8b8..00000000 --- a/lxde-base/lxappearance/files/lxappearance-desktop.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Nur a/data/lxappearance.desktop b/data/lxappearance.desktop ---- a/data/lxappearance.desktop 2017-01-25 01:35:20.000000000 +0000 -+++ b/data/lxappearance.desktop 2017-12-18 16:55:52.477918777 +0000 -@@ -175,4 +175,4 @@ - Exec=lxappearance - NotShowIn=GNOME;KDE;XFCE;MATE; - StartupNotify=true --Categories=GTK;Settings;DesktopSettings;X-LXDE-Settings; -+Categories=Settings;DesktopSettings;Qt;LXQt; -diff -Nur a/data/lxappearance.desktop.in b/data/lxappearance.desktop.in ---- a/data/lxappearance.desktop.in 2016-02-20 22:48:38.000000000 +0000 -+++ b/data/lxappearance.desktop.in 2017-12-18 16:56:04.608154965 +0000 -@@ -8,4 +8,4 @@ - Exec=lxappearance - NotShowIn=GNOME;KDE;XFCE;MATE; - StartupNotify=true --Categories=GTK;Settings;DesktopSettings;X-LXDE-Settings; -+Categories=Settings;DesktopSettings;Qt;LXQt; diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild deleted file mode 100644 index 612b0af7..00000000 --- a/lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="http://lxde.sourceforge.net" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-linux ~arm-linux ~x86-linux" -IUSE="dbus" - -RDEPEND="x11-libs/gtk+:2 - dbus? ( dev-libs/dbus-glib )" -DEPEND="${RDEPEND} - virtual/pkgconfig - dev-util/intltool - sys-devel/gettext" - -src_prepare() { - default - eapply "${FILESDIR}"/"${PN}"-desktop.patch -} - -src_configure() { - econf \ - $(use_enable dbus) -} |