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

Balló György bgyorgy at nymeria.archlinux.org
Sat Nov 30 15:55:15 UTC 2013


    Date: Saturday, November 30, 2013 @ 16:55:15
  Author: bgyorgy
Revision: 101728

Implement prepare function

Modified:
  buoh/trunk/PKGBUILD

----------+
 PKGBUILD |   11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-11-30 15:46:56 UTC (rev 101727)
+++ PKGBUILD	2013-11-30 15:55:15 UTC (rev 101728)
@@ -18,15 +18,17 @@
         buoh-libsoup24.patch)
 md5sums=('50474a8712ad20ab36d8f8058a4647fb'
          'c44f0e1828492a5d7d8efee764558fb4')
-sha1sums=('29d702b485a901868f65116e753cb515b3e2a2c5'
-          '012badf13e33818268b744e106bdcccfd8fc66ed')
 
-build() {
+prepare() {
   cd "$srcdir/$pkgname-$pkgver"
 
+  # Port to libsoup 2.4
   patch -p1 < ../buoh-libsoup24.patch
+}
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
   autoconf
-
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas --without-libgnomeui
@@ -35,6 +37,5 @@
 
 package() {
   cd "$srcdir/$pkgname-$pkgver"
-
   make DESTDIR="$pkgdir" install
 }




More information about the arch-commits mailing list