~alpine/devel

main/parole: fix crash on startup v1 PROPOSED

AmatCoder: 1
 main/parole: fix crash on startup

 1 files changed, 4 insertions(+), 3 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/440/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/parole: fix crash on startup Export this patch

---
 main/parole/APKBUILD | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/main/parole/APKBUILD b/main/parole/APKBUILD
index 1124e36..1e0446f 100644
--- a/main/parole/APKBUILD
+++ b/main/parole/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=parole
pkgver=0.5.4
pkgrel=0
pkgrel=1
case $pkgver in
	*.*.*.*) _branch=${pkgver%.*.*};;
	*.*.*) _branch=${pkgver%.*};;
@@ -11,9 +11,10 @@ pkgdesc="Media player for the Xfce desktop"
url="http://goodies.xfce.org/projects/applications/parole/"
arch="all"
license="GPL"
depends=""
makedepends="libxfce4ui-dev libxfce4util-dev intltool gstreamer1-dev bash
depends="gst-plugins-good1"
depends_dev="libxfce4ui-dev libxfce4util-dev intltool gstreamer1-dev bash
	gst-plugins-base1-dev libsm-dev taglib-dev libnotify-dev"
makedepends="$depends_dev"
install=
subpackages="$pkgname-dev $pkgname-lang"
source="http://archive.xfce.org/src/apps/parole/$_branch/parole-$pkgver.tar.bz2"
-- 
2.1.3



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---