[arch-commits] Commit in libphonenumber/repos/extra-x86_64 (4 files)

Jan Steffens heftig at archlinux.org
Thu Jan 11 19:10:15 UTC 2018


    Date: Thursday, January 11, 2018 @ 19:10:14
  Author: heftig
Revision: 314601

archrelease: copy trunk to extra-x86_64

Added:
  libphonenumber/repos/extra-x86_64/PKGBUILD
    (from rev 314600, libphonenumber/trunk/PKGBUILD)
  libphonenumber/repos/extra-x86_64/libdir.diff
    (from rev 314600, libphonenumber/trunk/libdir.diff)
Deleted:
  libphonenumber/repos/extra-x86_64/PKGBUILD
  libphonenumber/repos/extra-x86_64/libdir.diff

-------------+
 PKGBUILD    |   92 +++++++++++++++++++++++++++++-----------------------------
 libdir.diff |   32 ++++++++++----------
 2 files changed, 62 insertions(+), 62 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-01-11 19:09:20 UTC (rev 314600)
+++ PKGBUILD	2018-01-11 19:10:14 UTC (rev 314601)
@@ -1,46 +0,0 @@
-# $Id$
-# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
-
-pkgname=libphonenumber
-pkgver=8.8.8
-pkgrel=2
-pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
-url="https://github.com/googlei18n/libphonenumber"
-arch=(x86_64)
-license=(Apache)
-depends=(icu protobuf boost-libs)
-makedepends=(boost cmake gtest git 'java-environment>=9' ninja)
-_commit=50bb3905f6269b7fe640b065baea74e9b04f9a44  # tags/v8.8.8^0
-source=("git+$url#commit=$_commit" libdir.diff)
-sha256sums=('SKIP'
-            '289949d0d24265aadb960b513543de21a29350342a40cab494a141dbec8ce39b')
-
-pkgver() {
-  cd $pkgname
-  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
-}
-
-prepare() {
-  mkdir build
-  cd $pkgname
-  patch -Np1 -i ../libdir.diff
-}
-
-build() {
-  cd build
-  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
-  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
-  cmake ../$pkgname/cpp -G Ninja \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  ninja
-}
-
-check() {
-  cd build
-  ninja tests
-}
-
-package() {
-  cd build
-  DESTDIR="$pkgdir" ninja install
-}

Copied: libphonenumber/repos/extra-x86_64/PKGBUILD (from rev 314600, libphonenumber/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-01-11 19:10:14 UTC (rev 314601)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Jan Alexander Steffens (heftig) <jan.steffens at gmail.com>
+
+pkgname=libphonenumber
+pkgver=8.8.9
+pkgrel=1
+pkgdesc="Google's common library for parsing, formatting, and validating international phone numbers"
+url="https://github.com/googlei18n/libphonenumber"
+arch=(x86_64)
+license=(Apache)
+depends=(icu protobuf boost-libs)
+makedepends=(boost cmake gtest git 'java-environment>=9' ninja)
+_commit=3ba4394332389c46b28d2e1488713621fc4475d0  # tags/v8.8.9^0
+source=("git+$url#commit=$_commit" libdir.diff)
+sha256sums=('SKIP'
+            '289949d0d24265aadb960b513543de21a29350342a40cab494a141dbec8ce39b')
+
+pkgver() {
+  cd $pkgname
+  git describe --tags | sed 's/^libphonenumber-\|^v//;s/-/+/g'
+}
+
+prepare() {
+  mkdir build
+  cd $pkgname
+  patch -Np1 -i ../libdir.diff
+}
+
+build() {
+  cd build
+  CXXFLAGS+=" -Wno-error=deprecated-declarations"  # readdir_r deprecation
+  CXXFLAGS+=" -Wno-error=unused-variable"  # this is nuts
+  cmake ../$pkgname/cpp -G Ninja \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  ninja
+}
+
+check() {
+  cd build
+  ninja tests
+}
+
+package() {
+  cd build
+  DESTDIR="$pkgdir" ninja install
+}

Deleted: libdir.diff
===================================================================
--- libdir.diff	2018-01-11 19:09:20 UTC (rev 314600)
+++ libdir.diff	2018-01-11 19:10:14 UTC (rev 314601)
@@ -1,16 +0,0 @@
-diff --git i/cpp/CMakeLists.txt w/cpp/CMakeLists.txt
-index 562c70e3d1f8231b..a77fc4dbddcf6791 100644
---- i/cpp/CMakeLists.txt
-+++ w/cpp/CMakeLists.txt
-@@ -590,9 +590,9 @@ install (FILES "src/phonenumbers/base/synchronization/lock.h"
- get_property (LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS)
- 
- if ("${LIB64}" STREQUAL "TRUE")
--    set (LIBDIR lib64)
--else ()
-     set (LIBDIR lib)
-+else ()
-+    set (LIBDIR lib32)
- endif ()
- 
- if (${BUILD_STATIC_LIB} STREQUAL "ON")

Copied: libphonenumber/repos/extra-x86_64/libdir.diff (from rev 314600, libphonenumber/trunk/libdir.diff)
===================================================================
--- libdir.diff	                        (rev 0)
+++ libdir.diff	2018-01-11 19:10:14 UTC (rev 314601)
@@ -0,0 +1,16 @@
+diff --git i/cpp/CMakeLists.txt w/cpp/CMakeLists.txt
+index 562c70e3d1f8231b..a77fc4dbddcf6791 100644
+--- i/cpp/CMakeLists.txt
++++ w/cpp/CMakeLists.txt
+@@ -590,9 +590,9 @@ install (FILES "src/phonenumbers/base/synchronization/lock.h"
+ get_property (LIB64 GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS)
+ 
+ if ("${LIB64}" STREQUAL "TRUE")
+-    set (LIBDIR lib64)
+-else ()
+     set (LIBDIR lib)
++else ()
++    set (LIBDIR lib32)
+ endif ()
+ 
+ if (${BUILD_STATIC_LIB} STREQUAL "ON")



More information about the arch-commits mailing list