diff options
author | V3n3RiX <venerix@koprulu.sector> | 2024-11-08 03:03:28 +0000 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2024-11-08 03:03:28 +0000 |
commit | 2cd9ff612e84f0c1ef63c9e9e13be53fe576cc2b (patch) | |
tree | 6e975e18646dac9f4b55fab980271a027428cc4d /x11-apps | |
parent | abe17cf152eeb7571da8db4b25a30465644a41ba (diff) |
Diffstat (limited to 'x11-apps')
-rw-r--r-- | x11-apps/Manifest.gz | bin | 13849 -> 13846 bytes | |||
-rw-r--r-- | x11-apps/xbacklight/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xbacklight/xbacklight-1.2.4.ebuild | 13 | ||||
-rw-r--r-- | x11-apps/xrandr/Manifest | 2 | ||||
-rw-r--r-- | x11-apps/xrandr/xrandr-1.5.3.ebuild | 21 |
5 files changed, 38 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz Binary files differindex a82866d79412..f871b1ef51c8 100644 --- a/x11-apps/Manifest.gz +++ b/x11-apps/Manifest.gz diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest index 8fbdb208f787..210ebf66df0f 100644 --- a/x11-apps/xbacklight/Manifest +++ b/x11-apps/xbacklight/Manifest @@ -1,3 +1,5 @@ DIST xbacklight-1.2.3.tar.bz2 124611 BLAKE2B 19355773b2b2bc491cb3682d9d02fed462d30ed21742dfb9f7398ec39e85bde4fdd1b60bc8b4ac2a2d32410016186c1f1e5d45904fb19358bcc16eee69242dbf SHA512 717c87ce24634892fc4ac54fc59dcc0a5bc8f206aaf1d13410f95f7e4fe6e3dbc7ff8d951bcd8ea8c5e955357a00fea6ceadd4559e60b1a632e40f71290e12c7 +DIST xbacklight-1.2.4.tar.xz 121276 BLAKE2B d0a05f0e5c09c9a1114b044123c8cb9ca97d07c87d7941df1db29ad400e38d39ad3e78e528bc4b3f7ee69b24c74e436b618ea5abbae4517dbbbce0577ea30f9a SHA512 6aa39d8f4430b2b9da92afff462aebbd0f3fdef50bf6a4fc3e5c08e45ae18156dc2017b8a46cd3185b2e4b1b836d2bd7379821a6591afa3d6db395247c8193e3 EBUILD xbacklight-1.2.3.ebuild 357 BLAKE2B 99d693809f3e0968266481e7113a4849a7b3bcbfa38bc5a99ec9a636b32167226ef3ecc4ed15e6adf90280cdce3a147a24c19766286d88224482b7d266d003d8 SHA512 f22f74140b4fed445b6dabda4b7ca7e5a208bdb0d5047b1a99cc58fab9d27eb70589b0c2b4d78e8e39c05e860d641b5d1d4d05a60136c381cdf331f28b643a9d +EBUILD xbacklight-1.2.4.ebuild 388 BLAKE2B 356d89ad782534293a679029e56873fd587f20c6b6d5033826cd5e7c2b59cb0f4acc4d1595ab4483b6d4dd62cc03d75a07bf623eabee4f03bcc7ad9efbcbf56c SHA512 9330cd14edbea1cd59c922baa9436393b497d80a97a3009fa15ac36808d1bdd0a011b7368b00fadd06447fff7d82be1256b2dfb65c94456c1c9bb041f1531b88 MISC metadata.xml 341 BLAKE2B 5fdf087fc2f573e735981e4af574304f6d0ec1815a0b7d961e8eab7697e37fdc8cb746b84b4a3f8d356f06704b62eb81e9b6dd83333a481efa0c7c590013906e SHA512 edc896038f569f3d2f9ed2a6a42e292de08f62e548c4a02128e1a4ea6b8b487af8849edda3dbd04b367c3ea880a5f72722c3622e33ea7fb3ade26d294e9074b6 diff --git a/x11-apps/xbacklight/xbacklight-1.2.4.ebuild b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild new file mode 100644 index 000000000000..63940b430aec --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.4.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86" + +RDEPEND="x11-libs/libxcb + >=x11-libs/xcb-util-0.3.8" +DEPEND="${RDEPEND}" diff --git a/x11-apps/xrandr/Manifest b/x11-apps/xrandr/Manifest index 11904c5eb578..a6497b6644dc 100644 --- a/x11-apps/xrandr/Manifest +++ b/x11-apps/xrandr/Manifest @@ -1,3 +1,5 @@ DIST xrandr-1.5.2.tar.xz 174012 BLAKE2B 7c4afea6b8bc4361bde2565e930db98abb925b51d717e23c3ec95853aacf58b465f8c858652b8eebd7b0fdb289b4da4ab9235e571f61c8f77e4818efcb12de07 SHA512 b536e8f1e04094894aa52ae496725c58691b043860b3327c41d737b07b642a939733321b62f698032b11ba857208a6177600a3ca3295ff1be6ade4341cdc2747 +DIST xrandr-1.5.3.tar.xz 176852 BLAKE2B a2f253e0027976ef1bbf346361f6cfcfb575db36f134ec21e234f733fe7e70959d401c6b078a0d6d0297021aeff12eef57e4fdc865c86531784e439927385995 SHA512 2096afb9040ca18005aaf744401df40bdb8e8c8c06ffc97b927e63131800a4dc40cec063bdb5f38cd74b3d24b25fbed258c16cb6c73161efea44b3065b15c100 EBUILD xrandr-1.5.2.ebuild 527 BLAKE2B 363eeda01a2467e14cd53d396c80c153b932dcca2e50af23927bb19d05d60b0964d068e409bf7f6a208acc6d9555ec94568b9fe1e483c0ca6bcb5a86a7e90bc4 SHA512 0289d8a979f91eadd9e67d9d5b7d58964ed637f6a98c40449e0b23c35cf9ebe0c4ec8d9dd77b686e4499ce127d71841fc21c870834a278b2af4a9ac440a52bec +EBUILD xrandr-1.5.3.ebuild 533 BLAKE2B 7dc3d306f92d931ea222f500fd5b42969a65fe143a5a016f40f597fc288fa1d17d3716b97c4ef44aa162e38d15adb9e0cea47e7f8a7227b46df1579a50e56ed5 SHA512 1646ede4b36588a7f8c3253e2157afd19929eb0f8c158a87571cc09258eb9e7c6e53ec968c125c986411b8247f9b9ddb4f07e4163c6a2dd809741ab925ed7589 MISC metadata.xml 337 BLAKE2B 3003fb3f334179c653f32ef2a864a609df08a585981e15adb49cb63209530479c22c0ed5c5e62e64d3647b25b57e28af7a41d948af012ed450ad1afd6be23374 SHA512 e51bf78854aaa4634a164f04408ccc202983e118f987cb90469feefefe51ee4671ba9b3a329b71ab6806022c0e6beb32ff27c7ee35682945a3bb8fd1a40636c2 diff --git a/x11-apps/xrandr/xrandr-1.5.3.ebuild b/x11-apps/xrandr/xrandr-1.5.3.ebuild new file mode 100644 index 000000000000..bc2a9a8f2d5f --- /dev/null +++ b/x11-apps/xrandr/xrandr-1.5.3.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="A primitive command line interface to RandR extension" + +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=">=x11-libs/libXrandr-1.5 + x11-libs/libXrender + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +src_install() { + xorg-3_src_install + rm -f "${ED}"/usr/bin/xkeystone || die +} |