[arch-commits] Commit in geonkick/repos/community-x86_64 (PKGBUILD PKGBUILD)
David Runge
dvzrv at archlinux.org
Mon Apr 27 19:46:47 UTC 2020
Date: Monday, April 27, 2020 @ 19:46:47
Author: dvzrv
Revision: 621929
archrelease: copy trunk to community-x86_64
Added:
geonkick/repos/community-x86_64/PKGBUILD
(from rev 621928, geonkick/trunk/PKGBUILD)
Deleted:
geonkick/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 114 ++++++++++++++++++++++++++++++-------------------------------
1 file changed, 57 insertions(+), 57 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2020-04-27 19:46:25 UTC (rev 621928)
+++ PKGBUILD 2020-04-27 19:46:47 UTC (rev 621929)
@@ -1,57 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=geonkick
-pkgver=2.0.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=('jack: for standalone application')
-source=("https://gitlab.com/iurie/geonkick/-/archive/v${pkgver}/$pkgname-v$pkgver.tar.gz")
-sha512sums=('ebdc511692cf8588a2188ce765a1f0d7238075eb924af04284df664f068d869882215036211082e0aa7609e4c967c160d0000223f5f75f317477b6a37f072dcb')
-
-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 621928, geonkick/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2020-04-27 19:46:47 UTC (rev 621929)
@@ -0,0 +1,57 @@
+# 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}"
+}
More information about the arch-commits
mailing list