[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-08-31 Thread Michał Górny
commit: 2cfcaa4945bb4d84c817fb1dac5f6a262ab8c413
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Aug 31 10:32:45 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Aug 31 10:35:27 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2cfcaa49

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 -
 .../xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild   | 74 --
 .../xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild   | 74 --
 3 files changed, 150 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 795718873556..1831edd6faf2 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B 
d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166
 SHA512 
d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94
-DIST xfce4-notifyd-0.9.5.tar.bz2 740324 BLAKE2B 
900b9487a888e7d1b7112d1f088605d4773d9baa7d17a369ef0cc4e6e00ecfb9ac72ba760044031090048e1d1aec2a8ef5c11c5246ff84b9a14ccdfbda014138
 SHA512 
9e8d81ccb16c3eb72ebea24ac03a0594d3f9ddd20c7edcaf9f68e288b2d5115294d5c9e2911c15e6d8032d36cdcfc423ee51b56a20268a035a3fb7ca65c41bdc
 DIST xfce4-notifyd-0.9.6.tar.bz2 742198 BLAKE2B 
8bcd2df7e7b8727ba05f94577e3fe9a575c0801bccb841e4077f5150578f2b7faf25444193da45ddfef870d9cf470793b0c152b939f4391421fa226a39eca9f3
 SHA512 
deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
deleted file mode 100644
index 0670bff5128f..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=sys-apps/dbus-1.0
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.10:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-   X? (
-   >=x11-libs/libX11-1.6.7
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland)
-   $(use_enable X x11)
-
-   # just service files
-   --enable-systemd
-   )
-
-   econf "${myconf[@]}"
-}
-
-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.9.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild
deleted file mode 100644
index f1b06c391860..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.5.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=sys-apps/dbus-1.0
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.10:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-08-31 Thread Arthur Zamarin
commit: 31e2f935015f26c3cc63ecff3f66a09318bdd69a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 31 10:28:50 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 31 10:28:50 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31e2f935

xfce-extra/xfce4-notifyd: Stabilize 0.9.6 amd64, #938771

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
index e104a935347d..0670bff5128f 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-08-31 Thread Sam James
commit: ebb2436765edb6c0d3fa1bb2a5f9796083637af3
Author: Sam James  gentoo  org>
AuthorDate: Sat Aug 31 07:31:09 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Aug 31 07:31:09 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebb24367

xfce-extra/xfce4-notifyd: Stabilize 0.9.6 x86, #938771

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
index 562f7c4e9108..e104a935347d 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-08-31 Thread Arthur Zamarin
commit: bf011b513c8b89263183b758f8db8ee3a507dd9a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 31 07:20:29 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 31 07:20:29 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf011b51

xfce-extra/xfce4-notifyd: Stabilize 0.9.6 arm64, #938771

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
index f1b06c391860..562f7c4e9108 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-08-14 Thread Michał Górny
commit: 18e253a7a2acd02893be61ee41ca4ea186bc8df7
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Aug 15 03:51:52 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Aug 15 03:53:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18e253a7

xfce-extra/xfce4-notifyd: Bump to 0.9.6

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 1859128904af..795718873556 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B 
d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166
 SHA512 
d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94
 DIST xfce4-notifyd-0.9.5.tar.bz2 740324 BLAKE2B 
900b9487a888e7d1b7112d1f088605d4773d9baa7d17a369ef0cc4e6e00ecfb9ac72ba760044031090048e1d1aec2a8ef5c11c5246ff84b9a14ccdfbda014138
 SHA512 
9e8d81ccb16c3eb72ebea24ac03a0594d3f9ddd20c7edcaf9f68e288b2d5115294d5c9e2911c15e6d8032d36cdcfc423ee51b56a20268a035a3fb7ca65c41bdc
+DIST xfce4-notifyd-0.9.6.tar.bz2 742198 BLAKE2B 
8bcd2df7e7b8727ba05f94577e3fe9a575c0801bccb841e4077f5150578f2b7faf25444193da45ddfef870d9cf470793b0c152b939f4391421fa226a39eca9f3
 SHA512 
