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

David Runge dvzrv at archlinux.org
Mon Feb 26 10:47:18 UTC 2018


    Date: Monday, February 26, 2018 @ 10:47:18
  Author: dvzrv
Revision: 298268

archrelease: copy trunk to community-x86_64

Added:
  aj-snapshot/repos/community-x86_64/PKGBUILD
    (from rev 298267, aj-snapshot/trunk/PKGBUILD)
Deleted:
  aj-snapshot/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   74 +++++++++++++++++++++++++++++--------------------------------
 1 file changed, 36 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-02-26 10:47:06 UTC (rev 298267)
+++ PKGBUILD	2018-02-26 10:47:18 UTC (rev 298268)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=aj-snapshot
-pkgver=0.9.7
-pkgrel=3
-pkgdesc="Command line utility to store/restore ALSA and/or JACK connections to/from an XML file."
-arch=('x86_64')
-url="http://aj-snapshot.sourceforge.net/"
-license=('GPL3')
-depends=('jack' 'mxml')
-source=("https://downloads.sourceforge.net/project/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('b7582e07ba3f7567e656406ce9be1265e565d5194ced4e8f5009eb06509d2b69a95d7b90a0ef230587e2852d5713d67e87b53fa7f8defe1741b9d861e964c115')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # does resolve depends with '--as-needed'
-  # https://sourceforge.net/p/aj-snapshot/bugs/4/
-  export LDFLAGS="${LDFLAGS//,--as-needed}"
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  ./configure --prefix=/usr
-  make
-}
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  make DESTDIR="${pkgdir}/" install
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
-    -vDm644 {AUTHORS,ChangeLog,README}
-}
-
-# vim:set ts=2 sw=2 et:
-

Copied: aj-snapshot/repos/community-x86_64/PKGBUILD (from rev 298267, aj-snapshot/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-02-26 10:47:18 UTC (rev 298268)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Christopher Arndt <aur -at- chrisarndt -dot- de>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=aj-snapshot
+pkgver=0.9.8
+pkgrel=1
+pkgdesc="Command line utility to store/restore ALSA and/or JACK connections to/from an XML file."
+arch=('x86_64')
+url="http://aj-snapshot.sourceforge.net/"
+license=('GPL3')
+groups=('pro-audio')
+depends=('jack' 'mxml')
+source=("https://sourceforge.net/projects/${pkgname}/files/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('a69e4130eef2125052b7bba65279c2c3997935c4583478abaecbd4e18974e9708cf5aa34c51468e97af3c21b445beeeea29e66f6979238a309c1f39953e19299')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  autoreconf -vfi
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  ./configure --prefix=/usr
+  make
+}
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  make DESTDIR="${pkgdir}/" install
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}/" \
+    -vDm644 {AUTHORS,ChangeLog,README}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list