From 5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 20 Mar 2021 14:27:17 +0000 Subject: gentoo resync : 20.03.2021 --- lxde-base/lxappearance/Manifest | 2 +- .../lxappearance/lxappearance-0.6.3-r2.ebuild | 33 ++++++++++++++++++++++ lxde-base/lxappearance/lxappearance-0.6.3.ebuild | 25 ---------------- 3 files changed, 34 insertions(+), 26 deletions(-) create mode 100644 lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild delete mode 100644 lxde-base/lxappearance/lxappearance-0.6.3.ebuild (limited to 'lxde-base/lxappearance') diff --git a/lxde-base/lxappearance/Manifest b/lxde-base/lxappearance/Manifest index c9b97b51019d..d5900120558e 100644 --- a/lxde-base/lxappearance/Manifest +++ b/lxde-base/lxappearance/Manifest @@ -1,4 +1,4 @@ DIST lxappearance-0.6.3.tar.xz 165656 BLAKE2B d76d3d9b270e18e46cad44d204d1d5e4faf20bd6c292bf8dd17c2d570fa0276f183489c39f115c189b525643dbd03d0a1b1681f7fa0f61171bc822d8250ef513 SHA512 035cc952a33ac25408a4158cb4e745b17af3f29b5ceedfbe6b37235d16c801658403e862cd35ad7c8ca20fe6186fab1dce74a6e8d3b2eec12a30d532fc21662c EBUILD lxappearance-0.6.3-r1.ebuild 887 BLAKE2B 996ce905d8bb6d5cd10eddc4bbf64fc8be6945b6b43481eda564bff5386f61bbda66f93ec710becf4a8700f6d1ac8c6e3200a4cc4064aa12c3f5f88b60e2ca7d SHA512 4572a766c97c791202da1029fa129073a532933fa025918e9c9574efe38a80969a891940889b0eec350c34b7ef8f0a083fa127738515e24dbdd087d6c4b38c39 -EBUILD lxappearance-0.6.3.ebuild 548 BLAKE2B c32288e4a082b562a794aa9ebacb672a1cdf29d3a073d3ffd08b2fbd4d35ffdb8aa22de013681842767f11c324034a9019bf8bb68dc3c2df63acd0f6c001a7c5 SHA512 0abd933d6b74d3e659de7f936f5c292a33a5b93580651fe80ff62b1b6b609b6bdd704a11b948f5b2e972834d86f2685aa407dfe9418fa4e03a1c14ccc0c9425e +EBUILD lxappearance-0.6.3-r2.ebuild 646 BLAKE2B 00e63cb1790851a5823ae278ea7c621c45ff95406c15c23e6a73b0e4625b83458682dabe645585cc95a050004e5c612ffbaf4fea90fec6ba3be2a2a7eb60e111 SHA512 2f818d703347d4255d596afc9a0d854b604d62b2a95931235c96668d2521d01c2ed37e2b8effe36640c3a5bad8f6c2b01e89eec6472f336268f7b462a7d37a22 MISC metadata.xml 246 BLAKE2B 8d0aec200836314012b91ca33df85fa03b210405d0cb4dddaddc474851c85ecd2eea76bdaecb66be57377e5c1f0f2de84aba3cb544c375842964bc2c64259a78 SHA512 e8d4ac2166add3e6b5a69dfa0b4f71db2a7cc921024aa208644b377790adb14d48682ff5e0d80fd054c349d20f83554f46bdc5053b7b8e893f11e87dddba3d73 diff --git a/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild new file mode 100644 index 000000000000..7871a1c7b61b --- /dev/null +++ b/lxde-base/lxappearance/lxappearance-0.6.3-r2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="LXDE GTK+ theme switcher" +HOMEPAGE="https://wiki.lxde.org/en/LXAppearance" +SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux" +IUSE="dbus" + +RDEPEND=" + dev-libs/glib:2 + x11-libs/gdk-pixbuf:2 + x11-libs/gtk+:3 + x11-libs/libX11 + dbus? ( dev-libs/dbus-glib ) +" +DEPEND="${RDEPEND}" +BDEPEND=" + dev-util/intltool + sys-devel/gettext + virtual/pkgconfig +" + +src_configure() { + econf \ + --enable-gtk3 \ + $(use_enable dbus) +} diff --git a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild b/lxde-base/lxappearance/lxappearance-0.6.3.ebuild deleted file mode 100644 index ed729a1760a7..000000000000 --- a/lxde-base/lxappearance/lxappearance-0.6.3.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="LXDE GTK+ theme switcher" -HOMEPAGE="https://wiki.lxde.org/en/LXAppearance" -SRC_URI="mirror://sourceforge/lxde/${P}.tar.xz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~mips ppc x86 ~amd64-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_configure() { - econf \ - $(use_enable dbus) -} -- cgit v1.2.3