diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2012-02-21 11:26:12 -0300 |
commit | c0bcbcf4015ba2388cb0f0bd418e5242f9613b43 (patch) | |
tree | 8e4f525a74e1ec4d373256b380f7d49305ed5d00 /community/bbrun | |
parent | a05bf04c686ff44fc6c12fbe774d65032b74c55d (diff) | |
parent | 11484c032f8c236b2044e715a9a3b28e33f65598 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
community/6tunnel/PKGBUILD
community/chrootuid/PKGBUILD
community/cpulimit/PKGBUILD
community/cutter/PKGBUILD
community/darkhttpd/PKGBUILD
community/darkstat/PKGBUILD
community/datemath/PKGBUILD
community/delegate/PKGBUILD
community/dfm/PKGBUILD
community/freedroid/PKGBUILD
community/parano/PKGBUILD
community/pyvorbis/PKGBUILD
community/scrotwm/PKGBUILD
extra/antlr2/PKGBUILD
extra/live-media/PKGBUILD
extra/mono-zeroconf/PKGBUILD
extra/vlc/PKGBUILD
Diffstat (limited to 'community/bbrun')
-rw-r--r-- | community/bbrun/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/bbrun/PKGBUILD b/community/bbrun/PKGBUILD index 24df597dd..3d655a809 100644 --- a/community/bbrun/PKGBUILD +++ b/community/bbrun/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 8813 2010-01-21 15:59:01Z spupykin $ +# $Id: PKGBUILD 65065 2012-02-20 02:40:27Z spupykin $ # Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com> # Contributor: Sven Kauber <celeon@gmail.com> pkgname=bbrun pkgver=1.6 -pkgrel=3 +pkgrel=4 pkgdesc="A run - component for blackbox window manager" arch=(i686 x86_64 'mips64el') url="http://www.darkops.net/bbrun/" @@ -14,7 +14,7 @@ source=(http://www.darkops.net/bbrun/$pkgname-$pkgver.tar.gz) md5sums=('820960e3d52ddf2d5cf7e4ba51821bfd') build() { - cd $startdir/src/$pkgname-$pkgver/$pkgname - make || return 1 - install -Dm755 bbrun $startdir/pkg/usr/bin/bbrun + cd $srcdir/$pkgname-$pkgver/$pkgname + make LIBS="-lXpm `pkg-config --libs gtk+-2.0` -lX11 -lXext" + install -Dm755 bbrun $pkgdir/usr/bin/bbrun } |