summaryrefslogtreecommitdiff
path: root/x11-apps/xset
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-20 14:27:17 +0000
commit5bb9ff1ee56d2b5e75e01a7f066d8b0cec84ec02 (patch)
tree66e860a5099bcad013f1cf667255dc372a7c11b3 /x11-apps/xset
parent7218e1b46bceac05841e90472501742d905fb3fc (diff)
gentoo resync : 20.03.2021
Diffstat (limited to 'x11-apps/xset')
-rw-r--r--x11-apps/xset/Manifest1
-rw-r--r--x11-apps/xset/xset-1.2.4-r1.ebuild22
2 files changed, 23 insertions, 0 deletions
diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest
index 0d1b2aa22e76..caf222adb570 100644
--- a/x11-apps/xset/Manifest
+++ b/x11-apps/xset/Manifest
@@ -1,3 +1,4 @@
DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d
+EBUILD xset-1.2.4-r1.ebuild 491 BLAKE2B 7490ac510a33f670f894b800579fbc61bc09a8e2d3a415030a52d6d143f59b1f2cd4fa06e7367479429aa8bd4d69f177cc77c6cb5d16c0ab4c6749a123728520 SHA512 5b890242d4088ffd3ee8be256e774bb1e0289615c09933881c2f9b404b929e8712d69d86a8e503d6f8cd3f8b1e8e4b74f7923d61a4d37bac250d74fe11b7aa12
EBUILD xset-1.2.4.ebuild 470 BLAKE2B 201e4d8bf88ebcf477164b789bedb3bb974eb972099d6cb7b3a70a60668f5db15923c4da0dba93885302158dec629bdea731b9fec042bf1b227f819df48acdda SHA512 7e8d940c96570aa96c43e1c8bf04434347fdb1dd280496781e8cbcf3ba1380ab5e6f6d0699168a14b21316b93a796c582ccd104465196360657136be24ef7e2a
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xset/xset-1.2.4-r1.ebuild b/x11-apps/xset/xset-1.2.4-r1.ebuild
new file mode 100644
index 000000000000..3e4bc382f415
--- /dev/null
+++ b/x11-apps/xset/xset-1.2.4-r1.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="X.Org xset application"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+
+XORG_CONFIGURE_OPTIONS=(
+ --without-xf86misc
+ --without-fontcache
+)