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

Jan Steffens heftig at archlinux.org
Mon Feb 15 17:46:34 UTC 2016


    Date: Monday, February 15, 2016 @ 18:46:34
  Author: heftig
Revision: 259315

Simplify

Modified:
  libphonenumber/trunk/PKGBUILD

----------+
 PKGBUILD |    7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-02-15 17:44:06 UTC (rev 259314)
+++ PKGBUILD	2016-02-15 17:46:34 UTC (rev 259315)
@@ -15,20 +15,17 @@
 
 prepare() {
   mkdir -p build
-  cd $pkgname-$pkgname-$pkgver
-  sed -i '/-Werror/d' cpp/CMakeLists.txt
 }
 
 build() {
   cd build
   cmake -DCMAKE_INSTALL_PREFIX=/usr ../$pkgname-$pkgname-$pkgver/cpp
-  make generate_geocoding_data_test libphonenumber_test geocoding_test_program geocoding-shared phonenumber-shared
+  make generate_geocoding_data all
 }
 
 check() {
   cd build
-  ./libphonenumber_test
-  ./geocoding_test_program
+  make test
 }
 
 package() {



More information about the arch-commits mailing list