[arch-commits] Commit in new-session-manager/repos/community-x86_64 (2 files)

David Runge dvzrv at archlinux.org
Sat Jun 20 21:44:39 UTC 2020


    Date: Saturday, June 20, 2020 @ 21:44:37
  Author: dvzrv
Revision: 648665

archrelease: copy trunk to community-x86_64

Added:
  new-session-manager/repos/community-x86_64/PKGBUILD
    (from rev 648664, new-session-manager/trunk/PKGBUILD)
Deleted:
  new-session-manager/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   71 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 36 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-06-20 21:44:32 UTC (rev 648664)
+++ PKGBUILD	2020-06-20 21:44:37 UTC (rev 648665)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=new-session-manager
-pkgver=1.3.1
-pkgrel=1
-pkgdesc="Audio session manager"
-arch=('x86_64')
-url="https://github.com/linuxaudio/new-session-manager"
-license=('GPL3')
-depends=('fltk' 'gcc-libs' 'glibc')
-makedepends=('jack' 'liblo' 'meson')
-provides=('non-session-manager')
-conflicts=('non-session-manager')
-source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('0876256e8e7a3540a108e702c9b5a755548d0bb76de2fa35a3bf71fd66a4c572d4daa88aa5c20c14e7e8d27da504e5e0eb80d1d1945f4a2e31ee6651a9413734')
-b2sums=('75f9a550edb86d8bf2cb7f426a16994eff9e79c8089acfc5af32262d9adb11fd28d2378c91d626c82395f315b6ad61e49f6d9573a03ac9b255afe8430b9ac7d0')
-
-build() {
-  cd "$pkgname-$pkgver"
-  meson --prefix='/usr' \
-        --buildtype plain \
-        --wrap-mode nodownload \
-        -D b_lto=true \
-        -D b_pie=true \
-        build
-  ninja -C build
-}
-
-package() {
-  depends+=('libjack.so' 'liblo.so')
-  cd "$pkgname-$pkgver"
-  DESTDIR="${pkgdir}" meson install -C build
-  install -vDm 644 {CHANGELOG,README.md} \
-    -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: new-session-manager/repos/community-x86_64/PKGBUILD (from rev 648664, new-session-manager/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-06-20 21:44:37 UTC (rev 648665)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=new-session-manager
+pkgver=1.3.2
+pkgrel=1
+pkgdesc="Audio session manager"
+arch=('x86_64')
+url="https://github.com/linuxaudio/new-session-manager"
+license=('GPL3')
+depends=('gcc-libs' 'glibc')
+makedepends=('fltk' 'jack' 'liblo' 'meson')
+optdepends=('fltk: for nsm-legacy-gui')
+provides=('non-session-manager')
+conflicts=('non-session-manager')
+source=("${pkgname}-${pkgver}.tar.gz::https://github.com/linuxaudio/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('4dcd904ea0b40da23c563311d4aedb1f8d96ac90bd98477f52801222904f255ec2da331be8012b4d2f3921ef13e4b21b48921bb390bf2de5a138879be96e424b')
+b2sums=('bfaee6eea5f636a01f55cc0e83e25dbb87c19ee453eb0b3f00d78459026c8be1550d696d48445634f66c4d01f52caa2f6cf6667c9d763b99100b62ebcabaf0e2')
+
+build() {
+  cd "$pkgname-$pkgver"
+  meson --prefix='/usr' \
+        --buildtype plain \
+        --wrap-mode nodownload \
+        -D b_lto=true \
+        -D b_pie=true \
+        build
+  ninja -C build
+}
+
+package() {
+  depends+=('libjack.so' 'liblo.so')
+  cd "$pkgname-$pkgver"
+  DESTDIR="${pkgdir}" meson install -C build
+  install -vDm 644 {CHANGELOG,README.md} \
+    -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list