[arch-commits] Commit in pragha/trunk (PKGBUILD)
Bartłomiej Piotrowski
bpiotrowski at nymeria.archlinux.org
Wed Mar 12 18:47:46 UTC 2014
Date: Wednesday, March 12, 2014 @ 19:47:46
Author: bpiotrowski
Revision: 107119
upgpkg: pragha 1.3.0-1
new upstream release
Modified:
pragha/trunk/PKGBUILD
----------+
PKGBUILD | 15 +++++++--------
1 file changed, 7 insertions(+), 8 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2014-03-12 18:30:09 UTC (rev 107118)
+++ PKGBUILD 2014-03-12 18:47:46 UTC (rev 107119)
@@ -5,16 +5,16 @@
# 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 @@
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
}
More information about the arch-commits
mailing list