[arch-commits] Commit in libmusicxml/trunk (PKGBUILD)

David Runge dvzrv at archlinux.org
Mon Jan 13 13:32:14 UTC 2020


    Date: Monday, January 13, 2020 @ 13:32:14
  Author: dvzrv
Revision: 552338

upgpkg: libmusicxml 3.17-1: Upgrading to 3.17. Updating maintainer info. Adding all direct library dependencies. Removing empty prepare(). Removing unreqired fix for moving documents.

Modified:
  libmusicxml/trunk/PKGBUILD

----------+
 PKGBUILD |   20 ++++++--------------
 1 file changed, 6 insertions(+), 14 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-01-13 13:18:30 UTC (rev 552337)
+++ PKGBUILD	2020-01-13 13:32:14 UTC (rev 552338)
@@ -1,21 +1,18 @@
-# Maintainer: David Runge <dave at sleepmap.de>
+# Maintainer: David Runge <dvzrv at archlinux.org>
+
 pkgname=libmusicxml
-pkgver=3.14
-pkgrel=2
+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')
+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=('67c0c40e85fded3cf891f8f9365aaed3ab2396ddb5734f27e45577cfbd1aca11c49a37e3f5cb2eea290cf6f7585a776ee0939e64037a1d7f4bdd52664d23ea0a')
+sha512sums=('fe8dfa2efd95d4f27b33a976a0e8a8200b9da03b2c945da18850f083de50e5a3ba45a1e0827e8dfab1160dd5958553eca6d66088856e5396181dcd7756b8ef47')
 
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
 build() {
   cd "$pkgname-$pkgver"
   # CMakeLists.txt is in build and generates Makefile in root
@@ -28,9 +25,4 @@
   cd "$pkgname-$pkgver"
   make DESTDIR="$pkgdir/" install
   install -vDm 644 readme.md -t "${pkgdir}/usr/share/doc/${pkgname}"
-  # moving docs to /usr/share/doc/${pkgname}
-  mv -v "${pkgdir}/usr/share/${pkgname}/doc/"* \
-    "${pkgdir}/usr/share/${pkgname}/CHANGELOG.txt" \
-    "${pkgdir}/usr/share/doc/${pkgname}"
-  rmdir -v "${pkgdir}/usr/share/${pkgname}/doc/"
 }



More information about the arch-commits mailing list