summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarri Nieminen <moikkis@gmail.com>2017-02-15 20:27:33 +0200
committerDavid Seifert <soap@gentoo.org>2017-02-17 21:14:45 +0100
commitd6a0cfab671fd12c36a94313316f0e09a84dfb6b (patch)
treec26bfd53f9d4e40e39012e7b41af08276fe84775 /x11-misc
parentx11-misc/accessx: EAPI bump 2 -> 6 (diff)
downloadgentoo-d6a0cfab671fd12c36a94313316f0e09a84dfb6b.tar.gz
gentoo-d6a0cfab671fd12c36a94313316f0e09a84dfb6b.tar.bz2
gentoo-d6a0cfab671fd12c36a94313316f0e09a84dfb6b.zip
x11-misc/devilspie: Bump to 0.23
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3987
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/devilspie/Manifest1
-rw-r--r--x11-misc/devilspie/devilspie-0.23.ebuild40
2 files changed, 41 insertions, 0 deletions
diff --git a/x11-misc/devilspie/Manifest b/x11-misc/devilspie/Manifest
index e56beb36d3f1..808d453509d6 100644
--- a/x11-misc/devilspie/Manifest
+++ b/x11-misc/devilspie/Manifest
@@ -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
index 000000000000..f285f63e1b68
--- /dev/null
+++ b/x11-misc/devilspie/devilspie-0.23.ebuild
@@ -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
+}