[arch-commits] Commit in geonkick/repos/community-x86_64 (PKGBUILD PKGBUILD)

David Runge dvzrv at archlinux.org
Thu May 14 18:29:09 UTC 2020


    Date: Thursday, May 14, 2020 @ 18:29:09
  Author: dvzrv
Revision: 627969

archrelease: copy trunk to community-x86_64

Added:
  geonkick/repos/community-x86_64/PKGBUILD
    (from rev 627968, geonkick/trunk/PKGBUILD)
Deleted:
  geonkick/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  114 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 57 insertions(+), 57 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-14 18:28:55 UTC (rev 627968)
+++ PKGBUILD	2020-05-14 18:29:09 UTC (rev 627969)
@@ -1,57 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=geonkick
-pkgver=2.1.0
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick"
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
-makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
-checkdepends=('lv2lint')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
-sha512sums=('0ba48db82295de6449b0695738531dc01bea995a94f9ea2af395e8403fa53934890653c78a617e056d613ecd9eb6957e1318884eeb0dcc4a017e19f6a808b6d9')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver/doc/examples"
-  # extract AVL drumkit
-  tar xvJf AVL-Drumkit.tar.xz
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DGKICK_REDKITE_SDK_PATH=/usr \
-        -B build \
-        -S .
-  make VERBOSE=1 -C build
-}
-
-check() {
-  cd "$pkgname-$pkgver"
-  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
-  lv2lint -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
-          "http://geontime.com/geonkick"
-  rm -v plugin/lv2/${pkgname}.lv2/*.so
-}
-
-package() {
-  depends+=('libsndfile.so')
-  cd "$pkgname-$pkgver"
-  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
-  install -vDm 644 "data/${pkgname}.desktop" \
-    -t "${pkgdir}/usr/share/applications"
-  install -vDm 644 doc/examples/*.{gkick,gkit} \
-    -t "${pkgdir}/usr/share/${pkgname}/presets"
-  for directory in doc/examples/*; do
-    if [ -d "$directory" ]; then
-      install -vDm 644 "$directory/"*.{gkick,gkit} \
-        -t "${pkgdir}/usr/share/${pkgname}/presets/$(basename "$directory")"
-    fi
-  done
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 627968, geonkick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-05-14 18:29:09 UTC (rev 627969)
@@ -0,0 +1,57 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=geonkick
+pkgver=2.1.1
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick"
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'gcc-libs' 'glibc' 'hicolor-icon-theme' 'libx11')
+makedepends=('cmake' 'jack' 'libsndfile' 'lv2' 'rapidjson' 'redkite')
+checkdepends=('lv2lint')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
+sha512sums=('fa7bbe925f191fd39942746a0ef5fb8088bcf9290f18939ac4ce54a3e8f54d9f1269eea33873b429c1d5f1ecc3d67e87589269386bc91890e134d1c16f114c62')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver/doc/examples"
+  # extract AVL drumkit
+  tar xvJf AVL-Drumkit.tar.xz
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DGKICK_REDKITE_SDK_PATH=/usr \
+        -B build \
+        -S .
+  make VERBOSE=1 -C build
+}
+
+check() {
+  cd "$pkgname-$pkgver"
+  cp -av build/plugin/lv2/*.so plugin/lv2/${pkgname}.lv2/
+  lv2lint -Mpack -I "${PWD}/plugin/lv2/${pkgname}.lv2/" \
+          "http://geontime.com/geonkick"
+  rm -v plugin/lv2/${pkgname}.lv2/*.so
+}
+
+package() {
+  depends+=('libsndfile.so')
+  cd "$pkgname-$pkgver"
+  make -C build DESTDIR="$pkgdir/" install VERBOSE=1
+  install -vDm 644 "data/${pkgname}.desktop" \
+    -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 doc/examples/*.{gkick,gkit} \
+    -t "${pkgdir}/usr/share/${pkgname}/presets"
+  for directory in doc/examples/*; do
+    if [ -d "$directory" ]; then
+      install -vDm 644 "$directory/"*.{gkick,gkit} \
+        -t "${pkgdir}/usr/share/${pkgname}/presets/$(basename "$directory")"
+    fi
+  done
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list