summaryrefslogtreecommitdiff
path: root/x11-plugins/wmsystemtray
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-10-10 13:34:01 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-10-10 13:34:01 +0100
commitbba7ed73af4fe3b333cb970dc40a9098e2d1c54b (patch)
tree4a2377c9096a6e85935bc1b24a50c09537fbb3ca /x11-plugins/wmsystemtray
parentf69024d0d689548234c6173dc2d8a5bb466b0525 (diff)
gentoo auto-resync : 10:10:2022 - 13:34:00
Diffstat (limited to 'x11-plugins/wmsystemtray')
-rw-r--r--x11-plugins/wmsystemtray/Manifest2
-rw-r--r--x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild (renamed from x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild)7
2 files changed, 5 insertions, 4 deletions
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-r3.ebuild
index 47d0230996a8..4c9322846e2b 100644
--- a/x11-plugins/wmsystemtray/wmsystemtray-1.4-r2.ebuild
+++ b/x11-plugins/wmsystemtray/wmsystemtray-1.4-r3.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit autotools
DESCRIPTION="a system tray dockapp with the ability to display more than just four tray icons"
@@ -16,7 +16,8 @@ DEPEND="x11-libs/libXext
x11-libs/libXfixes
x11-libs/libXmu
x11-libs/libXpm"
-RDEPEND="${DEPEND}"
+RDEPEND="${DEPEND}
+ media-fonts/font-misc-misc"
PATCHES=( "${FILESDIR}"/${P}-ar.patch )