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

David Runge dvzrv at archlinux.org
Thu Jan 16 14:13:14 UTC 2020


    Date: Thursday, January 16, 2020 @ 14:13:14
  Author: dvzrv
Revision: 552770

archrelease: copy trunk to community-x86_64

Added:
  libmusicxml/repos/community-x86_64/PKGBUILD
    (from rev 552769, libmusicxml/trunk/PKGBUILD)
Deleted:
  libmusicxml/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |   58 ++++++++++++++++++++++++++++++----------------------------
 1 file changed, 30 insertions(+), 28 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-16 14:13:09 UTC (rev 552769)
+++ PKGBUILD	2020-01-16 14:13:14 UTC (rev 552770)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge <dvzrv at archlinux.org>
-
-pkgname=libmusicxml
-pkgver=3.17
-pkgrel=1
-pkgdesc="Portable C++ library around the MusicXML format"
-arch=('x86_64')
-url="https://github.com/grame-cncm/libmusicxml"
-license=('MPL2')
-depends=('gcc-libs' 'glibc')
-makedepends=('cmake')
-provides=('libmusicxml2.so')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('fe8dfa2efd95d4f27b33a976a0e8a8200b9da03b2c945da18850f083de50e5a3ba45a1e0827e8dfab1160dd5958553eca6d66088856e5396181dcd7756b8ef47')
-
-build() {
-  cd "$pkgname-$pkgver"
-  # CMakeLists.txt is in build and generates Makefile in root
-  cmake -DCMAKE_INSTALL_PREFIX=/usr \
-        build
-  make
-}
-
-package() {
-  cd "$pkgname-$pkgver"
-  make DESTDIR="$pkgdir/" install
-  install -vDm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-}

Copied: libmusicxml/repos/community-x86_64/PKGBUILD (from rev 552769, libmusicxml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-01-16 14:13:14 UTC (rev 552770)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
+pkgname=libmusicxml
+pkgver=3.18
+pkgrel=1
+pkgdesc="Portable C++ library around the MusicXML format"
+arch=('x86_64')
+url="https://github.com/grame-cncm/libmusicxml"
+license=('MPL2')
+depends=('gcc-libs' 'glibc')
+makedepends=('cmake')
+provides=('libmusicxml2.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('470cf572adeebc9ffd1d5be3bb391dd0e92017d3326222cc3331cf562cfa72b313deecdab745e72f45c4e638b20347dba9796c4f6ca254cb2dfdf1ac0e9ab5b9')
+
+build() {
+  cd "$pkgname-$pkgver"
+  # CMakeLists.txt is in build and generates Makefile in root
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        build
+  make
+}
+
+package() {
+  cd "$pkgname-$pkgver"
+  make DESTDIR="$pkgdir/" install
+  install -vDm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
+  mv -v "${pkgdir}/usr/"{CHANGELOG.txt,README.html} \
+    "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list