[arch-commits] Commit in timidity-freepats/repos/community-any (3 files)

David Runge dvzrv at archlinux.org
Mon Nov 5 08:28:04 UTC 2018


    Date: Monday, November 5, 2018 @ 08:28:04
  Author: dvzrv
Revision: 401543

archrelease: copy trunk to community-any

Added:
  timidity-freepats/repos/community-any/PKGBUILD
    (from rev 401542, timidity-freepats/trunk/PKGBUILD)
Deleted:
  timidity-freepats/repos/community-any/GPL3-exception
  timidity-freepats/repos/community-any/PKGBUILD

----------------+
 GPL3-exception |   11 -----------
 PKGBUILD       |   49 ++++++++++++++++++++++---------------------------
 2 files changed, 22 insertions(+), 38 deletions(-)

Deleted: GPL3-exception
===================================================================
--- GPL3-exception	2018-11-05 08:27:56 UTC (rev 401542)
+++ GPL3-exception	2018-11-05 08:28:04 UTC (rev 401543)
@@ -1,11 +0,0 @@
-As a special exception, if you create a composition which uses these sounds,
-and mix these sounds or unaltered portions of these sounds into the
-composition, these sounds do not by themselves cause the entire composition as
-a whole to be covered by the GNU General Public License. This exception does
-not however invalidate any other reasons why the composition might be covered
-by the GNU General Public License.
-
-If you modify these sounds, you may extend this exception to your version of
-the sounds, but you are not obligated to do so. If you do not wish to do so,
-delete this exception statement from your version.
-

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2018-11-05 08:27:56 UTC (rev 401542)
+++ PKGBUILD	2018-11-05 08:28:04 UTC (rev 401543)
@@ -1,27 +0,0 @@
-# $Id$
-# Maintainer: David Runge <dave at sleepmap.de>
-# Maintainer: Ray Rashif <schiv at archlinux.org>
-# Contributor: Corrado Primier <bardo at aur.archlinux.org>
-# Contributor: rabyte <rabyte.at.pen.dot.tj>
-
-pkgname=timidity-freepats
-pkgver=20170822
-pkgrel=1
-pkgdesc="A free and open set of instrument patches for use with softsynths"
-arch=('any')
-url="https://freepats.zenvoid.org/"
-license=('custom:GPL3' 'CCPL')
-depends=('timidity++')
-source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/FreePats2-GM-${pkgver}.tar.xz"
-        'GPL3-exception')
-sha512sums=('0f8988bc28653cac3a9c93c5ebf98818cb5e1fb7e925cd03a7f83deb5d7ed86ba80fa1a972a692a11bb12c56cde034b6a4a16340b58209f2a0b68923f5681e11'
-            '5b540bed004418183a51c4bafcd7ef5c7d69deab03dc3fd1ccde840e0afafb801816ef9fe88c8bf9997bbe4ca395319fb78564db9ba6178898c874b5a124452d')
-
-package() {
-  cd "FreePats2-GM-${pkgver}"
-  install -Dm644 "FreePats2-GM-${pkgver}.sf2" \
-    "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
-  install -Dm644 "${srcdir}/GPL3-exception" \
-    "${pkgdir}/usr/share/licenses/${pkgname}/LICENSE"
-  install -Dm644 readme.txt "${pkgdir}/usr/share/doc/${pkgname}/readme.txt"
-}

Copied: timidity-freepats/repos/community-any/PKGBUILD (from rev 401542, timidity-freepats/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2018-11-05 08:28:04 UTC (rev 401543)
@@ -0,0 +1,22 @@
+# Maintainer: David Runge <dave at sleepmap.de>
+# Contributor: Ray Rashif <schiv at archlinux.org>
+# Contributor: Corrado Primier <bardo at aur.archlinux.org>
+# Contributor: rabyte <rabyte.at.pen.dot.tj>
+
+pkgname=timidity-freepats
+pkgver=20180613
+pkgrel=1
+pkgdesc="A free and open set of instrument patches for use with softsynths"
+arch=('any')
+url="https://freepats.zenvoid.org/"
+license=('GPL3' 'CCPL')
+depends=('timidity++')
+source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/FreePats2-GM-${pkgver}.tar.xz")
+sha512sums=('83a5eb172f4de790e3ac45016483b63efdb061b0d15730114f1135e11db220ac0a4141b93d63d8ab785ca82cbd9ab3558c378c64d7da8465f84340dfb9dd0dcb')
+
+package() {
+  cd "FreePats2-GM-${pkgver}"
+  install -vDm 644 "FreePats2-GM-${pkgver}.sf2" \
+    "${pkgdir}/usr/share/soundfonts/${pkgname}.sf2"
+  install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}"
+}



More information about the arch-commits mailing list