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

David Runge dvzrv at archlinux.org
Wed Aug 7 20:45:12 UTC 2019


    Date: Wednesday, August 7, 2019 @ 20:45:12
  Author: dvzrv
Revision: 498247

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-08-07 20:44:15 UTC (rev 498246)
+++ PKGBUILD	2019-08-07 20:45:12 UTC (rev 498247)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-pkgname=libmusicxml
-pkgver=3.14
-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')
-makedepends=('cmake')
-source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz")
-sha512sums=('b7e7986bc1cfb90d9666573696a1ead388347271fe36cb4666533149f85504d730d8a152a9e7691562d95e82ff7e4f39285e715de030d5712dfd6796563dbf06')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-}
-
-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}"
-  # 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/" 
-}

Copied: libmusicxml/repos/community-x86_64/PKGBUILD (from rev 498246, libmusicxml/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-08-07 20:45:12 UTC (rev 498247)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+pkgname=libmusicxml
+pkgver=3.14
+pkgrel=2
+pkgdesc="Portable C++ library around the MusicXML format"
+arch=('x86_64')
+url="https://github.com/grame-cncm/libmusicxml"
+license=('MPL2')
+depends=('gcc-libs')
+makedepends=('cmake')
+provides=('libmusicxml2.so')
+source=("$pkgname-$pkgver.tar.gz::https://github.com/grame-cncm/${pkgname}/archive/v${pkgver}.tar.gz")
+sha512sums=('67c0c40e85fded3cf891f8f9365aaed3ab2396ddb5734f27e45577cfbd1aca11c49a37e3f5cb2eea290cf6f7585a776ee0939e64037a1d7f4bdd52664d23ea0a')
+
+prepare() {
+  cd "$pkgname-$pkgver"
+}
+
+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}"
+  # 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