[arch-commits] Commit in gnome-media/trunk (PKGBUILD)

Balló György bgyorgy at nymeria.archlinux.org
Sat Nov 30 18:46:32 UTC 2013


    Date: Saturday, November 30, 2013 @ 19:46:32
  Author: bgyorgy
Revision: 101758

Implement prepare function

Modified:
  gnome-media/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-30 18:43:41 UTC (rev 101757)
+++ PKGBUILD	2013-11-30 18:46:32 UTC (rev 101758)
@@ -22,7 +22,7 @@
             '6c8af4bf741d702ce3722cc2bfd1b7caa44f142776706157851184fb2bc55e04'
             '5feb1e447f9ac575b282b05be9bfc946794635f98f63cf24603f931767ec8f9d')
 
-build() {
+prepare() {
   cd "$pkgname-$pkgver"
 
   # Upstream fixes
@@ -29,7 +29,10 @@
   patch -Np1 -i "$srcdir/grecord-add-PULSEPROPmediarole.patch"
   patch -Np1 -i "$srcdir/grecord-Should-call-gnome-control-center-sound-not.patch"
   patch -Np1 -i "$srcdir/grecord-send-eos-before-we-stop-record.patch"
+}
 
+build() {
+  cd "$pkgname-$pkgver"
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas




More information about the arch-commits mailing list