summaryrefslogtreecommitdiff
path: root/community/pragha/PKGBUILD
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-03-13 03:50:12 +0000
commit4e5db57790dfb7243ca8b1d7c82f834a6294d8ab (patch)
tree5fa56a9aaad99bff3be377187b518aa7938dd746 /community/pragha/PKGBUILD
parent5d4b5782f03734e12c907cbc7e4b8c35926e9554 (diff)
Thu Mar 13 03:41:44 UTC 2014
Diffstat (limited to 'community/pragha/PKGBUILD')
-rw-r--r--community/pragha/PKGBUILD17
1 files changed, 8 insertions, 9 deletions
diff --git a/community/pragha/PKGBUILD b/community/pragha/PKGBUILD
index 3d97b9212..dc7327813 100644
--- a/community/pragha/PKGBUILD
+++ b/community/pragha/PKGBUILD
@@ -1,20 +1,20 @@
-# $Id: PKGBUILD 104374 2014-01-19 16:29:38Z bpiotrowski $
+# $Id: PKGBUILD 107120 2014-03-12 18:47:55Z bpiotrowski $
# Maintainer: Thorsten Töpper <atsutane-tu@freethoughts.de>
# Contributor: J0k3r <moebius282 e4a t gmail D0_T com>
# Contributor: Alois Nespor <alois.nespor@gmail.com>
# Contributor: JerichoKru <jerichokru(AT)hotmail.com>
pkgname=pragha
-pkgver=1.1.2.2
-pkgrel=2
+pkgver=1.3.0
+pkgrel=1
pkgdesc="A lightweight GTK+ music manager - fork of Consonance Music Manager."
arch=('i686' 'x86_64')
url="http://pragha.wikispaces.com/"
license=('GPL3')
depends=('libnotify' 'libcdio-paranoia' 'gst-plugins-base'
- 'taglib' 'hicolor-icon-theme' 'gtk2'
+ 'taglib' 'hicolor-icon-theme' 'gtk3'
'dbus-glib' 'sqlite' 'desktop-file-utils'
- 'libclastfm')
+ 'libclastfm' 'libpeas')
optdepends=('notification-daemon: OSD notification'
'gst-plugins-good: A collection of gstreamer codecs'
'gst-plugins-bad: A collection of gstreamer codecs'
@@ -23,15 +23,14 @@ makedepends=('intltool')
replaces=('dissonance')
install=pragha.install
source=("https://github.com/matiasdelellis/pragha/releases/download/v$pkgver/pragha-$pkgver.tar.bz2")
-sha1sums=('b415432020c2e1aefc6640cef778ddc70bbeff7f')
+sha1sums=('8fb6c074292a65915cc21c3b0b0ca35d65afff58')
build() {
cd "$srcdir/$pkgname-$pkgver"
- LIBS+="-ldbus-glib-1" \
+ CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES" LIBS+="-ldbus-glib-1" \
./configure --prefix=/usr \
- --with-gstreamer=1.0 \
- CPPFLAGS="-DHAVE_PARANOIA_NEW_INCLUDES"
+ --with-gstreamer=1.0
make
}