summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2024-11-12 20:25:20 -0500
committerMatt Turner <mattst88@gentoo.org>2024-11-12 20:38:27 -0500
commit362655da252ab0b321b91599770706d16fa20704 (patch)
tree389811123c5337303da4d7e86d1fac4c042f4cdc /x11-misc
parentnet-misc/dropbox: add 212.4.5767 (diff)
downloadgentoo-362655da252ab0b321b91599770706d16fa20704.tar.gz
gentoo-362655da252ab0b321b91599770706d16fa20704.tar.bz2
gentoo-362655da252ab0b321b91599770706d16fa20704.zip
x11-misc/xcompmgr: Version bump to 1.1.10
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.10.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-misc/xcompmgr/Manifest b/x11-misc/xcompmgr/Manifest
index 2aba4b8c52e9..a05d0e825498 100644
--- a/x11-misc/xcompmgr/Manifest
+++ b/x11-misc/xcompmgr/Manifest
@@ -1 +1,2 @@
+DIST xcompmgr-1.1.10.tar.xz 133224 BLAKE2B 277f81cde9ae6a79b81e58754c4dc7baeec5b7e6b47abae044a13be5973b4c30968e7961720e831ad86e0a2b1d282d8529a607a2e510c7090658a1b288cf315b SHA512 6dd5c72d6859489580dabdb96e3b572931cec7c426022213007c92df2d805a8f01a7f3dc5e8493f6e550bb809f71a50ca1630f50555d47b8d5b4b2726d7b8b12
DIST xcompmgr-1.1.9.tar.xz 132676 BLAKE2B ece3717d582df62dcaaabb347d07ffda373f9660a74688b9637ea824eb9ac32003bddf323d9b1478f3abdf51b68005abb4c024720a75689d1ed70b45a8e026c2 SHA512 699117492af7fd84b36d317dcbf422d5ec86a7f21e29370caa737cd940d8ff866a5c8704ba2e7bd17a64e085d77fd23b628263d619813dead85cd669ff5b860e
diff --git a/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild b/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild
new file mode 100644
index 000000000000..f8a21d074620
--- /dev/null
+++ b/x11-misc/xcompmgr/xcompmgr-1.1.10.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2024 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"
+KEYWORDS="~amd64 ~arm64 ~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"