[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-04-17 Thread Conrad Kostecki
commit: 7c43a52c8a200357400321c21d3f2311e6289872
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 17 20:45:08 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 20:45:08 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c43a52c

x11-misc/dunst: fix completion install

Closes: https://bugs.gentoo.org/930168
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.11.0.ebuild | 10 +-
 x11-misc/dunst/dunst-.ebuild   | 10 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.11.0.ebuild 
b/x11-misc/dunst/dunst-1.11.0.ebuild
index a8f132ef8e64..37b4346e96b7 100644
--- a/x11-misc/dunst/dunst-1.11.0.ebuild
+++ b/x11-misc/dunst/dunst-1.11.0.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit shell-completion systemd toolchain-funcs
+inherit systemd toolchain-funcs
 
 DESCRIPTION="Lightweight replacement for common notification daemons"
 HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
@@ -75,13 +75,5 @@ src_install() {
 
emake "${myemakeargs[@]}" install
 
-   newbashcomp contrib/dunst.bashcomp dunst
-   newbashcomp contrib/dunstctl.bashcomp dunstctl
-   newfishcomp contrib/dunst.fishcomp dunst
-   newfishcomp contrib/dunstctl.fishcomp dunstctl
-   newfishcomp contrib/dunstify.fishcomp dunstify
-   newzshcomp contrib/_dunst.zshcomp _dunst
-   newzshcomp contrib/_dunstctl.zshcomp _dunstctl
-
systemd_newuserunit dunst.systemd.service.in dunst.service
 }

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index f69ffaa99763..901f3e6a33b9 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-inherit git-r3 shell-completion systemd toolchain-funcs
+inherit git-r3 systemd toolchain-funcs
 
 EGIT_REPO_URI="https://github.com/dunst-project/dunst;
 
@@ -74,13 +74,5 @@ src_install() {
 
emake "${myemakeargs[@]}" install
 
-   newbashcomp completions/dunst.bashcomp dunst
-   newbashcomp completions/dunstctl.bashcomp dunstctl
-   newfishcomp completions/dunst.fishcomp dunst
-   newfishcomp completions/dunstctl.fishcomp dunstctl
-   newfishcomp completions/dunstify.fishcomp dunstify
-   newzshcomp completions/_dunst.zshcomp _dunst
-   newzshcomp completions/_dunstctl.zshcomp _dunstctl
-
systemd_newuserunit dunst.systemd.service.in dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-04-17 Thread Conrad Kostecki
commit: d0bcdebaaff4e7893ff4e211aea6d0475b2ff30e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 17 11:53:22 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 14:11:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0bcdeba

x11-misc/dunst: add 1.11.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest|  1 +
 x11-misc/dunst/dunst-1.11.0.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 065151b5b4bc..119ef44c3b9d 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.10.0.tar.gz 4639084 BLAKE2B 
29056b55aa53e20d4d9f0be5ff560aaad3829a933f30fd6a6f17f5e6adb9f4ca3b659dc977959f69224a2847a116043215e05097e9eaae4556ec02c1852c4a05
 SHA512 
e7e453c9470a063cdee4602315b22c1c8bcbf1405d3c295bccf01ae4e1b535e11b7323313b63cfc510e38ea8243117d550e6057df15924bbd4efb7e0b7f9a709
+DIST dunst-1.11.0.tar.gz 4645279 BLAKE2B 
0daa8d098f032a0e3b16872bc2e33c8411e8eed543fc13533e649935d2d0796ad74b3fb27769f839972b335b7a2f7ae6b5efd9f324a8bb807ac2f82fa8611a5d
 SHA512 
84c9edccddd183fb867233cb5377115d96735f4c1be84007194ac39dd48d913e5bb021d2952057aecdb978564c2471a8974c4ee4eeccfb188e5345527007a5c4

diff --git a/x11-misc/dunst/dunst-1.11.0.ebuild 
b/x11-misc/dunst/dunst-1.11.0.ebuild
new file mode 100644
index ..a8f132ef8e64
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.11.0.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shell-completion systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   newbashcomp contrib/dunst.bashcomp dunst
+   newbashcomp contrib/dunstctl.bashcomp dunstctl
+   newfishcomp contrib/dunst.fishcomp dunst
+   newfishcomp contrib/dunstctl.fishcomp dunstctl
+   newfishcomp contrib/dunstify.fishcomp dunstify
+   newzshcomp contrib/_dunst.zshcomp _dunst
+   newzshcomp contrib/_dunstctl.zshcomp _dunstctl
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-04-17 Thread Conrad Kostecki
commit: 3e15d16f7c745e5c4284b0a64ea4b38e70b93be4
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 17 11:38:53 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 11:39:21 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3e15d16f

x11-misc/dunst: drop 1.9.1, 1.9.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  2 -
 x11-misc/dunst/dunst-1.9.1.ebuild | 83 ---
 x11-misc/dunst/dunst-1.9.2.ebuild | 83 ---
 3 files changed, 168 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index e0ac3e608bdf..065151b5b4bc 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1 @@
 DIST dunst-1.10.0.tar.gz 4639084 BLAKE2B 
29056b55aa53e20d4d9f0be5ff560aaad3829a933f30fd6a6f17f5e6adb9f4ca3b659dc977959f69224a2847a116043215e05097e9eaae4556ec02c1852c4a05
 SHA512 
e7e453c9470a063cdee4602315b22c1c8bcbf1405d3c295bccf01ae4e1b535e11b7323313b63cfc510e38ea8243117d550e6057df15924bbd4efb7e0b7f9a709
-DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32
-DIST dunst-1.9.2.tar.gz 4614703 BLAKE2B 
bcdb3f36dd9af546288c35ffc90f08b219b1b4d1d11233b09acfbe9e6287dcfd856200310d88115a6009485af5e9b0d4e2933bff9cade38969cea31b167c9b5b
 SHA512 
fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc

diff --git a/x11-misc/dunst/dunst-1.9.1.ebuild 
b/x11-misc/dunst/dunst-1.9.1.ebuild
deleted file mode 100644
index f054ef05620c..
--- a/x11-misc/dunst/dunst-1.9.1.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSCONFDIR="${EPREFIX}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   insinto /usr/share/zsh/site-functions
-   newins contrib/_dunst.zshcomp _dunst
-   newins contrib/_dunstctl.zshcomp _dunstctl
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}

diff --git a/x11-misc/dunst/dunst-1.9.2.ebuild 
b/x11-misc/dunst/dunst-1.9.2.ebuild
deleted file mode 100644
index f054ef05620c..
--- a/x11-misc/dunst/dunst-1.9.2.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   

[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-04-17 Thread Conrad Kostecki
commit: 31ca6166468206eaa093f1fc036a02bcfad6b3b1
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 17 11:38:18 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 11:39:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31ca6166

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.10.0.ebuild 
b/x11-misc/dunst/dunst-1.10.0.ebuild
index 3f374692ec1e..5ac47fb06765 100644
--- a/x11-misc/dunst/dunst-1.10.0.ebuild
+++ b/x11-misc/dunst/dunst-1.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-04-17 Thread Conrad Kostecki
commit: a12c0a6925582a8d80367a78e4cf08dc6cc315cd
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Apr 17 11:37:19 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Apr 17 11:39:20 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a12c0a69

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.10.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.10.0.ebuild 
b/x11-misc/dunst/dunst-1.10.0.ebuild
index a8f132ef8e64..3f374692ec1e 100644
--- a/x11-misc/dunst/dunst-1.10.0.ebuild
+++ b/x11-misc/dunst/dunst-1.10.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-03-09 Thread Conrad Kostecki
commit: c00c4a5bda09b6a76a95d86f891dda8fecc1c2eb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar  9 13:20:39 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar  9 13:56:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c00c4a5b

x11-misc/dunst: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 15 +--
 1 file changed, 9 insertions(+), 6 deletions(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index 20a5d5412e6f..f69ffaa99763 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit git-r3 systemd toolchain-funcs
+inherit git-r3 shell-completion systemd toolchain-funcs
 
 EGIT_REPO_URI="https://github.com/dunst-project/dunst;
 
@@ -12,7 +12,6 @@ HOMEPAGE="https://dunst-project.org/ 
https://github.com/dunst-project/dunst;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
 IUSE="wayland"
 
 DEPEND="
@@ -75,9 +74,13 @@ src_install() {
 
emake "${myemakeargs[@]}" install
 
-   insinto /usr/share/zsh/site-functions
-   newins contrib/_dunst.zshcomp _dunst
-   newins contrib/_dunstctl.zshcomp _dunstctl
+   newbashcomp completions/dunst.bashcomp dunst
+   newbashcomp completions/dunstctl.bashcomp dunstctl
+   newfishcomp completions/dunst.fishcomp dunst
+   newfishcomp completions/dunstctl.fishcomp dunstctl
+   newfishcomp completions/dunstify.fishcomp dunstify
+   newzshcomp completions/_dunst.zshcomp _dunst
+   newzshcomp completions/_dunstctl.zshcomp _dunstctl
 
systemd_newuserunit dunst.systemd.service.in dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2024-03-09 Thread Conrad Kostecki
commit: 92e69d2ca0c365e3b37ad193c0e15ad58bb605c6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Mar  9 13:19:05 2024 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Mar  9 13:56:28 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92e69d2c

x11-misc/dunst: add 1.10.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest|  1 +
 x11-misc/dunst/dunst-1.10.0.ebuild | 87 ++
 2 files changed, 88 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index d89fad77b99a..e0ac3e608bdf 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
+DIST dunst-1.10.0.tar.gz 4639084 BLAKE2B 
29056b55aa53e20d4d9f0be5ff560aaad3829a933f30fd6a6f17f5e6adb9f4ca3b659dc977959f69224a2847a116043215e05097e9eaae4556ec02c1852c4a05
 SHA512 
e7e453c9470a063cdee4602315b22c1c8bcbf1405d3c295bccf01ae4e1b535e11b7323313b63cfc510e38ea8243117d550e6057df15924bbd4efb7e0b7f9a709
 DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32
 DIST dunst-1.9.2.tar.gz 4614703 BLAKE2B 
bcdb3f36dd9af546288c35ffc90f08b219b1b4d1d11233b09acfbe9e6287dcfd856200310d88115a6009485af5e9b0d4e2933bff9cade38969cea31b167c9b5b
 SHA512 
fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc

diff --git a/x11-misc/dunst/dunst-1.10.0.ebuild 
b/x11-misc/dunst/dunst-1.10.0.ebuild
new file mode 100644
index ..a8f132ef8e64
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.10.0.ebuild
@@ -0,0 +1,87 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit shell-completion systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   newbashcomp contrib/dunst.bashcomp dunst
+   newbashcomp contrib/dunstctl.bashcomp dunstctl
+   newfishcomp contrib/dunst.fishcomp dunst
+   newfishcomp contrib/dunstctl.fishcomp dunstctl
+   newfishcomp contrib/dunstify.fishcomp dunstify
+   newzshcomp contrib/_dunst.zshcomp _dunst
+   newzshcomp contrib/_dunstctl.zshcomp _dunstctl
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-05-22 Thread Conrad Kostecki
commit: d830f90f00669eddbb4bc56daee08486fe2bff14
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May 22 21:28:35 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May 22 21:35:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d830f90f

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.2.ebuild 
b/x11-misc/dunst/dunst-1.9.2.ebuild
index 5b1edf0ad638..f054ef05620c 100644
--- a/x11-misc/dunst/dunst-1.9.2.ebuild
+++ b/x11-misc/dunst/dunst-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-05-22 Thread Conrad Kostecki
commit: aff66aa2207273f26617e7ff97c994caadb45f6c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Mon May 22 21:28:18 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon May 22 21:35:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aff66aa2

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.2.ebuild 
b/x11-misc/dunst/dunst-1.9.2.ebuild
index 2414b563605b..5b1edf0ad638 100644
--- a/x11-misc/dunst/dunst-1.9.2.ebuild
+++ b/x11-misc/dunst/dunst-1.9.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-04-21 Thread Conrad Kostecki
commit: 3a00b5b228998ac8bb0f4bcda4535018f3dd32ce
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Apr 22 00:07:37 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Apr 22 00:10:15 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a00b5b2

x11-misc/dunst: add 1.9.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.9.2.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index b84cf86bd82b..d89fad77b99a 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32
+DIST dunst-1.9.2.tar.gz 4614703 BLAKE2B 
bcdb3f36dd9af546288c35ffc90f08b219b1b4d1d11233b09acfbe9e6287dcfd856200310d88115a6009485af5e9b0d4e2933bff9cade38969cea31b167c9b5b
 SHA512 
fab14212dc41e8deed97320c18b88e0be576f0404406691dcedb9620a1382dfdfc501e4ff2005b1ce8b4a61b52f1a9cf161f20a1eae15aa2382f3fedc99a2dbc

diff --git a/x11-misc/dunst/dunst-1.9.2.ebuild 
b/x11-misc/dunst/dunst-1.9.2.ebuild
new file mode 100644
index ..2414b563605b
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.9.2.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/_dunst.zshcomp _dunst
+   newins contrib/_dunstctl.zshcomp _dunstctl
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-04-18 Thread Conrad Kostecki
commit: d2279850db79d118f148238ab7f51ff42164e73c
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Apr 18 19:15:58 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Apr 18 20:18:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2279850

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.1.ebuild 
b/x11-misc/dunst/dunst-1.9.1.ebuild
index 5b1edf0ad638..f054ef05620c 100644
--- a/x11-misc/dunst/dunst-1.9.1.ebuild
+++ b/x11-misc/dunst/dunst-1.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-04-18 Thread Conrad Kostecki
commit: 482766228ec81bec317c65933fd8df507f49c371
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Apr 18 19:15:36 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Apr 18 20:18:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48276622

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.1.ebuild 
b/x11-misc/dunst/dunst-1.9.1.ebuild
index 2414b563605b..5b1edf0ad638 100644
--- a/x11-misc/dunst/dunst-1.9.1.ebuild
+++ b/x11-misc/dunst/dunst-1.9.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-04-18 Thread Conrad Kostecki
commit: 10636cc7c9d7f011d24cee073ef9432ff7f9cfe6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Apr 18 19:16:39 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Apr 18 20:18:06 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10636cc7

x11-misc/dunst: drop 1.9.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.9.0.ebuild | 79 ---
 2 files changed, 80 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 23e1dc6ead9d..b84cf86bd82b 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.9.0.tar.gz 4609222 BLAKE2B 
4879122e342c1e518bca079bacd4ae769fd7da41db681230613c61531e62df94223757372c428c06710afd843200dcb78883d352f4e25098f0672b5c89ab0d87
 SHA512 
e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1
 DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32

diff --git a/x11-misc/dunst/dunst-1.9.0.ebuild 
b/x11-misc/dunst/dunst-1.9.0.ebuild
deleted file mode 100644
index 37336b25c793..
--- a/x11-misc/dunst/dunst-1.9.0.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSCONFDIR="${EPREFIX}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-03-12 Thread Conrad Kostecki
commit: d5d6b0f83cb205cd072fe505f2b02ac3a1cfb30e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:49:51 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d6b0f8

x11-misc/dunst: add 1.9.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.9.1.ebuild | 83 +++
 2 files changed, 84 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index bcdd1211825f..23e1dc6ead9d 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.9.0.tar.gz 4609222 BLAKE2B 
4879122e342c1e518bca079bacd4ae769fd7da41db681230613c61531e62df94223757372c428c06710afd843200dcb78883d352f4e25098f0672b5c89ab0d87
 SHA512 
e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1
+DIST dunst-1.9.1.tar.gz 4614410 BLAKE2B 
f2d3b5ca28ac74461e31c09f7c5f8369dd6d05e8133d184625344b5445fac8e673cf5c57d44ea8bf0f3d320167663529ea49e8de0ed873afae327cb7db55d5ff
 SHA512 
6045529196c2d8bd89d2976db9712bf15ec75923fdab414870e1ae2af2eb87afc2b5886cb707a19ea113ec746f90fde1e52631eec9b7a96f1af03acbe6445f32

diff --git a/x11-misc/dunst/dunst-1.9.1.ebuild 
b/x11-misc/dunst/dunst-1.9.1.ebuild
new file mode 100644
index ..2414b563605b
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.9.1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   insinto /usr/share/zsh/site-functions
+   newins contrib/_dunst.zshcomp _dunst
+   newins contrib/_dunstctl.zshcomp _dunstctl
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2023-03-12 Thread Conrad Kostecki
commit: c5695008b7dbb957d5f5113185a70e2fdff57079
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Mar 12 18:49:12 2023 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Mar 12 18:59:56 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5695008

x11-misc/dunst: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index bb3f803de889..20a5d5412e6f 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.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
@@ -75,5 +75,9 @@ src_install() {
 
emake "${myemakeargs[@]}" install
 
+   insinto /usr/share/zsh/site-functions
+   newins contrib/_dunst.zshcomp _dunst
+   newins contrib/_dunstctl.zshcomp _dunstctl
+
systemd_newuserunit dunst.systemd.service.in dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-07-29 Thread Conrad Kostecki
commit: da6972f8d5de7cdecca96c2c6cf6085beb96e669
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 29 19:04:04 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 29 19:04:04 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da6972f8

x11-misc/dunst: drop 1.8.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.8.1.ebuild | 79 ---
 2 files changed, 80 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index b7c6a5098e40..bcdd1211825f 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.8.1.tar.gz 4603941 BLAKE2B 
c694503087425a69eecd40e4e50c5cfe5e5d3e9525d259b04dacd7e2bc05ff188aad14a331c41e6ecdd91b7c43d87d5902662b8a510675f3450da7097b7da1e9
 SHA512 
bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9
 DIST dunst-1.9.0.tar.gz 4609222 BLAKE2B 
4879122e342c1e518bca079bacd4ae769fd7da41db681230613c61531e62df94223757372c428c06710afd843200dcb78883d352f4e25098f0672b5c89ab0d87
 SHA512 
e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1

diff --git a/x11-misc/dunst/dunst-1.8.1.ebuild 
b/x11-misc/dunst/dunst-1.8.1.ebuild
deleted file mode 100644
index 37336b25c793..
--- a/x11-misc/dunst/dunst-1.8.1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSCONFDIR="${EPREFIX}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-07-29 Thread Conrad Kostecki
commit: 9dc8a5cc763ed7c4b3209e82d877bce1c32dfddb
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 29 19:03:14 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 29 19:03:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9dc8a5cc

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.0.ebuild 
b/x11-misc/dunst/dunst-1.9.0.ebuild
index e3f5d7b97fd2..984a171e44a5 100644
--- a/x11-misc/dunst/dunst-1.9.0.ebuild
+++ b/x11-misc/dunst/dunst-1.9.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-07-29 Thread Conrad Kostecki
commit: cf8c52847b251e8296c2910052d19bd2e618ddde
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Jul 29 19:03:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Jul 29 19:03:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8c5284

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.9.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.9.0.ebuild 
b/x11-misc/dunst/dunst-1.9.0.ebuild
index 984a171e44a5..37336b25c793 100644
--- a/x11-misc/dunst/dunst-1.9.0.ebuild
+++ b/x11-misc/dunst/dunst-1.9.0.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-06-28 Thread Conrad Kostecki
commit: 820531d2c59c0eb68fefd708bc370897ba481392
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Tue Jun 28 20:12:18 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Tue Jun 28 20:12:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=820531d2

x11-misc/dunst: add 1.9.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.9.0.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index fa2968213d5c..b7c6a5098e40 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.8.1.tar.gz 4603941 BLAKE2B 
c694503087425a69eecd40e4e50c5cfe5e5d3e9525d259b04dacd7e2bc05ff188aad14a331c41e6ecdd91b7c43d87d5902662b8a510675f3450da7097b7da1e9
 SHA512 
bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9
+DIST dunst-1.9.0.tar.gz 4609222 BLAKE2B 
4879122e342c1e518bca079bacd4ae769fd7da41db681230613c61531e62df94223757372c428c06710afd843200dcb78883d352f4e25098f0672b5c89ab0d87
 SHA512 
e43c960561d1f804c1d8f73f9376b33f61bf1ba5c5d0579c9875ef96da6522e214d5b74166ca3375dff1b4b0291b611b2d9ac1fb41fa8722db04c21e898824d1

diff --git a/x11-misc/dunst/dunst-1.9.0.ebuild 
b/x11-misc/dunst/dunst-1.9.0.ebuild
new file mode 100644
index ..e3f5d7b97fd2
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.9.0.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-04-01 Thread Conrad Kostecki
commit: 4f788edf69907a9a39792e678363227a015bc838
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Apr  1 22:53:46 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Apr  1 22:53:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f788edf

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.8.1.ebuild 
b/x11-misc/dunst/dunst-1.8.1.ebuild
index 984a171e44a5..37336b25c793 100644
--- a/x11-misc/dunst/dunst-1.8.1.ebuild
+++ b/x11-misc/dunst/dunst-1.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-04-01 Thread Conrad Kostecki
commit: 88427159fa74c8435857a947a6a4b441dad5bb69
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Apr  1 22:54:16 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Apr  1 22:54:16 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88427159

x11-misc/dunst: drop 1.7.3-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest  |  1 -
 x11-misc/dunst/dunst-1.7.3-r1.ebuild | 79 
 2 files changed, 80 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 76dbb6535e7c..fa2968213d5c 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62
 DIST dunst-1.8.1.tar.gz 4603941 BLAKE2B 
c694503087425a69eecd40e4e50c5cfe5e5d3e9525d259b04dacd7e2bc05ff188aad14a331c41e6ecdd91b7c43d87d5902662b8a510675f3450da7097b7da1e9
 SHA512 
bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9

diff --git a/x11-misc/dunst/dunst-1.7.3-r1.ebuild 
b/x11-misc/dunst/dunst-1.7.3-r1.ebuild
deleted file mode 100644
index 37336b25c793..
--- a/x11-misc/dunst/dunst-1.7.3-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSCONFDIR="${EPREFIX}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-04-01 Thread Conrad Kostecki
commit: ed126a296fd6bc49928846ccf8c9ea6950880824
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Apr  1 22:53:18 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Apr  1 22:53:18 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed126a29

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.8.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.8.1.ebuild 
b/x11-misc/dunst/dunst-1.8.1.ebuild
index e3f5d7b97fd2..984a171e44a5 100644
--- a/x11-misc/dunst/dunst-1.8.1.ebuild
+++ b/x11-misc/dunst/dunst-1.8.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-03-02 Thread Conrad Kostecki
commit: f129c8a5087aec5d721b32800d3b2cf68fa0cfae
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Mar  2 20:28:30 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Mar  2 20:29:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f129c8a5

x11-misc/dunst: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 7 +++
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index 6bf23561e0a8..bb3f803de889 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -39,8 +39,6 @@ BDEPEND="
wayland? ( dev-libs/wayland-protocols )
 "
 
-PATCHES=( "${FILESDIR}/${PN}-1.8.0-xdg.patch" )
-
 src_prepare() {
default
 
@@ -59,6 +57,7 @@ src_configure() {
 
 src_compile() {
local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)
@@ -69,7 +68,7 @@ src_compile() {
 src_install() {
local myemakeargs=(
PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
+   SYSCONFDIR="${ED}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/, x11-misc/dunst/files/

2022-03-02 Thread Conrad Kostecki
commit: dbeca47cb185e4153eb9f15c98002c6abcb58b68
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Mar  2 20:28:12 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Mar  2 20:28:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbeca47c

x11-misc/dunst: drop 1.8.0-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest|  1 -
 x11-misc/dunst/dunst-1.8.0-r1.ebuild   | 81 --
 x11-misc/dunst/files/dunst-1.8.0-xdg.patch | 23 -
 3 files changed, 105 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index ac0deb9ee533..76dbb6535e7c 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1,2 @@
 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62
-DIST dunst-1.8.0.tar.gz 4603966 BLAKE2B 
796cd76f782772cc91af27d797db92f6d3a35511d8a907e060a6363604a4b58a52f1cfc755d60a158e57ccb8b612ad119c36e8bbe960d354eed59acab93c0fde
 SHA512 
b8e7f0884bb66aee8627858f667ef4db31664b07f7d7ede27c37d88fff6d7f47c62739d07fe7ab26628f95a13b13efa7704ea318dea4d0bcf0193a3fba6124bd
 DIST dunst-1.8.1.tar.gz 4603941 BLAKE2B 
c694503087425a69eecd40e4e50c5cfe5e5d3e9525d259b04dacd7e2bc05ff188aad14a331c41e6ecdd91b7c43d87d5902662b8a510675f3450da7097b7da1e9
 SHA512 
bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9

diff --git a/x11-misc/dunst/dunst-1.8.0-r1.ebuild 
b/x11-misc/dunst/dunst-1.8.0-r1.ebuild
deleted file mode 100644
index 3607f4c5c20e..
--- a/x11-misc/dunst/dunst-1.8.0-r1.ebuild
+++ /dev/null
@@ -1,81 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-1.8.0-xdg.patch" )
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSCONFDIR="${EPREFIX}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc/xdg"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}

diff --git a/x11-misc/dunst/files/dunst-1.8.0-xdg.patch 
b/x11-misc/dunst/files/dunst-1.8.0-xdg.patch
deleted file mode 100644
index e2a3a127094c..
--- a/x11-misc/dunst/files/dunst-1.8.0-xdg.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 50743754de28da6d474c001e6b7e04ada789c04a Mon Sep 17 00:00:00 2001
-From: Aleksei Bavshin 
-Date: Sun, 27 Feb 2022 08:49:41 -0800
-Subject: [PATCH] Use correct variable for the configuration file paths
-
-Fixes #1041

- src/utils.c | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/src/utils.c b/src/utils.c
-index 380dac26..90c47a9a 100644
 a/src/utils.c
-+++ b/src/utils.c
-@@ -448,7 +448,7 @@ FILE *fopen_verbose(const char * const path)
- 
- /* see utils.h */
- void add_paths_from_env(GPtrArray *arr, char *env_name, char *subdir, char 
*alternative) {
--const char *xdg_data_dirs = g_getenv("XDG_DATA_DIRS");
-+const char *xdg_data_dirs = g_getenv(env_name);
- if (!xdg_data_dirs)
- xdg_data_dirs = alternative;
- 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-03-02 Thread Conrad Kostecki
commit: 2e285d4432b75c2dd58d4a4e33994ff951c9e1e7
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Mar  2 20:27:50 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Mar  2 20:27:50 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e285d44

x11-misc/dunst: add 1.8.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.8.1.ebuild | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 29ad301d4c5e..ac0deb9ee533 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62
 DIST dunst-1.8.0.tar.gz 4603966 BLAKE2B 
796cd76f782772cc91af27d797db92f6d3a35511d8a907e060a6363604a4b58a52f1cfc755d60a158e57ccb8b612ad119c36e8bbe960d354eed59acab93c0fde
 SHA512 
b8e7f0884bb66aee8627858f667ef4db31664b07f7d7ede27c37d88fff6d7f47c62739d07fe7ab26628f95a13b13efa7704ea318dea4d0bcf0193a3fba6124bd
+DIST dunst-1.8.1.tar.gz 4603941 BLAKE2B 
c694503087425a69eecd40e4e50c5cfe5e5d3e9525d259b04dacd7e2bc05ff188aad14a331c41e6ecdd91b7c43d87d5902662b8a510675f3450da7097b7da1e9
 SHA512 
bd8605844eacb24ec1beafbd62be1defa8ff9f6fc2e93a4746acaba483e86d0fa3937045c20dbba71c46310102d8878c8ec987a3081328b02a09d7f9fde974d9

diff --git a/x11-misc/dunst/dunst-1.8.1.ebuild 
b/x11-misc/dunst/dunst-1.8.1.ebuild
new file mode 100644
index ..e3f5d7b97fd2
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.8.1.ebuild
@@ -0,0 +1,79 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc/xdg"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/files/, x11-misc/dunst/

2022-02-27 Thread Conrad Kostecki
commit: c02c8cd6770e3cc594e8d63f76d0a6c4c3435f4e
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Feb 27 23:54:00 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Feb 28 00:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c02c8cd6

x11-misc/dunst: update config path

Closes: https://bugs.gentoo.org/834050
Signed-off-by: Conrad Kostecki  gentoo.org>

 .../{dunst-.ebuild => dunst-1.7.3-r1.ebuild}   | 15 +++---
 .../{dunst-.ebuild => dunst-1.8.0-r1.ebuild}   | 17 +---
 x11-misc/dunst/dunst-.ebuild   |  2 ++
 x11-misc/dunst/files/dunst-1.8.0-xdg.patch | 23 ++
 4 files changed, 43 insertions(+), 14 deletions(-)

diff --git a/x11-misc/dunst/dunst-.ebuild 
b/x11-misc/dunst/dunst-1.7.3-r1.ebuild
similarity index 75%
copy from x11-misc/dunst/dunst-.ebuild
copy to x11-misc/dunst/dunst-1.7.3-r1.ebuild
index c26bd529c4b9..37336b25c793 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-1.7.3-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit git-r3 systemd toolchain-funcs
-
-EGIT_REPO_URI="https://github.com/dunst-project/dunst;
+inherit systemd toolchain-funcs
 
 DESCRIPTION="Lightweight replacement for common notification daemons"
 HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="
@@ -45,8 +44,9 @@ src_prepare() {
# Respect users CFLAGS
sed -e 's/-Os//' -i config.mk || die
 
-   # Use correct path for system unit
+   # Use correct path for dbus and system unit
sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
 }
 
 src_configure() {
@@ -57,6 +57,7 @@ src_configure() {
 
 src_compile() {
local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)
@@ -67,7 +68,7 @@ src_compile() {
 src_install() {
local myemakeargs=(
PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
+   SYSCONFDIR="${ED}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)

diff --git a/x11-misc/dunst/dunst-.ebuild 
b/x11-misc/dunst/dunst-1.8.0-r1.ebuild
similarity index 73%
copy from x11-misc/dunst/dunst-.ebuild
copy to x11-misc/dunst/dunst-1.8.0-r1.ebuild
index c26bd529c4b9..3607f4c5c20e 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-1.8.0-r1.ebuild
@@ -1,18 +1,17 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-inherit git-r3 systemd toolchain-funcs
-
-EGIT_REPO_URI="https://github.com/dunst-project/dunst;
+inherit systemd toolchain-funcs
 
 DESCRIPTION="Lightweight replacement for common notification daemons"
 HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="
@@ -39,14 +38,17 @@ BDEPEND="
wayland? ( dev-libs/wayland-protocols )
 "
 
+PATCHES=( "${FILESDIR}/${PN}-1.8.0-xdg.patch" )
+
 src_prepare() {
default
 
# Respect users CFLAGS
sed -e 's/-Os//' -i config.mk || die
 
-   # Use correct path for system unit
+   # Use correct path for dbus and system unit
sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
 }
 
 src_configure() {
@@ -57,6 +59,7 @@ src_configure() {
 
 src_compile() {
local myemakeargs=(
+   SYSCONFDIR="${EPREFIX}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)
@@ -67,7 +70,7 @@ src_compile() {
 src_install() {
local myemakeargs=(
PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
+   SYSCONFDIR="${ED}/etc/xdg"
SYSTEMD="0"
WAYLAND="$(usex wayland 1 0)"
)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index c26bd529c4b9..6bf23561e0a8 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -39,6 +39,8 @@ BDEPEND="
wayland? ( dev-libs/wayland-protocols )
 "
 
+PATCHES=( "${FILESDIR}/${PN}-1.8.0-xdg.patch" )
+
 src_prepare() {
 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-02-27 Thread Conrad Kostecki
commit: cea6ab5fd34b6303f54a5d64a875c51559fa118a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Feb 27 23:56:27 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Mon Feb 28 00:03:01 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cea6ab5f

x11-misc/dunst: drop 1.7.3, 1.8.0

Closes: https://bugs.gentoo.org/834050
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.7.3.ebuild | 78 ---
 x11-misc/dunst/dunst-1.8.0.ebuild | 78 ---
 2 files changed, 156 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.7.3.ebuild 
b/x11-misc/dunst/dunst-1.7.3.ebuild
deleted file mode 100644
index 2658bc4c820a..
--- a/x11-misc/dunst/dunst-1.7.3.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}

diff --git a/x11-misc/dunst/dunst-1.8.0.ebuild 
b/x11-misc/dunst/dunst-1.8.0.ebuild
deleted file mode 100644
index 95b0a0bf7fb1..
--- a/x11-misc/dunst/dunst-1.8.0.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-02-25 Thread Conrad Kostecki
commit: d35d2478a433f89ffea14a7f1c1995dcf38d8495
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Fri Feb 25 11:33:56 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Fri Feb 25 11:33:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d35d2478

x11-misc/dunst: add 1.8.0

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.8.0.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 52a62bb405e6..29ad301d4c5e 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62
+DIST dunst-1.8.0.tar.gz 4603966 BLAKE2B 
796cd76f782772cc91af27d797db92f6d3a35511d8a907e060a6363604a4b58a52f1cfc755d60a158e57ccb8b612ad119c36e8bbe960d354eed59acab93c0fde
 SHA512 
b8e7f0884bb66aee8627858f667ef4db31664b07f7d7ede27c37d88fff6d7f47c62739d07fe7ab26628f95a13b13efa7704ea318dea4d0bcf0193a3fba6124bd

diff --git a/x11-misc/dunst/dunst-1.8.0.ebuild 
b/x11-misc/dunst/dunst-1.8.0.ebuild
new file mode 100644
index ..95b0a0bf7fb1
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.8.0.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/, x11-misc/dunst/files/

2022-01-20 Thread Conrad Kostecki
commit: cdb63fa7950ea04f0d1fe6e7439f6b43b5281441
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan 20 22:56:57 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan 20 22:57:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdb63fa7

x11-misc/dunst: drop 1.6.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest  |  1 -
 x11-misc/dunst/dunst-1.6.1.ebuild| 60 
 x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 --
 3 files changed, 74 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index c50981ddcceb..52a62bb405e6 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
deleted file mode 100644
index fb0a1988036b..
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/dunst-project/dunst;
-else
-   SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm x86"
-fi
-
-LICENSE="BSD"
-SLOT="0"
-IUSE="test wayland"
-RESTRICT="!test? ( test )"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   wayland? ( dev-libs/wayland )
-"
-RDEPEND="${DEPEND}"
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch )
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-   default
-}
-
-src_compile() {
-   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   dunst.systemd.service.in > dunst.service || die
-}
-
-src_install() {
-   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
-   DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   systemd_douserunit dunst.service
-}

diff --git a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch 
b/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
deleted file mode 100644
index 90a1de94de95..
--- a/x11-misc/dunst/files/dunst-1.6.1-no-Os.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/config.mk b/config.mk
-index 54426a7..2e18031 100644
 a/config.mk
-+++ b/config.mk
-@@ -36,7 +36,7 @@ endif
- 
- # flags
- DEFAULT_CPPFLAGS = -D_DEFAULT_SOURCE -DVERSION=\"${VERSION}\"
--DEFAULT_CFLAGS   = -g --std=gnu99 -pedantic -Wall -Wno-overlength-strings -Os 
${STATIC} ${ENABLE_WAYLAND}
-+DEFAULT_CFLAGS   = --std=gnu99 -pedantic -Wall -Wno-overlength-strings 
${STATIC} ${ENABLE_WAYLAND}
- DEFAULT_LDFLAGS  = -lm -lrt
- 
- CPPFLAGS_DEBUG := -DDEBUG_BUILD



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-01-20 Thread Conrad Kostecki
commit: 5a86005a0d556221e572a3d3f78978a4e9e46ba9
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan 20 22:55:21 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan 20 22:57:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a86005a

x11-misc/dunst: x86 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.7.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.7.3.ebuild 
b/x11-misc/dunst/dunst-1.7.3.ebuild
index 8eaab62529e9..2ff0e50fe086 100644
--- a/x11-misc/dunst/dunst-1.7.3.ebuild
+++ b/x11-misc/dunst/dunst-1.7.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2022-01-20 Thread Conrad Kostecki
commit: fa81a61889f42d3a0639241041de525705b22cf8
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Thu Jan 20 22:55:55 2022 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Thu Jan 20 22:57:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fa81a618

x11-misc/dunst: amd64 stable

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-1.7.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.3.ebuild 
b/x11-misc/dunst/dunst-1.7.3.ebuild
index 2ff0e50fe086..2658bc4c820a 100644
--- a/x11-misc/dunst/dunst-1.7.3.ebuild
+++ b/x11-misc/dunst/dunst-1.7.3.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-12-10 Thread Conrad Kostecki
commit: c8d3e97a4df61fa88bdba278fb4411eb60b7712a
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 11 00:06:54 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 11 00:08:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8d3e97a

x11-misc/dunst: add 1.7.3

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.7.3.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 14848b9ba096..fd28c54ceb46 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
 DIST dunst-1.7.2.tar.gz 4595479 BLAKE2B 
b2e6c5a47ebc658160619c1fdfa2b4bf749a510d02f0552be842e24e8eff158e509dffc7df6b8e656545f4eaa7adb852b8e4d0d7d8a0a48435f734a1ee20cfc8
 SHA512 
1fc5837da2ff343d9badf2af2f91e32d79b91d3376b6cbe53ed9d73a248dc6dd7752a19523743b464121af329c81e69b02b03e3c5e0daa9e20afe6eb901f65dc
+DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62

diff --git a/x11-misc/dunst/dunst-1.7.3.ebuild 
b/x11-misc/dunst/dunst-1.7.3.ebuild
new file mode 100644
index ..8eaab62529e9
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.7.3.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-12-10 Thread Conrad Kostecki
commit: e72423cd3c17b7c27058fbc4ee163c157ba9f843
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sat Dec 11 00:07:18 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sat Dec 11 00:08:28 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e72423cd

x11-misc/dunst: drop 1.7.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.7.2.ebuild | 78 ---
 2 files changed, 79 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index fd28c54ceb46..c50981ddcceb 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1,2 @@
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
-DIST dunst-1.7.2.tar.gz 4595479 BLAKE2B 
b2e6c5a47ebc658160619c1fdfa2b4bf749a510d02f0552be842e24e8eff158e509dffc7df6b8e656545f4eaa7adb852b8e4d0d7d8a0a48435f734a1ee20cfc8
 SHA512 
1fc5837da2ff343d9badf2af2f91e32d79b91d3376b6cbe53ed9d73a248dc6dd7752a19523743b464121af329c81e69b02b03e3c5e0daa9e20afe6eb901f65dc
 DIST dunst-1.7.3.tar.gz 4596283 BLAKE2B 
dff61659b777a92cd2add9b15551a7fa471eb9adda47b31bd48d6b20a34192f3f9e7147a4249047f6993a595d0d0cf9895d9a7cc84f5bbc64972f4e111e924ad
 SHA512 
e8bd8555bd9ea3dc5ae85c2459ad1fa29bbc5d575346381e828fc6efd618db1e87c40b4fceeb89aef83bb7f5df6b246d8a354ce8b13ec549f3452cb32c918d62

diff --git a/x11-misc/dunst/dunst-1.7.2.ebuild 
b/x11-misc/dunst/dunst-1.7.2.ebuild
deleted file mode 100644
index 8eaab62529e9..
--- a/x11-misc/dunst/dunst-1.7.2.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-12-05 Thread Conrad Kostecki
commit: 0f16cf8551d4de05671ce866525c1a23a6a83ea6
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec  5 19:52:19 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  5 21:45:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f16cf85

x11-misc/dunst: drop 1.7.1-r1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest  |  1 -
 x11-misc/dunst/dunst-1.7.1-r1.ebuild | 78 
 2 files changed, 79 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 2c8f865f3938..14848b9ba096 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1,2 @@
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
-DIST dunst-1.7.1.tar.gz 4585838 BLAKE2B 
3bc11b4d5e6826ca03b70aa4a2cca38e2d54170cf53e8912d55129ce23eb3bacf618f8242a6be5ddcb35d7d26d6e327b9210492af2898041eae7cdec9acd9f16
 SHA512 
5e3e0af3cff79b371e38ddf836b53ae65e2ff32d709f7bf29c29445071e98c786d430105aa61b5a80f9c709daa07f02389f141edfd4a3dcfa53b2c667782c9a9
 DIST dunst-1.7.2.tar.gz 4595479 BLAKE2B 
b2e6c5a47ebc658160619c1fdfa2b4bf749a510d02f0552be842e24e8eff158e509dffc7df6b8e656545f4eaa7adb852b8e4d0d7d8a0a48435f734a1ee20cfc8
 SHA512 
1fc5837da2ff343d9badf2af2f91e32d79b91d3376b6cbe53ed9d73a248dc6dd7752a19523743b464121af329c81e69b02b03e3c5e0daa9e20afe6eb901f65dc

diff --git a/x11-misc/dunst/dunst-1.7.1-r1.ebuild 
b/x11-misc/dunst/dunst-1.7.1-r1.ebuild
deleted file mode 100644
index 8eaab62529e9..
--- a/x11-misc/dunst/dunst-1.7.1-r1.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit systemd toolchain-funcs
-
-DESCRIPTION="Lightweight replacement for common notification daemons"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
-IUSE="wayland"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf:2
-   x11-libs/libX11
-   x11-libs/libXext
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-   x11-misc/xdg-utils
-   wayland? ( dev-libs/wayland )
-"
-
-RDEPEND="${DEPEND}"
-
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-   wayland? ( dev-libs/wayland-protocols )
-"
-
-src_prepare() {
-   default
-
-   # Respect users CFLAGS
-   sed -e 's/-Os//' -i config.mk || die
-
-   # Use correct path for dbus and system unit
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-
-   default
-}
-
-src_compile() {
-   local myemakeargs=(
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}"
-}
-
-src_install() {
-   local myemakeargs=(
-   PREFIX="${ED}/usr"
-   SYSCONFDIR="${ED}/etc"
-   SYSTEMD="0"
-   WAYLAND="$(usex wayland 1 0)"
-   )
-
-   emake "${myemakeargs[@]}" install
-
-   systemd_newuserunit dunst.systemd.service.in dunst.service
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-12-05 Thread Conrad Kostecki
commit: 89ebbae57a2fba815be98d30caabc598c6966e38
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Dec  5 19:52:03 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Dec  5 21:45:06 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89ebbae5

x11-misc/dunst: add 1.7.2

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.7.2.ebuild | 78 +++
 2 files changed, 79 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index c17bfc8f0b6a..2c8f865f3938 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
 DIST dunst-1.7.1.tar.gz 4585838 BLAKE2B 
3bc11b4d5e6826ca03b70aa4a2cca38e2d54170cf53e8912d55129ce23eb3bacf618f8242a6be5ddcb35d7d26d6e327b9210492af2898041eae7cdec9acd9f16
 SHA512 
5e3e0af3cff79b371e38ddf836b53ae65e2ff32d709f7bf29c29445071e98c786d430105aa61b5a80f9c709daa07f02389f141edfd4a3dcfa53b2c667782c9a9
+DIST dunst-1.7.2.tar.gz 4595479 BLAKE2B 
b2e6c5a47ebc658160619c1fdfa2b4bf749a510d02f0552be842e24e8eff158e509dffc7df6b8e656545f4eaa7adb852b8e4d0d7d8a0a48435f734a1ee20cfc8
 SHA512 
1fc5837da2ff343d9badf2af2f91e32d79b91d3376b6cbe53ed9d73a248dc6dd7752a19523743b464121af329c81e69b02b03e3c5e0daa9e20afe6eb901f65dc

diff --git a/x11-misc/dunst/dunst-1.7.2.ebuild 
b/x11-misc/dunst/dunst-1.7.2.ebuild
new file mode 100644
index ..8eaab62529e9
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.7.2.ebuild
@@ -0,0 +1,78 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for dbus and system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-24 Thread Conrad Kostecki
commit: b675e68f859588e3bb4fd22515f6ca0c2eb01bac
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Wed Nov 24 22:30:32 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Wed Nov 24 22:30:32 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b675e68f

x11-misc/dunst: fix path for dbus

Closes: https://bugs.gentoo.org/827167
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/{dunst-1.7.1.ebuild => dunst-1.7.1-r1.ebuild} | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1-r1.ebuild
similarity index 92%
rename from x11-misc/dunst/dunst-1.7.1.ebuild
rename to x11-misc/dunst/dunst-1.7.1-r1.ebuild
index b2ba8b6f35e7..8eaab62529e9 100644
--- a/x11-misc/dunst/dunst-1.7.1.ebuild
+++ b/x11-misc/dunst/dunst-1.7.1-r1.ebuild
@@ -44,8 +44,9 @@ src_prepare() {
# Respect users CFLAGS
sed -e 's/-Os//' -i config.mk || die
 
-   # Use correct path for system unit
+   # Use correct path for dbus and system unit
sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i org.knopwob.dunst.service.in 
|| die
 }
 
 src_configure() {



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-24 Thread Arthur Zamarin
commit: 9cf62f8cad25bd9fa01af2c569b6409e40af02d2
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 24 08:05:11 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 24 08:05:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9cf62f8c

x11-misc/dunst: Keyword 1.7.1 arm64, #825562

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

 x11-misc/dunst/dunst-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1.ebuild
index 737836cee4d0..b2ba8b6f35e7 100644
--- a/x11-misc/dunst/dunst-1.7.1.ebuild
+++ b/x11-misc/dunst/dunst-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-22 Thread Arthur Zamarin
commit: f69680d044d403583f188dbf428279b2bd7c087a
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 22 18:50:26 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 22 18:50:31 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f69680d0

x11-misc/dunst: Keyword 1.7.1 ppc64, #825562

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

 x11-misc/dunst/dunst-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1.ebuild
index f2ff79163a33..737836cee4d0 100644
--- a/x11-misc/dunst/dunst-1.7.1.ebuild
+++ b/x11-misc/dunst/dunst-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-22 Thread Arthur Zamarin
commit: 9a1cf95e92134dfd60a72aa7435adb5b8ac71ddc
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Mon Nov 22 18:50:22 2021 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Mon Nov 22 18:50:30 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a1cf95e

x11-misc/dunst: Keyword 1.7.1 ppc, #825562

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

 x11-misc/dunst/dunst-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1.ebuild
index 6fb014be17ab..f2ff79163a33 100644
--- a/x11-misc/dunst/dunst-1.7.1.ebuild
+++ b/x11-misc/dunst/dunst-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~riscv ~x86"
+KEYWORDS="~amd64 ~arm ~ppc ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-21 Thread Yixun Lan
commit: 896c914c6c4c970083698abc763c19d4892d932b
Author: Yixun Lan  gentoo  org>
AuthorDate: Mon Nov 22 05:56:43 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Mon Nov 22 05:57:24 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=896c914c

x11-misc/dunst: keyword ~riscv, bug #825562

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 x11-misc/dunst/dunst-1.7.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1.ebuild
index b1b89821e8ab..6fb014be17ab 100644
--- a/x11-misc/dunst/dunst-1.7.1.ebuild
+++ b/x11-misc/dunst/dunst-1.7.1.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm ~riscv ~x86"
 IUSE="wayland"
 
 DEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-21 Thread Conrad Kostecki
commit: 4cb2dc2f57bfeb4e955ec6a3cb0e321e7a5004ab
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Nov 21 14:39:00 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Nov 21 14:41:01 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4cb2dc2f

x11-misc/dunst: update live ebuild

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 61 +++-
 1 file changed, 35 insertions(+), 26 deletions(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index dbbb4b319428..c26bd529c4b9 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -1,40 +1,38 @@
 # Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=7
-inherit systemd toolchain-funcs
+EAPI=8
 
-DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+inherit git-r3 systemd toolchain-funcs
+
+EGIT_REPO_URI="https://github.com/dunst-project/dunst;
 
-if [[ ${PV} == * ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://github.com/dunst-project/dunst;
-else
-   SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
-fi
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
 
 LICENSE="BSD"
 SLOT="0"
-IUSE="test wayland"
-RESTRICT="!test? ( test )"
+KEYWORDS=""
+IUSE="wayland"
 
 DEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
+   x11-libs/gdk-pixbuf:2
x11-libs/libX11
-   x11-libs/libXScrnSaver
x11-libs/libXext
+   x11-libs/libXScrnSaver
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libnotify
x11-libs/pango[X]
+   x11-misc/xdg-utils
wayland? ( dev-libs/wayland )
 "
+
 RDEPEND="${DEPEND}"
+
 BDEPEND="
dev-lang/perl
virtual/pkgconfig
@@ -44,26 +42,37 @@ BDEPEND="
 src_prepare() {
default
 
-   sed -i \
-   -e "/^DEFAULT_CFLAGS/s/-g //" \
-   -e "/^DEFAULT_CFLAGS/s/-Os //" \
-   config.mk \
-   || die "sed failed"
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
 }
 
 src_configure() {
tc-export CC PKG_CONFIG
+
default
 }
 
 src_compile() {
-   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
-   sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   dunst.systemd.service.in > dunst.service || die
+   local myemakeargs=(
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
 }
 
 src_install() {
-   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
-   DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   systemd_douserunit dunst.service
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-21 Thread Conrad Kostecki
commit: 14296b83358566d68ee67156f59b2eac34672270
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Nov 21 13:55:17 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Nov 21 14:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14296b83

x11-misc/dunst: add myself as maintainer

Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/metadata.xml | 5 -
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index 08e7367e5806..716fc2b4f111 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -1,7 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd;>
 
-   
+   
+   conik...@gentoo.org
+   Conrad Kostecki
+   

Experimental replacement for 
notify-send.




[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-21 Thread Conrad Kostecki
commit: 7268c6c6b2514b3bda90facd386331db53e40190
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Nov 21 13:57:27 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Nov 21 14:40:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7268c6c6

x11-misc/dunst: drop old version

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  2 --
 x11-misc/dunst/dunst-1.4.1.ebuild | 53 ---
 x11-misc/dunst/dunst-1.5.0.ebuild | 48 ---
 x11-misc/dunst/metadata.xml   |  3 ---
 4 files changed, 106 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 46f77b7e0295..9e4e2f70296d 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1 @@
-DIST dunst-1.4.1.tar.gz 160124 BLAKE2B 
d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270
 SHA512 
43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb
-DIST dunst-1.5.0.tar.gz 169272 BLAKE2B 
63c33e62f61aefec67e5420d5afe41808cf8b377c0decde92781ef541315c955b715aa78c6e1a2288b916cabf7830d5621366d53731d477e3c4a6a60349f4c8b
 SHA512 
2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96

diff --git a/x11-misc/dunst/dunst-1.4.1.ebuild 
b/x11-misc/dunst/dunst-1.4.1.ebuild
deleted file mode 100644
index 6bd70a292b88..
--- a/x11-misc/dunst/dunst-1.4.1.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="dunstify"
-
-CDEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
-"
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
-
-   default
-}
-
-src_compile() {
-   tc-export CC
-   emake
-   use dunstify && emake dunstify
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   use dunstify && dobin dunstify
-
-   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
-}

diff --git a/x11-misc/dunst/dunst-1.5.0.ebuild 
b/x11-misc/dunst/dunst-1.5.0.ebuild
deleted file mode 100644
index 2e108755ce51..
--- a/x11-misc/dunst/dunst-1.5.0.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-inherit toolchain-funcs
-
-DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-
-DEPEND="
-   dev-libs/glib:2
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/libnotify
-   x11-libs/pango[X]
-"
-BDEPEND="
-   dev-lang/perl
-   virtual/pkgconfig
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
-
-   default
-}
-
-src_configure() {
-   tc-export CC PKG_CONFIG
-   default
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
-}

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index 716fc2b4f111..47e53e6187f7 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -5,9 +5,6 @@
conik...@gentoo.org
Conrad Kostecki

-   
-   Experimental replacement for 
notify-send.
-   

dunst-project/dunst




[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-11-21 Thread Conrad Kostecki
commit: b09299ffd419f7cff7e939599f02cf3a7c9bc9ef
Author: Conrad Kostecki  gentoo  org>
AuthorDate: Sun Nov 21 14:37:49 2021 +
Commit: Conrad Kostecki  gentoo  org>
CommitDate: Sun Nov 21 14:41:00 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b09299ff

x11-misc/dunst: add 1.7.1

Signed-off-by: Conrad Kostecki  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.7.1.ebuild | 77 +++
 2 files changed, 78 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 9e4e2f70296d..c17bfc8f0b6a 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96
+DIST dunst-1.7.1.tar.gz 4585838 BLAKE2B 
3bc11b4d5e6826ca03b70aa4a2cca38e2d54170cf53e8912d55129ce23eb3bacf618f8242a6be5ddcb35d7d26d6e327b9210492af2898041eae7cdec9acd9f16
 SHA512 
5e3e0af3cff79b371e38ddf836b53ae65e2ff32d709f7bf29c29445071e98c786d430105aa61b5a80f9c709daa07f02389f141edfd4a3dcfa53b2c667782c9a9

diff --git a/x11-misc/dunst/dunst-1.7.1.ebuild 
b/x11-misc/dunst/dunst-1.7.1.ebuild
new file mode 100644
index ..b1b89821e8ab
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.7.1.ebuild
@@ -0,0 +1,77 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Lightweight replacement for common notification daemons"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="wayland"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf:2
+   x11-libs/libX11
+   x11-libs/libXext
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   x11-misc/xdg-utils
+   wayland? ( dev-libs/wayland )
+"
+
+RDEPEND="${DEPEND}"
+
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+src_prepare() {
+   default
+
+   # Respect users CFLAGS
+   sed -e 's/-Os//' -i config.mk || die
+
+   # Use correct path for system unit
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" -i dunst.systemd.service.in || die
+}
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+
+   default
+}
+
+src_compile() {
+   local myemakeargs=(
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}"
+}
+
+src_install() {
+   local myemakeargs=(
+   PREFIX="${ED}/usr"
+   SYSCONFDIR="${ED}/etc"
+   SYSTEMD="0"
+   WAYLAND="$(usex wayland 1 0)"
+   )
+
+   emake "${myemakeargs[@]}" install
+
+   systemd_newuserunit dunst.systemd.service.in dunst.service
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-07-16 Thread Joonas Niilola
commit: 67223872158b0a243523fb9aacefed3233dbd4fa
Author: Thomas Schneider  chaotikum  eu>
AuthorDate: Thu Jul 15 11:56:48 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 09:51:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67223872

x11-misc/dunst: Use sed instead of patch file in -

This way it won’t fail when config.mk changes upstream.

Closes: https://bugs.gentoo.org/790854
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Thomas Schneider  chaotikum.eu>
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 10 +-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index 9e6ef65b51b..37ee134187e 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -40,7 +40,15 @@ BDEPEND="
wayland? ( dev-libs/wayland-protocols )
 "
 
-PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch )
+src_prepare() {
+   default
+
+   sed -i \
+   -e "/^DEFAULT_CFLAGS/s/-g //" \
+   -e "/^DEFAULT_CFLAGS/s/-Os //" \
+   config.mk \
+   || die "sed failed"
+}
 
 src_configure() {
tc-export CC PKG_CONFIG



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-07-16 Thread Joonas Niilola
commit: c30c1db50a00e63c67cceb566e9001fed6aa1107
Author: Joonas Niilola  gentoo  org>
AuthorDate: Fri Jul 16 09:51:21 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Fri Jul 16 09:51:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c30c1db5

x11-misc/dunst: add a missing dep for -

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 1 +
 1 file changed, 1 insertion(+)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index 37ee134187e..dbbb4b31942 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -27,6 +27,7 @@ DEPEND="
x11-libs/gdk-pixbuf
x11-libs/libX11
x11-libs/libXScrnSaver
+   x11-libs/libXext
x11-libs/libXinerama
x11-libs/libXrandr
x11-libs/libnotify



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-05-13 Thread Sam James
commit: 1959b45c17d25cf770763977378430b93ccaa49d
Author: Sam James  gentoo  org>
AuthorDate: Fri May 14 00:38:09 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 14 00:38:20 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1959b45c

x11-misc/dunst: Stabilize 1.6.1 x86, #790068

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

 x11-misc/dunst/dunst-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
index 1f2b186036c..fb0a1988036 100644
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/dunst-project/dunst;
 else
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-05-13 Thread Sam James
commit: 4de4119fb338c0528186563774f45313135ddae8
Author: Sam James  gentoo  org>
AuthorDate: Fri May 14 00:37:53 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri May 14 00:38:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de4119f

x11-misc/dunst: Stabilize 1.6.1 amd64, #790068

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

 x11-misc/dunst/dunst-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
index 9e6ef65b51b..1f2b186036c 100644
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -12,7 +12,7 @@ if [[ ${PV} == * ]]; then
EGIT_REPO_URI="https://github.com/dunst-project/dunst;
 else
SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~arm ~x86"
+   KEYWORDS="amd64 ~arm ~x86"
 fi
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-04-29 Thread Joonas Niilola
commit: 7ec2447f3cd8d2032c829a8ceb30e9bfc9b50f9e
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Apr 29 11:41:20 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 29 11:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ec2447f

x11-misc/dunst: sync live ebuild

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index 9ad8b28bb80..9e6ef65b51b 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit systemd toolchain-funcs
 
 DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/;
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -50,11 +50,11 @@ src_configure() {
 src_compile() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   dunst.systemd.service.in > dunst.service
+   dunst.systemd.service.in > dunst.service || die
 }
 
 src_install() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
- DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
systemd_douserunit dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-04-29 Thread Joonas Niilola
commit: 212012522d0386acb3489a529ad235bba76c2723
Author: Aisha Tammy  bsd  ac>
AuthorDate: Sun Apr 18 20:33:19 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 29 11:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21201252

x11-misc/dunst: fix systemd unit file

Closes: https://bugs.gentoo.org/782499
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/20447
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-1.6.1.ebuild | 4 ++--
 x11-misc/dunst/dunst-.ebuild  | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
index db38e7cda0a..9ad8b28bb80 100644
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -50,11 +50,11 @@ src_configure() {
 src_compile() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   -i dunst.systemd.service.in > dunst.service
+   dunst.systemd.service.in > dunst.service
 }
 
 src_install() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
  DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   systemd_dounit dunst.service
+   systemd_douserunit dunst.service
 }

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index db38e7cda0a..9ad8b28bb80 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -50,11 +50,11 @@ src_configure() {
 src_compile() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   -i dunst.systemd.service.in > dunst.service
+   dunst.systemd.service.in > dunst.service
 }
 
 src_install() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
  DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
-   systemd_dounit dunst.service
+   systemd_douserunit dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-04-29 Thread Joonas Niilola
commit: ae5fcebfdf1d01d7ea92e3951dcdf4125d242dbd
Author: Joonas Niilola  gentoo  org>
AuthorDate: Thu Apr 29 11:40:26 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Apr 29 11:43:43 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae5fcebf

x11-misc/dunst: add missing die to 1.6.1

Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-1.6.1.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
index 9ad8b28bb80..9e6ef65b51b 100644
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit systemd toolchain-funcs
 
 DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/;
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
 
 if [[ ${PV} == * ]]; then
inherit git-r3
@@ -50,11 +50,11 @@ src_configure() {
 src_compile() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
-   dunst.systemd.service.in > dunst.service
+   dunst.systemd.service.in > dunst.service || die
 }
 
 src_install() {
emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
- DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
systemd_douserunit dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2021-03-04 Thread Joonas Niilola
commit: 9b7bf4f93478a389cc86043231314ed1fa3888cb
Author: Aisha Tammy  aisha  cc>
AuthorDate: Thu Mar  4 14:35:57 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  4 17:42:33 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b7bf4f9

x11-misc/dunst: fix install for wayland only systems

Closes: https://bugs.gentoo.org/774183
Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19764
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/dunst-1.6.1.ebuild | 3 ++-
 x11-misc/dunst/dunst-.ebuild  | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
index b4ea0aaabb0..db38e7cda0a 100644
--- a/x11-misc/dunst/dunst-1.6.1.ebuild
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -54,6 +54,7 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
+ DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
systemd_dounit dunst.service
 }

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index b4ea0aaabb0..db38e7cda0a 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -54,6 +54,7 @@ src_compile() {
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0 \
+ DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
systemd_dounit dunst.service
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/, x11-misc/dunst/files/

2021-03-04 Thread Joonas Niilola
commit: 98c8397688f16da06947dd96c33cb5e97addac50
Author: Aisha Tammy  aisha  cc>
AuthorDate: Mon Mar  1 12:37:37 2021 +
Commit: Joonas Niilola  gentoo  org>
CommitDate: Thu Mar  4 12:59:11 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98c83976

x11-misc/dunst: version bump to 1.6.1

new maintainer

Package-Manager: Portage-3.0.16, Repoman-3.0.2
Signed-off-by: Aisha Tammy  aisha.cc>
Closes: https://github.com/gentoo/gentoo/pull/19719
Signed-off-by: Joonas Niilola  gentoo.org>

 x11-misc/dunst/Manifest  |  1 +
 x11-misc/dunst/dunst-1.6.1.ebuild| 59 
 x11-misc/dunst/dunst-.ebuild | 41 +++
 x11-misc/dunst/files/dunst-1.6.1-no-Os.patch | 13 ++
 x11-misc/dunst/metadata.xml  | 10 +++--
 5 files changed, 105 insertions(+), 19 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index cdb47650637..46f77b7e029 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
 DIST dunst-1.4.1.tar.gz 160124 BLAKE2B 
d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270
 SHA512 
43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb
 DIST dunst-1.5.0.tar.gz 169272 BLAKE2B 
63c33e62f61aefec67e5420d5afe41808cf8b377c0decde92781ef541315c955b715aa78c6e1a2288b916cabf7830d5621366d53731d477e3c4a6a60349f4c8b
 SHA512 
2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85
+DIST dunst-1.6.1.tar.gz 217267 BLAKE2B 
267e5be6a079097fb5a677bd2451b0e5bcbcddadf4c4de9af87d4eab7dd90b61908f140db3f1238b6a79d370fc3bb89c062c6b4deeefae6c9c0069b55017e907
 SHA512 
079ffd0ff75f1865b68cb8db261849cbe4f68b5c632c39ef8f7a3d193ff3eba3734bca31cb7268f27c9a411aec56e4c484c383b419bc0b4755b7d80ede84cd96

diff --git a/x11-misc/dunst/dunst-1.6.1.ebuild 
b/x11-misc/dunst/dunst-1.6.1.ebuild
new file mode 100644
index 000..b4ea0aaabb0
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.6.1.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit systemd toolchain-funcs
+
+DESCRIPTION="Customizable and lightweight notification-daemon"
+HOMEPAGE="https://dunst-project.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dunst-project/dunst;
+else
+   SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
+
+LICENSE="BSD"
+SLOT="0"
+IUSE="test wayland"
+RESTRICT="!test? ( test )"
+
+DEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/libnotify
+   x11-libs/pango[X]
+   wayland? ( dev-libs/wayland )
+"
+RDEPEND="${DEPEND}"
+BDEPEND="
+   dev-lang/perl
+   virtual/pkgconfig
+   wayland? ( dev-libs/wayland-protocols )
+"
+
+PATCHES=( "${FILESDIR}"/${PN}-1.6.1-no-Os.patch )
+
+src_configure() {
+   tc-export CC PKG_CONFIG
+   default
+}
+
+src_compile() {
+   emake WAYLAND=$(usex wayland 1 0) SYSTEMD=0
+   sed -e "s|##PREFIX##|${EPREFIX}/usr|" \
+   -i dunst.systemd.service.in > dunst.service
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="${EPREFIX}/usr" install
+   systemd_dounit dunst.service
+}

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index f341b6af662..b4ea0aaabb0 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -1,16 +1,24 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-inherit git-r3 toolchain-funcs
+inherit systemd toolchain-funcs
 
 DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-EGIT_REPO_URI="https://github.com/${PN}-project/${PN};
+HOMEPAGE="https://dunst-project.org/;
+
+if [[ ${PV} == * ]]; then
+   inherit git-r3
+   EGIT_REPO_URI="https://github.com/dunst-project/dunst;
+else
+   SRC_URI="https://github.com/dunst-project/dunst/archive/v${PV}.tar.gz 
-> ${P}.tar.gz"
+   KEYWORDS="~amd64 ~arm ~x86"
+fi
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS=""
+IUSE="test wayland"
+RESTRICT="!test? ( test )"
 
 DEPEND="
dev-libs/glib:2
@@ -23,28 +31,29 @@ DEPEND="
x11-libs/libXrandr
x11-libs/libnotify
x11-libs/pango[X]
+   wayland? ( dev-libs/wayland )
 "
+RDEPEND="${DEPEND}"
 BDEPEND="
dev-lang/perl
virtual/pkgconfig
-"
-RDEPEND="
-   ${DEPEND}
+  

[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2020-09-05 Thread Jeroen Roovers
commit: a33ddfbcc32dbce0c8698d392e41a458cd14ccf4
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep  5 10:47:39 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep  5 10:49:10 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a33ddfbc

x11-misc/dunst: Drop USE=dunstify, fix deps

- Set BDEPEND
- Export PKG_CONFIG
- Remove USE=dunstify

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Bug: https://bugs.gentoo.org/740392
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/dunst-1.5.0.ebuild | 19 +++
 x11-misc/dunst/dunst-.ebuild  | 21 +
 2 files changed, 16 insertions(+), 24 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.5.0.ebuild 
b/x11-misc/dunst/dunst-1.5.0.ebuild
index 5fd88619727..2e108755ce5 100644
--- a/x11-misc/dunst/dunst-1.5.0.ebuild
+++ b/x11-misc/dunst/dunst-1.5.0.ebuild
@@ -11,9 +11,8 @@ 
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dunstify"
 
-CDEPEND="
+DEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/cairo[X,glib]
@@ -22,15 +21,14 @@ CDEPEND="
x11-libs/libXScrnSaver
x11-libs/libXinerama
x11-libs/libXrandr
+   x11-libs/libnotify
x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
 "
-DEPEND="
-   ${CDEPEND}
+BDEPEND="
dev-lang/perl
virtual/pkgconfig
 "
-RDEPEND="${CDEPEND}"
+RDEPEND="${DEPEND}"
 
 src_prepare() {
sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
@@ -38,16 +36,13 @@ src_prepare() {
default
 }
 
-src_compile() {
-   tc-export CC
-   emake
-   use dunstify && emake dunstify
+src_configure() {
+   tc-export CC PKG_CONFIG
+   default
 }
 
 src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
 
-   use dunstify && dobin dunstify
-
dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
 }

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
index e756b3ec1f8..f341b6af662 100644
--- a/x11-misc/dunst/dunst-.ebuild
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -11,9 +11,8 @@ EGIT_REPO_URI="https://github.com/${PN}-project/${PN};
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS=""
-IUSE="dunstify"
 
-CDEPEND="
+DEPEND="
dev-libs/glib:2
sys-apps/dbus
x11-libs/cairo[X,glib]
@@ -22,15 +21,16 @@ CDEPEND="
x11-libs/libXScrnSaver
x11-libs/libXinerama
x11-libs/libXrandr
+   x11-libs/libnotify
x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
 "
-DEPEND="
-   ${CDEPEND}
+BDEPEND="
dev-lang/perl
virtual/pkgconfig
 "
-RDEPEND="${CDEPEND}"
+RDEPEND="
+   ${DEPEND}
+"
 
 src_prepare() {
sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
@@ -38,16 +38,13 @@ src_prepare() {
default
 }
 
-src_compile() {
-   tc-export CC
-   emake
-   use dunstify && emake dunstify
+src_configure() {
+   tc-export CC PKG_CONFIG
+   default
 }
 
 src_install() {
emake DESTDIR="${D}" PREFIX="/usr" install
 
-   use dunstify && dobin dunstify
-
dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2020-09-04 Thread Jeroen Roovers
commit: a2f940735d7b74d4d087cc5d85bf62cbca012885
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Fri Sep  4 08:12:09 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Fri Sep  4 08:12:44 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2f94073

x11-misc/dunst: Version 1.5.0

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.5.0.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index fe4139d5185..cdb47650637 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.4.1.tar.gz 160124 BLAKE2B 
d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270
 SHA512 
43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb
+DIST dunst-1.5.0.tar.gz 169272 BLAKE2B 
63c33e62f61aefec67e5420d5afe41808cf8b377c0decde92781ef541315c955b715aa78c6e1a2288b916cabf7830d5621366d53731d477e3c4a6a60349f4c8b
 SHA512 
2057dc530adce1dac89f12f4ca55e9186d378ccc2b406e0fa20d43bc69f671dc303b608a4fea781ab1193bd2e159dcbdecf3baf50e27ac9b0f164965b5824c85

diff --git a/x11-misc/dunst/dunst-1.5.0.ebuild 
b/x11-misc/dunst/dunst-1.5.0.ebuild
new file mode 100644
index 000..5fd88619727
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.5.0.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Customizable and lightweight notification-daemon"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dunstify"
+
+CDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/pango[X]
+   dunstify? ( x11-libs/libnotify )
+"
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake
+   use dunstify && emake dunstify
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   use dunstify && dobin dunstify
+
+   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2020-01-23 Thread Jeroen Roovers
commit: c62ff4e60d02a91e341099f82c75977dba84aae2
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 23 10:24:49 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 23 10:25:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c62ff4e6

x11-misc/dunst: Add live ebuild

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/dunst-.ebuild | 53 
 1 file changed, 53 insertions(+)

diff --git a/x11-misc/dunst/dunst-.ebuild b/x11-misc/dunst/dunst-.ebuild
new file mode 100644
index 000..e756b3ec1f8
--- /dev/null
+++ b/x11-misc/dunst/dunst-.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit git-r3 toolchain-funcs
+
+DESCRIPTION="Customizable and lightweight notification-daemon"
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
+EGIT_REPO_URI="https://github.com/${PN}-project/${PN};
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE="dunstify"
+
+CDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/pango[X]
+   dunstify? ( x11-libs/libnotify )
+"
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake
+   use dunstify && emake dunstify
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   use dunstify && dobin dunstify
+
+   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2020-01-23 Thread Jeroen Roovers
commit: 5c49d45c62b45c3ad8d98c1baf28ae38363f2bd9
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 23 10:21:59 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 23 10:25:05 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c49d45c

x11-misc/dunst: Stable

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/dunst-1.4.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.4.1.ebuild 
b/x11-misc/dunst/dunst-1.4.1.ebuild
index c4b08b6ace5..6bd70a292b8 100644
--- a/x11-misc/dunst/dunst-1.4.1.ebuild
+++ b/x11-misc/dunst/dunst-1.4.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="dunstify"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2020-01-23 Thread Jeroen Roovers
commit: ceb379df5580f9569f94debd2c0723ab481420aa
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Jan 23 10:22:36 2020 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Jan 23 10:25:06 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ceb379df

x11-misc/dunst: Old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.3.2.ebuild | 56 ---
 2 files changed, 57 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 4c8d801be91..fe4139d5185 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 
97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538
 SHA512 
eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465
 DIST dunst-1.4.1.tar.gz 160124 BLAKE2B 
d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270
 SHA512 
43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb

diff --git a/x11-misc/dunst/dunst-1.3.2.ebuild 
b/x11-misc/dunst/dunst-1.3.2.ebuild
deleted file mode 100644
index 84d3fba63c5..000
--- a/x11-misc/dunst/dunst-1.3.2.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="dunstify"
-
-CDEPEND="
-   dev-libs/glib:2
-   dev-libs/libxdg-basedir
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/libX11
-   x11-libs/libXScrnSaver
-   x11-libs/libXinerama
-   x11-libs/libXrandr
-   x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
-"
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig
-"
-
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
-
-   default
-}
-
-src_compile() {
-   tc-export CC
-   emake
-   use dunstify && emake dunstify
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   use dunstify && dobin dunstify
-
-   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2019-10-28 Thread Jeroen Roovers
commit: b53322afa447fb1a6044405781622e5c8c378c9d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct 28 10:40:41 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct 28 10:41:15 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b53322af

x11-misc/dunst: Update HOMEPAGE

Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/dunst-1.3.2.ebuild | 4 ++--
 x11-misc/dunst/dunst-1.4.1.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.3.2.ebuild 
b/x11-misc/dunst/dunst-1.3.2.ebuild
index 0bd294ebd43..84d3fba63c5 100644
--- a/x11-misc/dunst/dunst-1.3.2.ebuild
+++ b/x11-misc/dunst/dunst-1.3.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,7 +6,7 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
 SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"

diff --git a/x11-misc/dunst/dunst-1.4.1.ebuild 
b/x11-misc/dunst/dunst-1.4.1.ebuild
index b4cd7451bb5..c4b08b6ace5 100644
--- a/x11-misc/dunst/dunst-1.4.1.ebuild
+++ b/x11-misc/dunst/dunst-1.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=7
 inherit toolchain-funcs
 
 DESCRIPTION="Customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
+HOMEPAGE="https://dunst-project.org/ https://github.com/dunst-project/dunst;
 SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
 
 LICENSE="BSD"



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2019-10-06 Thread Jeroen Roovers
commit: c159f2820ae8e6a1f6ebfa72e2609f3066f75630
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Mon Oct  7 03:49:50 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Mon Oct  7 03:51:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c159f282

x11-misc/dunst: Version 1.4.1

Package-Manager: Portage-2.3.76, Repoman-2.3.17
Fixes: https://bugs.gentoo.org/696876
Reported-by: Hund
Signed-off-by: Jeroen Roovers  gentoo.org>

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.4.1.ebuild | 53 +++
 2 files changed, 54 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 29ccea4b22e..4c8d801be91 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 
97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538
 SHA512 
eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465
+DIST dunst-1.4.1.tar.gz 160124 BLAKE2B 
d618b3bffc8f4518f58d28e108a8aadf1ff71164f581632bc198b3d0a81f6efa0fff73513fa5d46ec4a7058bb1beb8d8a51cb01e4621c76f8d3f8653cc6e2270
 SHA512 
43667898e123ef0dea59e2ca55a76686785906e44b453b2a86bdf361045b3f6b751a2e81fa9f562127f80bf47f8c9248960c37f8365dbbe409d72ddc3deb34fb

diff --git a/x11-misc/dunst/dunst-1.4.1.ebuild 
b/x11-misc/dunst/dunst-1.4.1.ebuild
new file mode 100644
index 000..b4cd7451bb5
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.4.1.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit toolchain-funcs
+
+DESCRIPTION="Customizable and lightweight notification-daemon"
+HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dunstify"
+
+CDEPEND="
+   dev-libs/glib:2
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/pango[X]
+   dunstify? ( x11-libs/libnotify )
+"
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake
+   use dunstify && emake dunstify
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   use dunstify && dobin dunstify
+
+   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-07-09 Thread Johannes Huber
commit: 74230b9471320fa35e95f5b62eae6f9cc64a0917
Author: Johannes Huber  gentoo  org>
AuthorDate: Mon Jul  9 16:21:01 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Mon Jul  9 16:21:14 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74230b94

x11-misc/dunst: Remove 1.1.0

Superseded by 1.3.2.

Package-Manager: Portage-2.3.41, Repoman-2.3.9

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.1.0.ebuild | 67 ---
 2 files changed, 68 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index d328eaac6f8..29ccea4b22e 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1 @@
-DIST dunst-1.1.0.tar.bz2 79032 BLAKE2B 
d0c0550a7bc2da5ba5f3fdfd04d06c03e70cf3bc4b69dc69071667a885a361fbb9564dc02d6a0530b85eea2df845b8b5f917ceef0dbe5159f968f20ef50762f6
 SHA512 
ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
 DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 
97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538
 SHA512 
eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465

diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild 
b/x11-misc/dunst/dunst-1.1.0.ebuild
deleted file mode 100644
index 1ce9d2c4edb..000
--- a/x11-misc/dunst/dunst-1.1.0.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/;
-SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~arm x86"
-IUSE="dunstify"
-
-CDEPEND="
-   dev-libs/glib:2
-   dev-libs/libxdg-basedir
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/libXScrnSaver
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
-"
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig
-"
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   sed -i \
-   -e '/^CFLAGS/ { s:-g::; s:-O.:: }' \
-   -e '/^CPPFLAGS/ s:-D_BSD_SOURCE:-D_DEFAULT_SOURCE:' \
-   config.mk || die
-
-   sed -i \
-   -e 's:registration_id > 0:(&):' \
-   dbus.c || die
-
-   sed -i \
-   -e '/g_print.*iter->data/ s:iter->data:(char *)&:' \
-   dunstify.c || die
-
-   default
-}
-
-src_compile() {
-   tc-export CC
-   emake V=
-
-   use dunstify && emake V= dunstify
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   if use dunstify; then
-   dobin dunstify
-   fi
-
-   dodoc CHANGELOG
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-07-09 Thread Mikle Kolyada
commit: a0e3dd2bf348b61ee3360f30e4664f067c5f8557
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jul  9 15:13:44 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jul  9 15:13:44 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0e3dd2b

x11-misc/dunst: amd64 stable wrt bug #659232

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/dunst/dunst-1.3.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.3.2.ebuild 
b/x11-misc/dunst/dunst-1.3.2.ebuild
index e4b9b064c4f..0bd294ebd43 100644
--- a/x11-misc/dunst/dunst-1.3.2.ebuild
+++ b/x11-misc/dunst/dunst-1.3.2.ebuild
@@ -11,7 +11,7 @@ 
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~arm x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="dunstify"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-06-26 Thread Johannes Huber
commit: de42ee986f0799489852e6aa137b8b24d795a09e
Author: Johannes Huber  gentoo  org>
AuthorDate: Tue Jun 26 12:30:09 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Tue Jun 26 12:30:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de42ee98

x11-misc/dunst: Remove 1.2.0

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 x11-misc/dunst/Manifest   |  1 -
 x11-misc/dunst/dunst-1.2.0.ebuild | 55 ---
 2 files changed, 56 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index d0bae2c4d20..d328eaac6f8 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1,2 @@
 DIST dunst-1.1.0.tar.bz2 79032 BLAKE2B 
d0c0550a7bc2da5ba5f3fdfd04d06c03e70cf3bc4b69dc69071667a885a361fbb9564dc02d6a0530b85eea2df845b8b5f917ceef0dbe5159f968f20ef50762f6
 SHA512 
ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
-DIST dunst-1.2.0.tar.gz 110628 BLAKE2B 
4bd695c31da23aa5657e3f8aac7c3d54d66f720f57d1b256c215f5d0a42c1367fbca7838f6f8e85c87df7a65c4679413be30608b48e3f017f54e695fa064c10a
 SHA512 
223c8aae61574770a76bff84723643a3c03d3d9a8f4094bc4e92e16826703e7c0a7c3327945db8469b8dcc48fe5cfaba51e6724149e6571a7ffc1716656e30f3
 DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 
97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538
 SHA512 
eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
deleted file mode 100644
index 01a433b8b8e..000
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit toolchain-funcs
-
-DESCRIPTION="customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
-SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~x86"
-IUSE="dunstify"
-
-CDEPEND="
-   dev-libs/glib:2
-   dev-libs/libxdg-basedir
-   sys-apps/dbus
-   x11-libs/cairo[X,glib]
-   x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2=
-   x11-libs/libXScrnSaver
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
-"
-DEPEND="
-   ${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig
-"
-
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
-
-   default
-}
-
-src_compile() {
-   tc-export CC
-   emake
-   use dunstify && emake dunstify
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   use dunstify && dobin dunstify
-
-   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
-}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-05-23 Thread Johannes Huber
commit: e21e80fc31420709adeca54d80c8686338e6257d
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 23 18:25:02 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 23 18:38:18 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e21e80fc

x11-misc/dunst: Add github remote id

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-misc/dunst/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index 451ff2a58e9..de3681ee131 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -8,4 +8,7 @@

Experimental replacement for 
notify-send.

+   
+   dunst-project/dunst
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-05-23 Thread Johannes Huber
commit: 0b207e676f8e562e0fabad4b482a1a24a9ad3733
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 23 18:21:49 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 23 18:38:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b207e67

x11-misc/dunst: Indent metadata

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-misc/dunst/metadata.xml | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index f0fe7c4c53c..451ff2a58e9 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -1,11 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-
-desktop-m...@gentoo.org
-Gentoo Desktop Miscellaneous Project
-
-
-Experimental replacement for notify-send.
-
+   
+   desktop-m...@gentoo.org
+   Gentoo Desktop Miscellaneous Project
+   
+   
+   Experimental replacement for 
notify-send.
+   
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-05-23 Thread Johannes Huber
commit: 9791435f5f4d4c948db1131860a52e43e68d60c5
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 23 18:20:32 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 23 18:38:17 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9791435f

x11-misc/dunst: Restore arm keyword

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-misc/dunst/dunst-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
index ceff714d927..01a433b8b8e 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.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
@@ -10,7 +10,7 @@ 
SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> ${P}.ta
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~arm ~x86"
 IUSE="dunstify"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2018-05-23 Thread Johannes Huber
commit: 47f8b2e3580d9f092c4816f2fcdb87bdf22bd954
Author: Johannes Huber  gentoo  org>
AuthorDate: Wed May 23 18:37:37 2018 +
Commit: Johannes Huber  gentoo  org>
CommitDate: Wed May 23 18:38:19 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47f8b2e3

x11-misc/dunst: Version bump 1.3.2

Package-Manager: Portage-2.3.38, Repoman-2.3.9

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.3.2.ebuild | 56 +++
 2 files changed, 57 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index f0d8e69fddd..d0bae2c4d20 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,2 +1,3 @@
 DIST dunst-1.1.0.tar.bz2 79032 BLAKE2B 
d0c0550a7bc2da5ba5f3fdfd04d06c03e70cf3bc4b69dc69071667a885a361fbb9564dc02d6a0530b85eea2df845b8b5f917ceef0dbe5159f968f20ef50762f6
 SHA512 
ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
 DIST dunst-1.2.0.tar.gz 110628 BLAKE2B 
4bd695c31da23aa5657e3f8aac7c3d54d66f720f57d1b256c215f5d0a42c1367fbca7838f6f8e85c87df7a65c4679413be30608b48e3f017f54e695fa064c10a
 SHA512 
223c8aae61574770a76bff84723643a3c03d3d9a8f4094bc4e92e16826703e7c0a7c3327945db8469b8dcc48fe5cfaba51e6724149e6571a7ffc1716656e30f3
+DIST dunst-1.3.2.tar.gz 121575 BLAKE2B 
97f0011ce960a7852dca5a2917e328de2cc1a052ad0b7c2f07e878e3b6eb5281e49a070a574885b9a66eb6dc30ac07fdfd6322b44cbb7dbc1edf8d193a68b538
 SHA512 
eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465

diff --git a/x11-misc/dunst/dunst-1.3.2.ebuild 
b/x11-misc/dunst/dunst-1.3.2.ebuild
new file mode 100644
index 000..18ef727cb18
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.3.2.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="Customizable and lightweight notification-daemon"
+HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~x86"
+IUSE="dunstify"
+
+CDEPEND="
+   dev-libs/glib:2
+   dev-libs/libxdg-basedir
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/libX11
+   x11-libs/libXScrnSaver
+   x11-libs/libXinerama
+   x11-libs/libXrandr
+   x11-libs/pango[X]
+   dunstify? ( x11-libs/libnotify )
+"
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake
+   use dunstify && emake dunstify
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   use dunstify && dobin dunstify
+
+   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-09-09 Thread Jeroen Roovers
commit: be2939d93ac65776cd825462cd25d5f31241b44c
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep  9 12:32:45 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep  9 12:32:45 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be2939d9

x11-misc/dunst: Fix src_install().

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/dunst/dunst-1.2.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
index 40b3555454b..ceff714d927 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -47,9 +47,9 @@ src_compile() {
 }
 
 src_install() {
-   default
+   emake DESTDIR="${D}" PREFIX="/usr" install
 
-   dunstify && dobin dunstify
+   use dunstify && dobin dunstify
 
dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-09-09 Thread Jeroen Roovers
commit: 89decf31a4c1055df9abfee09242092f6a7eb22e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep  9 12:29:32 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep  9 12:30:15 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=89decf31

x11-misc/dunst: Drop gtk+ dep for 1.1.0. Respect CC. Fix some compiler warnings.

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/dunst/dunst-1.1.0.ebuild | 45 ++-
 x11-misc/dunst/dunst-1.2.0.ebuild | 22 +--
 2 files changed, 36 insertions(+), 31 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild 
b/x11-misc/dunst/dunst-1.1.0.ebuild
index 01fcda42db9..1ce9d2c4edb 100644
--- a/x11-misc/dunst/dunst-1.1.0.ebuild
+++ b/x11-misc/dunst/dunst-1.1.0.ebuild
@@ -1,9 +1,8 @@
 # Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-
-inherit eutils
+EAPI=6
+inherit toolchain-funcs
 
 DESCRIPTION="customizable and lightweight notification-daemon"
 HOMEPAGE="http://www.knopwob.org/dunst/;
@@ -20,33 +19,41 @@ CDEPEND="
sys-apps/dbus
x11-libs/cairo[X,glib]
x11-libs/gdk-pixbuf
-   x11-libs/gtk+:2=
x11-libs/libXScrnSaver
x11-libs/libXft
x11-libs/libXinerama
x11-libs/pango[X]
dunstify? ( x11-libs/libnotify )
 "
-
-DEPEND="${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig"
-
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
 RDEPEND="${CDEPEND}"
 
 src_prepare() {
-   # Remove nasty CFLAGS which override user choice
-   sed -ie "/^CFLAGS/ {
-   s:-g::
-   s:-O.::
-   }" config.mk || die "sed failed"
+   sed -i \
+   -e '/^CFLAGS/ { s:-g::; s:-O.:: }' \
+   -e '/^CPPFLAGS/ s:-D_BSD_SOURCE:-D_DEFAULT_SOURCE:' \
+   config.mk || die
 
-   if use dunstify; then
-   # add dunstify to the all target
-   sed -ie "/^all:/ s:$: dunstify:" Makefile || die "sed failed"
-   fi
+   sed -i \
+   -e 's:registration_id > 0:(&):' \
+   dbus.c || die
+
+   sed -i \
+   -e '/g_print.*iter->data/ s:iter->data:(char *)&:' \
+   dunstify.c || die
+
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake V=
 
-   epatch_user
+   use dunstify && emake V= dunstify
 }
 
 src_install() {

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
index ebbb3c591cb..40b3555454b 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit eutils
+inherit toolchain-funcs
 
 DESCRIPTION="customizable and lightweight notification-daemon"
 HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
@@ -35,23 +35,21 @@ DEPEND="
 RDEPEND="${CDEPEND}"
 
 src_prepare() {
-   default
-
-   # Remove nasty CFLAGS which override user choice
sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
 
-   if use dunstify; then
-   # add dunstify to the all target
-   sed -i -e "/^all:/ s:$: dunstify:" Makefile || die
-   fi
+   default
+}
+
+src_compile() {
+   tc-export CC
+   emake
+   use dunstify && emake dunstify
 }
 
 src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
+   default
 
-   if use dunstify; then
-   dobin dunstify
-   fi
+   dunstify && dobin dunstify
 
dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-08-24 Thread Jeroen Roovers
commit: 36428e84f528dab89460dd6f6b1e4f238f05293e
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Thu Aug 24 20:35:33 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Thu Aug 24 20:36:06 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36428e84

x11-misc/dunst: Fix dependencies (bug #628840).

Package-Manager: Portage-2.3.8, Repoman-2.3.3

 x11-misc/dunst/dunst-1.1.0.ebuild | 4 +++-
 x11-misc/dunst/dunst-1.2.0.ebuild | 2 ++
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild 
b/x11-misc/dunst/dunst-1.1.0.ebuild
index 73327b1333c..01fcda42db9 100644
--- a/x11-misc/dunst/dunst-1.1.0.ebuild
+++ b/x11-misc/dunst/dunst-1.1.0.ebuild
@@ -18,10 +18,12 @@ CDEPEND="
dev-libs/glib:2
dev-libs/libxdg-basedir
sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2=
x11-libs/libXScrnSaver
x11-libs/libXft
x11-libs/libXinerama
-   x11-libs/cairo[X,glib]
x11-libs/pango[X]
dunstify? ( x11-libs/libnotify )
 "

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
index 3fe1d29fc90..ebbb3c591cb 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -18,6 +18,8 @@ CDEPEND="
dev-libs/libxdg-basedir
sys-apps/dbus
x11-libs/cairo[X,glib]
+   x11-libs/gdk-pixbuf
+   x11-libs/gtk+:2=
x11-libs/libXScrnSaver
x11-libs/libXft
x11-libs/libXinerama



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-07-26 Thread Markus Meier
commit: 6bc7f7dc2288a9667c7ae7acf1e3872e42fd0c2e
Author: Markus Meier  gentoo  org>
AuthorDate: Wed Jul 26 20:01:31 2017 +
Commit: Markus Meier  gentoo  org>
CommitDate: Wed Jul 26 20:01:31 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bc7f7dc

x11-misc/dunst: add ~arm, bug #622516

Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="arm"

 x11-misc/dunst/dunst-1.1.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild 
b/x11-misc/dunst/dunst-1.1.0.ebuild
index 9fbe684edef..73327b1333c 100644
--- a/x11-misc/dunst/dunst-1.1.0.ebuild
+++ b/x11-misc/dunst/dunst-1.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -11,7 +11,7 @@ 
SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~arm x86"
 IUSE="dunstify"
 
 CDEPEND="



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-07-24 Thread Jeroen Roovers
commit: 25ed9373c778f825187a4df9a775bf243e291a50
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 25 04:41:14 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 25 04:41:14 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25ed9373

x11-misc/dunst: Version bump (bug #625250).

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/dunst/Manifest   |  1 +
 x11-misc/dunst/dunst-1.2.0.ebuild | 55 +++
 2 files changed, 56 insertions(+)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index 182bd8b4937..032e543e391 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1 +1,2 @@
 DIST dunst-1.1.0.tar.bz2 79032 SHA256 
c72bf167eaab4e44a98ec87101b023efee0aa8916df56630b99a5bc53f8d7070 SHA512 
ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
 WHIRLPOOL 
6985c17549de4c7f6e2ba17ae1117db21693f4ed05df65e6238cfe6001aeb9c7a98834f3e794a0c80dbe913099082624256708c29ffa02cf35b0ab0032e94926
+DIST dunst-1.2.0.tar.gz 110628 SHA256 
a3c05b5ef87e88704a6207236e42773dfbcf50cb23c7cf51e494a7236b75c5ad SHA512 
223c8aae61574770a76bff84723643a3c03d3d9a8f4094bc4e92e16826703e7c0a7c3327945db8469b8dcc48fe5cfaba51e6724149e6571a7ffc1716656e30f3
 WHIRLPOOL 
1c9cac734d8d5378a7fe77381847a94db692b59d26bbaa6e06d9a65d168c371a2fd2ce4a649b9ded130c4228940bfe01004c38eb20889e8794e25a83e7ba46df

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
new file mode 100644
index 000..a7e10556b67
--- /dev/null
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+DESCRIPTION="customizable and lightweight notification-daemon"
+HOMEPAGE="http://www.knopwob.org/dunst/ https://github.com/dunst-project/dunst;
+SRC_URI="https://github.com/${PN}-project/${PN}/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="dunstify"
+
+CDEPEND="
+   dev-libs/glib:2
+   dev-libs/libxdg-basedir
+   sys-apps/dbus
+   x11-libs/cairo[X,glib]
+   x11-libs/libXScrnSaver
+   x11-libs/libXft
+   x11-libs/libXinerama
+   x11-libs/pango[X]
+   dunstify? ( x11-libs/libnotify )
+"
+DEPEND="
+   ${CDEPEND}
+   dev-lang/perl
+   virtual/pkgconfig
+"
+
+RDEPEND="${CDEPEND}"
+
+src_prepare() {
+   default
+
+   # Remove nasty CFLAGS which override user choice
+   sed -i -e "/^CFLAGS/ { s:-g::;s:-O.:: }" config.mk || die
+
+   if use dunstify; then
+   # add dunstify to the all target
+   sed -i -e "/^all:/ s:$: dunstify:" Makefile || die
+   fi
+}
+
+src_install() {
+   emake DESTDIR="${D}" PREFIX="/usr" install
+
+   if use dunstify; then
+   dobin dunstify
+   fi
+
+   dodoc AUTHORS CHANGELOG.md RELEASE_NOTES
+}



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2017-07-24 Thread Jeroen Roovers
commit: d8832637b6ec18adb00c8368ce3ea8d82b4ae06d
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Tue Jul 25 04:46:05 2017 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Tue Jul 25 04:46:05 2017 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8832637

x11-misc/dunst: Install README.

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 x11-misc/dunst/dunst-1.2.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.2.0.ebuild 
b/x11-misc/dunst/dunst-1.2.0.ebuild
index a7e10556b67..3fe1d29fc90 100644
--- a/x11-misc/dunst/dunst-1.2.0.ebuild
+++ b/x11-misc/dunst/dunst-1.2.0.ebuild
@@ -51,5 +51,5 @@ src_install() {
dobin dunstify
fi
 
-   dodoc AUTHORS CHANGELOG.md RELEASE_NOTES
+   dodoc AUTHORS CHANGELOG.md README.md RELEASE_NOTES
 }



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/files/, x11-misc/dunst/

2016-09-24 Thread Jeroen Roovers
commit: 5e5dd6d1633f13449b0a4d1bc94558fdd8187614
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 24 10:26:15 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 24 10:30:06 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e5dd6d1

x11-misc/dunst: Old

Package-Manager: portage-2.3.1

 x11-misc/dunst/Manifest|   2 -
 x11-misc/dunst/dunst-0.5.0.ebuild  |  29 
 x11-misc/dunst/dunst-1.0.0-r1.ebuild   |  63 -
 x11-misc/dunst/dunst-1.0.0.ebuild  |  59 
 .../dunst-1.0.0-correctly_handle_num_lock.patch| 149 -
 .../dunst/files/dunst-1.0.0-fix_pause_resume.patch |  60 -
 6 files changed, 362 deletions(-)

diff --git a/x11-misc/dunst/Manifest b/x11-misc/dunst/Manifest
index aec8705..182bd8b 100644
--- a/x11-misc/dunst/Manifest
+++ b/x11-misc/dunst/Manifest
@@ -1,3 +1 @@
-DIST dunst-0.5.0.tar.bz2 28521 SHA256 
4be8cf366930b297f03078f233f2fec479638d0c69b0e5e75bb49da487684b05 SHA512 
3ce762295ea28b10539da6c5b9b4bffa41535d90544d933b2b81838f44a6d5d95c292a08048576b87db4f74592e5e068687743d7fda0dc3aa4aac06aa81ba7fd
 WHIRLPOOL 
ab1200ddadff1bcf6bbb5a56b464c4da2c045e9e074e1ada3e1841574dde21e4e672452130b7fffa9605fb20ab22870f9e49af2b32e15513f7dfa071be9958b1
-DIST dunst-1.0.0.tar.bz2 75306 SHA256 
5c79ef11165421a4828453a42dfe9c60a4cb9d8743f970186a90c67e277f5280 SHA512 
81490597ef8354d2c32838c72e03b121cf09d61e0fbef697a8adfb0c4783e45b3bb05790bf94cc1d0ed41e7f4b5f13a8edfdc65fec5569dc29966edd0807bfe1
 WHIRLPOOL 
724295fec6d284cc512944435a93df8c55b214d59d2b2b33c3fbf83e6a51db40b6ca15ce68446988dbeab695b0a907a4301124f35fb6748bed8c8143042b0bd9
 DIST dunst-1.1.0.tar.bz2 79032 SHA256 
c72bf167eaab4e44a98ec87101b023efee0aa8916df56630b99a5bc53f8d7070 SHA512 
ba01a6b18da5199b3356342f5c22592f93f447389267810bbfc35decf1a67f89650d445d3c1dd6f3cc76a4f86f7165adc777b669444627e42d3e671d4f04a04b
 WHIRLPOOL 
6985c17549de4c7f6e2ba17ae1117db21693f4ed05df65e6238cfe6001aeb9c7a98834f3e794a0c80dbe913099082624256708c29ffa02cf35b0ab0032e94926

diff --git a/x11-misc/dunst/dunst-0.5.0.ebuild 
b/x11-misc/dunst/dunst-0.5.0.ebuild
deleted file mode 100644
index 46e56c6..
--- a/x11-misc/dunst/dunst-0.5.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-DESCRIPTION="customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/;
-SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
-   dev-libs/libxdg-basedir
-   sys-apps/dbus
-   x11-libs/libXScrnSaver
-   x11-libs/libXft
-   x11-libs/libXinerama
-"
-RDEPEND="${DEPEND}"
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   dodoc CHANGELOG
-}

diff --git a/x11-misc/dunst/dunst-1.0.0-r1.ebuild 
b/x11-misc/dunst/dunst-1.0.0-r1.ebuild
deleted file mode 100644
index cdfd2d6..
--- a/x11-misc/dunst/dunst-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils
-
-DESCRIPTION="customizable and lightweight notification-daemon"
-HOMEPAGE="http://www.knopwob.org/dunst/;
-SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="dunstify"
-
-CDEPEND="
-   dev-libs/glib:2
-   dev-libs/libxdg-basedir
-   sys-apps/dbus
-   x11-libs/libXScrnSaver
-   x11-libs/libXft
-   x11-libs/libXinerama
-   x11-libs/cairo[X,glib]
-   x11-libs/pango[X]
-   dunstify? ( x11-libs/libnotify )
-"
-
-DEPEND="${CDEPEND}
-   dev-lang/perl
-   virtual/pkgconfig"
-
-RDEPEND="${CDEPEND}"
-
-src_prepare() {
-   # fixes backported from git
-   epatch "${FILESDIR}"/${P}-correctly_handle_num_lock.patch
-   epatch "${FILESDIR}"/${P}-fix_pause_resume.patch
-
-   # Remove nasty CFLAGS which override user choice
-   sed -ie "/^CFLAGS/ {
-   s:-g::
-   s:-O.::
-   }" config.mk || die "sed failed"
-
-   if ! use dunstify; then
-   # don't build dunstify: it pulls in deps but is not being 
installed
-   sed -ie "/^all:/ s:dunstify::" Makefile || die "sed failed"
-   fi
-
-   epatch_user
-}
-
-src_install() {
-   emake DESTDIR="${D}" PREFIX="/usr" install
-
-   if use dunstify; then
-   dobin dunstify
-   fi
-
-   dodoc CHANGELOG
-}

diff --git a/x11-misc/dunst/dunst-1.0.0.ebuild 
b/x11-misc/dunst/dunst-1.0.0.ebuild
deleted file mode 100644
index 32aa742..
--- a/x11-misc/dunst/dunst-1.0.0.ebuild
+++ /dev/null
@@ -1,59 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public 

[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2016-09-24 Thread Jeroen Roovers
commit: 7c86a4ac0c8d08b68b51dacc492fc4cf2f053957
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Sep 24 10:29:51 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Sep 24 10:30:11 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c86a4ac

x11-misc/dunst: Set maintainer status.

Package-Manager: portage-2.3.1

 x11-misc/dunst/metadata.xml | 10 +++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index fd3ee78..f0fe7c4 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -1,7 +1,11 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   Experimental replacement for 
notify-send.
-   
+
+desktop-m...@gentoo.org
+Gentoo Desktop Miscellaneous Project
+
+
+Experimental replacement for notify-send.
+
 



[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2016-08-07 Thread Pacho Ramos
commit: ff89a27905542ee8b1d4fbba5ddc601ef4e020d3
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Aug  7 06:49:28 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Aug  7 06:49:28 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff89a279

x11-misc/dunst: Cleanup per bug #269977

Package-Manager: portage-2.3.0

 x11-misc/dunst/metadata.xml | 4 
 1 file changed, 4 deletions(-)

diff --git a/x11-misc/dunst/metadata.xml b/x11-misc/dunst/metadata.xml
index d46a2bf..fd3ee78 100644
--- a/x11-misc/dunst/metadata.xml
+++ b/x11-misc/dunst/metadata.xml
@@ -1,10 +1,6 @@
 
 http://www.gentoo.org/dtd/metadata.dtd;>
 
-   
-   wi...@gentoo.org
-   Alex Alexander
-   

Experimental replacement for 
notify-send.




[gentoo-commits] repo/gentoo:master commit in: x11-misc/dunst/

2016-06-06 Thread Agostino Sarubbo
commit: ccafa5f9cfe7809d47f3c3033b57604b0bee979b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Mon Jun  6 13:32:45 2016 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Mon Jun  6 13:32:45 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ccafa5f9

x11-misc/dunst: amd64 stable wrt bug #563494

Package-Manager: portage-2.2.28
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 x11-misc/dunst/dunst-1.1.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/x11-misc/dunst/dunst-1.1.0.ebuild 
b/x11-misc/dunst/dunst-1.1.0.ebuild
index e67ea07..929dbe0 100644
--- a/x11-misc/dunst/dunst-1.1.0.ebuild
+++ b/x11-misc/dunst/dunst-1.1.0.ebuild
@@ -12,7 +12,7 @@ 
SRC_URI="http://www.knopwob.org/public/dunst-release/${P}.tar.bz2;
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 IUSE="dunstify"
 
 CDEPEND="