Date: Monday, November 5, 2018 @ 08:27:56 Author: dvzrv Revision: 401542
upgpkg: timidity-freepats 20180613-1 Upgrading to 20180613. Removing custom license (this is essentially GPL3 and an exception, if desired - which is forbidden with GPL3 - so we don't desire). Modified: timidity-freepats/trunk/PKGBUILD Deleted: timidity-freepats/trunk/GPL3-exception ----------------+ GPL3-exception | 11 ----------- PKGBUILD | 18 +++++++----------- 2 files changed, 7 insertions(+), 22 deletions(-) Deleted: GPL3-exception =================================================================== --- GPL3-exception 2018-11-05 08:15:12 UTC (rev 401541) +++ GPL3-exception 2018-11-05 08:27:56 UTC (rev 401542) @@ -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. - Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-11-05 08:15:12 UTC (rev 401541) +++ PKGBUILD 2018-11-05 08:27:56 UTC (rev 401542) @@ -1,26 +1,22 @@ # Maintainer: David Runge <[email protected]> -# Maintainer: Ray Rashif <[email protected]> +# Contributor: Ray Rashif <[email protected]> # Contributor: Corrado Primier <[email protected]> # Contributor: rabyte <rabyte.at.pen.dot.tj> pkgname=timidity-freepats -pkgver=20170822 +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=('custom:GPL3' 'CCPL') +license=('GPL3' 'CCPL') depends=('timidity++') -source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/FreePats2-GM-${pkgver}.tar.xz" - 'GPL3-exception') -sha512sums=('0f8988bc28653cac3a9c93c5ebf98818cb5e1fb7e925cd03a7f83deb5d7ed86ba80fa1a972a692a11bb12c56cde034b6a4a16340b58209f2a0b68923f5681e11' - '5b540bed004418183a51c4bafcd7ef5c7d69deab03dc3fd1ccde840e0afafb801816ef9fe88c8bf9997bbe4ca395319fb78564db9ba6178898c874b5a124452d') +source=("https://freepats.zenvoid.org/SoundSets/FreePats2-GeneralMIDI/FreePats2-GM-${pkgver}.tar.xz") +sha512sums=('83a5eb172f4de790e3ac45016483b63efdb061b0d15730114f1135e11db220ac0a4141b93d63d8ab785ca82cbd9ab3558c378c64d7da8465f84340dfb9dd0dcb') package() { cd "FreePats2-GM-${pkgver}" - install -Dm644 "FreePats2-GM-${pkgver}.sf2" \ + install -vDm 644 "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" + install -vDm 644 readme.txt -t "${pkgdir}/usr/share/doc/${pkgname}" }
