From 586819755b4dbfdffdc8a725ab7c0f86095b8489 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 15 Sep 2018 17:37:09 +0100 Subject: gentoo resync : 15.09.2018 --- xfce-extra/xfce4-clipman-plugin/Manifest | 2 +- .../xfce4-clipman-plugin-1.4.2-r1.ebuild | 51 +++++++++++++++++++++ .../xfce4-clipman-plugin-1.4.2.ebuild | 53 ---------------------- 3 files changed, 52 insertions(+), 54 deletions(-) create mode 100644 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild delete mode 100644 xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild (limited to 'xfce-extra/xfce4-clipman-plugin') diff --git a/xfce-extra/xfce4-clipman-plugin/Manifest b/xfce-extra/xfce4-clipman-plugin/Manifest index fc6402e71608..ae5d5ab1b9ae 100644 --- a/xfce-extra/xfce4-clipman-plugin/Manifest +++ b/xfce-extra/xfce4-clipman-plugin/Manifest @@ -1,3 +1,3 @@ DIST xfce4-clipman-plugin-1.4.2.tar.bz2 485244 BLAKE2B 6e183b82db5c3325691d04afa110c4dd83b013a94ed9b3b1b1b7bbb4166bcb1176a6b4ed52fd0b3256b7f73816a0031ea6084f31344a9ac3187b7b5fd25f01ed SHA512 f12d9e3e37a26f9dade5b76e73ac3998030112b53e7ec7b756128f7f1ee28d19a1d7b8d4a26e0ccb69aaba2f0ab2f6c4cd5a435bd1cc7efd81c05b711480eba6 -EBUILD xfce4-clipman-plugin-1.4.2.ebuild 1142 BLAKE2B 32e9d5f2c2e61bb8274d2d3d1765442c12f55027f2ce6985378277f41a4fb39ac6b8fe3e3f7ba78251b53b717b52bf7a105bb67ed8574939c6b563df884591ee SHA512 c23c68ce77772c5e584e7e0fd81fe65d84d23355d13e17d3b0ecf5c84f36b037a88c623e788bedfa57238d4774d5d65899b573a724afc3433b244048f24ecde0 +EBUILD xfce4-clipman-plugin-1.4.2-r1.ebuild 1096 BLAKE2B 9c235901046b6824af441a84adea285167f9255e600931cb95b131fb5a2795efd235eba36222690ffb6de33fca02c502579db3b68b659c7a880f0a50b80834aa SHA512 616e00b26b6d64752978565c86478cea84dbe5eccc79397c18ba34a2392bae578eaffec02d957d9f953ff8a82a0583ad07480d7224e2a01570cd946b00e00c3e MISC metadata.xml 344 BLAKE2B 2e5b2202a94c14c0b873c18bdbb7f02250049dbf45f23b82d44b2cb9fce79e7519a3fbc5f324b3c34f700ecf2314d051551283a5941ce16ff113b28f28852c3f SHA512 13ca7f9858f2eae8eaa1a4a43e371ab5b29433e1ac99ebe33d9678b7c3133d8e1639e146a93b6b4b1039278814d413d29e575a1a2784bbce0fcb50525e106065 diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild new file mode 100644 index 000000000000..47a3103d9dae --- /dev/null +++ b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit gnome2-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 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" +IUSE="qrcode" + +RDEPEND=">=dev-libs/glib-2.32:2= + >=x11-libs/gtk+-3.14:3= + x11-libs/libXtst:= + >=xfce-base/libxfce4ui-4.12:= + >=xfce-base/libxfce4util-4.12:= + >=xfce-base/xfce4-panel-4.12:= + >=xfce-base/xfconf-4.10:= + qrcode? ( >=media-gfx/qrencode-3.3.0:= )" +DEPEND="${RDEPEND} + 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() { + gnome2_icon_cache_update +} + +pkg_postrm() { + gnome2_icon_cache_update +} diff --git a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild b/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild deleted file mode 100644 index 0712d1f5ea6f..000000000000 --- a/xfce-extra/xfce4-clipman-plugin/xfce4-clipman-plugin-1.4.2.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit gnome2-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 ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="qrcode" - -RDEPEND=">=dev-libs/glib-2.32:2= - >=x11-libs/gtk+-3.14:3= - dev-libs/libunique:1= - x11-libs/libXtst:= - >=xfce-base/exo-0.10:= - >=xfce-base/libxfce4ui-4.12:= - >=xfce-base/libxfce4util-4.12:= - >=xfce-base/xfce4-panel-4.12:= - >=xfce-base/xfconf-4.10:= - qrcode? ( >=media-gfx/qrencode-3.3.0:= )" -DEPEND="${RDEPEND} - 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() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -} -- cgit v1.2.3