From 09abaf880cd5b1ca2d0d7c320780f91fb3a0428f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 3 Dec 2023 10:59:06 +0000 Subject: gentoo auto-resync : 03:12:2023 - 10:59:05 --- xfce-extra/Manifest.gz | Bin 7724 -> 7713 bytes xfce-extra/thunar-archive-plugin/Manifest | 2 - .../thunar-archive-plugin-0.5.1.ebuild | 48 --------------------- xfce-extra/xfce4-cpugraph-plugin/Manifest | 2 + .../xfce4-cpugraph-plugin-1.2.9.ebuild | 47 ++++++++++++++++++++ 5 files changed, 49 insertions(+), 50 deletions(-) delete mode 100644 xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild create mode 100644 xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild (limited to 'xfce-extra') diff --git a/xfce-extra/Manifest.gz b/xfce-extra/Manifest.gz index 5330833f6436..e53f7ed9d6f1 100644 Binary files a/xfce-extra/Manifest.gz and b/xfce-extra/Manifest.gz differ diff --git a/xfce-extra/thunar-archive-plugin/Manifest b/xfce-extra/thunar-archive-plugin/Manifest index 5cd181c006b4..ee4c2ca3e3c7 100644 --- a/xfce-extra/thunar-archive-plugin/Manifest +++ b/xfce-extra/thunar-archive-plugin/Manifest @@ -1,5 +1,3 @@ -DIST thunar-archive-plugin-0.5.1.tar.bz2 369808 BLAKE2B 4a548f2249c5fe84e797759a6d6ac28f3ad0dbdc1361950e2593be55541500e5937b34d0408b3c66a1b964d58b2c2fe4c012a323d46defb4b3f56ec1442d229e SHA512 e79c60d42a3c40007b361fca918977a84c6f8737136f06b0ef073ce574731162fc2145d2563d751b3cf73222e38361aa1ef6435eec90fce7d86d43102e674051 DIST thunar-archive-plugin-0.5.2.tar.bz2 371599 BLAKE2B a32e0d7c42ad075d2f40d815ca74b86bb0a9a3a2db8c4e2146d3e90b12d7ba4e72b7f75703adcc6aeca702b1124cbe833e80def9891498056c8e0c0483318cab SHA512 f334b960c623bc6c5736ba38d0e965b4e8d4f22fe857a66301c36c255701a702f839d6f63f67b37bc665066d75d787ea8159d4eed7561a2ecd98340bdcb65bc0 -EBUILD thunar-archive-plugin-0.5.1.ebuild 903 BLAKE2B 139a98a512565e1403178ba0e2b59b98723c74dbe684d58f564e269f3ffb758e3123737ed67e829af4c8a6885e62d8fc9a05c7402cf87e67d22bc3f9043c8d09 SHA512 4462c5177d67d6bce8a870cbf708d1f137782e7252cf4428b3f7e00801db7aa1a774920d760e82052d6389f74aaab6a6795c2dd0888f1bdf8888d85ead54ead7 EBUILD thunar-archive-plugin-0.5.2.ebuild 903 BLAKE2B 139a98a512565e1403178ba0e2b59b98723c74dbe684d58f564e269f3ffb758e3123737ed67e829af4c8a6885e62d8fc9a05c7402cf87e67d22bc3f9043c8d09 SHA512 4462c5177d67d6bce8a870cbf708d1f137782e7252cf4428b3f7e00801db7aa1a774920d760e82052d6389f74aaab6a6795c2dd0888f1bdf8888d85ead54ead7 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild b/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild deleted file mode 100644 index cdf40515eee4..000000000000 --- a/xfce-extra/thunar-archive-plugin/thunar-archive-plugin-0.5.1.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit xdg-utils - -DESCRIPTION="Archive plug-in for the Thunar filemanager" -HOMEPAGE=" - https://docs.xfce.org/xfce/thunar/archive - https://gitlab.xfce.org/thunar-plugins/thunar-archive-plugin/ -" -SRC_URI=" - https://archive.xfce.org/src/thunar-plugins/${PN}/${PV%.*}/${P}.tar.bz2 -" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~arm64 ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" - -DEPEND=" - >=dev-libs/glib-2.50.0 - >=x11-libs/gtk+-3.22.0:3 - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/exo-0.10:= - >=xfce-base/thunar-1.7:= -" -RDEPEND=" - ${DEPEND} -" -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-cpugraph-plugin/Manifest b/xfce-extra/xfce4-cpugraph-plugin/Manifest index 4b53aa207c39..894c45b5bb3a 100644 --- a/xfce-extra/xfce4-cpugraph-plugin/Manifest +++ b/xfce-extra/xfce4-cpugraph-plugin/Manifest @@ -1,4 +1,6 @@ AUX gcc13.patch 393 BLAKE2B 4f1dd0cf42c08fca280e8906a7d3879f5e335b3fa8f00b5541f6e3caff5753fa277eb6fd06d8046932d95d03ccc482b47cfe3e6a9d7bf229242befdb472d3665 SHA512 12fe78d0c083906a5bfc33c10e2caf68179a36a6d54ac01c309f6abc2aeb8928c843b305649fcdf57a8d8f5731dc0acb4cfcf52dd350423203df3988823856fc DIST xfce4-cpugraph-plugin-1.2.8.tar.bz2 465181 BLAKE2B 68e8ee6ee8e943480626716f493d70046b8eeafbc9597d233e887009111fa5e6401fa652b0830163d413bfa7f28d004a75985cc72601e2b8cac7048dfd773e8b SHA512 f0f4201d0572997e8c610a25fcb957ebe4dd224204421aeba4e8ca54da71bdd97fa147dd7af7097b9e09ce6e1317836622a0bcbfec9589858010942993e27940 +DIST xfce4-cpugraph-plugin-1.2.9.tar.bz2 435452 BLAKE2B 01f688a02297e2d20077e9f6901cac5873c5d61c1179038943e71526e9513244a574090aa210ed0f978576ff0af59f10323fca3a9f3413c83a1c87e6aa6ec097 SHA512 e2d3e1520313c61a8876dc5a3e38213f59d1ee7a4bd83ee770325269ee4fc0a3815c21d34fa25e8e40cea9bd182efacdfd488fe4a02b688d5947e6b56c1be5f1 EBUILD xfce4-cpugraph-plugin-1.2.8.ebuild 1021 BLAKE2B 59fc117500225ae0432978481a95ddcf6339bad5af4e7010fa8fd3f5c0b287861ebf53e23a9204692c4c21d0bbcdcd6de3731de1dfce0e048f0019bd99e14af4 SHA512 960800b9e7efd449d0982321e9026620a65b4856424ebd0e7cf8af0404d3691a68793ceed73cc3c34ddf12218f17e41beeb4d0bd1c8f80ea2b554fffacc2af4f +EBUILD xfce4-cpugraph-plugin-1.2.9.ebuild 985 BLAKE2B 2c0b67a073dcee1b3f4d925318edf5db0bbb66b43f883cbc630fa4f763811c09c20be937131d5e6e9d08451c02a4b5faafc67cf8fa9707a0b016904ec670c669 SHA512 cd0e0eb5bbc1dfdee456d1a6dfaea2ef61045761ab6d8695b2dd55145466b529ea56199c05d9df31e4ace5a697803bdad272fc11bff27bffe942d780125b6f06 MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5 diff --git a/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild new file mode 100644 index 000000000000..894630719613 --- /dev/null +++ b/xfce-extra/xfce4-cpugraph-plugin/xfce4-cpugraph-plugin-1.2.9.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2023 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 + https://gitlab.xfce.org/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" + +DEPEND=" + >=dev-libs/glib-2.50 + >=x11-libs/gtk+-3.22:3 + >=xfce-base/libxfce4ui-4.16.0:= + >=xfce-base/libxfce4util-4.17.2:= + >=xfce-base/xfce4-panel-4.16.0:= + >=xfce-base/xfconf-4.12.0:= +" +RDEPEND=" + ${DEPEND} +" +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 +} -- cgit v1.2.3