From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D0F41382C5 for ; Mon, 2 Apr 2018 09:13:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 33304E0D76; Mon, 2 Apr 2018 09:13:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E847FE0D75 for ; Mon, 2 Apr 2018 09:13:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7D903335D8A for ; Mon, 2 Apr 2018 09:13:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9355277 for ; Mon, 2 Apr 2018 09:13:46 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1522660421.ab99b6be02c03c34b1315038efb01beb097197b5.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/notify-osd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild x11-misc/notify-osd/notify-osd-0.9.34.ebuild X-VCS-Directories: x11-misc/notify-osd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: ab99b6be02c03c34b1315038efb01beb097197b5 X-VCS-Branch: master Date: Mon, 2 Apr 2018 09:13:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 5868ebf2-94c8-4503-badc-9ba77ad4504f X-Archives-Hash: e2ea3e04d2f32db5f7e0e76db42fa844 commit: ab99b6be02c03c34b1315038efb01beb097197b5 Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 2 08:57:18 2018 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 2 09:13:41 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab99b6be x11-misc/notify-osd: gsettings-desktop-schemas needed (#559010) Package-Manager: Portage-2.3.27, Repoman-2.3.9 ...d-0.9.34.ebuild => notify-osd-0.9.34-r1.ebuild} | 31 +++++++++++++--------- 1 file changed, 19 insertions(+), 12 deletions(-) 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 similarity index 72% rename from x11-misc/notify-osd/notify-osd-0.9.34.ebuild rename to x11-misc/notify-osd/notify-osd-0.9.34-r1.ebuild index 70ae583ebe5..95bd82cc072 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