deef625fdb7828ac25a3eeb2c5e5813f285310354b33a81e1c7943024d9dee9e9b5765f94f7e7ccedd1998dab77eb2c62a2803864d56aed6f831f08b910f0071

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
new file mode 100644
index ..f1b06c391860
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.6.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=sys-apps/dbus-1.0
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=x11-libs/libnotify-0.7
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.10:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+   X? (
+   >=x11-libs/libX11-1.6.7
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+
+   # just service files
+   --enable-systemd
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-03-12 Thread Michał Górny
commit: 54c6face72fce2ffa2a401cfcd2e869e782ed369
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 12 16:01:10 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 12 17:51:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=54c6face

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 -
 .../xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild   | 74 --
 2 files changed, 75 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 70394643d688..ab53fbfd909e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-DIST xfce4-notifyd-0.9.2.tar.bz2 728345 BLAKE2B 
bcca7ea3afc8bf421fb7e48f4f9c171a7ffd772189a614e9114a5514b1a34f3aee109b40894f75053f36d0d5b6e8bdb43a7bdffb091852cc30ef7bdcb2ed91e9
 SHA512 
7c65111d888f4aeee7d36f3c44ca35fb7c4b0f433dd77cb9c1ae03472fd31a2b36f5bba7f6f6fafb5dbf8c60a14a09b05443f3e8ffa737fced1e8bc67278b30d
 DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B 
d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166
 SHA512 
d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
deleted file mode 100644
index eba4f7835a9e..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=sys-apps/dbus-1.0
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.10:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-   X? (
-   >=x11-libs/libX11-1.6.7
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland)
-   $(use_enable X x11)
-
-   # just service files
-   --enable-systemd
-   )
-
-   econf "${myconf[@]}"
-}
-
-src_install() {
-   default
-   find "${D}" -name '*.la' -delete || die
-}
-
-pkg_postinst() {
-   xdg_icon_cache_update
-}
-
-pkg_postrm() {
-   xdg_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-03-12 Thread Arthur Zamarin
commit: 565317255a7804af201e9a007a86c8c96e629550
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Tue Mar 12 15:06:11 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Tue Mar 12 15:06:11 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56531725

xfce-extra/xfce4-notifyd: Stabilize 0.9.4 arm64, #926565

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
index 94879e929839..0670bff5128f 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-03-09 Thread Sam James
commit: 0495004ce91932719124b024192b8005e63b6757
Author: Sam James  gentoo  org>
AuthorDate: Sat Mar  9 21:05:22 2024 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Mar  9 21:05:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0495004c

xfce-extra/xfce4-notifyd: Stabilize 0.9.4 x86, #926565

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
index 10817382ee6c..94879e929839 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-03-09 Thread Michał Górny
commit: 356e26e9ee61e46f2c508db57f72114b4db4f15d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Mar  9 14:11:39 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Mar  9 14:11:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=356e26e9

xfce-extra/xfce4-notifyd: Stabilize 0.9.4 amd64, #926565

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

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
index f1b06c391860..10817382ee6c 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2024-02-10 Thread Michał Górny
commit: 38b2e17571fe8a7588eb89110f165b7774fa583d
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 10 06:59:49 2024 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 10 09:15:55 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38b2e175

xfce-extra/xfce4-notifyd: Bump to 0.9.4

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 08ccb7d0e678..70394643d688 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.9.2.tar.bz2 728345 BLAKE2B 
bcca7ea3afc8bf421fb7e48f4f9c171a7ffd772189a614e9114a5514b1a34f3aee109b40894f75053f36d0d5b6e8bdb43a7bdffb091852cc30ef7bdcb2ed91e9
 SHA512 
7c65111d888f4aeee7d36f3c44ca35fb7c4b0f433dd77cb9c1ae03472fd31a2b36f5bba7f6f6fafb5dbf8c60a14a09b05443f3e8ffa737fced1e8bc67278b30d
+DIST xfce4-notifyd-0.9.4.tar.bz2 732160 BLAKE2B 
d0c47875acf638f44ae8188c7a39f1785a9e3c489f4fad209e9c591780a91b0439037a0c62351619f71d2765dacf11a786d5678c03ec846f4aa0a0bc0b823166
 SHA512 
d3339ec3555f27e624e643b52ce4de2a0834d38f675b286976abcb4e143cbbb32665b1f36fbff23791c152e1f0616b752a7f049045fc32829c27c0a87d82df94

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
new file mode 100644
index ..f1b06c391860
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.4.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=sys-apps/dbus-1.0
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=x11-libs/libnotify-0.7
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.10:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+   X? (
+   >=x11-libs/libX11-1.6.7
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+
+   # just service files
+   --enable-systemd
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-11-02 Thread Michał Górny
commit: 8067d4dff5e7909eb02d510d2650573e8bb9e956
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  2 12:56:56 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  2 12:58:19 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8067d4df

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 -
 .../xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild   | 68 
 .../xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild   | 74 --
 3 files changed, 144 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 2680162ce302..08ccb7d0e678 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notifyd-0.8.2.tar.bz2 684013 BLAKE2B 
ffb5e6ae171db83abeeebd375cbabb73b9a4f0e7d9135593ad2a3bf4c76b2080ce40134922ad1e4d11456166cc9a00cbfda6ee571c0934afc314451153dc6d75
 SHA512 
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0
-DIST xfce4-notifyd-0.9.1.tar.bz2 728342 BLAKE2B 
85052d0c1041141a187ee35a51bd348390df9d9b4a9923a4bce3a9c8c8e3e43e38f45542b0ac78ad63b3db124e926b2a5a48e3b1c64a51ac7a3624c41adfb618
 SHA512 
5bec8a5578a2fc120edb20cf587eb795f86de9da99d20d05bc527356802c23b0d5b07888ae0603624db04e8f94c9ab489333df73c44d57e87aea82e515e18890
 DIST xfce4-notifyd-0.9.2.tar.bz2 728345 BLAKE2B 
bcca7ea3afc8bf421fb7e48f4f9c171a7ffd772189a614e9114a5514b1a34f3aee109b40894f75053f36d0d5b6e8bdb43a7bdffb091852cc30ef7bdcb2ed91e9
 SHA512 
7c65111d888f4aeee7d36f3c44ca35fb7c4b0f433dd77cb9c1ae03472fd31a2b36f5bba7f6f6fafb5dbf8c60a14a09b05443f3e8ffa737fced1e8bc67278b30d

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
deleted file mode 100644
index 88d3ce010673..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.10:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland gdk-wayland)
-   $(use_enable wayland gtk-layer-shell)
-   $(use_enable X gdk-x11)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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.9.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild
deleted file mode 100644
index ca5903b4bb9b..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=sys-apps/dbus-1.0
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
-   >=xfce-base/libxfce4util-4.12:=
-   >=xfce-base/xfce4-panel-4.14.0:=
-   >=xfce-base/xfconf-4.10:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-   X? (
-   >=x11-libs/libX11-1.6.7
-   )
-"
-RDEPEND="
-

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-11-01 Thread Sam James
commit: c49401948fd9379117fd8898ba5927bdfb5639a5
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov  2 04:06:43 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov  2 04:11:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c4940194

xfce-extra/xfce4-notifyd: Stabilize 0.9.2 arm64, #916669

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
index 9b0ea7c7bed4..eba4f7835a9e 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-11-01 Thread Arthur Zamarin
commit: b03901763dc84a32cbf806f058fc2646969ea300
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:51 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:51 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0390176

xfce-extra/xfce4-notifyd: Stabilize 0.9.2 amd64, #916669

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
index 2f24a5dc6b6a..9b0ea7c7bed4 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-11-01 Thread Arthur Zamarin
commit: 07618db921eb663658e0654ccef8b6c8d5e7c517
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov  1 20:36:50 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov  1 20:36:50 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=07618db9

xfce-extra/xfce4-notifyd: Stabilize 0.9.2 x86, #916669

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
index ca5903b4bb9b..2f24a5dc6b6a 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-09-24 Thread Michał Górny
commit: 94ea52eb14282678b493f474dcca211a52e81dca
Author: Michał Górny  gentoo  org>
AuthorDate: Mon Sep 25 02:08:04 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Mon Sep 25 02:55:28 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94ea52eb

xfce-extra/xfce4-notifyd: Bump to 0.9.2

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 7c8396b4c125..2680162ce302 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.8.2.tar.bz2 684013 BLAKE2B 
ffb5e6ae171db83abeeebd375cbabb73b9a4f0e7d9135593ad2a3bf4c76b2080ce40134922ad1e4d11456166cc9a00cbfda6ee571c0934afc314451153dc6d75
 SHA512 
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0
 DIST xfce4-notifyd-0.9.1.tar.bz2 728342 BLAKE2B 
85052d0c1041141a187ee35a51bd348390df9d9b4a9923a4bce3a9c8c8e3e43e38f45542b0ac78ad63b3db124e926b2a5a48e3b1c64a51ac7a3624c41adfb618
 SHA512 
5bec8a5578a2fc120edb20cf587eb795f86de9da99d20d05bc527356802c23b0d5b07888ae0603624db04e8f94c9ab489333df73c44d57e87aea82e515e18890
+DIST xfce4-notifyd-0.9.2.tar.bz2 728345 BLAKE2B 
bcca7ea3afc8bf421fb7e48f4f9c171a7ffd772189a614e9114a5514b1a34f3aee109b40894f75053f36d0d5b6e8bdb43a7bdffb091852cc30ef7bdcb2ed91e9
 SHA512 
7c65111d888f4aeee7d36f3c44ca35fb7c4b0f433dd77cb9c1ae03472fd31a2b36f5bba7f6f6fafb5dbf8c60a14a09b05443f3e8ffa737fced1e8bc67278b30d

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
new file mode 100644
index ..ca5903b4bb9b
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.2.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=sys-apps/dbus-1.0
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=x11-libs/libnotify-0.7
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.10:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+   X? (
+   >=x11-libs/libX11-1.6.7
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+
+   # just service files
+   --enable-systemd
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-09-19 Thread Michał Górny
commit: e013f9e9ded56fafb5b9d794fbac0462eca48bc2
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Sep 20 05:47:48 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Sep 20 05:51:31 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e013f9e9

xfce-extra/xfce4-notifyd: Bump to 0.9.1

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild   | 74 ++
 2 files changed, 75 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 8bd7577d7f5e..7c8396b4c125 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.8.2.tar.bz2 684013 BLAKE2B 
ffb5e6ae171db83abeeebd375cbabb73b9a4f0e7d9135593ad2a3bf4c76b2080ce40134922ad1e4d11456166cc9a00cbfda6ee571c0934afc314451153dc6d75
 SHA512 
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0
+DIST xfce4-notifyd-0.9.1.tar.bz2 728342 BLAKE2B 
85052d0c1041141a187ee35a51bd348390df9d9b4a9923a4bce3a9c8c8e3e43e38f45542b0ac78ad63b3db124e926b2a5a48e3b1c64a51ac7a3624c41adfb618
 SHA512 
5bec8a5578a2fc120edb20cf587eb795f86de9da99d20d05bc527356802c23b0d5b07888ae0603624db04e8f94c9ab489333df73c44d57e87aea82e515e18890

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild
new file mode 100644
index ..ca5903b4bb9b
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.9.1.ebuild
@@ -0,0 +1,74 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=sys-apps/dbus-1.0
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=x11-libs/libnotify-0.7
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.10:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+   X? (
+   >=x11-libs/libX11-1.6.7
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland)
+   $(use_enable X x11)
+
+   # just service files
+   --enable-systemd
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-04-01 Thread Michał Górny
commit: bcc474922934dbf39452848d92301b0cfa991617
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Apr  1 17:39:07 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Apr  1 17:39:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bcc47492

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  3 -
 .../xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild   | 49 
 .../xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild   | 67 --
 .../xfce4-notifyd/xfce4-notifyd-0.8.1.ebuild   | 67 --
 4 files changed, 186 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 74889b08fd0c..8bd7577d7f5e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,4 +1 @@
-DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
-DIST xfce4-notifyd-0.8.0.tar.bz2 612641 BLAKE2B 
4a368ba2dc8769586d6496ced8116a82e2ef548aa1e99ceb6066223a8c5a215089aed612909301d4bdc110d8172aae3274a988e4066b0b8d3d2fbd9135f8e373
 SHA512 
3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271
-DIST xfce4-notifyd-0.8.1.tar.bz2 548158 BLAKE2B 
d512642d93e486aaec740eaa3b9b7aaa5875dfa6a16c328af8318d616cd3acd2bb891747782431be6237fe3090b80fc9d158866deccef1d99a3e6bf16fbb964b
 SHA512 
555261a5931030e50686c4fb86fe62c5455ecba3ed6251851e0fae8652fbc85cb3c4fff3444a3dd6df3d9c44955d4f3049720c04635560170e3eb2c98aa95122
 DIST xfce4-notifyd-0.8.2.tar.bz2 684013 BLAKE2B 
ffb5e6ae171db83abeeebd375cbabb73b9a4f0e7d9135593ad2a3bf4c76b2080ce40134922ad1e4d11456166cc9a00cbfda6ee571c0934afc314451153dc6d75
 SHA512 
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
deleted file mode 100644
index 5b6a57f2c29f..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-
-DEPEND="
-   >=dev-libs/glib-2.56: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:=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   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.8.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild
deleted file mode 100644
index 35fa954a9295..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-db/sqlite-3.34:3
-   >=dev-libs/glib-2.68.0:2
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=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:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
- 

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-04-01 Thread Arthur Zamarin
commit: 15b9528d51f0193029d978df802ea6b3ea459a5a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Apr  1 16:07:22 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Apr  1 16:07:22 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b9528d

xfce-extra/xfce4-notifyd: Stabilize 0.8.2 arm64, #901769

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
index 951632be20c4..88d3ce010673 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-03-17 Thread Sam James
commit: 4e96a149f8f3098dd76cf38ef1036dc2064ede51
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 14:10:56 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 14:10:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e96a149

xfce-extra/xfce4-notifyd: Stabilize 0.8.2 amd64, #901769

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
index 12211f60e7ce..951632be20c4 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-03-17 Thread Sam James
commit: f02c249eb2e5315c4799a4f0518cb1a43216f9dd
Author: Sam James  gentoo  org>
AuthorDate: Fri Mar 17 14:10:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Mar 17 14:10:55 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02c249e

xfce-extra/xfce4-notifyd: Stabilize 0.8.2 x86, #901769

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
index c81204b5a186..12211f60e7ce 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
@@ -14,7 +14,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="sound wayland X"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-02-28 Thread Michał Górny
commit: 79283ef172f352b7317ff0e6a21c3ba3c837663e
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Feb 28 13:02:18 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Feb 28 13:07:07 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79283ef1

xfce-extra/xfce4-notifyd: Bump to 0.8.2

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild   | 68 ++
 2 files changed, 69 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 03f96542d3d2..74889b08fd0c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
 DIST xfce4-notifyd-0.8.0.tar.bz2 612641 BLAKE2B 
4a368ba2dc8769586d6496ced8116a82e2ef548aa1e99ceb6066223a8c5a215089aed612909301d4bdc110d8172aae3274a988e4066b0b8d3d2fbd9135f8e373
 SHA512 
3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271
 DIST xfce4-notifyd-0.8.1.tar.bz2 548158 BLAKE2B 
d512642d93e486aaec740eaa3b9b7aaa5875dfa6a16c328af8318d616cd3acd2bb891747782431be6237fe3090b80fc9d158866deccef1d99a3e6bf16fbb964b
 SHA512 
555261a5931030e50686c4fb86fe62c5455ecba3ed6251851e0fae8652fbc85cb3c4fff3444a3dd6df3d9c44955d4f3049720c04635560170e3eb2c98aa95122
+DIST xfce4-notifyd-0.8.2.tar.bz2 684013 BLAKE2B 
ffb5e6ae171db83abeeebd375cbabb73b9a4f0e7d9135593ad2a3bf4c76b2080ce40134922ad1e4d11456166cc9a00cbfda6ee571c0934afc314451153dc6d75
 SHA512 
8da4bc1f81c1baa91367ba508be87e2bac71180734062cdcb308076acf97a5ccb52382b7e1bd031750253dda6a69882eb92f4679220bb042426092a47eb8c7e0

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
new file mode 100644
index ..c81204b5a186
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.2.ebuild
@@ -0,0 +1,68 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=x11-libs/libnotify-0.7
+   >=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
+   >=xfce-base/libxfce4util-4.12:=
+   >=xfce-base/xfce4-panel-4.14.0:=
+   >=xfce-base/xfconf-4.10:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-02-16 Thread Michał Górny
commit: c750c1d11c58ef1f4ebbcb6eef1104cb7af7700a
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 06:22:09 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:37:14 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c750c1d1

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 -
 .../xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild   | 66 --
 .../xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild   | 66 --
 3 files changed, 134 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index cdb7deea007a..ed8a43adfdc5 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,4 +1,2 @@
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
-DIST xfce4-notifyd-0.7.2.tar.bz2 576257 BLAKE2B 
69e0ac8fdbabc5c27788f0854e4fc35cd837eaba9632d84c9acbebe088d1c111723c2b763b6da29c69cb3e9dec925581bc4b12eeb58d3e0ecd3a065db4e4f919
 SHA512 
7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894
-DIST xfce4-notifyd-0.7.3.tar.bz2 587185 BLAKE2B 
42da6227d59d97c0693d27ba6ca682f59c0625587f3f115a8f548349df156dc012e555bd6b3eecbf792eb3b6aa2d86d99895a1d0987a2da581928b1c2c54a987
 SHA512 
525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee
 DIST xfce4-notifyd-0.8.0.tar.bz2 612641 BLAKE2B 
4a368ba2dc8769586d6496ced8116a82e2ef548aa1e99ceb6066223a8c5a215089aed612909301d4bdc110d8172aae3274a988e4066b0b8d3d2fbd9135f8e373
 SHA512 
3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild
deleted file mode 100644
index f08a5b934440..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-libs/glib-2.56.0:2
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=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:=
-   sound? (
-   >=media-libs/libcanberra-0.30[gtk3]
-   )
-   wayland? (
-   >=gui-libs/gtk-layer-shell-0.7.0
-   )
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-src_configure() {
-   local myconf=(
-   $(use_enable wayland gdk-wayland)
-   $(use_enable wayland gtk-layer-shell)
-   $(use_enable X gdk-x11)
-   )
-
-   econf "${myconf[@]}"
-}
-
-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.7.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild
deleted file mode 100644
index f08a5b934440..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-IUSE="sound wayland X"
-
-DEPEND="
-   >=dev-libs/glib-2.56.0:2
-   >=x11-libs/gtk+-3.22:3[wayland?,X?]
-   >=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:=
-   sound? (
-   >=me

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-02-16 Thread Michał Górny
commit: 95f94c7c89da7140ecd457e6bcce1747cd9e2c30
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Feb 17 06:22:55 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Feb 17 06:37:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95f94c7c

xfce-extra/xfce4-notifyd: Bump to 0.8.1

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.8.1.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index ed8a43adfdc5..03f96542d3d2 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
 DIST xfce4-notifyd-0.8.0.tar.bz2 612641 BLAKE2B 
4a368ba2dc8769586d6496ced8116a82e2ef548aa1e99ceb6066223a8c5a215089aed612909301d4bdc110d8172aae3274a988e4066b0b8d3d2fbd9135f8e373
 SHA512 
3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271
+DIST xfce4-notifyd-0.8.1.tar.bz2 548158 BLAKE2B 
d512642d93e486aaec740eaa3b9b7aaa5875dfa6a16c328af8318d616cd3acd2bb891747782431be6237fe3090b80fc9d158866deccef1d99a3e6bf16fbb964b
 SHA512 
555261a5931030e50686c4fb86fe62c5455ecba3ed6251851e0fae8652fbc85cb3c4fff3444a3dd6df3d9c44955d4f3049720c04635560170e3eb2c98aa95122

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.1.ebuild
new file mode 100644
index ..35fa954a9295
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.1.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=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:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-02-11 Thread Michał Górny
commit: e3de541e41967442c4302e5ead98b877ddd50170
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 11 08:30:19 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 11 12:47:01 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3de541e

xfce-extra/xfce4-notifyd: Bump to 0.8.0

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild   | 67 ++
 2 files changed, 68 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index a24d460207ec..cdb7deea007a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
 DIST xfce4-notifyd-0.7.2.tar.bz2 576257 BLAKE2B 
69e0ac8fdbabc5c27788f0854e4fc35cd837eaba9632d84c9acbebe088d1c111723c2b763b6da29c69cb3e9dec925581bc4b12eeb58d3e0ecd3a065db4e4f919
 SHA512 
7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894
 DIST xfce4-notifyd-0.7.3.tar.bz2 587185 BLAKE2B 
42da6227d59d97c0693d27ba6ca682f59c0625587f3f115a8f548349df156dc012e555bd6b3eecbf792eb3b6aa2d86d99895a1d0987a2da581928b1c2c54a987
 SHA512 
525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee
+DIST xfce4-notifyd-0.8.0.tar.bz2 612641 BLAKE2B 
4a368ba2dc8769586d6496ced8116a82e2ef548aa1e99ceb6066223a8c5a215089aed612909301d4bdc110d8172aae3274a988e4066b0b8d3d2fbd9135f8e373
 SHA512 
3b53036105fc194f87a4a76d5c5c578d0435bacf0fc10b5d0eeba37230cd76c9ce56cd30c840ee1d47baedffb1f1c1f2b8c88a0d6ca36207f0596ebc6ba75271

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild
new file mode 100644
index ..35fa954a9295
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.8.0.ebuild
@@ -0,0 +1,67 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-db/sqlite-3.34:3
+   >=dev-libs/glib-2.68.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=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:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-02-01 Thread Michał Górny
commit: 973f2ecb4e553fb3646d2fff7ecf3e76a7dec4d5
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb  2 05:06:53 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb  2 05:42:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=973f2ecb

xfce-extra/xfce4-notifyd: Bump to 0.7.3

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild   | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index cb621e02925e..a24d460207ec 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
 DIST xfce4-notifyd-0.7.2.tar.bz2 576257 BLAKE2B 
69e0ac8fdbabc5c27788f0854e4fc35cd837eaba9632d84c9acbebe088d1c111723c2b763b6da29c69cb3e9dec925581bc4b12eeb58d3e0ecd3a065db4e4f919
 SHA512 
7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894
+DIST xfce4-notifyd-0.7.3.tar.bz2 587185 BLAKE2B 
42da6227d59d97c0693d27ba6ca682f59c0625587f3f115a8f548349df156dc012e555bd6b3eecbf792eb3b6aa2d86d99895a1d0987a2da581928b1c2c54a987
 SHA512 
525fcf5dfa8c4a2bf48b4276b19f5fd1d5010bdeacd52f6d9189aabf1d5fe2a79efa542796c62d62c6a7bfc83d7eddf3ed671fa171be96c255907b7c7f599bee

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild
new file mode 100644
index ..f08a5b934440
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.3.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-libs/glib-2.56.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=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:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/, xfce-extra/xfce4-notifyd/files/

2023-01-28 Thread Michał Górny
commit: 4f013d541af85d17be7c306811258fd026607045
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 28 19:54:05 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 28 19:54:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f013d54

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 -
 .../files/xfce4-notifyd-0.6.4-appinfo-crash.patch  | 27 -
 .../xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild| 53 -
 .../xfce4-notifyd/xfce4-notifyd-0.7.1.ebuild   | 66 --
 4 files changed, 148 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index d1603515f1d8..cb621e02925e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,4 +1,2 @@
-DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
-DIST xfce4-notifyd-0.7.1.tar.bz2 572368 BLAKE2B 
4407bf31fe7a43f09129a7536795a48e3e7ec7c630a9a5d7da164eff6d8bfe57ccc5204879cc5536d1d3e85ef6fb602be666ba60f368a22413b2bf514c62ea17
 SHA512 
92f4387d705a8c345635542c9d4583af1db3f63c76fdee33210930acd68beffe3f334206692bb0aacfb28a18039f745ff26ab97f7b50fa7eb0f53e69208e5f6d
 DIST xfce4-notifyd-0.7.2.tar.bz2 576257 BLAKE2B 
69e0ac8fdbabc5c27788f0854e4fc35cd837eaba9632d84c9acbebe088d1c111723c2b763b6da29c69cb3e9dec925581bc4b12eeb58d3e0ecd3a065db4e4f919
 SHA512 
7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894

diff --git 
a/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch 
b/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch
deleted file mode 100644
index 5ca1cbda8e53..
--- a/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From ddf469fe567f1c2f17013f3baa9bd3721cdd32a5 Mon Sep 17 00:00:00 2001
-From: Guido Falsi 
-Date: Fri, 2 Sep 2022 21:24:34 +0200
-Subject: [PATCH] Fix segfault crash.
-

- common/xfce-notify-log.c | 4 +++-
- 1 file changed, 3 insertions(+), 1 deletion(-)
-
-diff --git a/common/xfce-notify-log.c b/common/xfce-notify-log.c
-index d42dc1e..7ccfd42 100644
 a/common/xfce-notify-log.c
-+++ b/common/xfce-notify-log.c
-@@ -149,7 +149,9 @@ notify_get_from_desktop_file (const gchar *desktop_file, 
const gchar *key)
- 
- match = matches[0];
- appinfo = g_desktop_app_info_new (match[0]);
--value = notify_read_from_desktop_file 
(g_desktop_app_info_get_filename (appinfo), key);
-+if (appinfo != NULL) {
-+value = notify_read_from_desktop_file 
(g_desktop_app_info_get_filename (appinfo), key);
-+}
- 
- for (gchar ***p = matches; *p != NULL; p++)
- g_strfreev (*p);
--- 
-GitLab
-

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild
deleted file mode 100644
index 4d510c7de30a..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit xdg-utils
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="
-   https://docs.xfce.org/apps/notifyd/start
-   https://gitlab.xfce.org/apps/xfce4-notifyd/
-"
-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"
-
-DEPEND="
-   >=dev-libs/glib-2.56: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:=
-"
-RDEPEND="
-   ${DEPEND}
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig
-"
-
-PATCHES=(
-   "${FILESDIR}"/${P}-appinfo-crash.patch
-)
-
-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.7.1.ebuild 
b/xfce

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-01-28 Thread Arthur Zamarin
commit: 84d4672d814f5baaeb557e6e2c32410cee357980
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 28 19:10:37 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 28 19:10:37 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=84d4672d

xfce-extra/xfce4-notifyd: Stabilize 0.6.5 arm64, #891591

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
index ef87d44543b1..5b6a57f2c29f 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
@@ -14,7 +14,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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-01-22 Thread Michał Górny
commit: f2927a91b24cec15c70c5e79cd8bc7af282340c0
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jan 22 09:09:11 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jan 22 09:09:11 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2927a91

xfce-extra/xfce4-notifyd: Bump to 0.7.2

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild   | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 5a77cd00e0df..d1603515f1d8 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
 DIST xfce4-notifyd-0.7.1.tar.bz2 572368 BLAKE2B 
4407bf31fe7a43f09129a7536795a48e3e7ec7c630a9a5d7da164eff6d8bfe57ccc5204879cc5536d1d3e85ef6fb602be666ba60f368a22413b2bf514c62ea17
 SHA512 
92f4387d705a8c345635542c9d4583af1db3f63c76fdee33210930acd68beffe3f334206692bb0aacfb28a18039f745ff26ab97f7b50fa7eb0f53e69208e5f6d
+DIST xfce4-notifyd-0.7.2.tar.bz2 576257 BLAKE2B 
69e0ac8fdbabc5c27788f0854e4fc35cd837eaba9632d84c9acbebe088d1c111723c2b763b6da29c69cb3e9dec925581bc4b12eeb58d3e0ecd3a065db4e4f919
 SHA512 
7a2a162db82f7760a455c32c5a5dc25eba6f747bb76da56bc49f5c37e1386416496fa7bc51fe010fe403e958a8ab665ae7359ed334589b0b55942dcccd370894

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild
new file mode 100644
index ..f08a5b934440
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.2.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-libs/glib-2.56.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=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:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-01-21 Thread Sam James
commit: 651c640e7285008ea89fcd31e54062a4bf686366
Author: Sam James  gentoo  org>
AuthorDate: Sat Jan 21 16:53:09 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Jan 21 16:53:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651c640e

xfce-extra/xfce4-notifyd: Stabilize 0.6.5 amd64, #891591

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
index 65899baeba20..ef87d44543b1 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
@@ -14,7 +14,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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-01-21 Thread Arthur Zamarin
commit: 80f3c88492b12da50b21f6c4b7eda60cbaebf411
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Jan 21 14:46:18 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Jan 21 14:46:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80f3c884

xfce-extra/xfce4-notifyd: Stabilize 0.6.5 x86, #891591

Signed-off-by: Arthur Zamarin  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
index 9dd4b8e18e5c..65899baeba20 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2023-01-21 Thread Michał Górny
commit: 6818eb034a4c3b8b8bfbf478dede0b71d5f38e40
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Jan 21 12:55:51 2023 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Jan 21 13:05:09 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6818eb03

xfce-extra/xfce4-notifyd: Bump to 0.7.1

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.7.1.ebuild   | 66 ++
 2 files changed, 67 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 432dbb1c9c55..5a77cd00e0df 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b
 DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac
+DIST xfce4-notifyd-0.7.1.tar.bz2 572368 BLAKE2B 
4407bf31fe7a43f09129a7536795a48e3e7ec7c630a9a5d7da164eff6d8bfe57ccc5204879cc5536d1d3e85ef6fb602be666ba60f368a22413b2bf514c62ea17
 SHA512 
92f4387d705a8c345635542c9d4583af1db3f63c76fdee33210930acd68beffe3f334206692bb0aacfb28a18039f745ff26ab97f7b50fa7eb0f53e69208e5f6d

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.1.ebuild
new file mode 100644
index ..f08a5b934440
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.7.1.ebuild
@@ -0,0 +1,66 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+IUSE="sound wayland X"
+
+DEPEND="
+   >=dev-libs/glib-2.56.0:2
+   >=x11-libs/gtk+-3.22:3[wayland?,X?]
+   >=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:=
+   sound? (
+   >=media-libs/libcanberra-0.30[gtk3]
+   )
+   wayland? (
+   >=gui-libs/gtk-layer-shell-0.7.0
+   )
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig
+"
+
+src_configure() {
+   local myconf=(
+   $(use_enable wayland gdk-wayland)
+   $(use_enable wayland gtk-layer-shell)
+   $(use_enable X gdk-x11)
+   )
+
+   econf "${myconf[@]}"
+}
+
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-12-16 Thread Michał Górny
commit: a6ddfee53043856813259a72ee33bd990fcefb18
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Dec 16 09:54:17 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Dec 16 09:55:26 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6ddfee5

xfce-extra/xfce4-notifyd: Bump to 0.6.5

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild   | 49 ++
 2 files changed, 50 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 7a65770fdf8a..432dbb1c9c55 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b
+DIST xfce4-notifyd-0.6.5.tar.bz2 572193 BLAKE2B 
498c8eecfd884aa04230fea2ecca3b663f0d6b59b549cc5a56d43ac20a17d4f15a1bd1e3ce8d1681de7307d569096e169ada447d41f7889daad5a35c8a8f
 SHA512 
9953dd456520bd80e0d48da013703d7b976f953b9b41cd55f3ac236a74c55277d04f38a092e2a9024cd67cbcde3f3989daadf6b4f41e57c7e005c20f4acdf1ac

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
new file mode 100644
index ..9dd4b8e18e5c
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.5.ebuild
@@ -0,0 +1,49 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit xdg-utils
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
+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"
+
+DEPEND="
+   >=dev-libs/glib-2.56: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:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/files/, xfce-extra/xfce4-notifyd/

2022-11-03 Thread Michał Górny
commit: e9ed63eb8a5df68ba376abe9dca396182bd52478
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov  3 13:48:11 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov  3 14:50:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9ed63eb

xfce-extra/xfce4-notifyd: Backport appinfo-related crash fix

Closes: https://bugs.gentoo.org/879115
Signed-off-by: Michał Górny  gentoo.org>

 .../files/xfce4-notifyd-0.6.4-appinfo-crash.patch  | 27 ++
 ...-0.6.4.ebuild => xfce4-notifyd-0.6.4-r1.ebuild} |  9 +++-
 2 files changed, 35 insertions(+), 1 deletion(-)

diff --git 
a/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch 
b/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch
new file mode 100644
index ..5ca1cbda8e53
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/files/xfce4-notifyd-0.6.4-appinfo-crash.patch
@@ -0,0 +1,27 @@
+From ddf469fe567f1c2f17013f3baa9bd3721cdd32a5 Mon Sep 17 00:00:00 2001
+From: Guido Falsi 
+Date: Fri, 2 Sep 2022 21:24:34 +0200
+Subject: [PATCH] Fix segfault crash.
+
+---
+ common/xfce-notify-log.c | 4 +++-
+ 1 file changed, 3 insertions(+), 1 deletion(-)
+
+diff --git a/common/xfce-notify-log.c b/common/xfce-notify-log.c
+index d42dc1e..7ccfd42 100644
+--- a/common/xfce-notify-log.c
 b/common/xfce-notify-log.c
+@@ -149,7 +149,9 @@ notify_get_from_desktop_file (const gchar *desktop_file, 
const gchar *key)
+ 
+ match = matches[0];
+ appinfo = g_desktop_app_info_new (match[0]);
+-value = notify_read_from_desktop_file 
(g_desktop_app_info_get_filename (appinfo), key);
++if (appinfo != NULL) {
++value = notify_read_from_desktop_file 
(g_desktop_app_info_get_filename (appinfo), key);
++}
+ 
+ for (gchar ***p = matches; *p != NULL; p++)
+ g_strfreev (*p);
+-- 
+GitLab
+

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild
similarity index 84%
rename from xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
rename to xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild
index 103fa082ba4b..4d510c7de30a 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4-r1.ebuild
@@ -6,7 +6,10 @@ EAPI=8
 inherit xdg-utils
 
 DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
+HOMEPAGE="
+   https://docs.xfce.org/apps/notifyd/start
+   https://gitlab.xfce.org/apps/xfce4-notifyd/
+"
 SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
@@ -32,6 +35,10 @@ BDEPEND="
virtual/pkgconfig
 "
 
+PATCHES=(
+   "${FILESDIR}"/${P}-appinfo-crash.patch
+)
+
 src_install() {
default
find "${D}" -name '*.la' -delete || die



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-10-09 Thread Michał Górny
commit: d5995ac5e5ed73b72d78571c22c645228d28dc5f
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct  9 10:05:24 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct  9 10:05:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5995ac5

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 -
 .../xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild   | 42 --
 2 files changed, 43 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 4903be85b82b..7a65770fdf8a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-DIST xfce4-notifyd-0.6.3.tar.bz2 547511 BLAKE2B 
73aba96f6bd2116e87e20928ca74ff985ee74b8f39bca96de81e59ee5677bfacf9a2c78caa42ba43ece7e754fd7a8006ec1d3a507d89e4a2d6b4011d53e21d80
 SHA512 
9113018c238878c2584cb4221dd5b9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a
 DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
deleted file mode 100644
index be6ca76fdf79..
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE=""
-
-RDEPEND=">=dev-libs/glib-2.56: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}"
-BDEPEND="
-   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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-10-09 Thread Agostino Sarubbo
commit: ee46dc046401046cfc2e20cab5191a2021f74703
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Sun Oct  9 08:54:24 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Sun Oct  9 08:54:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ee46dc04

xfce-extra/xfce4-notifyd: Stabilize 0.6.4 x86, #876088

Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
index d883e20373e5..103fa082ba4b 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-10-08 Thread Sam James
commit: ce744f25d5073087d488ca5dc3608ef0befa6dc3
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  8 23:10:31 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  8 23:10:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce744f25

xfce-extra/xfce4-notifyd: Stabilize 0.6.4 arm64, #876088

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
index cfede6a5951d..d883e20373e5 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-10-08 Thread Sam James
commit: b1d73a0d5d92986da03429baee930c1f410ecb76
Author: Sam James  gentoo  org>
AuthorDate: Sat Oct  8 19:26:28 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Oct  8 19:28:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1d73a0d

xfce-extra/xfce4-notifyd: Stabilize 0.6.4 amd64, #876088

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
index 8273e159ed4c..cfede6a5951d 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.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"
 
 DEPEND="
>=dev-libs/glib-2.56:2



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-09-02 Thread Michał Górny
commit: 203070baa7d1fb5c1da5af3909d8f891e4852019
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Sep  2 10:51:32 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Sep  2 10:52:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=203070ba

xfce-extra/xfce4-notifyd: Bump to 0.6.4

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild   | 46 ++
 2 files changed, 47 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 7dbf6e86c40e..4903be85b82b 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.6.3.tar.bz2 547511 BLAKE2B 
73aba96f6bd2116e87e20928ca74ff985ee74b8f39bca96de81e59ee5677bfacf9a2c78caa42ba43ece7e754fd7a8006ec1d3a507d89e4a2d6b4011d53e21d80
 SHA512 
9113018c238878c2584cb4221dd5b9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a
+DIST xfce4-notifyd-0.6.4.tar.bz2 554776 BLAKE2B 
f594ee8a841e4074592a6377e79fde8dd89574620a433a9813f4ad106d712361e941b443de481cb9d140a47e7b1b4753116b4f949c39b6834926f0708877fb6e
 SHA512 
644e2e49092892e386a9f82edc6ab3b2b59ba67617d9217fb43dd3cf74ae5cfc9b9bea6ed0fab4c4440eca68613aa996d9f8dc73deb1f60926217b7db18cc73b

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
new file mode 100644
index ..8273e159ed4c
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.4.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+
+DEPEND="
+   >=dev-libs/glib-2.56: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:=
+"
+RDEPEND="
+   ${DEPEND}
+"
+BDEPEND="
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-03-25 Thread Michał Górny
commit: 7fdaa7066015dcee095852ef3497658f0b553b2d
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Mar 25 09:16:27 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Mar 25 09:16:27 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fdaa706

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 -
 .../xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 2e0e24672e40..7dbf6e86c40e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-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 
9113018c238878c2584cb4221dd5b9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a

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..
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-03-25 Thread Agostino Sarubbo
commit: 024ca99fecd7ec1106b914cb0a939c37f6130728
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Fri Mar 25 07:49:15 2022 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Fri Mar 25 07:49:15 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=024ca99f

xfce-extra/xfce4-notifyd: x86 stable wrt bug #835947

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-03-24 Thread Jakov Smolić
commit: 3fecd3f60aec7be57172a36bc3dc5cce42b6509a
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 24 19:03:34 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 24 19:03:34 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3fecd3f6

xfce-extra/xfce4-notifyd: Stabilize 0.6.3 amd64, #835947

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ccbe3acddaa2..ad9e2ef7c8aa 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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-03-24 Thread Jakov Smolić
commit: 3d039afdbbe432a8f740f39364508ba3e899f521
Author: Jakov Smolić  gentoo  org>
AuthorDate: Thu Mar 24 19:02:12 2022 +
Commit: Jakov Smolić  gentoo  org>
CommitDate: Thu Mar 24 19:02:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3d039afd

xfce-extra/xfce4-notifyd: Stabilize 0.6.3 arm64, #835947

Signed-off-by: Jakov Smolić  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 9b2a1ceb6183..ccbe3acddaa2 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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2022-02-12 Thread Michał Górny
commit: 4de55a4f418e76f45eb6fa56bc8b6cf926dfdf62
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Feb 12 08:17:10 2022 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Feb 12 09:15:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de55a4f

xfce-extra/xfce4-notifyd: Bump to 0.6.3

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index d024162140aa..2e0e24672e40 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 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 
9113018c238878c2584cb4221dd5b9d8af5a86fb738f8f9deb863147343c0527582d8e45619bec3b7aaf3bbe045e41a33e306eacc20f946c971a8164935a

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
new file mode 100644
index ..9b2a1ceb6183
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.3.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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";
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE=""
+
+RDEPEND=">=dev-libs/glib-2.56: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}"
+BDEPEND="
+   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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2021-03-28 Thread Sam James
commit: 591050339958afd7f56ced2966e3012f45f720ec
Author: Sam James  gentoo  org>
AuthorDate: Sun Mar 28 19:43:48 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Mar 28 19:44:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59105033

xfce-extra/xfce4-notifyd: Stabilize 0.6.2 arm64, #776700

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
index 6f920faa0f6..7efaa975c50 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-11-12 Thread Michał Górny
commit: af987064d19b315c5fb9add70b67aa7d7afd7083
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 12 12:59:53 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 12 12:59:53 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af987064

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 -
 .../xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild   | 41 --
 2 files changed, 42 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 1b69d64668c..d024162140a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 
58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb
 SHA512 
d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
 DIST xfce4-notifyd-0.6.2-r1.tar.bz2 548415 BLAKE2B 
8f5abdb7dd35353e551af7a436bd8dc71e082ecc1ae90302ccd35a2bae6022950160828d43722ab2033f71e83bf14fbf4ab50cfd223c7b300e4745c76a9e9eb4
 SHA512 
13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
deleted file mode 100644
index 6f920faa0f6..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 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 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-11-12 Thread Sam James
commit: 1c89c43c23fa87f2b3eaab057304d69eb16b1228
Author: Sam James  gentoo  org>
AuthorDate: Thu Nov 12 12:26:36 2020 +
Commit: Sam James  gentoo  org>
CommitDate: Thu Nov 12 12:26:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c89c43c

xfce-extra/xfce4-notifyd: Stabilize 0.6.2 amd64, #751154

Signed-off-by: Sam James  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
index 8af5ce04c38..6f920faa0f6 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-10-25 Thread Thomas Deutschmann
commit: bacb1f44705c85ec7b2faa60cf47121e63b65e09
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Oct 25 23:04:08 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Oct 25 23:04:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bacb1f44

xfce-extra/xfce4-notifyd: x86 stable (bug #751154)

Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
index 6d7684102cf..8af5ce04c38 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-08-31 Thread Michał Górny
commit: 375525884014eaed8e52fd1951c37ca6dcc1d352
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  1 05:34:01 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  1 05:34:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37552588

xfce-extra/xfce4-notifyd: Bump to 0.6.2

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index b48319ef79c..1b69d64668c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 
58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb
 SHA512 
d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f
+DIST xfce4-notifyd-0.6.2-r1.tar.bz2 548415 BLAKE2B 
8f5abdb7dd35353e551af7a436bd8dc71e082ecc1ae90302ccd35a2bae6022950160828d43722ab2033f71e83bf14fbf4ab50cfd223c7b300e4745c76a9e9eb4
 SHA512 
13fdbcd5031ad44a89327eb65356a4d2c45315e0c8c507e457eee4cc95898794679163de9603a2059d9aaf20d62df317f8a09e0353f6adb526970a21d580b325

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
new file mode 100644
index 000..6d7684102cf
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 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 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-07-19 Thread Michał Górny
commit: 06e3df47a58f586a0038f2e3e65c01fb8e25c4dd
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 19 14:16:09 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 19 14:19:09 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e3df47

xfce-extra/xfce4-notifyd: Remove old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 --
 .../xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild   | 41 --
 .../xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild   | 41 --
 3 files changed, 84 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 0aa29553a70..b48319ef79c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-DIST xfce4-notifyd-0.4.4-r1.tar.bz2 536304 BLAKE2B 
bde62a773f7a702338e07fad8483d57576edb4c046b709c8644c17697ea73b72e46b8b4e2737d02bf23a554cbcac7c9725d7f19ee9f1ea511efb0943280f1b60
 SHA512 
546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
-DIST xfce4-notifyd-0.6.0-r1.tar.bz2 539371 BLAKE2B 
aed910e3a547b29b2efb96ec5b5ab03bc3b73269dc7928018be194025d46abaa18bc2d0a879cd797b18167717b2a1f354f1a49f64e9bfc77dd2be51e06090978
 SHA512 
31f7977cb4639c90d806e8eaa94c00c19bacf1c9d5df2bc1d66ed791e446ed0ecf6bc59ec402994b1eeab5432dc20cffe67fbb267e86b1848fc2206aa4eaf10c
 DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 
58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb
 SHA512 
d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
deleted file mode 100644
index dfb1762e9b9..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2019 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 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.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
deleted file mode 100644
index 6d7684102cf..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 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 ~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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-06-29 Thread Mikle Kolyada
commit: cbe4aa2d355164eaa36d2fef86638852020d5989
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 18:23:41 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 18:23:41 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbe4aa2d

xfce-extra/xfce4-notifyd: amd64 stable wrt bug #725708

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
index 8af5ce04c38..6f920faa0f6 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-06-20 Thread Thomas Deutschmann
commit: a2f4be81e79db49c029edb78651163a767170a04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jun 20 15:03:19 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jun 20 15:23:19 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f4be81

xfce-extra/xfce4-notifyd: x86 stable (bug #725708)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
index 6d7684102cf..8af5ce04c38 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-05-05 Thread Michał Górny
commit: 46d056f0a3b92ac572bd8e26156fb07ca54d661f
Author: Michał Górny  gentoo  org>
AuthorDate: Tue May  5 07:22:07 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue May  5 08:00:52 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=46d056f0

xfce-extra/xfce4-notifyd: Bump to 0.6.1

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 6764c2d89e8..0aa29553a70 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.4.4-r1.tar.bz2 536304 BLAKE2B 
bde62a773f7a702338e07fad8483d57576edb4c046b709c8644c17697ea73b72e46b8b4e2737d02bf23a554cbcac7c9725d7f19ee9f1ea511efb0943280f1b60
 SHA512 
546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
 DIST xfce4-notifyd-0.6.0-r1.tar.bz2 539371 BLAKE2B 
aed910e3a547b29b2efb96ec5b5ab03bc3b73269dc7928018be194025d46abaa18bc2d0a879cd797b18167717b2a1f354f1a49f64e9bfc77dd2be51e06090978
 SHA512 
31f7977cb4639c90d806e8eaa94c00c19bacf1c9d5df2bc1d66ed791e446ed0ecf6bc59ec402994b1eeab5432dc20cffe67fbb267e86b1848fc2206aa4eaf10c
+DIST xfce4-notifyd-0.6.1-r1.tar.bz2 539209 BLAKE2B 
58dedc9091b1a2f5f58c4f095596f266056ef6ad735460617b6821192d2310024b27f08767c5fc7700a250c471cc77d3a0cd2655fda65e0d1ba489380d3e0ecb
 SHA512 
d48752cd4e02e515e4c5d147b7bce678a56f47f0bd336e3b9db4e14fc2b0355e0582816957fc43c313a5779b5495c836ee5da4f0cb83616a0164d692a169415f

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
new file mode 100644
index 000..6d7684102cf
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 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 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2020-04-08 Thread Michał Górny
commit: 862818c5643532a33eaf2ae5905836359a8c2538
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Apr  8 17:51:31 2020 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Apr  8 17:57:51 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=862818c5

xfce-extra/xfce4-notifyd: Bump to 0.6.0

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index e269d81dd1f..6764c2d89e8 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.4.4-r1.tar.bz2 536304 BLAKE2B 
bde62a773f7a702338e07fad8483d57576edb4c046b709c8644c17697ea73b72e46b8b4e2737d02bf23a554cbcac7c9725d7f19ee9f1ea511efb0943280f1b60
 SHA512 
546a5063673e36ef26bcdac624bfcef41a14918dbb496fb3d282613334f173b51669184b6bcfbee0f07a17863620898be2f464e487ca9755abe7285d6a43d8d5
+DIST xfce4-notifyd-0.6.0-r1.tar.bz2 539371 BLAKE2B 
aed910e3a547b29b2efb96ec5b5ab03bc3b73269dc7928018be194025d46abaa18bc2d0a879cd797b18167717b2a1f354f1a49f64e9bfc77dd2be51e06090978
 SHA512 
31f7977cb4639c90d806e8eaa94c00c19bacf1c9d5df2bc1d66ed791e446ed0ecf6bc59ec402994b1eeab5432dc20cffe67fbb267e86b1848fc2206aa4eaf10c

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
new file mode 100644
index 000..6d7684102cf
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.6.0.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2020 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 ~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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-12-26 Thread Georgy Yakovlev
commit: 208323601afc1dc6154e14a011a5c2b3a7b9511c
Author: Georgy Yakovlev  gentoo  org>
AuthorDate: Thu Dec 26 12:12:12 2019 +
Commit: Georgy Yakovlev  gentoo  org>
CommitDate: Thu Dec 26 12:12:28 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20832360

xfce-extra/xfce4-notifyd: keyword on ~ppc64

Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
index d0557db3924..dfb1762e9b9 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-10-20 Thread Michał Górny
commit: 0ed8c3db1519611abeb326ed84f9f2cdc72e9bd9
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Oct 20 09:27:56 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Oct 20 10:24:31 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ed8c3db

xfce-extra/xfce4-notifyd: Drop old

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 59de414e571..e269d81dd1f 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-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

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 f4203efac49..000
--- 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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-10-10 Thread Mikle Kolyada
commit: 70d189dd3db39595e7b14b26e62d8e45cab03592
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:33:50 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:33:50 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70d189dd

xfce-extra/xfce4-notifyd: x86 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="x86"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
index b3a4acc73c6..d0557db3924 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-10-10 Thread Mikle Kolyada
commit: ea95b0cc737b43338ff47f5cb05ec409b266127a
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Oct 10 18:29:11 2019 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Oct 10 18:29:11 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ea95b0cc

xfce-extra/xfce4-notifyd: amd64 stable wrt bug #697454

Package-Manager: Portage-2.3.76, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
index da69a52cf03..b3a4acc73c6 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-08-13 Thread Michał Górny
commit: 7989678cad4e82e3f95a76ffb348d0929368b861
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Aug 13 11:35:24 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Aug 13 12:10:52 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7989678c

xfce-extra/xfce4-notifyd: Strip .la files

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

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild | 5 +
 1 file changed, 5 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
index fc63975c2ad..da69a52cf03 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -27,6 +27,11 @@ DEPEND="${RDEPEND}
sys-devel/gettext
virtual/pkgconfig"
 
+src_install() {
+   default
+   find "${D}" -name '*.la' -delete || die
+}
+
 pkg_postinst() {
xdg_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-04-22 Thread Michał Górny
commit: 6ccee9fc0550cc2851a04e1a24498981355ae264
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Apr 23 03:27:10 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Apr 23 03:27:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ccee9fc

xfce-extra/xfce4-notifyd: Bump to 0.4.4, EAPI 7

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild   | 36 ++
 2 files changed, 37 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 031b336995c..59de414e571 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 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

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
new file mode 100644
index 000..fc63975c2ad
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.4.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2019 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 ~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"
+
+pkg_postinst() {
+   xdg_icon_cache_update
+}
+
+pkg_postrm() {
+   xdg_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2019-04-07 Thread Michał Górny
commit: 6a8fa2fff79d592a7cee0b45fb7b3ab9bd7f0439
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Apr  7 07:38:34 2019 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Apr  7 08:28:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a8fa2ff

xfce-extra/xfce4-notifyd: Drop old

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

 xfce-extra/xfce4-notifyd/Manifest  |  2 --
 .../xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild   | 36 ---
 .../xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild   | 42 --
 3 files changed, 80 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 6987c8e542e..031b336995c 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1 @@
-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.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
deleted file mode 100644
index 2c5ce4cc2f3..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# 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";
-
-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"
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
deleted file mode 100644
index 8e1678c590f..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# 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";
-
-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
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-11-15 Thread Thomas Deutschmann
commit: cd052607c7d477dac630d8c932232a61a2094185
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 15 16:35:04 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 15 17:03:20 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd052607

xfce-extra/xfce4-notifyd: x86 stable (bug #652774)

Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index d3547314b96..f4203efac49 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-11-12 Thread Mikle Kolyada
commit: 3212e7647f4d5a08f82035dc55b1a2c68f373553
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Nov 12 14:03:10 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Nov 12 14:03:10 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3212e764

xfce-extra/xfce4-notifyd: amd64 stable wrt bug #652774

Signed-off-by: Mikle Kolyada  gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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
index ad0cec050e9..d3547314b96 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ 
SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2 -> ${P}-r
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-11-11 Thread Michał Górny
commit: b6ec1cbb71ca4ca72ac1e1588ec969c929a08b82
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov 11 19:03:45 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov 11 19:07:07 2018 +
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  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 000..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
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-11-04 Thread Michał Górny
commit: 7e6c085b8bdca145a17407afae331ed8e6ba8ed6
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Nov  4 09:14:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Nov  4 09:14:40 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7e6c085b

xfce-extra/xfce4-notifyd: Workaround stale DBUS_BINDING_TOOL check

Closes: https://bugs.gentoo.org/670244
Signed-off-by: Michał Górny  gentoo.org>

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild | 6 ++
 1 file changed, 6 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
index a30bc99caf0..8e1678c590f 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
@@ -27,6 +27,12 @@ DEPEND="${RDEPEND}
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
 }



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-10-27 Thread Michał Górny
commit: 9a0ab6cc7b26270aa480b72ac17d5ddc9a540f1c
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 27 12:14:09 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 27 12:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0ab6cc

xfce-extra/xfce4-notifyd: Bump to 0.4.3 (bugfix)

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

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

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index b9f0dc4035a..f77dff28878 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 
8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30
 SHA512 
1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601
+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.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
new file mode 100644
index 000..a30bc99caf0
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.3.ebuild
@@ -0,0 +1,36 @@
+# 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";
+
+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"
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-10-27 Thread Michał Górny
commit: 2a8cf395339e93e6f8f59510e7b64eeac18a5b6f
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Oct 27 12:13:40 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Oct 27 12:30:29 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8cf395

xfce-extra/xfce4-notifyd: Drop old

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

 xfce-extra/xfce4-notifyd/Manifest  |  1 -
 .../xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild   | 38 --
 2 files changed, 39 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index ae5cb0b3e45..b9f0dc4035a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1 @@
-DIST xfce4-notifyd-0.4.1.tar.bz2 524411 BLAKE2B 
f90c8241e484b256cfc1619f6bc9b1f5ad0f375fe3efdcadfe8f2acf740697f887a98044bcceb15a70cac9529cf9e1119192875682d0fb59355b4a10b3e479c1
 SHA512 
3dd12a8d27d950c2ffe7a4bc0eaa3b44f4a783273fc90d95304ec77450e88241ad39ca13366cb2a0c666ff6afb9ad58f6468e2fc38b8a87a2737614cfedadfae
 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 
8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30
 SHA512 
1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
deleted file mode 100644
index e748b9cd2a2..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# 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";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 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"
-
-DOCS=( AUTHORS NEWS README TODO )
-
-pkg_postinst() {
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-08-05 Thread Sergei Trofimovich
commit: ac4d56670ce20678df5a7a079d3f4b013ba2dd88
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Aug  5 11:29:07 2018 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Aug  5 11:29:07 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac4d5667

xfce-extra/xfce4-notifyd: keyworded 0.4.2 for ppc, bug #657310

Tested-by: ernsteiswuerfel
Package-Manager: Portage-2.3.44, Repoman-2.3.10
RepoMan-Options: --include-arches="ppc"

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
index 17648282041..2c5ce4cc2f3 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.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 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-07-10 Thread Michał Górny
commit: 147aecdcdf01719ca8169cd1cf8e55242291761a
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jul 10 10:47:41 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Jul 10 12:29:00 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=147aecdc

xfce-extra/xfce4-notifyd: Inline mirror://xfce

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild | 2 +-
 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
index 2103abb4359..e748b9cd2a2 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
@@ -7,7 +7,7 @@ inherit gnome2-utils
 
 DESCRIPTION="Notification daemon for the Xfce desktop environment"
 HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
index 397dccb1c08..17648282041 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
@@ -7,7 +7,7 @@ inherit gnome2-utils
 
 DESCRIPTION="Notification daemon for the Xfce desktop environment"
 HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+SRC_URI="https://archive.xfce.org/src/apps/${PN}/${PV%.*}/${P}.tar.bz2";
 
 LICENSE="GPL-2"
 SLOT="0"



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-04-08 Thread Aaron Bauman
commit: d0b1c3ae71253e1985c6dde0ecb36dd880dfe3ba
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Apr  8 17:22:34 2018 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Apr  8 17:22:34 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b1c3ae

xfce-extra/xfce4-notifyd: amd64 stable

Bug: https://bugs.gentoo.org/651490
Package-Manager: Portage-2.3.28, Repoman-2.3.9

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
index c0b5eda1c13..a2492c22e42 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-03-25 Thread Michał Górny
commit: 1a533009975ce221828bab1bff280a4166f7cdab
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Mar 25 16:14:51 2018 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Mar 25 17:27:15 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a533009

xfce-extra/xfce4-notifyd: Drop old

 xfce-extra/xfce4-notifyd/Manifest  |  3 --
 .../xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild   | 31 -
 .../xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild   | 39 --
 .../xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild   | 38 -
 4 files changed, 111 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 05f72d9b2fd..ae5cb0b3e45 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,5 +1,2 @@
-DIST xfce4-notifyd-0.2.4.tar.bz2 361619 BLAKE2B 
65dea944a6b16ef43beab43da5307004af664fc3460f6605ca52073e2b176c89c0c13b44c8b4a2e603b224399b03db6372d0f24e26a96061a23b4d6a6c579d51
 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
-DIST xfce4-notifyd-0.3.6.tar.bz2 458536 BLAKE2B 
82d0c10f744a92dd98e4d9596fb0e8bf7b34a797842b83b0dadc23848bf7533d845ff966b1f73f61c2871e7f6b640f1def69a011c2cbb68efd069a52777efc0e
 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
-DIST xfce4-notifyd-0.4.0.tar.bz2 519355 BLAKE2B 
c3c5b4500dcf7048f719864d900300710402a1f1411808ee471f0b97de2a6277c0facd7a0e9d2d349628ecb7f9839f0775ea2c000b35fe790eafe31fd38123c0
 SHA512 
17a651685885e8fb8fdc74c89b5126e24aa8704068332e45352fe9d5bc95aa7cbe2002afbc18b2446dc11c6d4d9c1d857d44d685ecd0148bc865a01851f1b045
 DIST xfce4-notifyd-0.4.1.tar.bz2 524411 BLAKE2B 
f90c8241e484b256cfc1619f6bc9b1f5ad0f375fe3efdcadfe8f2acf740697f887a98044bcceb15a70cac9529cf9e1119192875682d0fb59355b4a10b3e479c1
 SHA512 
3dd12a8d27d950c2ffe7a4bc0eaa3b44f4a783273fc90d95304ec77450e88241ad39ca13366cb2a0c666ff6afb9ad58f6468e2fc38b8a87a2737614cfedadfae
 DIST xfce4-notifyd-0.4.2.tar.bz2 528521 BLAKE2B 
8e59e26fcd453b65522b89c24d36857f6ac66c1b6e6a0ef0167b3f9f8dc4a087185d4b5b770b4e90e614e369ca147b924ad3f3ac0a1f3faf49c02b9e1ffd0a30
 SHA512 
1cabf478928cbcc13e9f03b2540470c5568bc665b196a8617a0e3b52ce4fe3bd9fdb5e199c4e52afe51c4edab8ba949c4551f65ce77c5fae7fddccd0086fb601

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
deleted file mode 100644
index c28a16aaf8e..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/dbus-glib-0.100
-   >=sys-apps/dbus-1.6
-   >=x11-libs/gtk+-2.14:2
-   >=x11-libs/libnotify-0.7
-   >=xfce-base/libxfce4ui-4.8
-   >=xfce-base/libxfce4util-4.8
-   >=xfce-base/xfconf-4.8"
-DEPEND="${RDEPEND}
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-pkg_setup() {
-   XFCONF=( $(xfconf_use_debug) )
-   DOCS=( AUTHORS NEWS README TODO )
-}

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
deleted file mode 100644
index 52de732c99f..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 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="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~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/xfconf-4.10:="
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   dev-util/intltool
-   sys-devel/gettext
-   virtual/pkgconfig"
-
-DOCS=( AUTHORS NEWS README TODO )
-
-pkg_postinst() {
-   GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
-   gnome2_icon_cache_update
-}

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.eb

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-01-05 Thread Thomas Deutschmann
commit: ab5ece6a45ba83c28e97a542cfb0a048e6ca5934
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat Jan  6 05:02:52 2018 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat Jan  6 05:02:52 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ab5ece6a

xfce-extra/xfce4-notifyd: x86 stable (bug #643074)

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
index dc955fe3248..2103abb4359 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2018-01-05 Thread Mikle Kolyada
commit: d747ab61daf5951c3a6bbf5dcb8e7c09baa431e1
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Fri Jan  5 11:22:28 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Fri Jan  5 11:22:46 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d747ab61

xfce-extra/xfce4-notifyd: amd64 stable wrt bug #643074

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
index f48064f4568..dc955fe3248 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~x86"
 IUSE=""
 
 RDEPEND=">=dev-libs/glib-2.42:2=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-12-12 Thread Michał Górny
commit: 4c82c231fa5b3d2b8b0eb93972ee6b6d4f6efac2
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Dec 12 17:21:37 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Dec 12 17:50:03 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c82c231

xfce-extra/xfce4-notifyd: Bump to 0.4.1

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild   | 38 ++
 2 files changed, 39 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 8fb71e2c6a5..9a0ad2ab610 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 BLAKE2B 
65dea944a6b16ef43beab43da5307004af664fc3460f6605ca52073e2b176c89c0c13b44c8b4a2e603b224399b03db6372d0f24e26a96061a23b4d6a6c579d51
 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 DIST xfce4-notifyd-0.3.6.tar.bz2 458536 BLAKE2B 
82d0c10f744a92dd98e4d9596fb0e8bf7b34a797842b83b0dadc23848bf7533d845ff966b1f73f61c2871e7f6b640f1def69a011c2cbb68efd069a52777efc0e
 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
 DIST xfce4-notifyd-0.4.0.tar.bz2 519355 BLAKE2B 
c3c5b4500dcf7048f719864d900300710402a1f1411808ee471f0b97de2a6277c0facd7a0e9d2d349628ecb7f9839f0775ea2c000b35fe790eafe31fd38123c0
 SHA512 
17a651685885e8fb8fdc74c89b5126e24aa8704068332e45352fe9d5bc95aa7cbe2002afbc18b2446dc11c6d4d9c1d857d44d685ecd0148bc865a01851f1b045
+DIST xfce4-notifyd-0.4.1.tar.bz2 524411 BLAKE2B 
f90c8241e484b256cfc1619f6bc9b1f5ad0f375fe3efdcadfe8f2acf740697f887a98044bcceb15a70cac9529cf9e1119192875682d0fb59355b4a10b3e479c1
 SHA512 
3dd12a8d27d950c2ffe7a4bc0eaa3b44f4a783273fc90d95304ec77450e88241ad39ca13366cb2a0c666ff6afb9ad58f6468e2fc38b8a87a2737614cfedadfae

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
new file mode 100644
index 000..f48064f4568
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.1.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2017 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="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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"
+
+DOCS=( AUTHORS NEWS README TODO )
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-10-18 Thread Michał Górny
commit: e7f7e02724869902e0685333d98612c274da80f5
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 17:05:57 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 17:06:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f7e027

xfce-extra/xfce4-notifyd: Add missing panel dep

Closes: https://bugs.gentoo.org/634640

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
index fa8606a3b73..f48064f4568 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
@@ -19,6 +19,7 @@ RDEPEND=">=dev-libs/glib-2.42:2=
>=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



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-10-17 Thread Michał Górny
commit: 33df19993773decae9c44658d73245083df76f70
Author: Michał Górny  gentoo  org>
AuthorDate: Wed Oct 18 06:34:59 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Oct 18 06:40:54 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33df1999

xfce-extra/xfce4-notifyd: Bump to 0.4.0

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild   | 37 ++
 2 files changed, 38 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 47f1f4e3d5a..426b3b350cd 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
 DIST xfce4-notifyd-0.3.6.tar.bz2 458536 SHA256 
f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
 WHIRLPOOL 
1553171decf0bed143d0d46388673a0f1c34944de458f34db68a547adf346b4d13a367ad80a1c2159801c56795903cd866dbeb3e882a9fc57ff5e2c84409c9b6
+DIST xfce4-notifyd-0.4.0.tar.bz2 519355 SHA256 
2771871f67effc0bb80f656cf4aa3cd71fe0ea0f4c04b5d8e97bb1752faf36c9 SHA512 
17a651685885e8fb8fdc74c89b5126e24aa8704068332e45352fe9d5bc95aa7cbe2002afbc18b2446dc11c6d4d9c1d857d44d685ecd0148bc865a01851f1b045
 WHIRLPOOL 
2fc684f9e5e2f686008cff0b9a6c709e335f483b4950b6daa29a15482d8ed5c252af4434f7304c970e29a69dfedcef9d2298e9f24640f1a7194977d91456dbc2

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
new file mode 100644
index 000..fa8606a3b73
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2017 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="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README TODO )
+
+pkg_postinst() {
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-06-07 Thread Michał Górny
commit: b41862aed6809f287c36878dc9425d591b341856
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Jun  6 10:11:35 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Wed Jun  7 20:05:20 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b41862ae

xfce-extra/xfce4-notifyd: Drop old

 xfce-extra/xfce4-notifyd/Manifest  |  6 -
 .../xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild   | 31 --
 .../xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild   | 27 ---
 7 files changed, 188 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 92caff4a72e..47f1f4e3d5a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,8 +1,2 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
-DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
-DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a
-DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
-DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
-DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 
038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 
88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719
 WHIRLPOOL 
895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1
-DIST xfce4-notifyd-0.3.5.tar.bz2 456299 SHA256 
b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 SHA512 
292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e
 WHIRLPOOL 
f5cfe1cd2c84776e1c0b247131cc7f801e948530c79072f8dc1f1d279c489f0eccd2f5a7d816390300031a9fdb40133e3d9e27fa8a6d140e2f57dc04685d1723
 DIST xfce4-notifyd-0.3.6.tar.bz2 458536 SHA256 
f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
 WHIRLPOOL 
1553171decf0bed143d0d46388673a0f1c34944de458f34db68a547adf346b4d13a367ad80a1c2159801c56795903cd866dbeb3e882a9fc57ff5e2c84409c9b6

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
deleted file mode 100644
index b36e5d4c718..000
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit xfconf
-
-DESCRIPTION="Notification daemon for the Xfce desktop environment"
-HOMEPAGE="https://goodies.xfce.org/projects/applications/xfce4-notifyd";
-SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~x86"
-IUSE="debug"
-
-RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/

[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-03-21 Thread Michał Górny
commit: 0ee322829898f82a25c2924b2e496a6af21cf6ae
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Mar 21 06:57:14 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Mar 21 07:04:18 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ee32282

xfce-extra/xfce4-notifyd: Bump to 0.3.6

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild   | 39 ++
 2 files changed, 40 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index de77f5f7295..92caff4a72e 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -5,3 +5,4 @@ DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68
 DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
 DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 
038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 
88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719
 WHIRLPOOL 
895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1
 DIST xfce4-notifyd-0.3.5.tar.bz2 456299 SHA256 
b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 SHA512 
292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e
 WHIRLPOOL 
f5cfe1cd2c84776e1c0b247131cc7f801e948530c79072f8dc1f1d279c489f0eccd2f5a7d816390300031a9fdb40133e3d9e27fa8a6d140e2f57dc04685d1723
+DIST xfce4-notifyd-0.3.6.tar.bz2 458536 SHA256 
f4ca7c0dadd3d4cdf8cd3c8ae60ccea77b8cf409f8517161796364eb1d766cf9 SHA512 
96067de2e08e29c8e6285796bc4b23087f97286e28adfb485dc20f449ae32e10c8fb743f42585e0e6cda82d713eb6da3cc1d94920eb170b7cfa1e687ffcb3ddf
 WHIRLPOOL 
1553171decf0bed143d0d46388673a0f1c34944de458f34db68a547adf346b4d13a367ad80a1c2159801c56795903cd866dbeb3e882a9fc57ff5e2c84409c9b6

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
new file mode 100644
index 000..976b799c9fb
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.6.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2017 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="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README TODO )
+
+pkg_postinst() {
+   GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
+   gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+   GNOME2_ECLASS_ICONS="usr/share/icons/hicolor" \
+   gnome2_icon_cache_update
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2017-02-16 Thread Michał Górny
commit: 12bd7d923dbd1c5d7fb2b045b72a75f1b8e55a4b
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Feb 16 20:14:34 2017 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Feb 16 21:06:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12bd7d92

xfce-extra/xfce4-notifyd: Bump to 0.3.5, EAPI=6

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild   | 28 ++
 2 files changed, 29 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index 3f880cd1b5..de77f5f729 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -4,3 +4,4 @@ DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a262
 DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
 DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
 DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 
038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 
88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719
 WHIRLPOOL 
895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1
+DIST xfce4-notifyd-0.3.5.tar.bz2 456299 SHA256 
b9b86938bdd31b4a69650d8b76e5cb0a6a30c1aa726130bd803f6c6f1f7af7a6 SHA512 
292d5e3ef5358195136592b7b51b893fff03f597cb2bf05ecffd58733e6d130f135d86aa9e3453490eeae2096f3cde9a11627ee074a35d4e1f3a2488a706d10e
 WHIRLPOOL 
f5cfe1cd2c84776e1c0b247131cc7f801e948530c79072f8dc1f1d279c489f0eccd2f5a7d816390300031a9fdb40133e3d9e27fa8a6d140e2f57dc04685d1723

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild
new file mode 100644
index 00..420eb06fd6
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.5.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+DOCS=( AUTHORS NEWS README TODO )



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-11-09 Thread Michał Górny
commit: 15be3d5f6570b6cb450344ee85ed15e11549421d
Author: Michał Górny  gentoo  org>
AuthorDate: Thu Nov 10 04:15:03 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Thu Nov 10 04:15:59 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15be3d5f

xfce-extra/xfce4-notifyd: Bump to 0.3.4

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index bd6796a..3f880cd 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -3,3 +3,4 @@ DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495
 DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a
 DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
 DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c
+DIST xfce4-notifyd-0.3.4.tar.bz2 442087 SHA256 
038535de79b7056058e8d6dceb457959949831853c2594a686ec68b037ae31bf SHA512 
88d8bdd3d1a05011f9048f8b7823f553bfcbc77ab0085aa4ae9e37bc32e95999067af4a2d839fe51161c4fba453bb54760e1087cf467ae3efe8d67bfe9516719
 WHIRLPOOL 
895c91de3204d7100c4077b0133e624c64395ef72b273e330c8414d59b5a1fa98d2cd7749c413ee71bdcd8dedaaa071f7218f0f9901a1a0a39d17ceb61b15ee1

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild
new file mode 100644
index ..6434b59
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.4.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=( $(xfconf_use_debug) )
+   DOCS=( AUTHORS NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-11-05 Thread Michał Górny
commit: 7380b886efc339a72a05ad89812de4779e925341
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Nov  5 22:18:27 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Nov  5 22:18:54 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7380b886

xfce-extra/xfce4-notifyd: Bump to 0.3.3

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index ea40610..bd6796a 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -2,3 +2,4 @@ DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b3221
 DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
 DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a
 DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96
+DIST xfce4-notifyd-0.3.3.tar.bz2 433388 SHA256 
986c4cfeb64c21c6bfb2fe65839490ad0f501fdfc8ed10cc71815da5da110f73 SHA512 
c151629c7454f9654aebd66e100b763a773aafc947fcf96097aea7a3d4126600fde5c1612e27fc0cb24e641bf71517250caa8fcdd2acde267eafe74aada03b95
 WHIRLPOOL 
33546e24ce4dae6becb34b3ff95d8edbefc27522e9258180ea575644a94c0cc76e8f2ff8ef3840db3e5aaae8038dd19c1a11917ff4a77803012ba4f9933ca91c

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild
new file mode 100644
index ..6434b59
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.3.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=( $(xfconf_use_debug) )
+   DOCS=( AUTHORS NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-09-09 Thread Michał Górny
commit: d0bb6277403ff1cb834f79203a548f03b4ba5fc6
Author: Michał Górny  gentoo  org>
AuthorDate: Sat Sep 10 06:45:37 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sat Sep 10 06:49:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bb6277

xfce-extra/xfce4-notifyd: Bump to 0.3.2 bugfix

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index ea649a6..ea40610 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,3 +1,4 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
 DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
 DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a
+DIST xfce4-notifyd-0.3.2.tar.bz2 431023 SHA256 
c554db55d9d759c32115e9e5da029bd68b07628438ef2bac7ae4b458567c85a4 SHA512 
1e1d3d52b3d451670dd0529031cee762be99bdfbc15877ef8360d4794a7b56198ce6d2b75943ed9c8b6cd00457600fc083e63d73f2ba5546bd6c8b511772481c
 WHIRLPOOL 
1d36ec91ae31dfe3aa2428b0f3072d5a23fb28d9b86ad937604faea51408f2247239a37d9f108ca0a79262f329a233755ba5593e4b4f273bb8d2dbf7abb51f96

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild
new file mode 100644
index ..6434b59
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.2.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=( $(xfconf_use_debug) )
+   DOCS=( AUTHORS NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-09-06 Thread Michał Górny
commit: 7b7d9d35e59de8a66d2d56e0be410d4c99108cbb
Author: Michał Górny  gentoo  org>
AuthorDate: Tue Sep  6 14:56:12 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Tue Sep  6 14:58:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b7d9d35

xfce-extra/xfce4-notifyd: Bump to 0.3.1 bugfix

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index a4ca41d..ea649a6 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1,2 +1,3 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
 DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6
+DIST xfce4-notifyd-0.3.1.tar.bz2 429056 SHA256 
ef02b7e0101034df19ca5dddae387a2625e46380f0d2af3b4f4713c219d1f863 SHA512 
3c06e505b12923169e154af2e4a8634d03da8681456bd925192c21674a3dde4018153657537b1bc63a666fb870e8c62b357a264b0bfc02d2ae7cfc526f5cd632
 WHIRLPOOL 
f712a6ab49c34854789ff306ac36059d1ddbc15df6bb8d76ad87660b6a075e1d121d96c1ce4a3a43cad70ceb96d89f27716a797ae697cf8da8f2e0cae95f3a2a

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild
new file mode 100644
index ..6434b59
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.1.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=( $(xfconf_use_debug) )
+   DOCS=( AUTHORS NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-07-31 Thread Michał Górny
commit: 41637d013f1b0a78dd86937e82ac0df0975bad3e
Author: Michał Górny  gentoo  org>
AuthorDate: Sun Jul 31 16:55:12 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Sun Jul 31 16:55:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41637d01

xfce-extra/xfce4-notifyd: Raise GTK+3 dep to fix build failure, #590112

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
index 6434b59..4f8705c 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
@@ -15,7 +15,7 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.42:2=
-   >=x11-libs/gtk+-3.14:3=
+   >=x11-libs/gtk+-3.20.6:3=
>=x11-libs/libnotify-0.7:=
>=xfce-base/libxfce4ui-4.12:=[gtk3(+)]
>=xfce-base/libxfce4util-4.12:=



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-07-29 Thread Michał Górny
commit: 8eaa8d370a3467086834ae421f31960fc7b294d7
Author: Michał Górny  gentoo  org>
AuthorDate: Fri Jul 29 16:14:26 2016 +
Commit: Michał Górny  gentoo  org>
CommitDate: Fri Jul 29 17:01:42 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8eaa8d37

xfce-extra/xfce4-notifyd: Bump to 0.3.0, first GTK+3/gdbus release

 xfce-extra/xfce4-notifyd/Manifest  |  1 +
 .../xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild   | 32 ++
 2 files changed, 33 insertions(+)

diff --git a/xfce-extra/xfce4-notifyd/Manifest 
b/xfce-extra/xfce4-notifyd/Manifest
index f03a28d..a4ca41d 100644
--- a/xfce-extra/xfce4-notifyd/Manifest
+++ b/xfce-extra/xfce4-notifyd/Manifest
@@ -1 +1,2 @@
 DIST xfce4-notifyd-0.2.4.tar.bz2 361619 SHA256 
8c7ed62f9496816d1391281f77d1b32216f9bf6fd22fbe4f6f3f4e07a6bbced0 SHA512 
4cee6395ee925e41ec22baa0fca21b38261a547ddff32f6c140db91996e2aa39b86113ffbe42da3c98728513a10eadd99504a05f31100762eb5b19bf8a74ae7c
 WHIRLPOOL 
d3e33bae0292852f8645a83d469e0fc093edbc038210aec7f02a879aa28cce81b95ab937a63d890f3f5177008c070721d488076272705a76b66cafedf9f65919
+DIST xfce4-notifyd-0.3.0.tar.bz2 427170 SHA256 
7076081424932b40d03366a7518daf495f81eb780f376819e59e76d65d811100 SHA512 
774eb0daf935fcf3fdb8a40b03ef772b45c4b12408a5e84aff57c0e8c8490c0f3ec4753893dd07a31b7e8094fd065a8a86f56f2e6217ddd6432a8eda0dcb9f9f
 WHIRLPOOL 
fcba9a42ca476deec27d12e80953a87ca073418706cd282bfbcda96e3c058e3dbe87ef2fced6a679c96c72485067439020a0ef49548c6172eb4401c7141c94a6

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
new file mode 100644
index 000..6434b59
--- /dev/null
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.3.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+inherit xfconf
+
+DESCRIPTION="Notification daemon for the Xfce desktop environment"
+HOMEPAGE="http://goodies.xfce.org/projects/applications/xfce4-notifyd";
+SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug"
+
+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/xfconf-4.10:="
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/intltool
+   sys-devel/gettext
+   virtual/pkgconfig"
+
+pkg_setup() {
+   XFCONF=( $(xfconf_use_debug) )
+   DOCS=( AUTHORS NEWS README TODO )
+}



[gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/

2016-03-04 Thread Stephen Klimaszewski
commit: 0800f4a3d282c30a606043b429ed2ed205e98aa7
Author: Steev Klimaszewski  gentoo  org>
AuthorDate: Fri Mar  4 07:56:34 2016 +
Commit: Stephen Klimaszewski  gentoo  org>
CommitDate: Fri Mar  4 08:13:03 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0800f4a3

xfce-extra/xfce4-notifyd: Keyword 0.2.4 for ~arm64

Package-Manager: portage-2.2.27

 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild 
b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
index c0129a6..1c44229 100644
--- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
+++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.2.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ SRC_URI="mirror://xfce/src/apps/${PN}/${PV%.*}/${P}.tar.bz2"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~arm x86"
+KEYWORDS="amd64 ~arm ~arm64 x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/dbus-glib-0.100