diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-01 07:00:58 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-07-01 07:00:58 +0000 |
| commit | 74755341b8504dc85ac08673144c0ec341b3a166 (patch) | |
| tree | 2da80e68abe47dc35b22c6d7ff8a62ed27cd8c10 /lxde-base/lxappearance | |
| parent | 7b2acbd09b9a228fb8beb66196f0323e1fde0dda (diff) | |
| download | baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.tar.gz baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.tar.xz baldeagleos-repo-74755341b8504dc85ac08673144c0ec341b3a166.zip | |
Adding metadata
Diffstat (limited to 'lxde-base/lxappearance')
| -rw-r--r-- | lxde-base/lxappearance/lxappearance-0.6.4-r2.ebuild (renamed from lxde-base/lxappearance/lxappearance-0.6.4-r1.ebuild) | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/lxde-base/lxappearance/lxappearance-0.6.4-r1.ebuild b/lxde-base/lxappearance/lxappearance-0.6.4-r2.ebuild index c55982b7ef92..922fe1621c1b 100644 --- a/lxde-base/lxappearance/lxappearance-0.6.4-r1.ebuild +++ b/lxde-base/lxappearance/lxappearance-0.6.4-r2.ebuild @@ -12,14 +12,12 @@ SRC_URI="https://github.com/lxde/lxappearance/archive/refs/tags/${PV}.tar.gz -> LICENSE="GPL-3" SLOT="0" KEYWORDS="~alpha amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" -IUSE="dbus" RDEPEND=" >=dev-libs/glib-2.26.0:2 x11-libs/gdk-pixbuf:2 - x11-libs/gtk+:3 + x11-libs/gtk+:3[X] x11-libs/libX11 - dbus? ( >=dev-libs/dbus-glib-0.70 ) " DEPEND="${RDEPEND}" BDEPEND=" @@ -40,7 +38,6 @@ src_prepare() { src_configure() { local myeconfargs=( --enable-gtk3 - $(use_enable dbus) # As of 0.6.4, there's no more dist tarballs, but we # still want man pages. --enable-man |
