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

David Runge dvzrv at archlinux.org
Sun Aug 26 22:20:23 UTC 2018


    Date: Sunday, August 26, 2018 @ 22:20:22
  Author: dvzrv
Revision: 374568

archrelease: copy trunk to community-x86_64

Added:
  sratom/repos/community-x86_64/PKGBUILD
    (from rev 374567, sratom/trunk/PKGBUILD)
Deleted:
  sratom/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   98 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 49 insertions(+), 49 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-08-26 22:20:13 UTC (rev 374567)
+++ PKGBUILD	2018-08-26 22:20:22 UTC (rev 374568)
@@ -1,49 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: speps <speps at aur dot archlinux dot org>
-
-pkgname=sratom
-pkgver=0.6.2
-pkgrel=1
-pkgdesc="An LV2 Atom RDF serialisation library"
-arch=('x86_64')
-url="https://drobilla.net/software/sratom/"
-license=('custom:ISC')
-depends=('sord')
-makedepends=('lv2' 'python2')
-source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
-sha512sums=('356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac'
-            'SKIP')
-validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  # remove local ldconfig call
-  sed -i '/ldconfig/d' wscript
-}
-
-build() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf configure --prefix=/usr \
-                       --test
-  python2 waf build
-}
-
-check() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf test --verbose-tests
-}
-
-
-package() {
-  cd "${pkgname}-${pkgver}"
-  python2 waf install --destdir="${pkgdir}"
-  # license
-  install -vDm 644 COPYING \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  # docs
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 {NEWS,README}
-}
-# vim:set ts=2 sw=2 et:

Copied: sratom/repos/community-x86_64/PKGBUILD (from rev 374567, sratom/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-08-26 22:20:22 UTC (rev 374568)
@@ -0,0 +1,49 @@
+# $Id$
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: speps <speps at aur dot archlinux dot org>
+
+pkgname=sratom
+pkgver=0.6.2
+pkgrel=2
+pkgdesc="An LV2 Atom RDF serialisation library"
+arch=('x86_64')
+url="https://drobilla.net/software/sratom/"
+license=('custom:ISC')
+depends=('lv2' 'sord')
+makedepends=('python2')
+source=("https://download.drobilla.net/${pkgname}-${pkgver}.tar.bz2"{,.sig})
+sha512sums=('356e1dfde07fcc3eff99186ff79501557572f5d73338fd096bf639a82d1d4fe3c0e790627c8eb088053e4a2aeed4e548aca0a5572d1ab26316cfdb13374f10ac'
+            'SKIP')
+validpgpkeys=('907D226E7E13FA337F014A083672782A9BF368F3')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  # remove local ldconfig call
+  sed -i '/ldconfig/d' wscript
+}
+
+build() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf configure --prefix=/usr \
+                       --test
+  python2 waf build
+}
+
+check() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf test --verbose-tests
+}
+
+
+package() {
+  cd "${pkgname}-${pkgver}"
+  python2 waf install --destdir="${pkgdir}"
+  # license
+  install -vDm 644 COPYING \
+    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
+  # docs
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 {NEWS,README}
+}
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list