diff options
author | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-25 10:08:30 +0100 |
---|---|---|
committer | Michał Masłowski <mtjm@mtjm.eu> | 2013-03-25 10:08:30 +0100 |
commit | 3ffe7613c97fecff8c5710dfbd44a984eaae9adc (patch) | |
tree | 35a12d280fa79d40862ced37a5908a566e1bdc39 /community/xmms2 | |
parent | 0a91993304168ce808fbb7eca986e03262ccb692 (diff) | |
parent | 32793d9a5b60ef0591c71c12ad75121d9b155adf (diff) |
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts:
community/newsbeuter/PKGBUILD
community/ruby-gtk2/PKGBUILD
community/ruby-ncurses/PKGBUILD
community/subtle/PKGBUILD
extra/gegl/PKGBUILD
extra/libebml/PKGBUILD
extra/libmatroska/PKGBUILD
extra/ncmpc/PKGBUILD
extra/nx/PKGBUILD
extra/qtwebkit/PKGBUILD
Diffstat (limited to 'community/xmms2')
-rw-r--r-- | community/xmms2/PKGBUILD | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index cbf481a01..7f4e3b8eb 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 79342 2012-11-03 08:25:25Z spupykin $ +# $Id: PKGBUILD 86891 2013-03-23 23:10:55Z td123 $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=9 +pkgrel=10 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64' 'mips64el') url="http://xmms2.org/" @@ -75,6 +75,11 @@ build() { --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \ --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` ./waf build +} + +package() { + cd ${srcdir}/${pkgname}-${pkgver} + ./waf --destdir=${pkgdir} install PYTHON=/usr/bin/python2 ./waf configure --prefix=/usr --with-optionals=python --without-xmms2d |