From 7bc9c63c9da678a7e6fceb095d56c634afd22c56 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 15 Dec 2019 18:09:03 +0000 Subject: gentoo resync : 15.12.2019 --- xfce-extra/xfce4-windowck-plugin/Manifest | 2 +- .../xfce4-windowck-plugin-0.4.6-r2.ebuild | 52 ---------------------- .../xfce4-windowck-plugin-0.4.6-r3.ebuild | 52 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r2.ebuild create mode 100644 xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild (limited to 'xfce-extra/xfce4-windowck-plugin') diff --git a/xfce-extra/xfce4-windowck-plugin/Manifest b/xfce-extra/xfce4-windowck-plugin/Manifest index 245751489c1b..c057051a1c49 100644 --- a/xfce-extra/xfce4-windowck-plugin/Manifest +++ b/xfce-extra/xfce4-windowck-plugin/Manifest @@ -1,3 +1,3 @@ DIST xfce4-windowck-plugin-0.4.6.tar.gz 67622 BLAKE2B 38a1ff76a75b3eb833be586bf93bc9bd73b7237e74cf06fd7540fef85befa4ef9ad8c8351d1d2bfad4af1f342c59b1cb0ebb94e50a3f5cc9c38c5fe9f0377d86 SHA512 a02f6f1b275484dc7ed08f3f9868af7a456c9f3b52bb893c2ac109a0ca8c4376e9d6d714f40d40c491531584486c8be3bebf3669f3186a143f6fcfe923b9f376 -EBUILD xfce4-windowck-plugin-0.4.6-r2.ebuild 1221 BLAKE2B f82454bbb23ba8047db397c3948e3bc88535fc585b2bc842881f882c3045126b3eb044035b970c39e3481106da33ba4b044b9573c4d5c5aa337a26184bfcc994 SHA512 b30f5bbd59ef167f8663899297b339469a1437c3d70effe0425c2b736d5137170181b2b626d6086893896e8f696227deeb2fac527d4736984662921956c44ced +EBUILD xfce4-windowck-plugin-0.4.6-r3.ebuild 1220 BLAKE2B 55e412427c75742de0ed655fa89c4bdcd170bca3da0dd1ad5daffa8c4a59672e9d8471b89c4f4e4b483cfe851e3f4c5556dc993d5663af8a6cfe29b602258cf6 SHA512 56adf48b2cdd09add9042320a09e81f1a368158e6d9c034e737d27525442a59eed297c6520f37874c5dffea27456912a93cac455cf92960a8568517a4ef2cf6c MISC metadata.xml 344 BLAKE2B da3508bca7f277819a0903ab1680228f3f9142917f12ddef21086d5a41460b2da0ee494d012fe56414d957c0ccc0c08e323ad7da5009b37a1ebceedcb0b5656e SHA512 4b9ae50a2d6e8b5f3b1e35330c22e4ae5173ca6c5fab8e5d9182a7ca0de8fba3ee8c07c90933b28f4823063009b584e30c471bbbf88113c7cd13a44275aade20 diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r2.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r2.ebuild deleted file mode 100644 index 2250b56bca85..000000000000 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python3_{6,7} ) -inherit autotools python-any-r1 xdg-utils - -DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons on the panel" -HOMEPAGE="https://github.com/cedl38/xfce4-windowck-plugin" -SRC_URI="https://github.com/cedl38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND=">=x11-libs/gtk+-2.20:2 - x11-libs/libX11 - >=x11-libs/libwnck-2.30:1 - >=xfce-base/libxfce4ui-4.10:=[gtk2(+)] - >=xfce-base/libxfce4util-4.10:= - =xfce-base/xfconf-4.10:=" -DEPEND="${RDEPEND} - ${PYTHON_DEPS} - dev-util/intltool - dev-util/xfce4-dev-tools - media-gfx/imagemagick[png] - sys-devel/gettext - virtual/pkgconfig" - -src_prepare() { - # run xdt-autogen from xfce4-dev-tools added as dependency by EAUTORECONF=1 to - # rename configure.ac.in to configure.ac while grabbing $LINGUAS and $REVISION values - NOCONFIGURE=1 xdt-autogen || die - - default -} - -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-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild new file mode 100644 index 000000000000..ef49d7604709 --- /dev/null +++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild @@ -0,0 +1,52 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +PYTHON_COMPAT=( python3_{6,7} ) +inherit autotools python-any-r1 xdg-utils + +DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons on the panel" +HOMEPAGE="https://github.com/cedl38/xfce4-windowck-plugin" +SRC_URI="https://github.com/cedl38/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.20:2 + x11-libs/libX11 + >=x11-libs/libwnck-2.30:1 + =xfce-base/libxfce4util-4.10:= + =xfce-base/xfconf-4.10:=" +DEPEND="${RDEPEND} + ${PYTHON_DEPS} + dev-util/intltool + dev-util/xfce4-dev-tools + media-gfx/imagemagick[png] + sys-devel/gettext + virtual/pkgconfig" + +src_prepare() { + # run xdt-autogen from xfce4-dev-tools added as dependency by EAUTORECONF=1 to + # rename configure.ac.in to configure.ac while grabbing $LINGUAS and $REVISION values + NOCONFIGURE=1 xdt-autogen || die + + default +} + +src_install() { + default + find "${D}" -name '*.la' -delete || die +} + +pkg_postinst() { + xdg_icon_cache_update +} + +pkg_postrm() { + xdg_icon_cache_update +} -- cgit v1.2.3