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

David Runge dvzrv at gemini.archlinux.org
Tue Jun 7 15:53:16 UTC 2022


    Date: Tuesday, June 7, 2022 @ 15:53:16
  Author: dvzrv
Revision: 1228489

archrelease: copy trunk to community-x86_64

Added:
  padthv1/repos/community-x86_64/PKGBUILD
    (from rev 1228488, padthv1/trunk/PKGBUILD)
Deleted:
  padthv1/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   82 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 41 insertions(+), 41 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-06-07 15:53:05 UTC (rev 1228488)
+++ PKGBUILD	2022-06-07 15:53:16 UTC (rev 1228489)
@@ -1,41 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=padthv1
-pkgver=0.9.25
-pkgrel=2
-pkgdesc="An old-school polyphonic additive synthesizer"
-arch=(x86_64)
-url="https://padthv1.sourceforge.io/"
-license=(GPL2)
-groups=(lv2-plugins pro-audio)
-depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg)
-makedepends=(alsa-lib cmake fftw jack liblo lv2 qt6-tools)
-optdepends=(
-  'alsa-lib: for standalone application'
-  'jack: for standalone application'
-  'liblo: for standalone application'
-  'new-session-manager: for session management using the standalone application'
-  'qt6-wayland: for native wayland support'
-)
-options=(debug)
-source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
-sha512sums=('60a27f9e134fd42695a2e017d5eb16258afc74acac7ea631ca0ef521ea42910d484ca14b5aba342fd17788fccd91affdc786f5fb3f8ac165a22b531aade389a3')
-b2sums=('f09e7c0264879cbe9560433d14561271d3f068943104ebd4cf4e8e6d0fa6f5c570bea5df1f47d7694a06c8c7030a49386b6579070b91e2c16d70290820c6ee55')
-
-build() {
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        -DCMAKE_BUILD_TYPE=None \
-        -DCONFIG_QT6=ON \
-        -Wno-dev \
-        -B build \
-        -S $pkgname-$pkgver
-  make VERBOSE=1 -C build
-}
-
-package() {
-  depends+=(libfftw3.so)
-
-  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
-  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
-}
-# vim:set ts=2 sw=2 et:

Copied: padthv1/repos/community-x86_64/PKGBUILD (from rev 1228488, padthv1/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-06-07 15:53:16 UTC (rev 1228489)
@@ -0,0 +1,41 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=padthv1
+pkgver=0.9.26
+pkgrel=1
+pkgdesc="An old-school polyphonic additive synthesizer"
+arch=(x86_64)
+url="https://padthv1.sourceforge.io/"
+license=(GPL2)
+groups=(lv2-plugins pro-audio)
+depends=(gcc-libs glibc hicolor-icon-theme lv2-host qt6-base qt6-svg)
+makedepends=(alsa-lib cmake fftw jack liblo lv2 qt6-tools)
+optdepends=(
+  'alsa-lib: for standalone application'
+  'jack: for standalone application'
+  'liblo: for standalone application'
+  'new-session-manager: for session management using the standalone application'
+  'qt6-wayland: for native wayland support'
+)
+options=(debug)
+source=(https://download.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz)
+sha512sums=('981885c2409c8a3fe0302ef1509b06eba91b7a43a003b9c129ffc7250de82ffed992029ecd34c1bd54e67017aaf3e8f0d09e3391929a6d69e3e61ac0cb188d81')
+b2sums=('bea163d1bcad90ec54e2f60cb2e0fb24d11a9c5f6c5b9b46a6f3f6c3c42921cbd91b0182572b44de2daad78825584722766fa3f5566c3cd549b4169c7a8c5877')
+
+build() {
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        -DCMAKE_BUILD_TYPE=None \
+        -DCONFIG_QT6=ON \
+        -Wno-dev \
+        -B build \
+        -S $pkgname-$pkgver
+  make VERBOSE=1 -C build
+}
+
+package() {
+  depends+=(libfftw3.so)
+
+  make VERBOSE=1 DESTDIR="$pkgdir" install -C build
+  install -vDm 644 $pkgname-$pkgver/{ChangeLog,README} -t "$pkgdir/usr/share/doc/$pkgname/"
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list