From f1af93971b7490792d8541bc790e0d8c6d787059 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 6 Sep 2019 10:28:05 +0100 Subject: gentoo resync : 06.08.2019 --- xfce-extra/xfce4-windowck-plugin/Manifest | 2 +- .../xfce4-windowck-plugin-0.4.6-r1.ebuild | 52 ++++++++++++++++++++++ .../xfce4-windowck-plugin-0.4.6.ebuild | 52 ---------------------- 3 files changed, 53 insertions(+), 53 deletions(-) create mode 100644 xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r1.ebuild delete mode 100644 xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.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 a51a63b66303..e39ce2322833 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.ebuild 1204 BLAKE2B feb6fcb3abb1a89879b5dc8550674845abd8475a39aac69d2b49c4d039099defa46ebd36abb8a7da752ecb61e8a08787a9f15728e9252a1370e4436b42ea0592 SHA512 db0da5d18679ffbf964ceeac728d26cf0e35b669c127458c7de8af5eb1875ff70d27c5225c620541bf6c8ca54b985188d5a569cc39606de72b1b56512761c11f +EBUILD xfce4-windowck-plugin-0.4.6-r1.ebuild 1222 BLAKE2B 9c6f0e76bf4ebc0d971a6c7cdc6e4d2c7302b8c099828ea35601f7257a7acda550f1aa99ff734fb04a14b7742cbb51129075df3b1d5c22606e77b1517e2423c8 SHA512 07c93cbb9f2ce46c97073c7c9817815fd8949fdcfedf10399c10088eaf26d7c2118d210ed5d8b1619e2bf71d61a83a56fd972afa6723a4f8fb31214b4d2c086b MISC metadata.xml 344 BLAKE2B da3508bca7f277819a0903ab1680228f3f9142917f12ddef21086d5a41460b2da0ee494d012fe56414d957c0ccc0c08e323ad7da5009b37a1ebceedcb0b5656e SHA512 4b9ae50a2d6e8b5f3b1e35330c22e4ae5173ca6c5fab8e5d9182a7ca0de8fba3ee8c07c90933b28f4823063009b584e30c471bbbf88113c7cd13a44275aade20 diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r1.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r1.ebuild new file mode 100644 index 000000000000..ec4c80869267 --- /dev/null +++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r1.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/libxfce4ui-4.10:=[gtk2(+)] + >=xfce-base/libxfce4util-4.10:= + >=xfce-base/xfce4-panel-4.12:=[gtk2(+)] + >=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.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.ebuild deleted file mode 100644 index 1731f9cec343..000000000000 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6.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:= - >=xfce-base/libxfce4util-4.10:= - >=xfce-base/xfce4-panel-4.12:= - >=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