From be94ae04eee564451203d45977c2ef7c7ace1580 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 10 Nov 2024 03:03:09 +0000 Subject: gentoo auto-resync : 10:11:2024 - 03:03:09 --- x11-misc/Manifest.gz | Bin 46509 -> 46496 bytes x11-misc/mate-notification-daemon/Manifest | 4 +- .../mate-notification-daemon-1.28.0-r1.ebuild | 67 --------------------- .../mate-notification-daemon-1.28.1-r1.ebuild | 2 +- x11-misc/xkeyboard-config/Manifest | 2 +- .../xkeyboard-config/xkeyboard-config-2.43.ebuild | 2 +- 6 files changed, 4 insertions(+), 73 deletions(-) delete mode 100644 x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild (limited to 'x11-misc') diff --git a/x11-misc/Manifest.gz b/x11-misc/Manifest.gz index 0ae5cfa0e370..0e7be40511c6 100644 Binary files a/x11-misc/Manifest.gz and b/x11-misc/Manifest.gz differ diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest index 42a69411ead0..966af219c91f 100644 --- a/x11-misc/mate-notification-daemon/Manifest +++ b/x11-misc/mate-notification-daemon/Manifest @@ -1,6 +1,4 @@ AUX org.freedesktop.Notifications.service 94 BLAKE2B 1a97aac2db9c803c9e4babf9067283b564a1eecb1d251aee3a5e66b8a4f63d2554e3e09ea06749383ce3d5b8e77c8cc3bd87ae2dde48ae8feb4886ecaf7a3c27 SHA512 0575cbfc094455c0a2f04faa534a5e0d9cc41e6d9566ab9bcb0fcbce99e142213ded786ad00c36dc434ae1b9208d34d234a341dfc86adb72925dad0ee2b25f97 -DIST mate-notification-daemon-1.28.0.tar.xz 433572 BLAKE2B 89c386fb7707b87de61e5346ab018227864427d590e2908f0c85b8697d2d19d3528870f701adfa8f9657ea395718724d6398baf325d0b1d68284eb855f16df3f SHA512 dba0989945b81ff0fed5e77ac8ef7c96bf52ee854c9dc0f46549697e0d0537a8ff4a9491839076768443cc62140d1dfbf911aee489ab568c2975b67c52c78d2e DIST mate-notification-daemon-1.28.1.tar.xz 433384 BLAKE2B 688ef695520eba6e7964acff31303978c99dbfc724d6931ad341c2d3608fccc95bf37893b0445897e67572e52ce2b9372b09c98ba6b1cb3d3bf3bd4648269288 SHA512 72b6b4579d0571638708c5b326cad1b0de8aa2e65b775bf687bf944bca8db74177f018fc105465877f18eeb8ee297350ce8aba74a206a24f3f6c2e42af97ace5 -EBUILD mate-notification-daemon-1.28.0-r1.ebuild 1243 BLAKE2B 94ff053b8f3bfb025ccd5dc087a7cf7a6c29a96e9c8fabecd29b492d519200cccb1a3b71065f1b268a19919d429b9c0fe994796327002f650ebf3191201772d0 SHA512 dc7a39b17ba7e70c23d5e08049b664e3c42bb2f5a33420f91c6085f8ca974abce5517fbc5e2bb0ce3d58fa63f50baffde346666ba7bc90501405f487dd4c9e9f -EBUILD mate-notification-daemon-1.28.1-r1.ebuild 1245 BLAKE2B b000e5a9f2ec2ec9eb2e48c1e5171e7231088a21fc76e6b9d79852edc153da3ff872fdd5592fffbe8d48aabbf45ad8f556ce71baf174453ca3603fc219e11bb8 SHA512 92fc378905ae4edd7c66a9ad155eec44e3570c15228cf81bb87a7db3e5adc9609b5a077028f24ccec5e5423e55e9d939372cddf39786e151b94c31217475c7b6 +EBUILD mate-notification-daemon-1.28.1-r1.ebuild 1244 BLAKE2B fa678bf82a92f255b4adafcd6d969d8acd5e855b0a67514a45084cd3fe87cedd3c08d75d5006379c10a66e696ffc2bd8fe69daedfed7851dcc9eab88776a733a SHA512 7bea8b37b0dbf8543c92838d31ab810492539a80b50697d88203782df472aaeccd3da159220fce621be4484eec5fda238a06668832ef7113e749bb8b25d1d410 MISC metadata.xml 492 BLAKE2B 813bf0f67b7d6c0c765b3c96a5fbcd09639008df4fc720c11a7472e3d4832a41b144cbf608ade4e522fac34b2c4ddc1db74daa7274853cb75dbd1da14b39d627 SHA512 df124e7affff689090d188be9df708c5519dd6ca1d51e5d61e2e174604600d7ddab08a4f96864d096640e67acefe38af97d5eaa38b85aa78d0603afef437d317 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild deleted file mode 100644 index 453b6e1b77f3..000000000000 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.0-r1.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -MATE_LA_PUNT="yes" - -inherit mate - -MINOR=$(($(ver_cut 2) % 2)) -if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" -fi - -DESCRIPTION="MATE Notification daemon" -LICENSE="GPL-2+ GPL-3+" -SLOT="0" - -IUSE="nls X wayland" -REQUIRED_USE="|| ( X wayland )" - -COMMON_DEPEND="dev-libs/atk - >=dev-libs/glib-2.50:2 - >=dev-libs/libxml2-2.9.0 - >=sys-apps/dbus-1 - x11-libs/cairo - >=x11-libs/gdk-pixbuf-2.22:2 - >=x11-libs/libnotify-0.7 - >=x11-libs/gtk+-3.22:3 - || ( - media-libs/libcanberra-gtk3 - >=media-libs/libcanberra-0.4[gtk3(-)] - ) - X? ( - x11-libs/libX11 - >=x11-libs/libwnck-3:3 - ) - wayland? ( gui-libs/gtk-layer-shell ) -" - -RDEPEND="${COMMON_DEPEND} - !x11-misc/notify-osd - !x11-misc/qtnotifydaemon - !x11-misc/notification-daemon -" - -DEPEND="${COMMON_DEPEND} - app-arch/xz-utils - dev-util/gdbus-codegen - >=sys-devel/gettext-0.19.8 - virtual/pkgconfig - mate-base/mate-panel -" - -src_configure() { - mate_src_configure \ - $(use_enable nls) \ - $(use_enable X x11) \ - $(use_enable wayland) -} - -src_install() { - mate_src_install - - insinto /usr/share/dbus-1/services - doins "${FILESDIR}/org.freedesktop.Notifications.service" -} diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild index 9e9f47215a20..016c998618b2 100644 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.28.1-r1.ebuild @@ -9,7 +9,7 @@ inherit mate MINOR=$(($(ver_cut 2) % 2)) if [[ ${MINOR} -eq 0 ]]; then - KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv ~x86" + KEYWORDS="amd64 ~arm ~arm64 ~loong ~riscv x86" fi DESCRIPTION="MATE Notification daemon" diff --git a/x11-misc/xkeyboard-config/Manifest b/x11-misc/xkeyboard-config/Manifest index d1f4d6d6f26e..6a775a9bd46d 100644 --- a/x11-misc/xkeyboard-config/Manifest +++ b/x11-misc/xkeyboard-config/Manifest @@ -1,6 +1,6 @@ DIST xkeyboard-config-2.42.tar.xz 910192 BLAKE2B 1b49a9bdf9e6ad2c196b8c4cc93803a2b4ce804148a7eb55616672db5c4d3eb289e2de931ee8b08a2152dd542a9f2d1e00ba8cca7651d7f33b570ed4a5f4c57b SHA512 654436ae21b9deb3b193847403b652cc5c19aa665a9c9168598fc6ac7af83ac04d40684d9eb99dd4db97c21e5100cfeed06b25e2b041eb9fdf3c05ef95a891a9 DIST xkeyboard-config-2.43.tar.xz 925424 BLAKE2B 89cf4872305ce3358185ed63f0ff2f0dc90205d50d51b4b881256e0762b12a74f30d0905a75e5feff2f0fef09d94bee778a8cbe83cdf6e048653e8eb42f53087 SHA512 6daf885bf8794cf03d5b447b90ca1666f87e9c609a344e02bb90edca360eb64b24f80a92ed570aa75b4ea62245b3998f6df3757f7e02c4015cdfecee5378a0d4 EBUILD xkeyboard-config-2.42.ebuild 1574 BLAKE2B be170bb0067f1e8a19bce450e8227c671ecd02525c41930a10b951cb696d88ec8b12709bf7687ec3d8f7dab9b18569d6a1cb9dbfb3cfe9a990fe2d915791f56f SHA512 992a19559ca2254bb7e8f4ea0ceeefbd4918d75584f74b87ee45b2add5a19765b768ff27341a4a82576296411ad233e8e7189a37f0a5a6e07b4b2a96174b9424 -EBUILD xkeyboard-config-2.43.ebuild 1576 BLAKE2B 1d554a685775458d51b34a05f02c3afb19d0a82193ecd2c3db77cda01cba5a04c454d7642ae2c7fe8372c62573e09b39ae80c19a5d3d5cfff8b8952d37a92f4b SHA512 10f3f1c4c6d0bde017175e60648b3c56af25bd23643fc83b7a42a03a8bdf53b4b144026506c9c25c8fbd899725e974405282336c089f70cc05680b289c3a9efa +EBUILD xkeyboard-config-2.43.ebuild 1575 BLAKE2B b51322172aa91de73a680cfe00cea975b09063d2dbf5eb9f5c300aa6de287744f40832a6b41441191f09d0a1e77926cdbc4cf711fb1b143f3624ad0fdbbaeb25 SHA512 35f360e33956348f9389bbdb63c3f193b66c2345564966d7f00cb9ad7d511525aa3f42909d7ba8bef2045a31b3694af7d00c9d2765207f034a4603fc8e31ca86 EBUILD xkeyboard-config-9999.ebuild 1582 BLAKE2B beee2bce78e8c6616cc3d8eac2fe050dd1eb243e03a24d3f3102cc00e7b2732afe7da5b54d33c7a5f8eb79a4ad445b6e89e63b12eb2746ab9587b9ae9cc95745 SHA512 0ad649e9dfa09364a57bb8f93a0bad356d3d8ab6c0aa3adf7766c8aa18907e6d43e0ff9990dbfdf7d1e967e8f299d288ea7d1f7cf564fdb206a333a0b3ff7761 MISC metadata.xml 442 BLAKE2B 3e7e6564b3aa17ef958ae6aed94b6d28156d743ad2782b0c2c08429adff128a7a7ea549e2f5fcece91cdc0f498d341790d0694b193dae16b60a63966bbb581b8 SHA512 0c32c580abc07b3141fa3b9137eba130654e0701b4c9e49be10a801c5c068d67881a74dc0e5d45dc34e8964364e0516bbc5e1b854ae0d7d8ff12bf1ec1ec2986 diff --git a/x11-misc/xkeyboard-config/xkeyboard-config-2.43.ebuild b/x11-misc/xkeyboard-config/xkeyboard-config-2.43.ebuild index 62667bffe4f4..590887174935 100644 --- a/x11-misc/xkeyboard-config/xkeyboard-config-2.43.ebuild +++ b/x11-misc/xkeyboard-config/xkeyboard-config-2.43.ebuild @@ -14,7 +14,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://www.x.org/releases/individual/data/${PN}/${P}.tar.xz" - KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" + KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos" fi LICENSE="MIT" -- cgit v1.2.3