summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-11-12 15:15:00 -0500
committerMatt Turner <mattst88@gentoo.org>2022-11-12 15:17:30 -0500
commit4dc8c43b24c6cd6a26325a7e18892c6df0ebb6a8 (patch)
tree278caa279b7abfeb64605897865367f68ed80c09 /x11-misc
parentmedia-libs/nv-codec-headers: Version bump to 11.1.5.2 (diff)
downloadgentoo-4dc8c43b24c6cd6a26325a7e18892c6df0ebb6a8.tar.gz
gentoo-4dc8c43b24c6cd6a26325a7e18892c6df0ebb6a8.tar.bz2
gentoo-4dc8c43b24c6cd6a26325a7e18892c6df0ebb6a8.zip
x11-misc/xcompmgr: Version bump to 1.1.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/xcompmgr/Manifest1
-rw-r--r--x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
index 05dc7b0a594d..2a3c3b9ed709 100644
--- a/x11-misc/xcompmgr/Manifest
+++ b/x11-misc/xcompmgr/Manifest
@@ -1 +1,2 @@
DIST xcompmgr-1.1.8.tar.bz2 138806 BLAKE2B 85a7cd04c97c3594ab9acf7888aa0024b60027654dc8fa609c8f2fb801b5cd58105aa50c2afe9c322a02657eeea6e57da3f35720ac63c191a81c62fbf9ee4468 SHA512 ccf29426ffb0797a53653d1ce152de5eee0cec284811fed4b8e634ea0d948180531e4619d96f47e4f9594432c57322624fe0fdaee2c9200efac427fc0904953d
+DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2 SHA512 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild
new file mode 100644
index 000000000000..d1dd8ce5ba87
--- /dev/null
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.9.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MODULE=app/
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Compositing manager"
+
+LICENSE="BSD"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXrender
+ x11-libs/libXdamage
+ x11-libs/libXfixes
+ x11-libs/libXcomposite
+ x11-libs/libXext
+"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"