x11-misc/devilspie: Bump to 0.23
authorHarri Nieminen <moikkis@gmail.com>
Wed, 15 Feb 2017 18:27:33 +0000 (20:27 +0200)
committerDavid Seifert <soap@gentoo.org>
Fri, 17 Feb 2017 20:14:45 +0000 (21:14 +0100)
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/3987

x11-misc/devilspie/Manifest
x11-misc/devilspie/devilspie-0.23.ebuild [new file with mode: 0644]

index e56beb36d3f1443a15d97cc31834d60a387c2f73..808d453509d6d63035c79d4d9fc7753207e38114 100644 (file)
@@ -1 +1,2 @@
 DIST devilspie-0.22.tar.gz 192646 SHA256 e06aba1d96889e1b58bd1b0ba4d3015f50adc3ade2824b5cb37a0ee7f2490aaf SHA512 832b1ba0328357abe6c89a8b48c75c5a7789d134a0ce86721c413b2a0eacd43bfd8e6f06ca3ffb4386f04edb5a7800592e3545fb3b0637b44d3569be858546b4 WHIRLPOOL 157b22ea2ff042a17da5e170d3a56d1433029cdab1e70d0f31b870c542eaed7fd20022e62e89c55a7e3c397e00e3280f1dc21f8ee475672e43c5cea41ca7deaf
+DIST devilspie-0.23.tar.xz 130984 SHA256 2dd9d4b7424ac999f20c214b0ff71e8c5836d97003d7a8a7391105cd16d36deb SHA512 6ea6c79d317b0f35d943ecafa010e8c6011870796d83ff0a24a4853ad0ebad93608173dd1c4b645254d53c5c182c667e6eba42a20f764f258c211ee2bcd19174 WHIRLPOOL d1687a6c9b446bef1dc0a365ab7090c2afe36401ea158712dcb4bd098ffe8fe1a1a2ce8e3dca63197cd0c90d886283a220577a489e00bd7ffb39f19133b72cff
diff --git a/x11-misc/devilspie/devilspie-0.23.ebuild b/x11-misc/devilspie/devilspie-0.23.ebuild
new file mode 100644 (file)
index 0000000..f285f63
--- /dev/null
@@ -0,0 +1,40 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+inherit autotools toolchain-funcs
+
+DESCRIPTION="A Window Matching utility similar to Sawfish's Matched Windows feature"
+HOMEPAGE="http://www.burtonini.com/blog/tag/devilspie.html"
+SRC_URI="http://www.burtonini.com/computing/${P}.tar.xz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND="
+       >=dev-libs/glib-2.10
+       x11-libs/gtk+:3[X]
+       x11-libs/libwnck:3
+       x11-libs/libX11"
+DEPEND="${RDEPEND}
+       virtual/pkgconfig
+       dev-util/intltool
+       sys-devel/gettext
+       gnome-base/gnome-common" # Required by eautoreconf
+
+src_prepare() {
+       default
+       sed -i -e "s:\(/usr/share/doc/devilspie\):\1-${PVR}:" devilspie.1 || die
+       sed -i -e '/-DG.*_DISABLE_DEPRECATED/d' src/Makefile.am || die
+       mv configure.{in,ac} || die
+       eautoreconf
+       LIBS="$($(tc-getPKG_CONFIG) --libs x11)"
+}
+
+src_install() {
+       default
+       keepdir /etc/devilspie
+}