From 560c9b9748b885a005f22dac90f6e2622fe9ead5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 30 Jun 2023 07:42:23 +0100 Subject: gentoo auto-resync : 30:06:2023 - 07:42:22 --- x11-misc/mate-notification-daemon/Manifest | 2 +- .../mate-notification-daemon-1.26.0-r1.ebuild | 63 ++++++++++++++++++++++ .../mate-notification-daemon-1.26.0.ebuild | 63 ---------------------- 3 files changed, 64 insertions(+), 64 deletions(-) create mode 100644 x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild delete mode 100644 x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild (limited to 'x11-misc/mate-notification-daemon') diff --git a/x11-misc/mate-notification-daemon/Manifest b/x11-misc/mate-notification-daemon/Manifest index 1d9c56992663..96a62be75ba6 100644 --- a/x11-misc/mate-notification-daemon/Manifest +++ b/x11-misc/mate-notification-daemon/Manifest @@ -1,4 +1,4 @@ AUX org.freedesktop.Notifications.service 94 BLAKE2B 1a97aac2db9c803c9e4babf9067283b564a1eecb1d251aee3a5e66b8a4f63d2554e3e09ea06749383ce3d5b8e77c8cc3bd87ae2dde48ae8feb4886ecaf7a3c27 SHA512 0575cbfc094455c0a2f04faa534a5e0d9cc41e6d9566ab9bcb0fcbce99e142213ded786ad00c36dc434ae1b9208d34d234a341dfc86adb72925dad0ee2b25f97 DIST mate-notification-daemon-1.26.0.tar.xz 421032 BLAKE2B 3f55a281cc51e63245371a1bf4ddadb2be4fa09bf16a4ffac701d4530f519a65e2ff69c7e58e6589fa923d3af86315e36d5445a6a1915a6857271933605eaaac SHA512 5249cf14ba93f2e74b9774226c5d0f5e90a517df07569e16a23af7053f5ef160afe98c8a3452baf80c243272763eee1fde0b84f434f55df1f9de26298361a1dc -EBUILD mate-notification-daemon-1.26.0.ebuild 1171 BLAKE2B 8562c420f5fe2e76e5c641877679c7451cae7ae9bdbf2e581fbccdfd0364a9095421eb61690c553dc4b9164451fa00d795de6772819bec50189675fc29e05c77 SHA512 47c20d5d1531c4c1c6cf0440a9397a0dc0782653f58488443a97684c8a5486e6fb5340dfd487fe99a2fcb6f1ebbc94fd596cfb6c3b6bef84f4680f623c87c25a +EBUILD mate-notification-daemon-1.26.0-r1.ebuild 1173 BLAKE2B c83321088f9c1451085dbe52a4489708f633e883692633a98df15ffd9c2fa866aabe5edefd94235e90a8c4aebeef90528f076e96b2aa089383f7da7aec6c2ee4 SHA512 d11be27bf0cebe45922d5e9a29f189e02df02fb7efc0c34b08ce1fc549cb7c75c42c25c5d0ff98fe9718ed99b5281071e4b8893df8e0662b4b0880b574715dd2 MISC metadata.xml 354 BLAKE2B 1a12ca172c08806c1c9d2bbd6b2342fcbfde32b800af7bac33746f0611bb6c4376d558ad8b4a69008cc8ce78207246778d894e3454b52c1483606aa4a93dc05d SHA512 fc721d4464481caf4112d0d09f3a3243f31ce2cf97430c7d638728d8461f60e5070591f9698983b06b78c748bca563fa0ece998032a724cf8257bf72213ca492 diff --git a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild new file mode 100644 index 000000000000..0a02cc9cd01d --- /dev/null +++ b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0-r1.ebuild @@ -0,0 +1,63 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MATE_LA_PUNT="yes" + +inherit mate + +if [[ ${PV} != 9999 ]]; 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-0.4:0[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.26.0.ebuild b/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild deleted file mode 100644 index d34108e27c33..000000000000 --- a/x11-misc/mate-notification-daemon/mate-notification-daemon-1.26.0.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -MATE_LA_PUNT="yes" - -inherit mate - -if [[ ${PV} != 9999 ]]; 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-0.4:0[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" -} -- cgit v1.2.3