[arch-commits] Commit in libinstpatch/repos/extra-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Tue May 26 18:40:43 UTC 2020


    Date: Tuesday, May 26, 2020 @ 18:40:43
  Author: dvzrv
Revision: 387598

archrelease: copy trunk to extra-x86_64

Added:
  libinstpatch/repos/extra-x86_64/PKGBUILD
    (from rev 387597, libinstpatch/trunk/PKGBUILD)
Deleted:
  libinstpatch/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   70 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 35 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-26 18:40:29 UTC (rev 387597)
+++ PKGBUILD	2020-05-26 18:40:43 UTC (rev 387598)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=libinstpatch
-pkgver=1.1.5
-pkgrel=1
-pkgdesc="Instrument file software library"
-arch=('x86_64')
-url="https://github.com/swami/libinstpatch"
-license=('LGPL2.1')
-depends=('glib2' 'glibc')
-makedepends=('cmake' 'libsndfile' 'python')
-provides=('libinstpatch-1.0.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/swami/libinstpatch/archive/v${pkgver}.tar.gz")
-sha512sums=('162b71cb80915cbb1b7572b524f0eb5280c9e09c758c1d8dd660b2c3ab4a3da2a7d2372971ece14a8997fa7c2b016b2334dca41bb23bba20ae438550b14f35fa')
-
-build() {
-  cd "$pkgname-$pkgver"
-  export CFLAGS+=" ${CPPFLAGS}"
-  export CXXFLAGS+=" ${CPPFLAGS}"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DLIB_INSTALL_DIR=/usr/lib \
-        -DCMAKE_BUILD_TYPE='None' \
-        -Wno-dev \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
-  install -vDm 644 {AUTHORS,ChangeLog,README.md,TODO.tasks} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libinstpatch/repos/extra-x86_64/PKGBUILD (from rev 387597, libinstpatch/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-26 18:40:43 UTC (rev 387598)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=libinstpatch
+pkgver=1.1.5
+pkgrel=1
+pkgdesc="Instrument file software library"
+arch=('x86_64')
+url="https://github.com/swami/libinstpatch"
+license=('LGPL2.1')
+depends=('glibc')
+makedepends=('cmake' 'glib2' 'libsndfile' 'python')
+provides=('libinstpatch-1.0.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/swami/libinstpatch/archive/v${pkgver}.tar.gz")
+sha512sums=('162b71cb80915cbb1b7572b524f0eb5280c9e09c758c1d8dd660b2c3ab4a3da2a7d2372971ece14a8997fa7c2b016b2334dca41bb23bba20ae438550b14f35fa')
+
+build() {
+  cd "$pkgname-$pkgver"
+  export CFLAGS+=" ${CPPFLAGS}"
+  export CXXFLAGS+=" ${CPPFLAGS}"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DLIB_INSTALL_DIR=/usr/lib \
+        -DCMAKE_BUILD_TYPE='None' \
+        -Wno-dev \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=('libglib-2.0.so' 'libgobject-2.0.so' 'libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make VERBOSE=1 DESTDIR="$pkgdir/" install -C build
+  install -vDm 644 {AUTHORS,ChangeLog,README.md,TODO.tasks} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list