From b6e823198d27bc8b1abf6ad0956f3b33ff1d35a0 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 21 Jan 2024 22:50:10 +0000 Subject: gentoo auto-resync : 21:01:2024 - 22:50:10 --- x11-misc/Manifest.gz | Bin 46889 -> 46886 bytes x11-misc/picom/Manifest | 4 ++- x11-misc/picom/picom-11.ebuild | 68 +++++++++++++++++++++++++++++++++++++++ x11-misc/picom/picom-9999.ebuild | 8 ++--- x11-misc/sxcs/Manifest | 2 +- x11-misc/sxcs/sxcs-0.7.3.ebuild | 2 +- 6 files changed, 77 insertions(+), 7 deletions(-) create mode 100644 x11-misc/picom/picom-11.ebuild (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 1341e94ff0a6..9a053f604856 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/picom/Manifest b/x11-misc/picom/Manifest index d9746bfb794b..22d89394d8a8 100644 --- a/x11-misc/picom/Manifest +++ b/x11-misc/picom/Manifest @@ -1,4 +1,6 @@ DIST picom-10.2.tar.gz 287166 BLAKE2B feaa07fc5f0a53396675dfd4d8f2507caf6ce355b2db242b25b3559b287845b0505c48194e51c9c7fc6809dd10b871be6adf3e9fc87d91a41f01ccfeb87803ab SHA512 9c0351fbe8a9e76533243c8e76f8e7d10c1e49292f1c8e6c06f31fb0b512542a67970abe803d061c953546ff8d3e704488c263002a5a831f68deb010caee481d +DIST picom-11.tar.gz 309373 BLAKE2B 1b7a01654fdfde9e3885e54feb36740397e86edb7de490bbc767374928d1581ed2270bdbbf5d5904594ed071bca63e623088483f14e87a9efbd23e8e41a10ef0 SHA512 a0037e838e8a1f02fa4ee6e1b0aac0c9b571ee580d11d44bb49f8591dfea2a1039843da7711b95bf747daac119651736e98cf8e1281297ca1c1f5002a750b7f8 EBUILD picom-10.2.ebuild 1582 BLAKE2B be05958637eef0268c6285a02955204a8975727136f2085f02a78ba6b026abed970d931ad985f3a6d33ca4cefdf1e05b7594c697a26eb4098f4f36d35ba33504 SHA512 3492a5faa2f19323b592e957a3a36ad751d38e38a0317344c11b38dea8769262712281de36230b44f6a6ebf294becae564e56af896cc16a4ebe76ceb5b9e5729 -EBUILD picom-9999.ebuild 1523 BLAKE2B 9c24a1efe6d0b4ba27297f5cac1f9708d1a7e6fe716e9b3ded8d71d02a58e334a8e97070d7c2aa2cf3a06983098dc51159f64a875218cdd3ef22f1f463c004d0 SHA512 df1128e7ef11ce640b959bb1ab9d2a8e2aa80a93ff4f631396b7cbaf9fdc09b4cffb4d0d03fd1e7fff7f86618f8eb8625729210d4e913df5681ea4bf91ac3cbc +EBUILD picom-11.ebuild 1587 BLAKE2B 3540774ce9ccca4657d532e0ebeb499214486c23960f91844e68d263ea181622f80c25ec339a30a2bfa42ce096f1a8e20570f0267114e77af02fe5688b36b81b SHA512 661326ee9fbea475afa8c07af4953f3bf47d55b89e72458ed3d0be84297e1defc2b118cf742954ff88ad130592d67088b3287a1aad6cf93cd3900ba5b417e5a0 +EBUILD picom-9999.ebuild 1523 BLAKE2B 76e2895555f493ec67d27e1a92ffef89fa1506ab2b91f4d6e27ed69c0cc08b6012fc0381b36ee4dd3bb5c919d1106aa7fcc770f40afbaf4d9a5d9dd7e9036220 SHA512 62fbb86d7d0eae475f2631ed8c7724ab6baeb60df71ca7e31726d3e7aa5fca5cf70e2a95dcaadd6fbd7ab428d16ee2f0480dd919ebac1607ff2cb927dc30576f MISC metadata.xml 678 BLAKE2B a2e430318134d3080d018d14913dce148151db13f6e59ed2c8b3c4b10c07e0fc16c2b7e9fbd95c0e849739753b1b3572c1d96418fd19955b2c6def2c655444da SHA512 7a172584db948430c11f8b682a918bb0d49d454ab835592047aafa9cf06f418fe0e3bfb2704f6a5ba45998a64096085dc23a2c0379c6f582a63d36f9ebb8e1b7 diff --git a/x11-misc/picom/picom-11.ebuild b/x11-misc/picom/picom-11.ebuild new file mode 100644 index 000000000000..e122ab5870bb --- /dev/null +++ b/x11-misc/picom/picom-11.ebuild @@ -0,0 +1,68 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +PYTHON_COMPAT=( python3_{9..12} ) +inherit meson python-any-r1 virtualx xdg + +DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)" +HOMEPAGE="https://github.com/yshui/picom" +SRC_URI="https://github.com/yshui/picom/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="MPL-2.0 MIT" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86" +IUSE="+config-file dbus +doc +drm opengl pcre test" + +REQUIRED_USE="test? ( dbus )" # avoid "DBus support not compiled in!" +RESTRICT="test" # but tests require dbus_next + +RDEPEND="dev-libs/libev + dev-libs/uthash + x11-libs/libX11 + x11-libs/libxcb + x11-libs/libXext + x11-libs/pixman + x11-libs/xcb-util + x11-libs/xcb-util-image + x11-libs/xcb-util-renderutil + config-file? ( + dev-libs/libconfig:= + ) + dbus? ( sys-apps/dbus ) + drm? ( x11-libs/libdrm ) + opengl? ( virtual/opengl ) + pcre? ( dev-libs/libpcre2:= )" +DEPEND="${RDEPEND} + x11-base/xorg-proto" +BDEPEND="virtual/pkgconfig + doc? ( app-text/asciidoc ) + test? ( $(python_gen_any_dep 'dev-python/xcffib[${PYTHON_USEDEP}]') ) +" + +DOCS=( README.md picom.sample.conf ) + +python_check_deps() { + python_has_version "dev-python/xcffib[${PYTHON_USEDEP}]" +} + +pkg_setup() { + use test && python-any-r1_pkg_setup +} + +src_configure() { + local emesonargs=( + $(meson_use config-file config_file) + $(meson_use dbus) + $(meson_use doc with_docs) + $(meson_use opengl) + $(meson_use pcre regex) + ) + + meson_src_configure +} + +src_test() { + virtx "${S}/tests/run_tests.sh" "${BUILD_DIR}/src/${PN}" +} diff --git a/x11-misc/picom/picom-9999.ebuild b/x11-misc/picom/picom-9999.ebuild index e1b85646fdb2..84c58836cb6e 100644 --- a/x11-misc/picom/picom-9999.ebuild +++ b/x11-misc/picom/picom-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit git-r3 meson python-any-r1 virtualx xdg DESCRIPTION="A lightweight compositor for X11 (previously a compton fork)" @@ -23,6 +23,7 @@ RDEPEND="dev-libs/libev x11-libs/libxcb x11-libs/libXext x11-libs/pixman + x11-libs/xcb-util x11-libs/xcb-util-image x11-libs/xcb-util-renderutil config-file? ( @@ -31,8 +32,7 @@ RDEPEND="dev-libs/libev dbus? ( sys-apps/dbus ) drm? ( x11-libs/libdrm ) opengl? ( virtual/opengl ) - pcre? ( dev-libs/libpcre2:= ) - !x11-misc/compton" + pcre? ( dev-libs/libpcre2:= )" DEPEND="${RDEPEND} x11-base/xorg-proto" BDEPEND="virtual/pkgconfig diff --git a/x11-misc/sxcs/Manifest b/x11-misc/sxcs/Manifest index fa4478c8316a..433e5e966eb8 100644 --- a/x11-misc/sxcs/Manifest +++ b/x11-misc/sxcs/Manifest @@ -1,3 +1,3 @@ DIST sxcs-0.7.3.tar.gz 22204 BLAKE2B 04bb29188c89622dd2bc348dbc334963a807691ce6fda2f6a6eafedc860be5855d614aeab801dd6cba916dae67a5af92d37317420a04345f1aa8d9203cc44510 SHA512 dbd11ecae74e7a50a346efd0d919952cdd138ebcf75a369888c9f889fcc2752923152b07bcec5f7d4f259672e3af11762d88d9a0b7fe37342f9f5880ecd724ec -EBUILD sxcs-0.7.3.ebuild 620 BLAKE2B 18c101894969745a09521202d217d160c30dd3cae49d2e95bcdd4df12b2e1a321676f02671359e811bc1ff0003eb98795bca5e150f73588d90e9c46031be6448 SHA512 d11d85aa0bc5e69d9a437b0ec9a748b137fb5b9df137d42023c677d83166683a9ea82deac56c1a5757d75c36f12f223ff93367cc9b6aec65052772567a4d3931 +EBUILD sxcs-0.7.3.ebuild 619 BLAKE2B 43f500932d80ebf91f852ad02c66b9f5143d379b4d4779fdaae9bdaceef5d6a2621594f2e1a87a7849dab985e305efcb538b62c8da713844d499ea4019359897 SHA512 4d8a94bd0b8a0fad1303d5067968c8367443d148a728a2d8aefdcd4e709d64398d03f3bb860efa1733b6dd376e4c4824a9c6a07a35b8da700c7715c6d28e6114 MISC metadata.xml 457 BLAKE2B c1e1b39078b26d66239cb6e0efe914b1373dea752de83171b1b6356b557c8ee2570a81949f0f7c85de58a5ce386bad6162270cdf7490ef4f1e2d49fc28f10967 SHA512 59abd643249d1d7914667744d95df2441d086801e5fe99f46c9b2a6571df4211e904f88756e12be8080b7d5b468b72552b66db8ebfb92a04b966d1277b3d743f diff --git a/x11-misc/sxcs/sxcs-0.7.3.ebuild b/x11-misc/sxcs/sxcs-0.7.3.ebuild index 0ffac067fd37..f1fd68f0a646 100644 --- a/x11-misc/sxcs/sxcs-0.7.3.ebuild +++ b/x11-misc/sxcs/sxcs-0.7.3.ebuild @@ -11,7 +11,7 @@ HOMEPAGE="https://codeberg.org/NRK/sxcs" SRC_URI="https://codeberg.org/NRK/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}" -KEYWORDS="~amd64" +KEYWORDS="amd64" LICENSE="GPL-3+" SLOT="0" -- cgit v1.2.3