summaryrefslogtreecommitdiff
path: root/lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-05-31 11:32:45 +0100
commit421a17f90e084b06593d77a0354f632664c30744 (patch)
tree928bccdb91be0d064361b95f5a0595fc50fbed43 /lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild
parentf2f3fc0601dae0efdf582833e773ff9d87759ec9 (diff)
lxqt-base/lxqt-meta : drop lxqt and related packages
Diffstat (limited to 'lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild')
-rw-r--r--lxde-base/lxappearance/lxappearance-0.6.3-r1337.ebuild30
1 files changed, 0 insertions, 30 deletions
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)
-}