diff options
Diffstat (limited to 'community/xmms2/PKGBUILD')
-rw-r--r-- | community/xmms2/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/xmms2/PKGBUILD b/community/xmms2/PKGBUILD index d03e2876a..d06da0007 100644 --- a/community/xmms2/PKGBUILD +++ b/community/xmms2/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 64615 2012-02-17 03:15:27Z tdziedzic $ +# $Id: PKGBUILD 67933 2012-03-16 10:22:42Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> pkgname=xmms2 pkgver=0.8DrO_o -pkgrel=4 +pkgrel=5 pkgdesc="complete rewrite of the popular music player" arch=('i686' 'x86_64' 'mips64el') url="http://xmms2.org/" @@ -60,7 +60,7 @@ build() { sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' waf ./waf configure --prefix=/usr \ - --with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli \ + --with-optionals=python,launcher,xmmsclient++,xmmsclient++-glib,perl,ruby,nycli,pixmaps \ --with-ruby-archdir=`ruby -e 'puts RbConfig::CONFIG["vendorarchdir"]'` \ --with-ruby-libdir=`ruby -e 'puts RbConfig::CONFIG["vendorlibdir"]'` ./waf build |