summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-notifyd
diff options
context:
space:
mode:
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/Manifest4
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild41
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild2
3 files changed, 2 insertions, 45 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index dc56ee118d25..3c6730dab27b 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,5 +1,3 @@
-DIST xfce4-notifyd-0.6.2-r1.tar.bz2 548415 BLAKE2B 8f5abdb7dd35353e551af7a436bd8dc71e082ecc1ae90302ccd35a2bae6022950160828d43722ab2033f71e83bf14fbf4ab50cfd223c7b300e4745c76a9e9eb4 SHA512 13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325
DIST xfce4-notifyd-0.6.3.tar.bz2 547511 BLAKE2B 73aba96f6bd2116e87e20928ca74ff985ee74b8f39bca96de81e59ee5677bfacf9a2c78caa42ba43ece7e754fd7a8006ec1d3a507d89e4a2d6b4011d53e21d80 SHA512 9113018c238878c2584cb4221dd5aaaab9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a
-EBUILD xfce4-notifyd-0.6.2.ebuild 921 BLAKE2B 3394e9d7713e8be0a6691738de64461978c26f12e3489aa88fc9ff8bfb2a866c5058d41f1f1e7e23e7229088ad3075d1b8f9ebe3fbc8e76065c6462db64f0301 SHA512 98567e025501847c209ebc2e920268ad9b835d2f65c65faa0786250814bb89555eeb5bc0651a529193046d0d62ce2e333805f0c5386e129052d8901cc74f431f
-EBUILD xfce4-notifyd-0.6.3.ebuild 910 BLAKE2B babd2ae02e9148bf8939c4222faaf27336a542533bbdb441eb8b0566423503771acf0162c59cafea59bff86956b43e05929b80f05823c80daa0658068cf38b75 SHA512 221a10942f27574ea000c8287b7dae7783ed706265b58725087a499cf779bd2781be202b1fe8b3cef79c5fecaa7a36804a43d65da7da0311e475a8b5ffa33f6a
+EBUILD xfce4-notifyd-0.6.3.ebuild 909 BLAKE2B 8839419fca13a63a384c289d0d020eb8770092e11004107d6b486badc5696391fa4b2c227d39ef622fe2621b927ced9d514b386e0e8f3faa2d78fda3d1da9d45 SHA512 915ce660d4dd028ba96a134d909b9f0dbb2c630df2aef62bf62726aab8d6200d985aca04781d59c393563b2c9e6dada8fe426d51be99bd2934382e3d1a65acbd
MISC metadata.xml 248 BLAKE2B 83bf47dc3dbedea8a88932e922075f0ba8fd841433c4ab750e2ab61c22e8cbfaa1acb04a903d89ef5140a75dfc4c4899354623e0160df5b7c178c190f8494515 SHA512 b5200cfe30adef8e869fada87f1b4171210b2427cd3ac12edef70948f305d5e612ca5f24d377f9823a6022c8867db635db50ddd3d6cb362d6b0137c299fe07e5
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
deleted file mode 100644
index ac19c123a24c..000000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd"
-SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r1.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.42:2=
- >=x11-libs/gtk+-3.14:3=
- >=x11-libs/libnotify-0.7:=
- >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
- >=xfce-base/libxfce4util-4.12:=
- >=xfce-base/xfce4-panel-4.12:=
- >=xfce-base/xfconf-4.10:="
-DEPEND="${RDEPEND}
- dev-util/gdbus-codegen
- dev-util/intltool
- sys-devel/gettext
- virtual/pkgconfig"
-
-src_install() {
- default
- find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
index ad9e2ef7c8aa..be6ca76fdf79 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
IUSE=""
RDEPEND=">=dev-libs/glib-2.56:2