~alpine/devel

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

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

Details
Message ID
<1416322727-23097-1-git-send-email-amatcoder@gmail.com>
Sender timestamp
1416322727
DKIM signature
missing
Download raw message
Patch: +4 -3
---
 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
---
Natanael Copa <ncopa@alpinelinux.org>
Details
Message ID
<20141119082613.4a6f49ad@ncopa-desktop.alpinelinux.org>
In-Reply-To
<1416322727-23097-1-git-send-email-amatcoder@gmail.com> (view parent)
Sender timestamp
1416381973
DKIM signature
missing
Download raw message
On Tue, 18 Nov 2014 14:58:47 +0000
AmatCoder <amatcoder@gmail.com> wrote:

> ---
>  main/parole/APKBUILD | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)

applied. thanks!

-nc


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