x11-misc/xcompmgr: Version bump to 1.1.8
authorMatt Turner <mattst88@gentoo.org>
Mon, 25 Mar 2019 00:03:30 +0000 (17:03 -0700)
committerMatt Turner <mattst88@gentoo.org>
Mon, 25 Mar 2019 00:04:32 +0000 (17:04 -0700)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
x11-misc/xcompmgr/Manifest
x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild [new file with mode: 0644]

index fac6eb4170cde5080b621823363487a19888ac98..b1e5f158c4076b8fa744b2e9c3da86ead3ec7a55 100644 (file)
@@ -1 +1,2 @@
 DIST xcompmgr-1.1.7.tar.bz2 136667 BLAKE2B 3231cca0cebc13aade6f008414d77461913d274303289c28b8eb366640905cf9bbb4715d5aa7ad8eb897ac94db099b040e408b2e3867dd2ad46940b3bcfe518f SHA512 f93a6be78169dd41ff08d71409e28746fd62902810a2f6930c0ac44f1415bc7391a8fb885b074fd40afedd7f1c1590aa7c67fc101c3b6488ddaa74495b42149c
+DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468 SHA512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.8.ebuild
new file mode 100644 (file)
index 0000000..6016672
--- /dev/null
@@ -0,0 +1,25 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+XORG_STATIC=no
+inherit xorg-3
+
+DESCRIPTION="X Compositing manager"
+HOMEPAGE="https://freedesktop.org/wiki/Software/xapps"
+SRC_URI="https://www.x.org/releases/individual/app/${P}.tar.bz2"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="
+       x11-libs/libXrender
+       x11-libs/libXdamage
+       x11-libs/libXfixes
+       x11-libs/libXcomposite
+       x11-libs/libXext
+"
+DEPEND="${RDEPEND}
+       x11-base/xorg-proto"