summaryrefslogtreecommitdiff
path: root/xfce-extra/xfce4-notifyd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
committerV3n3RiX <venerix@redcorelinux.org>2019-11-03 16:06:58 +0000
commitbd4aeefe33e63f613512604e47bfca7b2187697d (patch)
treeadb35b5a9a00ee7ea591ab0c987f70167c23b597 /xfce-extra/xfce4-notifyd
parent48ece6662cbd443015f5a57ae6d8cbdbd69ef37c (diff)
gentoo resync : 03.11.2019
Diffstat (limited to 'xfce-extra/xfce4-notifyd')
-rw-r--r--xfce-extra/xfce4-notifyd/Manifest2
-rw-r--r--xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild42
2 files changed, 0 insertions, 44 deletions
diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index 355f756130f8..083140d4b08d 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,5 +1,3 @@
-DIST xfce4-notifyd-0.4.3-r1.tar.bz2 534378 BLAKE2B 43f4b5d4dec5fc76bb88df0c92bad55620337f80ad3e51dfb84da46e58786c79df984dccea8f4985435864a3e8f77321e50284c113faf21380fe49837ae80e6f SHA512 eed16d863dddfe29ce6dd1e34260ae64f558bc5ffe5af837e293a9492b728a400338b950116fb934f0b3d0a76ed8fd280aacd075d44524be614bb27257b99a9e
DIST xfce4-notifyd-0.4.4-r1.tar.bz2 536304 BLAKE2B bde62a773f7a702338e07fad8483d57576edb4c046b709c8644c17697ea73b72e46b8b4e2737d02bf23a554cbcac7c9725d7f19ee9f1ea511efb0943280f1b60 SHA512 546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
-EBUILD xfce4-notifyd-0.4.3-r1.ebuild 1003 BLAKE2B df39c5f94237f22f9d90b71d9fbda8e0c920cda4f8980e9a8c01b8002c17fd12321b451c45791bc7caa04703ccd37e1876daa6669ee6f6eba5338bf3220d5b23 SHA512 5f51e5a6eb1561af57d35bf4cbb39010d674d8fda0a68828a6ec4e419f8dce51048b8ce5722a3354b7525bd94c46c4f18c8e96b9cb6077b540b791df28fa62d9
EBUILD xfce4-notifyd-0.4.4.ebuild 908 BLAKE2B 65dfe8a7964c2703923b9662c7c745e3a56b78905433939db41f0705ef6671150f2b0867d60f555335f08ff0ffcfeb8e75a8a130858a95fd9fc2380b5bd2723c SHA512 48f40c02a0ced75b98ae409a29e71d1ddeb8405e7ea14f4b0a93804707ebb378025609d4ad97b47951e771695c612ef0124baaeb686a5b067a7f2505fe4d77a8
MISC metadata.xml 247 BLAKE2B f381ffd75f3fdb2842002ea885015f443cc35334f0420d70a61d6730bd55c11750d6a177831dc7c8564eec4dc3863db6085162e58848b0dceb09799006a1b2c5 SHA512 25494c0053fb7b2ed0f78ecc2de8a8ae08a971db8e15f89e906a1d43177fef53eb9ec5dd075a5c67ddee2be112c0943f6c87e4870d405436bddfea3a4fa19203
diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
deleted file mode 100644
index f4203efac496..000000000000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit gnome2-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 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_configure() {
- # DBUS_BINDING_TOOL is not used anymore
- # https://bugzilla.xfce.org/show_bug.cgi?id=14835
- econf DBUS_BINDING_TOOL=$(type -P false)
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}