summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-17 18:47:17 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-17 18:56:04 -0400
commit00095d752c462ca2991fd895c842d71284979724 (patch)
tree9dcb9fb42d4352af34e62f4acad3037e6ed82701 /x11-libs/libXpresent
parentx11-libs/libXmu: Version bump to 1.1.4 (diff)
downloadgentoo-00095d752c462ca2991fd895c842d71284979724.tar.gz
gentoo-00095d752c462ca2991fd895c842d71284979724.tar.bz2
gentoo-00095d752c462ca2991fd895c842d71284979724.zip
x11-libs/libXpresent: Version bump to 1.0.1
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs/libXpresent')
-rw-r--r--x11-libs/libXpresent/Manifest1
-rw-r--r--x11-libs/libXpresent/libXpresent-1.0.1.ebuild21
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-libs/libXpresent/Manifest b/x11-libs/libXpresent/Manifest
index a0fdb160f053..bba304e21fa7 100644
--- a/x11-libs/libXpresent/Manifest
+++ b/x11-libs/libXpresent/Manifest
@@ -1 +1,2 @@
DIST libXpresent-1.0.0.tar.bz2 263461 BLAKE2B bc35477c5f0d8bb3403c00650f94a6625994e857f249b24d59e434dbac9696bc4403d14fc82a8aa2f27c3c3c818ebb0665612305873f1ad49bb3bb1e08e7de5a SHA512 e88b4ec4fcbc0417a0cbecc0ecd73f8085c496dc6d1a4902b6550750a69a1cb8bb76c436c7941ee3bf3c61ffc85bbd8f8327fca30f14815dbef1cd53bb8db16b
+DIST libXpresent-1.0.1.tar.xz 257136 BLAKE2B 22c66f595f8f42ed8a7bcf60c4ae5689e590e443d9e99785fc8747dabe7aa20031f303c72950c8fdd64b347776f84d17156d539cb83900d60a11dae3b6c21df8 SHA512 a4551f49a68f4487eb70dc5b50b7f745fbc8b6842cfa60422afe3834af41c504a37bcfddb4e7e9ee084b250df256034290776c8eb7d8838e392eb626fff55d25
diff --git a/x11-libs/libXpresent/libXpresent-1.0.1.ebuild b/x11-libs/libXpresent/libXpresent-1.0.1.ebuild
new file mode 100644
index 000000000000..157f788c92db
--- /dev/null
+++ b/x11-libs/libXpresent/libXpresent-1.0.1.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_DOC=doc
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X Present Extension C Library"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ x11-libs/libX11[${MULTILIB_USEDEP}]
+ x11-libs/libXext[${MULTILIB_USEDEP}]
+ x11-libs/libXfixes[${MULTILIB_USEDEP}]
+ x11-libs/libXrandr[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"