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

2020-01-16 Thread David Runge via arch-commits
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
===
--- PKGBUILD2020-01-16 14:13:09 UTC (rev 552769)
+++ PKGBUILD2020-01-16 14:13:14 UTC (rev 552770)
@@ -1,28 +0,0 @@
-# Maintainer: David Runge 
-
-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)
+++ PKGBUILD2020-01-16 14:13:14 UTC (rev 552770)
@@ -0,0 +1,30 @@
+# Maintainer: David Runge 
+
+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}"
+}


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

2020-01-13 Thread David Runge via arch-commits
Date: Monday, January 13, 2020 @ 13:32:23
  Author: dvzrv
Revision: 552339

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   64 ++---
 1 file changed, 28 insertions(+), 36 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2020-01-13 13:32:14 UTC (rev 552338)
+++ PKGBUILD2020-01-13 13:32:23 UTC (rev 552339)
@@ -1,36 +0,0 @@
-# Maintainer: David Runge 
-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/"
-}

Copied: libmusicxml/repos/community-x86_64/PKGBUILD (from rev 552338, 
libmusicxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2020-01-13 13:32:23 UTC (rev 552339)
@@ -0,0 +1,28 @@
+# Maintainer: David Runge 
+
+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}"
+}


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

2019-08-07 Thread David Runge via arch-commits
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
===
--- PKGBUILD2019-08-07 20:44:15 UTC (rev 498246)
+++ PKGBUILD2019-08-07 20:45:12 UTC (rev 498247)
@@ -1,35 +0,0 @@
-# Maintainer: David Runge 
-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)
+++ PKGBUILD2019-08-07 20:45:12 UTC (rev 498247)
@@ -0,0 +1,36 @@
+# Maintainer: David Runge 
+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/"
+}


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

2018-11-16 Thread David Runge via arch-commits
Date: Friday, November 16, 2018 @ 16:22:55
  Author: dvzrv
Revision: 408468

archrelease: copy trunk to community-x86_64

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

--+
 PKGBUILD |   73 +
 1 file changed, 35 insertions(+), 38 deletions(-)

Deleted: PKGBUILD
===
--- PKGBUILD2018-11-16 16:22:45 UTC (rev 408467)
+++ PKGBUILD2018-11-16 16:22:55 UTC (rev 408468)
@@ -1,38 +0,0 @@
-# Maintainer: David Runge 
-pkgname=libmusicxml
-pkgver=3.13
-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=('c4ee0d28ccdaa9fd3faaa765367a95a45210381b4197557a90a9978cf3ecf05be474b90ade00135d3eb3a79146a6d40e0106fddd8f8647b2f2d6c50557f36ccc')
-
-prepare() {
-  cd "$pkgname-$pkgver"
-  # fixing not correctly defined DOCDIR:
-  # https://github.com/grame-cncm/libmusicxml/issues/21
-  sed -e 's|shared/lib|share/lib|' -i build/CMakeLists.txt
-}
-
-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 408467, 
libmusicxml/trunk/PKGBUILD)
===
--- PKGBUILD(rev 0)
+++ PKGBUILD2018-11-16 16:22:55 UTC (rev 408468)
@@ -0,0 +1,35 @@
+# Maintainer: David Runge 
+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/" 
+}