public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michał Górny" <mgorny@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/
Date: Sun, 11 Nov 2018 19:07:16 +0000 (UTC)	[thread overview]
Message-ID: <1541963227.b6ec1cbb71ca4ca72ac1e1588ec969c929a08b82.mgorny@gentoo> (raw)

commit:     b6ec1cbb71ca4ca72ac1e1588ec969c929a08b82
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 11 19:03:45 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Nov 11 19:07:07 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b6ec1cbb

xfce-extra/xfce4-notifyd: Update for regened upst tarball

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 xfce-extra/xfce4-notifyd/Manifest                  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild    | 42 ++++++++++++++++++++++
 2 files changed, 43 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest b/xfce-extra/xfce4-notifyd/Manifest
index f77dff28878..6987c8e542e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30 SHA512 1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
+DIST xfce4-notifyd-0.4.3-r1.tar.bz2 534378 BLAKE2B 43f4b5d4dec5fc76bb88df0c92bad55620337f80ad3e51dfb84da46e58786c79df984dccea8f4985435864a3e8f77321e50284c113faf21380fe49837ae80e6f SHA512 eed16d863dddfe29ce6dd1e34260ae64f558bc5ffe5af837e293a9492b728a400338b950116fb934f0b3d0a76ed8fd280aacd075d44524be614bb27257b99a9e
 DIST xfce4-notifyd-0.4.3.tar.bz2 534400 BLAKE2B 9023aa482f9bb76f588a9c8a3ac254860a481c30ac81b8077ba505261de242f26119ea16eee14073577d75375b58c7fa5844710f173202fc607c931dc748e9f6 SHA512 db53b5f0a719213f8dea7eec7a037507984989b030da5850eabd07820ba2dfe28de6d2251045538189775bdeac2ee9f2035aad5cbdda92cef944b33682875434

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
new file mode 100644
index 00000000000..ad0cec050e9
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2018 Gentoo Foundation
+# 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
+}


             reply	other threads:[~2018-11-11 19:07 UTC|newest]

Thread overview: 89+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-11 19:07 Michał Górny [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 16:59 [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ Michał Górny
2025-03-08 16:42 Arthur Zamarin
2025-03-08 13:34 Arthur Zamarin
2025-03-08 12:10 Sam James
2025-02-17 14:21 Michał Górny
2024-11-04 18:39 Andreas Sturmlechner
2024-08-31 10:35 Michał Górny
2024-08-31 10:28 Arthur Zamarin
2024-08-31  7:31 Sam James
2024-08-31  7:20 Arthur Zamarin
2024-08-15  3:53 Michał Górny
2024-03-12 17:51 Michał Górny
2024-03-12 15:06 Arthur Zamarin
2024-03-09 21:05 Sam James
2024-03-09 14:11 Michał Górny
2024-02-10  9:15 Michał Górny
2023-11-02 12:58 Michał Górny
2023-11-02  4:12 Sam James
2023-11-01 20:37 Arthur Zamarin
2023-11-01 20:37 Arthur Zamarin
2023-09-25  2:55 Michał Górny
2023-09-20  5:52 Michał Górny
2023-04-01 17:43 Michał Górny
2023-04-01 16:07 Arthur Zamarin
2023-03-17 14:11 Sam James
2023-03-17 14:11 Sam James
2023-02-28 13:07 Michał Górny
2023-02-17  6:37 Michał Górny
2023-02-17  6:37 Michał Górny
2023-02-11 12:47 Michał Górny
2023-02-02  5:42 Michał Górny
2023-01-28 19:10 Arthur Zamarin
2023-01-22  9:16 Michał Górny
2023-01-21 16:53 Sam James
2023-01-21 14:46 Arthur Zamarin
2023-01-21 13:05 Michał Górny
2022-12-16  9:55 Michał Górny
2022-10-09 10:10 Michał Górny
2022-10-09  8:55 Agostino Sarubbo
2022-10-08 23:10 Sam James
2022-10-08 19:28 Sam James
2022-09-02 10:52 Michał Górny
2022-03-25  9:19 Michał Górny
2022-03-25  7:49 Agostino Sarubbo
2022-03-24 19:03 Jakov Smolić
2022-03-24 19:03 Jakov Smolić
2022-02-12  9:15 Michał Górny
2021-03-28 19:44 Sam James
2020-11-12 13:17 Michał Górny
2020-11-12 12:28 Sam James
2020-10-25 23:08 Thomas Deutschmann
2020-09-01  6:00 Michał Górny
2020-07-19 14:19 Michał Górny
2020-06-29 18:24 Mikle Kolyada
2020-06-20 15:23 Thomas Deutschmann
2020-05-05  8:00 Michał Górny
2020-04-08 17:57 Michał Górny
2019-12-26 12:12 Georgy Yakovlev
2019-10-20 10:24 Michał Górny
2019-10-10 18:35 Mikle Kolyada
2019-10-10 18:31 Mikle Kolyada
2019-08-13 12:10 Michał Górny
2019-04-23  3:32 Michał Górny
2019-04-07  8:29 Michał Górny
2018-11-15 17:04 Thomas Deutschmann
2018-11-12 14:04 Mikle Kolyada
2018-11-04  9:37 Michał Górny
2018-10-27 12:30 Michał Górny
2018-10-27 12:30 Michał Górny
2018-08-05 11:33 Sergei Trofimovich
2018-07-10 12:29 Michał Górny
2018-04-08 17:28 Aaron Bauman
2018-03-25 17:27 Michał Górny
2018-01-06  5:05 Thomas Deutschmann
2018-01-05 11:23 Mikle Kolyada
2017-12-12 17:50 Michał Górny
2017-10-18 17:06 Michał Górny
2017-10-18  6:40 Michał Górny
2017-06-07 20:06 Michał Górny
2017-03-21  7:04 Michał Górny
2017-02-16 21:06 Michał Górny
2016-11-10  4:16 Michał Górny
2016-11-05 22:19 Michał Górny
2016-09-10  6:49 Michał Górny
2016-09-06 14:58 Michał Górny
2016-07-31 16:56 Michał Górny
2016-07-29 17:01 Michał Górny
2016-03-04  8:13 Stephen Klimaszewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1541963227.b6ec1cbb71ca4ca72ac1e1588ec969c929a08b82.mgorny@gentoo \
    --to=mgorny@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox