From bba7ed73af4fe3b333cb970dc40a9098e2d1c54b Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 10 Oct 2022 13:34:01 +0100 Subject: gentoo auto-resync : 10:10:2022 - 13:34:00 --- x11-plugins/wmsystemtray/Manifest | 2 +- .../wmsystemtray/wmsystemtray-1.4-r2.ebuild | 26 --------------------- .../wmsystemtray/wmsystemtray-1.4-r3.ebuild | 27 ++++++++++++++++++++++ 3 files changed, 28 insertions(+), 27 deletions(-) delete mode 100644 x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild create mode 100644 x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild (limited to 'x11-plugins/wmsystemtray') diff --git a/x11-plugins/wmsystemtray/Manifest b/x11-plugins/wmsystemtray/Manifest index 8957237d5be1..06abdf71d5df 100644 --- a/x11-plugins/wmsystemtray/Manifest +++ b/x11-plugins/wmsystemtray/Manifest @@ -1,4 +1,4 @@ AUX wmsystemtray-1.4-ar.patch 336 BLAKE2B 3e3c475ecdad093c205fcf6920030db16893943604c2b9f60323e0fb06074cfe37624c640bedce98119321d31478e14c5a0fafc43e72eb0f7fa9ae702da9e2ba SHA512 dc5f3aae1c2bcf2ddb27f4daade36f25949ca9804be5ccd9842fb3ea2fea968a41204ce03bea0342f691c85a65f7be94f51fce169c64f7034986f0b915bc0e48 DIST wmsystemtray-1.4.tar.gz 131973 BLAKE2B c9927c39006b665163826ff3d937042df1a3d0ea4cf9045767ff511499151f6b525a9e9b37ca62955e61853f48e7b0148cbf8b5a9e4e130c81bc9af35df99150 SHA512 16620f222dc16d709e89d5011f699c9f96b6e4bf6014eec628574b84434b2e828ba12c92b5a598d1b9037dd16cbff2cc45f7ecb6533777c8a64bf435ea0c549c -EBUILD wmsystemtray-1.4-r2.ebuild 572 BLAKE2B 50f4d60bbfa45a0aacb515c2fabd304003af4aa165b922ebd51d618acd20829c9617219d23eb91ba9bce83dfdd0618c4d4f05feca1d43b06db69200f9e961cc2 SHA512 f5acd18f80f0598dc495081c38ce5e9caec26d49c88af2a2db30a5618072ee4b6b38c0edd2a7e7f353fa941473a13673eadac62db2a10aa8281b32e1c3adff62 +EBUILD wmsystemtray-1.4-r3.ebuild 600 BLAKE2B cc09a749fd71acb7425bb517068fc271825466150b9f576b3129f4144bbb96deb39c9c6aa7620370f683714526dc3f127f057199281a6ab65a1e78503d929f05 SHA512 c1da55b9734957b06c5b54d69ad360d675a595b9f0c6af9391399c12426ad21630d92afdaab31dd230e4dbd53cc78a059631a8537b8b5f5d7722884b72e2da3f MISC metadata.xml 638 BLAKE2B 35d56a7d4f7168b44e65df2e44a624184bd001b853100a3ef857857fed9f6d2dee16e83e6e919a9c661b7aa8bea2dc8f2de589767d1fc3bf12655e1cbce77a79 SHA512 8a69575bdd84cbf6d3b869f967a69fed4dac387de569a8125870ac6b8e2971569c212a602c0b70571bfe80825537fc17660e2dbdb9be7308998219a087a02411 diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild deleted file mode 100644 index 47d0230996a8..000000000000 --- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -inherit autotools - -DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" -HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" - -DEPEND="x11-libs/libXext - x11-libs/libXfixes - x11-libs/libXmu - x11-libs/libXpm" -RDEPEND="${DEPEND}" - -PATCHES=( "${FILESDIR}"/${P}-ar.patch ) - -src_prepare() { - default - eautoreconf -} diff --git a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild new file mode 100644 index 000000000000..4c9322846e2b --- /dev/null +++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +inherit autotools + +DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons" +HOMEPAGE="https://sourceforge.net/projects/wmsystemtray/" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc64 ~x86" + +DEPEND="x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXmu + x11-libs/libXpm" +RDEPEND="${DEPEND} + media-fonts/font-misc-misc" + +PATCHES=( "${FILESDIR}"/${P}-ar.patch ) + +src_prepare() { + default + eautoreconf +} -- cgit v1.2.3