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

David Runge dvzrv at archlinux.org
Fri Mar 12 18:24:32 UTC 2021


    Date: Friday, March 12, 2021 @ 18:24:32
  Author: dvzrv
Revision: 888981

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  104 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 52 insertions(+), 52 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-12 18:24:24 UTC (rev 888980)
+++ PKGBUILD	2021-03-12 18:24:32 UTC (rev 888981)
@@ -1,52 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=geonkick
-pkgver=2.7.2
-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=(
-            'lv2-host: for LV2 plugin'
-            'jack: for standalone application'
-)
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
-sha512sums=('92876db4fe72c070209570b5fd76e70d2cd608cab48f5c0a69a60f2db80cff5dbd5c9e5a297dc179f3d3cfaee342ed2c90f91196ce02190e29dba1181b70cde9')
-b2sums=('62f20857932dfc76b738800df92f7be6a4b234e94a21fe008a99220fdbe2851e1eb8121ff378af653d9be8765c32af4dbd0fe379ef65528eed7282511510ca51')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
-        -DGKICK_REDKITE_SDK_PATH='/usr' \
-        -DCMAKE_BUILD_TYPE='None' \
-        -Wno-dev \
-        -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 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 888980, geonkick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-12 18:24:32 UTC (rev 888981)
@@ -0,0 +1,52 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=geonkick
+pkgver=2.7.3
+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=(
+            'lv2-host: for LV2 plugin'
+            'jack: for standalone application'
+)
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
+sha512sums=('eadc8b3d3947843181369432445bcab09e7311b24f3412a325579064d153d364a239063fb38d1115a552ca674737dcf4f011f1b57be909d9d4f71f65c9fecfb2')
+b2sums=('b53d2eb0e5c2b2b1bc6a185ae56b551f527104c830bdbd1d5974880d8c46e9deb5e9662946354ab11320a3c858d6f0bb7ad4f5d8877f43af01eba3213888abae')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  cmake -DCMAKE_INSTALL_PREFIX='/usr' \
+        -DGKICK_REDKITE_SDK_PATH='/usr' \
+        -DCMAKE_BUILD_TYPE='None' \
+        -Wno-dev \
+        -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 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list