~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
3 3

[alpine-aports] [PATCH] community/dunst: bump to 1.4.0

opal hart <opal@wowana.me>
Details
Message ID
<20190417003213.25107-1-opal@wowana.me>
Sender timestamp
1555461133
DKIM signature
missing
Download raw message
Patch: +3 -3
---
 community/dunst/APKBUILD | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/community/dunst/APKBUILD b/community/dunst/APKBUILD
index c8dc8ca9c9..c5f91c9776 100644
--- a/community/dunst/APKBUILD
+++ b/community/dunst/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Stefan Wagner <stw@bit-strickerei.de>
# Maintainer: Stefan Wagner <stw@bit-strickerei.de>
pkgname=dunst
pkgver=1.3.2
pkgver=1.4.0
pkgrel=0
pkgdesc="A customizable and lightweight notification-daemon"
url="http://knopwob.org/dunst/"
arch="all"
license="BSD"
makedepends="libxscrnsaver-dev libxdg-basedir-dev libxft-dev
makedepends="libxscrnsaver-dev libxft-dev
	libxinerama-dev dbus-dev freetype-dev glib-dev pango-dev
	cairo-dev gtk+2.0-dev libxrandr-dev"
subpackages="$pkgname-doc"
@@ -30,4 +30,4 @@ package() {
	make DESTDIR="$pkgdir" PREFIX=/usr install
}

sha512sums="eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465  dunst-1.3.2.tar.gz"
sha512sums="b6945ab51f93504d83ce6634b9e333157d761033cd35759857c105a868ef4d42146fd1fd59ce88ec86d541bdd7ab6de15e24372be59051f5adbd7a2d5df597d6  dunst-1.4.0.tar.gz"
-- 
2.21.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Details
Message ID
<88bc0525-bf0c-cc3a-eccc-2880a2004008@gmail.com>
In-Reply-To
<20190417003213.25107-1-opal@wowana.me> (view parent)
Sender timestamp
1555916313
DKIM signature
missing
Download raw message
Hi,

On 4/17/19 2:32 AM, opal hart wrote:
> ---
>   community/dunst/APKBUILD | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)


builing fails for me with:


GLib-GIO:ERROR:gtestdbus.c:619:start_daemon: assertion failed (error == 
NULL): Failed to execute child process *dbus-daemon* (No such file or 
directory) (g-exec-error-quark, 8)
make: *** [Makefile:78: test] Aborted


Thanks!


/eo




---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
opal hart <opal@wowana.me>
Details
Message ID
<20190424224658.78cbaf66@clamav.local>
In-Reply-To
<88bc0525-bf0c-cc3a-eccc-2880a2004008@gmail.com> (view parent)
Sender timestamp
1556146018
DKIM signature
missing
Download raw message
On Mon, 22 Apr 2019 08:58:33 +0200
Leonardo <rnalrd@gmail.com> wrote:

> Hi,
> 
> On 4/17/19 2:32 AM, opal hart wrote:
> > ---
> >   community/dunst/APKBUILD | 6 +++---
> >   1 file changed, 3 insertions(+), 3 deletions(-)  
> 
> 
> builing fails for me with:
> 
> 
> GLib-GIO:ERROR:gtestdbus.c:619:start_daemon: assertion failed (error == 
> NULL): Failed to execute child process *dbus-daemon* (No such file or 
> directory) (g-exec-error-quark, 8)
> make: *** [Makefile:78: test] Aborted

I brought this up on IRC for whatever reason. I'll just copy what I said
there:

< opal:#alpine-devel> [...] obviously dbus-dev is pulled in from
 makedepends, so i would assume the dbus-related issue wouldnt manifest.
 if it helps, i do have dbus and dbus-libs installed manually in the
 build environment; otherwise the build environment is relatively clean,
 i only install stuff related to building and testing, and i only
 removed one package requirement from dunst that was no longer required
 from upstream
< opal:#alpine-devel> yeah
https://github.com/dunst-project/dunst/releases/tag/v1.4.0 shows
libxdg-basedir not required anymore < opal:#alpine-devel> suffice to
say build didnt fail for me... i would assume dbus-dev pulls in dbus
but maybe that should be made an explicit dependency if thats the issue?
< opal:#alpine-devel> i admit i didnt check hard enough to deduce that

-- 
wowaname <https://wowana.me/pgp>


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Kevin Daudt <me@ikke.info>
Details
Message ID
<20190425045537.GA18766@alpha>
In-Reply-To
<20190417003213.25107-1-opal@wowana.me> (view parent)
Sender timestamp
1556168137
DKIM signature
missing
Download raw message
Someone also provided a pull request on github:

https://github.com/alpinelinux/aports/pull/7245

On Wed, Apr 17, 2019 at 12:32:13AM +0000, opal hart wrote:
> ---
>  community/dunst/APKBUILD | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/community/dunst/APKBUILD b/community/dunst/APKBUILD
> index c8dc8ca9c9..c5f91c9776 100644
> --- a/community/dunst/APKBUILD
> +++ b/community/dunst/APKBUILD
> @@ -1,13 +1,13 @@
>  # Contributor: Stefan Wagner <stw@bit-strickerei.de>
>  # Maintainer: Stefan Wagner <stw@bit-strickerei.de>
>  pkgname=dunst
> -pkgver=1.3.2
> +pkgver=1.4.0
>  pkgrel=0
>  pkgdesc="A customizable and lightweight notification-daemon"
>  url="http://knopwob.org/dunst/"
>  arch="all"
>  license="BSD"
> -makedepends="libxscrnsaver-dev libxdg-basedir-dev libxft-dev
> +makedepends="libxscrnsaver-dev libxft-dev
>  	libxinerama-dev dbus-dev freetype-dev glib-dev pango-dev
>  	cairo-dev gtk+2.0-dev libxrandr-dev"
>  subpackages="$pkgname-doc"
> @@ -30,4 +30,4 @@ package() {
>  	make DESTDIR="$pkgdir" PREFIX=/usr install
>  }
>  
> -sha512sums="eb7bff16a19d8f60e2f0eec419a0ffb2f8822b5ec2ffbe535303a71cc7d4ef528e5dbf2fe5f8f2f6f5bfd1ad2d39eab79b68054af924e118c646e059b6929465  dunst-1.3.2.tar.gz"
> +sha512sums="b6945ab51f93504d83ce6634b9e333157d761033cd35759857c105a868ef4d42146fd1fd59ce88ec86d541bdd7ab6de15e24372be59051f5adbd7a2d5df597d6  dunst-1.4.0.tar.gz"
> -- 
> 2.21.0
> 
> 
> 
> ---
> Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
> Help:         alpine-aports+help@lists.alpinelinux.org
> ---
> 


---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---
Reply to thread Export thread (mbox)