summaryrefslogtreecommitdiff
path: root/x11-misc/notify-osd
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-02 17:36:40 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-02 17:36:40 +0100
commit171a011ad3a131671aeb5a98b9e3adf219ad2865 (patch)
tree0c877a3d1a37f10e37ad7168cfc52054aa0948a7 /x11-misc/notify-osd
parent75fc75ae1f0481ffdb78450e801a9b443ba641bd (diff)
gentoo resync : 02.04.2018
Diffstat (limited to 'x11-misc/notify-osd')
-rw-r--r--x11-misc/notify-osd/Manifest2
-rw-r--r--x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild (renamed from x11-misc/notify-osd/notify-osd-0.9.34.ebuild)31
2 files changed, 20 insertions, 13 deletions
diff --git a/x11-misc/notify-osd/Manifest b/x11-misc/notify-osd/Manifest
index 4e0e19cb5231..e6645843682d 100644
--- a/x11-misc/notify-osd/Manifest
+++ b/x11-misc/notify-osd/Manifest
@@ -1,3 +1,3 @@
DIST notify-osd-0.9.34.tar.gz 635387 BLAKE2B 469369f9fde562c605c131608b56eb54ea2a5f3d16f530e5b383d04fd8de2fbd531b58ed43caceeaeef65840cb00917484c02f8af0d7a0fc464ab131c1193853 SHA512 60ca63c2041f129d5139537242c2260908cedef633df977a608e19dcb01b75b2280ec80abe2b6da5eff76621107ee9d294742abfae301bc24eaa3aa855c56ce1
-EBUILD notify-osd-0.9.34.ebuild 1439 BLAKE2B 7f7e41d74b1a9c467144d903ed713b6219df2bebf4c1d17070cf6ecdbacfb6f9364af56240c153be216f1f95d42e9a4ce69b2645e8f0dc68b3b3579b8102dcb1 SHA512 36760f312cc4d47a0489850c9066b19f823fe5884effc3b629c0634fa4c1874bee65f6e4c5273b9133d3369292d611186db60387edea776b1eb812877e28f0a2
+EBUILD notify-osd-0.9.34-r1.ebuild 1482 BLAKE2B 9ddb836069999b6f5fa0319a31ed63e79f036b23f48eef1a91a26dcb446d1a3d278a729cf691e37343c06d41a346f1d66686c9f3e6716eb335635e5c09425e04 SHA512 81a7ace69f169b2ef2b3e68be5403a9058db3cba5ce0b47de3902bfcccb8571a6f231539060057f39f28966509ab5e27cc52f0da3e028974f917851f10136edb
MISC metadata.xml 250 BLAKE2B 138c4f4c717e9e24abf19f3d4cb9a8a8b49761ac301ac26b527c86802bbc509a4afd2678adb71bc3a9ef3d0ea17438d57d03211627bcf6ace221f08f39151f56 SHA512 0bed48908552a27396c77549264bbb7516677909afdecd967cce446529ea944c8f9ddf167241a033ca790123be27f8e3a4c503954100f9ea076f40b8ef5b0209
diff --git a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild b/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild
index 70ae583ebe58..95bd82cc0720 100644
--- a/x11-misc/notify-osd/notify-osd-0.9.34.ebuild
+++ b/x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=4
-inherit autotools gnome2-utils multilib savedconfig
+EAPI=6
+inherit autotools gnome2-utils savedconfig
DESCRIPTION="Canonical's on-screen-display notification agent"
HOMEPAGE="https://launchpad.net/notify-osd"
@@ -13,34 +13,39 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="minimal"
-COMMON_DEPEND=">=dev-libs/dbus-glib-0.98
- >=dev-libs/glib-2.16
+COMMON_DEPEND="
+ >=dev-libs/dbus-glib-0.98
+ >=dev-libs/glib-2.16:2
>=x11-libs/gtk+-3.2:3
>=x11-libs/libnotify-0.7
- >=x11-libs/libwnck-3
+ >=x11-libs/libwnck-3:3
x11-libs/libX11
x11-libs/pixman
!x11-misc/notification-daemon
- !x11-misc/qtnotifydaemon"
+ !x11-misc/qtnotifydaemon
+"
RDEPEND="${COMMON_DEPEND}
- !minimal? ( x11-themes/notify-osd-icons )"
+ gnome-base/gsettings-desktop-schemas
+ !minimal? ( x11-themes/notify-osd-icons )
+"
DEPEND="${COMMON_DEPEND}
virtual/pkgconfig
gnome-base/gnome-common
- x11-proto/xproto"
+ x11-proto/xproto
+"
RESTRICT="test" # virtualx.eclass: 1 of 1: FAIL: test-modules
-DOCS=( AUTHORS ChangeLog NEWS README TODO )
-
src_prepare() {
+ default
sed -i -e 's:noinst_PROG:check_PROG:' tests/Makefile.am || die
restore_config src/{bubble,defaults,dnd}.c #428134
+ mv configure.in configure.ac || die
eautoreconf
}
src_configure() {
- econf --libexecdir=/usr/$(get_libdir)/${PN}
+ econf --libexecdir="/usr/$(get_libdir)/${PN}"
}
src_install() {
@@ -53,10 +58,12 @@ pkg_preinst() {
gnome2_icon_savelist
gnome2_schemas_savelist
}
+
pkg_postinst() {
gnome2_icon_cache_update
gnome2_schemas_update
}
+
pkg_postrm() {
gnome2_icon_cache_update
gnome2_schemas_update