summaryrefslogtreecommitdiff
path: root/community/aumix
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2012-05-04 18:05:18 +0200
committerMichał Masłowski <mtjm@mtjm.eu>2012-05-04 18:05:18 +0200
commit28755f91b7986fbd36ec21705a5f941479b6d8f4 (patch)
tree760750f64418a6907afcccd916de4a769ed2bc3f /community/aumix
parent7298ba8d13324c20278060c1ff5f63467cef9684 (diff)
parent0a24fb835cac4007388213ad0afb15257b035b14 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/lazarus/PKGBUILD extra/msmtp/PKGBUILD multilib/jack2-multilib/PKGBUILD testing/glib2/PKGBUILD testing/lvm2/PKGBUILD testing/mdadm/PKGBUILD testing/mdadm/mdadm testing/mdadm/mdadm_hook testing/mdadm/mdadm_udev_install testing/systemd/PKGBUILD testing/systemd/systemd.install
Diffstat (limited to 'community/aumix')
-rw-r--r--community/aumix/PKGBUILD7
1 files changed, 4 insertions, 3 deletions
diff --git a/community/aumix/PKGBUILD b/community/aumix/PKGBUILD
index 4d21cfc2d..dd84c1756 100644
--- a/community/aumix/PKGBUILD
+++ b/community/aumix/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 65051 2012-02-20 02:28:41Z spupykin $
+# $Id: PKGBUILD 70215 2012-05-02 12:56:49Z spupykin $
# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
pkgname=aumix
pkgver=2.9.1
-pkgrel=3
+pkgrel=4
pkgdesc="A color text mode sound mixer with GPM support"
arch=('i686' 'x86_64' 'mips64el')
license=('GPL')
@@ -32,7 +32,8 @@ build() {
make distclean
msg "X11+GTK2 build"
- ./configure --prefix=/usr --mandir=/usr/share/man --without-gtk1 --without-alsa
+ ./configure --prefix=/usr --mandir=/usr/share/man --without-gtk1 --without-alsa \
+ --without-gpm
make
make DESTDIR=$pkgdir install
install -D -m0644 $srcdir/aumix.desktop $pkgdir/usr/share/applications/aumix.desktop