diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-03-17 12:27:31 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-03-17 12:27:31 +0000 |
commit | bcf596975a1c2450e077c80c84017c54198f216c (patch) | |
tree | 65f19d38ef25fd66020bd9d2f1f1ffa0391aba6c /xfce-extra | |
parent | 2e0bf408961ec1023d3db1fc5d687c233661ac26 (diff) |
gentoo auto-resync : 17:03:2023 - 12:27:30
Diffstat (limited to 'xfce-extra')
15 files changed, 8 insertions, 259 deletions
diff --git a/xfce-extra/Manifest.gz b/xfce-extra/Manifest.gz Binary files differindex c4e1a27aebd5..c5048692f891 100644 --- a/xfce-extra/Manifest.gz +++ b/xfce-extra/Manifest.gz diff --git a/xfce-extra/xfce4-cpufreq-plugin/Manifest b/xfce-extra/xfce4-cpufreq-plugin/Manifest index 885e10a9b135..315f69bc7287 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/Manifest +++ b/xfce-extra/xfce4-cpufreq-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-cpufreq-plugin-1.2.7.tar.bz2 446055 BLAKE2B bedcf4ece6f1696a13144b0dd9d28a9dfdda255ed72f3b7aa7d572fd33b718a01850aaac90887b79ca57e4a7a9e4a6b234ac880e3a180a459e54c8377da3a9b9 SHA512 6bb7f5790d3ba9756afcb47cde40420453afe191fa111e390f2ad9780f3ab51ac2c6a69586303e9a5d1fb7d1af3eda3dad93f10df072f9ae59e47fc2216db434 DIST xfce4-cpufreq-plugin-1.2.8.tar.bz2 431599 BLAKE2B f08d27b2461e3ac387dc139231a8febb6239fe8e5132ef89a6d4a8f9009fb7a3dd011ead97f27872fbb4857fc563e65fc2dd6e0f652d8d7299d3c9966d6f8b57 SHA512 482912920703b61ccba59b1a95a4153d06a7c897a59d7c2e5f84f6ea1cac17be2bade72d9187fc62279112f41cd2dd3f3157df31fae165eb2a104b74fec310da -EBUILD xfce4-cpufreq-plugin-1.2.7.ebuild 842 BLAKE2B bbd2ed78612ae4532c362e240e859bb9e5c31f4673d259f6e48a23b372c2390333028245deb0b42cd539715342b4da9e620767a0e32a8c70ebf9c35f739e5143 SHA512 41341b7c379eb47511dfffbda052ab0786f391b4ea71b2dc6a81c7295ea43cac4b22e57758bcf95305d2cf1af1b18ec2f08d1c486f88bf551266d2d419a2a40c -EBUILD xfce4-cpufreq-plugin-1.2.8.ebuild 906 BLAKE2B 95802e2ddee479479dc7933eeeb53b22291dd8032724afed745796af06c16beafcd40a9f03237f0256e0809c963f35cbc052ee7479d82b3226f799ee5d05f862 SHA512 1965376d862e537f91c389f5b2dc48d711a30fc57a69e906c9c36a0fd10998124a06e9b4a5ae0cfb754902a9176b781a7497e9031f826b20870965e341311890 +EBUILD xfce4-cpufreq-plugin-1.2.8.ebuild 905 BLAKE2B c538badb0b72a5ec7b8f367a5ceadea682e76ee7cb6c0c239a42b48532352e86e387e76d24fbbc91abbfa18876c2eed781ccb10621b19dcf7fcc4aa00dbbff2c SHA512 41c0979838def15ed62a91393767ad3e86316ae84177ed65dcaacc6ef369b48b2d76b212fc96bec505598b4536e95cd49d57f1a32f4c4c76a6cbceef61e2d994 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.7.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.7.ebuild deleted file mode 100644 index a48cf1cb5898..000000000000 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A panel plugin for showing information about cpufreq settings" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpufreq-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" - -RDEPEND=">=dev-libs/glib-2.20:= - >=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.8.ebuild b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.8.ebuild index 39418feaf276..88ac173ea811 100644 --- a/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.8.ebuild +++ b/xfce-extra/xfce4-cpufreq-plugin/xfce4-cpufreq-plugin-1.2.8.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ppc ppc64 ~riscv x86" DEPEND=" >=dev-libs/glib-2.20 diff --git a/xfce-extra/xfce4-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index d6e0728afb14..331109deb9e4 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-cpugraph-plugin-1.2.6.tar.bz2 458058 BLAKE2B 4cd7c9734a52b39d0606f25d5ae559230819e5672b6fe8fb4f19ed5afcf9a446790fe38753ef294ae99767bf06ae9ae08ebd85d66a83dcfb675d945ae2771d00 SHA512 6205a0a7616b0dc5de3cdeb79a5148ee775b426a16b52c491129f74104ab224ec3b29b042a3c8ee05b77cc8775c83d75a8312b96a71504cde50dc257e8354857 DIST xfce4-cpugraph-plugin-1.2.7.tar.bz2 438674 BLAKE2B d4ca7c850410aeaad7d5eb0156c4feea4a01a0be0d77a62c0165ead9158d2c7e41220ca8ca38e82db69600991f5578f85c1793d1bc94954e9f9cb85cb147316a SHA512 a89f5d9f986717a78a2cbd31db378c1b220cabfc83bf1c85f2533ecccd17b4ed70a3de9321f2e06fcbca2b77d3b02e5a8541e2adf936567a426e1d7221faaa3b -EBUILD xfce4-cpugraph-plugin-1.2.6.ebuild 855 BLAKE2B 90b3e7f676a101b3708f65e9f83a044360fb222cf8685875cc5a6555557b67c1132a5fe2c19a0568ba0ed208e0a341f7654ec88cefa22e5e81b04aa8f830d97b SHA512 84b5529933e2fb5a2c6a4dd5cdf13a404f09e7dc098e55e504f3d3db61c3056de782ee30079e5b377d4befedfaf7cb1c4d7c8282e46c9f4b9e2b7df3fc422923 -EBUILD xfce4-cpugraph-plugin-1.2.7.ebuild 932 BLAKE2B 6292d103b7142ba3325cfdad6316fbc3bf01bcfb49a1bf0a457dbedf218b1ae8cf8810bbab26acb0ff31a99acc06e7adea9405b82d1c0f11e2b394776e20e774 SHA512 8e5bfa31fe164d637a7c7d8c89213a29e87133fccbe93bab6889a646c7bf63014399329e6eba08f94286f13e4a1ce3a2b1536fe33bf08aa26c6fb08d81d2a59b +EBUILD xfce4-cpugraph-plugin-1.2.7.ebuild 931 BLAKE2B 694613942840d2021bf8d6076b6f92dd188009ab113b2987f3f226e0b102d81bfa881e92997e3f5b446734ca33c81c4b0aa8f32ad880d9485b5142e58ebc81e7 SHA512 075b844e168df2bd785e46985741eb04d8a836429187c43194a9fc67e003da54a5376ccbb02e425d810f877bcf0b0310128b5bd95f1a8badfad6d3805f066da8 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.6.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.6.ebuild deleted file mode 100644 index d8d88e748ae0..000000000000 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.6.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A system load plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-cpugraph-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2 GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -RDEPEND=">=x11-libs/gtk+-3.22:3 - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:=" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig" - -src_install() { - default - find "${ED}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild index d14d3767c5ac..eb4cc5e6675f 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.7.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="BSD-2 GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" DEPEND=" >=x11-libs/gtk+-3.22:3 diff --git a/xfce-extra/xfce4-sensors-plugin/Manifest b/xfce-extra/xfce4-sensors-plugin/Manifest index 41d6e16295fa..349de559eec5 100644 --- a/xfce-extra/xfce4-sensors-plugin/Manifest +++ b/xfce-extra/xfce4-sensors-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-sensors-plugin-1.4.3.tar.bz2 508993 BLAKE2B 4e857c2b31b6dc1d9e1f5adeb0b34c1f68c0e3386c7211533c5ffdfddddfc307fd16b0a55b6f8697aab87c62e143f3e8795c1a7ba36c3cfd18e92b56e316c7f0 SHA512 2cb91afaf740db5bbbb8451cfa0540ee979671e6a1a640ad61dfeb41328c057bc16fa668e9d536595ef460bfbd41617e8b3d27f63e02324e9764543fa6a0b2b5 DIST xfce4-sensors-plugin-1.4.4.tar.bz2 472187 BLAKE2B ab59dea6dd2252c23ee7a74567c16ab040152bbe0012349078d306dcad2c699d6e55b32f7d084c6cdf26f51ff324bcac817ea6f01e3957c74cd7799bddd0a147 SHA512 45a5df383cc950f05f33d3d658b4847890e4136d6c72708a4218f1460a27d44a07a3f726d6c509bc706b963041a5dab3259dd94127636fb196d47ab9a0d6f702 -EBUILD xfce4-sensors-plugin-1.4.3.ebuild 1520 BLAKE2B 2161c5fe4f7c8980be116be529c77d144cce0575c48cb3e1d0f42b8429ecc3181013310e6a65578df33b8836c4dc5d0358016295c92afeddf030cc1fa1987524 SHA512 5f5ff024ac8cb53c99d51decc5a6832ede2cad93a985a6a12358f74e92e06c12a0dd3e4c2396879a7b6527b4371c2553583c79533f8f72e94e9882c07ed1d8f7 -EBUILD xfce4-sensors-plugin-1.4.4.ebuild 1586 BLAKE2B 674f2f8c3e5c1352a7e036953d4c8cde2d1556b3fffee11b8d8a9ebe3962bb95c93263dd2a1dce2201e1f9922f2e2ced8ede22a83c8d1b7d1584d70c5974c12c SHA512 60da215d4140606d248d6c7b333cc52c18711eef8010792f2f08121f7a5a3ed5bc7a72a186f31c7485d0952883a3e9fc9b5124eca6009f9cde05a7de04f8d8d8 +EBUILD xfce4-sensors-plugin-1.4.4.ebuild 1585 BLAKE2B 4260702d0e4f03ceaeffd6d8c9ed78fcc527fa3c3c0986549e84e641f02c75fade81ed2a865193bb6d61b21e8bc7efa13380a6c9eb292d61ee653a927f3a38d0 SHA512 7612b53fea4e9f216425e521df2e41e8c9545332bf544643526d3399e17b43a4c60a155a3a0eab115fa24e6edcb1c0d4bfc44d4affc2383d289eb031d3c8ed03 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild deleted file mode 100644 index 6cdc789eba9c..000000000000 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.3.ebuild +++ /dev/null @@ -1,66 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="A panel plug-in for acpi, lm-sensors and hddtemp sensors" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-sensors-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" -IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" - -REQUIRED_USE="|| ( hddtemp lm-sensors acpi )" - -RDEPEND=">=x11-libs/gtk+-3.20:3= - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.12:= - hddtemp? ( - app-admin/hddtemp - || ( - net-analyzer/openbsd-netcat - net-analyzer/netcat - ) - ) - libnotify? ( >=x11-libs/libnotify-0.7:= ) - lm-sensors? ( >=sys-apps/lm-sensors-3.1.0:= ) - video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" -DEPEND=${RDEPEND} - -BDEPEND=" - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local myconf=( - --libexecdir="${EPREFIX}"/usr/$(get_libdir) - $(use_enable lm-sensors libsensors) - $(use_enable hddtemp) - $(use_enable hddtemp netcat) - $(use_enable acpi procacpi) - $(use_enable acpi sysfsacpi) - $(use_enable video_cards_nvidia xnvctrl) - $(use_enable libnotify notification) - --disable-pathchecks - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.4.ebuild b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.4.ebuild index 90df5f270fc1..57dc1df10287 100644 --- a/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.4.ebuild +++ b/xfce-extra/xfce4-sensors-plugin/xfce4-sensors-plugin-1.4.4.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="amd64 ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~ppc ~ppc64 ~riscv x86" IUSE="+acpi hddtemp libnotify lm-sensors video_cards_nvidia" REQUIRED_USE="|| ( hddtemp lm-sensors acpi )" diff --git a/xfce-extra/xfce4-systemload-plugin/Manifest b/xfce-extra/xfce4-systemload-plugin/Manifest index 0293849c80a7..b9fdee6a3626 100644 --- a/xfce-extra/xfce4-systemload-plugin/Manifest +++ b/xfce-extra/xfce4-systemload-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-systemload-plugin-1.3.1.tar.bz2 417959 BLAKE2B c9255349cb4f20a8d8165fbf5a124dbffcb4ca3633c32ca7b2cbbebc4770a50a24909158cd3fcaad9f8bab4b756b98b5329b60a1fbbd0ac0be13251bb950d542 SHA512 2b2285c5960a5728dd7818f90605848e462fe5fef8643ff5be64b7087225399395ace5ec8013f6795d410b0acf79ec77c14e2ed0e56007cfe6f13133ba708876 DIST xfce4-systemload-plugin-1.3.2.tar.bz2 409767 BLAKE2B 1213c007431318628f4f81026ccdbca2e5b9d34462d66354a1c37999aadc0ef9ed84246bc7f185fd633898364dc0440297dde18288f8beea1d5c7bf6663a6a04 SHA512 f432988f439e5fd7ada16b3e6eaa42b3351531ba3e2b63e2570387bf4d7e605ff9d5a97fde3f5f5eb323ff08aaf3c050f161a5768392b80aa99fabaabda82431 -EBUILD xfce4-systemload-plugin-1.3.1.ebuild 1024 BLAKE2B 083b795561b3a767a621129df90d2eb3faae1198ea46cb320469352acdb56ea2589d8a98992f1785b150d02c6ef752b1ea154697f6d00871d21a4d792da17266 SHA512 1c2ab2f8aa8f4783b4f42cdf845995b35ae6fd8c6d4cbb54941b04d1c359d351df29dc64e7f7b4accfabf6a9784487fbd208cbac6849e77cf06633f04b4bb6b9 -EBUILD xfce4-systemload-plugin-1.3.2.ebuild 1129 BLAKE2B 94e0ba3cfa803735682a551bca67c0610e757dfa7f7fb032a21fca7bcc7cbda0203b55d077e3983ad99719fd06c63b0561808f10cd46d5d505d569c663c7b496 SHA512 151f0b4363c458dbae2290afebff7b0b1401f9ee18d117a74f6d70f5bf39860e6f0b0171503c2a5ee3906b831d410e013c8f5cc665ceafea7852971a24c6a448 +EBUILD xfce4-systemload-plugin-1.3.2.ebuild 1128 BLAKE2B ebf318ed3e635b3799b4aeb29fd871571c299cf9e954c040361f6ca96d96387706af7a86c4adf1d570bebe0936ca651877fef64b54761b03b00127ec37b3da1f SHA512 392f8ef6e6eed027c7a886923ff9ea13fbcc18599d45cba943b1001ad9ef50014e08fa7dae7b69a9a14440a0d029b87fd6f4490ca669b9b101b446b512043b62 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.1.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.1.ebuild deleted file mode 100644 index 68065ccd4f29..000000000000 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.1.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="System load plug-in for Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-systemload-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="upower" - -RDEPEND=">=xfce-base/libxfce4ui-4.12:=[gtk3(+)] - >=xfce-base/xfce4-panel-4.12:= - >=xfce-base/xfconf-4.14:= - upower? ( >=sys-power/upower-0.9.23 )" -DEPEND=${RDEPEND} -BDEPEND=" - dev-util/intltool - virtual/pkgconfig" - -src_configure() { - local myconf=( - # gtop is needed only as fallback when /proc is not available - --disable-libgtop - $(use_enable upower) - ) - - econf "${myconf[@]}" -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} diff --git a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.2.ebuild b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.2.ebuild index 923752849f8d..a118e82885ed 100644 --- a/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.2.ebuild +++ b/xfce-extra/xfce4-systemload-plugin/xfce4-systemload-plugin-1.3.2.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" LICENSE="BSD-2" SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="upower" DEPEND=" diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest b/xfce-extra/xfce4-windowck-plugin/Manifest index c5162c3cd437..716ab75e08a6 100644 --- a/xfce-extra/xfce4-windowck-plugin/Manifest +++ b/xfce-extra/xfce4-windowck-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-windowck-plugin-0.5.0.tar.bz2 404966 BLAKE2B 0dd76bdc5688c834c5223f1457a9a7db2b47ddaf8fe6f02970fef44d3cfef1e14136d1b786c65132084a705b5ca12d3c34597c0371c5da9e6661ab04a05a61f8 SHA512 ea3da45460201c88c7b7cd0c18715a2dad63f9c95e96450a2d39217523b5bac8f5dc671d3d71d9c7ca309c5d9b78cf18ddabd955da510a57d3bb2aeeb91507f4 DIST xfce4-windowck-plugin-0.5.1.tar.bz2 396115 BLAKE2B f7c9c4094cd482a61438345c57b59a9899fb7e15aec686c50f03793b6677ac4c0aa4c9d4cd8dedbb2d4f6fc4780b8dcb751bdb971b3003e981ef61d59a06c99e SHA512 cb5eb377b9c4cd118b923832ffa6bc4dc104fe74f9b1c6ed24a066c9f94c2787fa94782af394a75ed1f36300a7cfad9a2f9fafebdc7f1e7ebc34864ccb1a622c -EBUILD xfce4-windowck-plugin-0.5.0.ebuild 994 BLAKE2B a58534f2a9fe0ac81db357ce13a4df1ab06dfdea5bff40d66c13c720dac32a58db684ba3ef42b8af9ba2e7d95f0d331a771b183773d4a7c6c5c570cda461ac9f SHA512 ea4f54e1fb52a71131942c1850d007c518b5ead52818b4f5856be536f2476ffa68c403a4c3870e591b3fc77cc1db46be50a80f176e89023504982dde7e3bacbf EBUILD xfce4-windowck-plugin-0.5.1.ebuild 852 BLAKE2B e6ddf2ea0b36b6920fd05277e5dea9b8fd74787f2fa77293f24df87c73cbb24301499d8491e23821acb0a7c2bd5a458b4f5f703441b2a80f78ef89a1934ad93a SHA512 555237c9e580215ceb7d1a858bbe445f9633b949815c2eaf64e3ab4f62f7817a2b90a0e6b7c6aa66ce26951f3f0f3aed42ff67da9cc43b73e739c7dc30c397d9 MISC metadata.xml 242 BLAKE2B e489d8bd8fc709502185e0439171cde4402146bc1ec7340bbe41550c06410a49faec8777cb7e79c3ba482feee774350beec5741ed8fe93a85ebed7b746f9200e SHA512 1bcfaf0482a1e7b5a7182d853dafaa2d47687bbc1c9d38b69ba35ce97cdeeff9bd2137a086c5af2a27b730a295e7cbd73d0b43fbe5af331bb7a3113d2117dff3 diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild deleted file mode 100644 index 858a3554cdeb..000000000000 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.5.0.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PYTHON_COMPAT=( python3_{9..11} ) - -inherit python-any-r1 xdg-utils - -DESCRIPTION="Panel plugin to put the maximized window title and window buttons on the panel" -HOMEPAGE="https://gitlab.xfce.org/panel-plugins/xfce4-windowck-plugin/" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64" - -DEPEND=" - x11-libs/gtk+:3 - x11-libs/libwnck:3 - x11-libs/libX11 - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.14:= -" -RDEPEND=" - ${DEPEND} -" -BDEPEND=" - ${PYTHON_DEPS} - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig -" - -src_prepare() { - python_fix_shebang themes/*/*/generator.py - default -} - -src_install() { - default - find "${D}" -name '*.la' -delete || die -} - -pkg_postinst() { - xdg_icon_cache_update -} - -pkg_postrm() { - xdg_icon_cache_update -} |