diff options
author | V3n3RiX <venerix@koprulu.sector> | 2023-06-12 02:18:43 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2023-06-12 02:18:43 +0100 |
commit | 683e8a42fb208dee0d6289d084fb39ab17aa2b60 (patch) | |
tree | 7dc14cd46e691df01335e2acfa0caa749440e302 /xfce-extra/xfce4-clipman-plugin | |
parent | b8a68ff14101189bc5330d9afa620b8c45212032 (diff) |
gentoo auto-resync : 12:06:2023 - 02:18:43
Diffstat (limited to 'xfce-extra/xfce4-clipman-plugin')
3 files changed, 2 insertions, 56 deletions
diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest b/xfce-extra/xfce4-clipman-plugin/Manifest index 14e572aa29fa..02ea6118f622 100644 --- a/xfce-extra/xfce4-clipman-plugin/Manifest +++ b/xfce-extra/xfce4-clipman-plugin/Manifest @@ -1,5 +1,3 @@ -DIST xfce4-clipman-plugin-1.6.2.tar.bz2 465656 BLAKE2B bde94cda7ec97d0af9f238bb3cffb69a7f469a03d27608681042ad701175a1900abed1d79bdc38d45afe5ed48da2054a837358bd150f5075bc194a9547bbf56f SHA512 4bd49b3b6311d232d422d92007638b05409bc0c90fdc20a394590000ac8c706c0502b99a3c89a0276ca1c0e2cfb0a151c78a0a8b18a16bbf65cc5778bcb51db2 DIST xfce4-clipman-plugin-1.6.3.tar.bz2 486276 BLAKE2B f92c93e4ab57fbe37560c389620696f5c11fa8cbd328f29d4895c25c6f18fec88267cc152a1cab39084f08f8fdc070669b665cbad4089ae9577be776a3ad3663 SHA512 a117f64035a6656c2f8603d9b0adec18bcbe8e1ee6a80b838e4cc40480cc3510afe5f32815ff89b1936cbdbadadf8e1e645f0202d97cc877aec125b51b72064b -EBUILD xfce4-clipman-plugin-1.6.2.ebuild 1096 BLAKE2B 0b22fab995717be32864ec6fc0da79d8fcdb40875b4c30020015d5500f7e5ae932d8653653fb0e4c4430455414aa24f2a7ab5d88d5956773654d721ef57b53c8 SHA512 c4537368a5f90915da007dae3ad8e1c8fbbfecc2050e959bbb56c52610b8aa1358a34f62b9af214b3bafa577fe20cc7f43f1f4537b70bace683b382ce438d9ab -EBUILD xfce4-clipman-plugin-1.6.3.ebuild 1164 BLAKE2B f52f8ac26f8e30e2845715e634a7c98d328c6b7a50aeb320e34bc7ce19eacdd3e03d1376bf4f27ad21755c67c51326119f56d1a8ac945c2e532e8c97bc3ad52a SHA512 67bf41666b49f449dd5314f5a7726d60187acce63cd080c838d1c596e72285d87a6197bb7b41983f49a1a3be77c303e56992804abc32fde1abf514ec9cc051d7 +EBUILD xfce4-clipman-plugin-1.6.3.ebuild 1163 BLAKE2B 04624df426358311c512a0bc83eb1859e9184ab78b9061acdc31c89d1a655a0436e228756d67c4b240ffae58f50f95b53800709fd0a3f8065dde58769afa4f97 SHA512 17b29e3d4ea7964fe6dade6923f67f2617f2f80c99b87587b42ee06e4d1f27f97923e264ccd5a2302a2033706de0332d1da0a727c38a202fbf86d002bfa92571 MISC metadata.xml 345 BLAKE2B 2a84642f72b32862062e911bc3d9495d77cde305206e3ba0d0bc82c792450506696d02e45b59d5035278bf53061016c72de278586e7669d53899c4d3c86585fe SHA512 0dbb04321b8dedc5bdfd3e7714cdbb3021ec1c866fcc61613081282c32316af6598e1516b629c6c6560a509abb0e6f378c0089dca1425b6c82ab796d5875a693 diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild deleted file mode 100644 index 664fa35b68d0..000000000000 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xdg-utils - -DESCRIPTION="A clipboard manager plug-in for the Xfce panel" -HOMEPAGE="https://goodies.xfce.org/projects/panel-plugins/xfce4-clipman-plugin" -SRC_URI="https://archive.xfce.org/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" -IUSE="qrcode" - -RDEPEND=">=dev-libs/glib-2.42:2= - >=x11-libs/gtk+-3.22.29:3= - x11-libs/libXtst:= - >=xfce-base/libxfce4ui-4.14:= - >=xfce-base/libxfce4util-4.14:= - >=xfce-base/xfce4-panel-4.14:= - >=xfce-base/xfconf-4.14:= - qrcode? ( >=media-gfx/qrencode-3.3.0:= )" -DEPEND="${RDEPEND}" -BDEPEND=" - dev-util/intltool - sys-devel/gettext - virtual/pkgconfig - x11-base/xorg-proto" - -src_configure() { - local myconf=( - $(use_enable qrcode libqrencode) - ) - - 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-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild index cb3828985ab4..4fb8b2d129ba 100644 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.6.3.ebuild @@ -16,7 +16,7 @@ SRC_URI=" LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~riscv ~sparc x86 ~amd64-linux ~x86-linux" IUSE="qrcode" DEPEND=" |