[arch-commits] Commit in gnome-alsamixer/repos (3 files)

Eric Bélanger eric at archlinux.org
Wed Mar 4 03:33:02 UTC 2009


    Date: Tuesday, March 3, 2009 @ 22:33:02
  Author: eric
Revision: 28977

Merged revisions 356,28976 via svnmerge from 
svn+ssh://svn.archlinux.org/srv/svn-packages/gnome-alsamixer/trunk

........
  r356 | aaron | 2008-04-18 18:56:27 -0400 (Fri, 18 Apr 2008) | 1 line
  
  Added svn:keywords to all PKGBUILDs
........
  r28976 | eric | 2009-03-03 22:32:14 -0500 (Tue, 03 Mar 2009) | 1 line
  
  Fixed source url, Added arch field
........

Modified:
  gnome-alsamixer/repos/extra-i686/	(properties)
  gnome-alsamixer/repos/extra-x86_64/	(properties)
  gnome-alsamixer/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)


Property changes on: gnome-alsamixer/repos/extra-i686
___________________________________________________________________
Deleted: svnmerge-integrated
   - /gnome-alsamixer/trunk:1


Property changes on: gnome-alsamixer/repos/extra-x86_64
___________________________________________________________________
Modified: svnmerge-integrated
   - /gnome-alsamixer/trunk:1
   + /gnome-alsamixer/trunk:1-28976

Modified: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2009-03-04 03:32:14 UTC (rev 28976)
+++ extra-x86_64/PKGBUILD	2009-03-04 03:33:02 UTC (rev 28977)
@@ -5,18 +5,19 @@
 pkgname=gnome-alsamixer
 pkgver=0.9.6
 pkgrel=2
-arch=(i686)
-license=('GPL')
 pkgdesc="Gnome ALSA mixer"
+arch=('i686' 'x86_64')
 url="http://www.paw.za.org"
+license=('GPL')
 depends=('libgnomeui>=2.18.1-2')
-source=(ftp://ftp.paw.za.org/pub/PAW/sources/${pkgname}-${pkgver}.tar.gz
+source=(ftp://ftp.archlinux.org/other/gnome-alsamixer/${pkgname}-${pkgver}.tar.gz
 	gnome-alsamixer-0.9.6-gtk24.patch)
 md5sums=('387623cfeb079d78325eed2d6bc94251' '82b95a0df43429da5098b4da883f6bd0')
+
 build() {
-  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
+  cd ${srcdir}/${pkgname}-${pkgver}
+  patch -Np1 -i ${srcdir}/gnome-alsamixer-0.9.6-gtk24.patch || return 1
+  ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var || return 1
   make || return 1
-  make DESTDIR=${startdir}/pkg install
+  make DESTDIR=${pkgdir} install || return 1
 }




More information about the arch-commits mailing list