[arch-commits] CVS update of extra/multimedia/gnome-alsamixer (2 files)

Jan de Groot jgc at archlinux.org
Sun Apr 22 15:54:56 UTC 2007


    Date: Sunday, April 22, 2007 @ 11:54:56
  Author: jgc
    Path: /home/cvs-extra/extra/multimedia/gnome-alsamixer

   Added: gnome-alsamixer-0.9.6-gtk24.patch (1.1)
Modified: PKGBUILD (1.2 -> 1.3)

upgpkg: gnome-alsamixer 0.9.6-2
Make it compile, move to /usr


-----------------------------------+
 PKGBUILD                          |   24 ++++++++++++------------
 gnome-alsamixer-0.9.6-gtk24.patch |   15 +++++++++++++++
 2 files changed, 27 insertions(+), 12 deletions(-)


Index: extra/multimedia/gnome-alsamixer/PKGBUILD
diff -u extra/multimedia/gnome-alsamixer/PKGBUILD:1.2 extra/multimedia/gnome-alsamixer/PKGBUILD:1.3
--- extra/multimedia/gnome-alsamixer/PKGBUILD:1.2	Mon Apr 19 02:24:57 2004
+++ extra/multimedia/gnome-alsamixer/PKGBUILD	Sun Apr 22 11:54:56 2007
@@ -1,22 +1,22 @@
-# $Id: PKGBUILD,v 1.2 2004/04/19 06:24:57 dorphell Exp $
+# $Id: PKGBUILD,v 1.3 2007/04/22 15:54:56 jgc Exp $
 # Maintainer: damir <damir at archlinux.org>
 # Contributor: Ben <ben at benmazer.net>
 
 pkgname=gnome-alsamixer
 pkgver=0.9.6
-pkgrel=1
+pkgrel=2
+arch=(i686)
+license=('GPL')
 pkgdesc="Gnome ALSA mixer"
 url="http://www.paw.za.org"
-depends=('libart-lgpl' 'libgnomeui' 'alsa-lib')
-conflicts=()
-backup=()
-install=
-source=(ftp://ftp.paw.za.org/pub/PAW/sources/$pkgname-$pkgver.tar.gz)
-md5sums=('387623cfeb079d78325eed2d6bc94251')
+depends=('libgnomeui>=2.18.1-2')
+source=(ftp://ftp.paw.za.org/pub/PAW/sources/${pkgname}-${pkgver}.tar.gz
+	gnome-alsamixer-0.9.6-gtk24.patch)
+md5sums=('387623cfeb079d78325eed2d6bc94251' '82b95a0df43429da5098b4da883f6bd0')
 build() {
-  cd $startdir/src/$pkgname-$pkgver
-  ./configure --prefix=/opt/gnome
+  cd ${startdir}/src/${pkgname}-${pkgver}
+  patch -Np1 -i ${startdir}/src/gnome-alsamixer-0.9.6-gtk24.patch || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make || return 1
-  make prefix=$startdir/pkg/opt/gnome install
+  make DESTDIR=${startdir}/pkg install
 }
-
Index: extra/multimedia/gnome-alsamixer/gnome-alsamixer-0.9.6-gtk24.patch
diff -u /dev/null extra/multimedia/gnome-alsamixer/gnome-alsamixer-0.9.6-gtk24.patch:1.1
--- /dev/null	Sun Apr 22 11:54:56 2007
+++ extra/multimedia/gnome-alsamixer/gnome-alsamixer-0.9.6-gtk24.patch	Sun Apr 22 11:54:56 2007
@@ -0,0 +1,15 @@
+diff -ur gnome-alsamixer-0.9.6/src/Makefile.in gnome-alsamixer-0.9.6.new/src/Makefile.in
+--- gnome-alsamixer-0.9.6/src/Makefile.in	2003-09-09 12:44:25.000000000 +0100
++++ gnome-alsamixer-0.9.6.new/src/Makefile.in	2004-04-04 18:51:36.000000000 +0100
+@@ -86,10 +86,6 @@
+ 	-DPACKAGE_DATA_DIR=\""$(datadir)/gnome-alsamixer"\"        \
+ 	-DPIXMAP_ICONDIR=\""$(datadir)/pixmaps/gnome-alsamixer"\"  \
+ 	-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
+-	-DG_DISABLE_DEPRECATED					   \
+-	-DGDK_DISABLE_DEPRECATED				   \
+-	-DGTK_DISABLE_DEPRECATED				   \
+-	-DGNOME_DISABLE_DEPRECATED                                 \
+ 	@PACKAGE_CFLAGS@
+ 
+ 
+Only in gnome-alsamixer-0.9.6.new/src: Makefile.in~




More information about the arch-commits mailing list