[arch-commits] Commit in (5 files)

Balló György bgyorgy at archlinux.org
Mon Mar 21 16:38:08 UTC 2016


    Date: Monday, March 21, 2016 @ 17:38:07
  Author: bgyorgy
Revision: 167834

Move autoreconf to prepare function

Modified:
  notify-sharp-3/trunk/PKGBUILD
  notify-sharp/trunk/PKGBUILD
  planner/trunk/PKGBUILD
  snappy-player/trunk/PKGBUILD
  tasque/trunk/PKGBUILD

-------------------------------+
 notify-sharp-3/trunk/PKGBUILD |    3 +--
 notify-sharp/trunk/PKGBUILD   |    2 +-
 planner/trunk/PKGBUILD        |    3 ++-
 snappy-player/trunk/PKGBUILD  |    2 +-
 tasque/trunk/PKGBUILD         |    2 +-
 5 files changed, 6 insertions(+), 6 deletions(-)

Modified: notify-sharp/trunk/PKGBUILD
===================================================================
--- notify-sharp/trunk/PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
+++ notify-sharp/trunk/PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
@@ -21,11 +21,11 @@
 prepare() {
   cd $pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  autoreconf -fi
 }
 
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var
   make
 }

Modified: notify-sharp-3/trunk/PKGBUILD
===================================================================
--- notify-sharp-3/trunk/PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
+++ notify-sharp-3/trunk/PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
@@ -20,12 +20,11 @@
 prepare() {
   cd $_pkgname-$pkgver
   patch -Np1 -i ../use_dbussharp_2.pc
+  autoreconf -fi
 }
 
 build() {
   cd $_pkgname-$pkgver
-  autoreconf -fi
-
   ./configure --prefix=/usr
   make
 }

Modified: planner/trunk/PKGBUILD
===================================================================
--- planner/trunk/PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
+++ planner/trunk/PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
@@ -37,11 +37,12 @@
   # Remove deprecated libgnomeui dependency
   patch -Np1 -i ../cd2b658e83d47e8f49d1bbaf54be6433a21d3758.patch
   patch -Np1 -i ../fd8da8994f7006b9fcefc90d2fe5c2b484c7871e.patch
+
+  autoreconf -fi
 }
 
 build() {
   cd $pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-update-mimedb --disable-schemas-install \
               --with-gconf-schema-file-dir=/usr/share/gconf/schemas

Modified: snappy-player/trunk/PKGBUILD
===================================================================
--- snappy-player/trunk/PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
+++ snappy-player/trunk/PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
@@ -28,11 +28,11 @@
   # Fix compatibility with Clutter 1.22
   patch -Np1 -i ../0001-Set-windowing-backend-to-X11.patch
   patch -Np1 -i ../clutter-gst3.patch
+  autoreconf -fi
 }
 
 build() {
   cd $_pkgname-$pkgver
-  autoreconf -fi
   ./configure --prefix=/usr
   make
 }

Modified: tasque/trunk/PKGBUILD
===================================================================
--- tasque/trunk/PKGBUILD	2016-03-21 16:32:23 UTC (rev 167833)
+++ tasque/trunk/PKGBUILD	2016-03-21 16:38:07 UTC (rev 167834)
@@ -22,10 +22,10 @@
   cd $pkgname-$pkgver
   patch -Np1 -i ../dbus-sharp-2-porting.patch
   patch -Np1 -i ../use_dbussharp_2.patch
+  autoreconf -fi
 }
 build() {
   cd "$srcdir/$pkgname-$pkgver"
-  autoreconf -fi
   ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var \
               --disable-static --disable-appindicator
   make



More information about the arch-commits mailing list