xfce-extra/xfce4-windowck-plugin: Bump to 0.4.5
authorMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 15:29:32 +0000 (17:29 +0200)
committerMichał Górny <mgorny@gentoo.org>
Tue, 9 Apr 2019 16:09:02 +0000 (18:09 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
xfce-extra/xfce4-windowck-plugin/Manifest
xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.5.ebuild [new file with mode: 0644]

index 5ce7e2b91daa0373cf5ec319fae0c5e44da35c9b..184a7f7426eb1b77fec0ba1ca0d56239a5907279 100644 (file)
@@ -1 +1,2 @@
 DIST xfce4-windowck-plugin-0.2.4.tar.gz 75442 BLAKE2B 76f8ecd19435a47f608af2478b4754cb8a3257a0943099cc0368c3320d9158d426255f3b20002819b1275bbb81b28737f00a0f603bc783e677e7b96cf73de09e SHA512 43798a8714926eb03b2f92f8dd813572030965133b672bd07c485da77efef96114ed412dc7a5de730b2bc21da561ca34c44147147c75f266d8bc393f2550557c
+DIST xfce4-windowck-plugin-0.4.5.tar.gz 68762 BLAKE2B c4fdc900d16d668f06cc2c115c31df6d587ac7a833627b77145df4843497617a81acd508fbf5c54f9a443f4b2eaccf4ff86a445cbb83fbed068204c21f3354d2 SHA512 2750af17892e9083b0d359deb477688144b187b94dd0c8b50e4e88ed125631e7c6bf45a040cd036a9f09d1b8ce242a8d01a572eb9151258bb78c63e4744d367d
diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.5.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.5.ebuild
new file mode 100644 (file)
index 0000000..4ab1395
--- /dev/null
@@ -0,0 +1,43 @@
+# 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
+}
+
+pkg_postinst() {
+       xdg_icon_cache_update
+}