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

David Runge dvzrv at archlinux.org
Wed Jun 5 21:54:24 UTC 2019


    Date: Wednesday, June 5, 2019 @ 21:54:24
  Author: dvzrv
Revision: 477249

archrelease: copy trunk to community-x86_64

Added:
  rosegarden/repos/community-x86_64/PKGBUILD
    (from rev 477248, rosegarden/trunk/PKGBUILD)
Deleted:
  rosegarden/repos/community-x86_64/PKGBUILD

----------+
 PKGBUILD |  110 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 55 insertions(+), 55 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2019-06-05 21:54:16 UTC (rev 477248)
+++ PKGBUILD	2019-06-05 21:54:24 UTC (rev 477249)
@@ -1,55 +0,0 @@
-# Maintainer: David Runge <dave at sleepmap.de>
-# Contributor: Ray Rashif <schiv at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: damir <damir at archlinux.org>
-# Contributor: Robert Emil Berge <robert at rebi.no>
-
-pkgname=rosegarden
-pkgver=18.12
-pkgrel=1
-pkgdesc="MIDI/audio sequencer and notation editor"
-arch=('x86_64')
-url="https://www.rosegardenmusic.com/"
-license=('GPL2')
-groups=('pro-audio')
-depends=('desktop-file-utils' 'fftw' 'jack' 'liblrdf' 'liblo' 'lirc'
-'hicolor-icon-theme' 'qt5-base')
-makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
-optdepends=('cups: Printing support'
-            'dssi-plugins: DSSI plugin support'
-            'evince: Print preview support'
-            'ladspa-plugins: LADSPA plugin support'
-            'lilypond: Notation display support'
-            'mupdf: Print preview support'
-            'okular: Print preview support'
-            'timidity++: Softsynth support'
-            'flac: FLAC support'
-            'wavpack: Lossless audio codec support')
-source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
-sha512sums=('2adf1c2bfbd6a054d66438b766a33774997ae577668ddbe7869ed4d25ab263b04e1ff086cc5fb4d2916621138d8986a1c032bd2719fa7cc7b43f0abc073d78d8')
-
-prepare() {
-  cd "${pkgname}-${pkgver}"
-  mkdir -p build
-}
-
-build() {
-  cd "${pkgname}-${pkgver}/build"
-  cmake .. \
-        -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-check() {
-  cd "${pkgname}-${pkgver}/build"
-  make test
-}
-
-package() {
-  cd "${pkgname}-${pkgver}/build"
-  make DESTDIR="$pkgdir" install
-  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
-    -vDm 644 ../{AUTHORS,README}
-}
-
-# vim:set ts=2 sw=2 et:

Copied: rosegarden/repos/community-x86_64/PKGBUILD (from rev 477248, rosegarden/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2019-06-05 21:54:24 UTC (rev 477249)
@@ -0,0 +1,55 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: damir <damir at archlinux.org>
+# Contributor: Robert Emil Berge <robert at rebi.no>
+
+pkgname=rosegarden
+pkgver=19.06
+pkgrel=1
+pkgdesc="MIDI/audio sequencer and notation editor"
+arch=('x86_64')
+url="https://www.rosegardenmusic.com/"
+license=('GPL2')
+groups=('pro-audio')
+depends=('desktop-file-utils' 'fftw' 'jack' 'liblrdf' 'liblo' 'lirc'
+'hicolor-icon-theme' 'qt5-base')
+makedepends=('cmake' 'dssi' 'imake' 'ladspa' 'qt5-tools')
+optdepends=('cups: Printing support'
+            'dssi-plugins: DSSI plugin support'
+            'evince: Print preview support'
+            'ladspa-plugins: LADSPA plugin support'
+            'lilypond: Notation display support'
+            'mupdf: Print preview support'
+            'okular: Print preview support'
+            'timidity++: Softsynth support'
+            'flac: FLAC support'
+            'wavpack: Lossless audio codec support')
+source=("https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2")
+sha512sums=('13eddd4ec88662f3275d83bf40471ca0a34d43b3c9c9f07cf46b891c74f087ec7fe0d4b8ffe8204f2f3a30829352f4d952bb035a5bd09a7b6bdeb41ff5d1e8d8')
+
+prepare() {
+  cd "${pkgname}-${pkgver}"
+  mkdir -p build
+}
+
+build() {
+  cd "${pkgname}-${pkgver}/build"
+  cmake -DCMAKE_INSTALL_PREFIX=/usr \
+        ..
+  make
+}
+
+check() {
+  cd "${pkgname}-${pkgver}/build"
+  make test
+}
+
+package() {
+  cd "${pkgname}-${pkgver}/build"
+  make DESTDIR="$pkgdir" install
+  install -t "${pkgdir}/usr/share/doc/${pkgname}" \
+    -vDm 644 ../{AUTHORS,README}
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list