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

David Runge dvzrv at archlinux.org
Fri Aug 9 04:02:38 UTC 2019


    Date: Friday, August 9, 2019 @ 04:02:38
  Author: dvzrv
Revision: 498384

archrelease: copy trunk to community-x86_64

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

----------+
 PKGBUILD |  112 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 56 insertions(+), 56 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-09 04:02:21 UTC (rev 498383)
+++ PKGBUILD	2019-08-09 04:02:38 UTC (rev 498384)
@@ -1,56 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=geonkick
-pkgver=1.6
-pkgrel=1
-pkgdesc="A free software percussion synthesizer"
-arch=('x86_64')
-url="https://gitlab.com/iurie/geonkick"
-license=('GPL3')
-groups=('pro-audio')
-depends=('cairo' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
-makedepends=('cmake' 'jack' 'lv2' 'sord' 'rapidjson' 'redkite')
-optdepends=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
-sha512sums=('72f117a8bc2bfe3ed9d2e9d5b2271248a211b4fd194d792f16952547aa9bcb6793d5cb327da580e08b8287fe54d8c03a5232a63d6fed63d45f9954cd0a142330')
-
-prepare() {
-  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
-  cd "$pkgname-$pkgver"
-  mkdir -v build
-  # fix hardcoded redkite headers location:
-  # https://gitlab.com/quamplex/geonkick/issues/133
-  sed -e 's|/usr/local/include|/usr/include|' -i CMakeLists.txt
-}
-
-build() {
-  cd "$pkgname-$pkgver"
-  (
-    cd build
-    cmake -DCMAKE_INSTALL_PREFIX=/usr \
-          ..
-    make
-  )
-}
-
-# lv2_validate still fails on itself:
-# https://gitlab.com/lv2/lv2/issues/27
-# check() {
-#   cd "$pkgname-$pkgver"
-#   (
-#     cd build
-#     lv2_validate "../plugin/lv2/${pkgname}.lv2/"*.ttl
-#   )
-# }
-
-package() {
-  cd "$pkgname-$pkgver"
-  (
-    cd build
-    make DESTDIR="$pkgdir/" install
-  )
-  install -vDm 644 "data/${pkgname}.desktop" \
-    -t "${pkgdir}/usr/share/applications"
-  install -vDm 644 examples/* \
-    -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
-  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: geonkick/repos/community-x86_64/PKGBUILD (from rev 498383, geonkick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-09 04:02:38 UTC (rev 498384)
@@ -0,0 +1,56 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=geonkick
+pkgver=1.8
+pkgrel=1
+pkgdesc="A free software percussion synthesizer"
+arch=('x86_64')
+url="https://gitlab.com/iurie/geonkick"
+license=('GPL3')
+groups=('pro-audio')
+depends=('cairo' 'desktop-file-utils' 'hicolor-icon-theme' 'shared-mime-info')
+makedepends=('cmake' 'jack' 'lv2' 'sord' 'rapidjson' 'redkite')
+optdepends=('jack: for standalone application')
+source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
+sha512sums=('c3d2f10696720b674a9abc35b646dd3ee13e03aa92551265bb5c466b693aee6b9e4ae93aaa9746695d6faf1c4e0a165b431d793138c826f4191bb638d7dd937b')
+
+prepare() {
+  mv -v "$pkgname-v$pkgver" "$pkgname-$pkgver"
+  cd "$pkgname-$pkgver"
+  mkdir -v build
+  # fix hardcoded redkite headers location:
+  # https://gitlab.com/quamplex/geonkick/issues/133
+  sed -e 's|/usr/local/include|/usr/include|' -i CMakeLists.txt
+}
+
+build() {
+  cd "$pkgname-$pkgver"
+  (
+    cd build
+    cmake -DCMAKE_INSTALL_PREFIX=/usr \
+          ..
+    make
+  )
+}
+
+# lv2_validate still fails on itself:
+# https://gitlab.com/lv2/lv2/issues/27
+# check() {
+#   cd "$pkgname-$pkgver"
+#   (
+#     cd build
+#     lv2_validate "../plugin/lv2/${pkgname}.lv2/"*.ttl
+#   )
+# }
+
+package() {
+  cd "$pkgname-$pkgver"
+  (
+    cd build
+    make DESTDIR="$pkgdir/" install
+  )
+  install -vDm 644 "data/${pkgname}.desktop" \
+    -t "${pkgdir}/usr/share/applications"
+  install -vDm 644 examples/* \
+    -t "${pkgdir}/usr/share/doc/${pkgname}/examples"
+  install -vDm 644 README.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list