summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Rümpelein2019-07-05 17:37:25 +0200
committerOliver Rümpelein2019-07-05 17:37:25 +0200
commit39e3a26715fb2984cebd7a8f82e6e8594a381b9b (patch)
tree4ff68e395a576f442073e849215b858047711bd0
parent8b64a0b5dd06a4255eb56fb063db0ded04d887f4 (diff)
downloadaur-39e3a26715fb2984cebd7a8f82e6e8594a381b9b.tar.gz
Remove EULA pdf, as it's not provided anymore.
-rw-r--r--.SRCINFO7
-rw-r--r--PKGBUILD10
-rw-r--r--x32edit.install12
3 files changed, 4 insertions, 25 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b079e3064cb9..4e83f636341f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,8 @@
-# Generated by mksrcinfo v8
-# Sat Feb 9 10:43:18 UTC 2019
pkgbase = x32edit
pkgdesc = Remote control and programm Behringer X32 consoles
pkgver = 3.2
- pkgrel = 2
+ pkgrel = 3
url = http://www.behringer.com/EN/products/X32.aspx
- install = x32edit.install
arch = i686
arch = x86_64
license = custom:MUSIC Group End User License Agreement
@@ -16,10 +13,8 @@ pkgbase = x32edit
depends = mesa-libgl
depends = hicolor-icon-theme
depends = ttf-liberation
- source = http://www.music-group.com/eurocom/assets/EULA_2012-09-12.pdf
source = x32edit.desktop
source = x32edit.png
- sha512sums = fe39285768937d82f31844b789d1075de8196495727653595e59f4f1b282f6dbe18a8a8bc51b837f284601dc37c52211d3d494a8636512f5398da31ff3d30284
sha512sums = dd9abb69c1345ef98ac2cdefd0afe6ce1a46a2482b674421c68af0b6a4dd87ea5ae6e1c490d7a236a17f18a8bbcb30dfae64f41c502b7f15a02189b8029baa17
sha512sums = 49507db6cd4a45b4fba977a4c7f2f475cfd8f5a6b7c2336d861ae88c30f16282f3380ef820541460809e8ea318c515c063134307a9a14db84946d2595314d625
source_i686 = http://downloads.music-group.com/software/behringer/X32/X32-Edit_LINUX_3.2.tar.gz
diff --git a/PKGBUILD b/PKGBUILD
index a3d7bd5dee7b..fb37582da1a4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,20 +2,17 @@
# Contributor: Evan Anderson <evananderson@thelinuxman.us>
pkgname=x32edit
pkgver=3.2
-pkgrel=2
+pkgrel=3
pkgdesc="Remote control and programm Behringer X32 consoles"
arch=('i686' 'x86_64')
url="http://www.behringer.com/EN/products/X32.aspx"
license=('custom:MUSIC Group End User License Agreement')
depends=('libxext' 'alsa-lib' 'freetype2' 'mesa' 'mesa-libgl' 'hicolor-icon-theme' 'ttf-liberation')
-install=x32edit.install
-source=("http://www.music-group.com/eurocom/assets/EULA_2012-09-12.pdf"
- "x32edit.desktop"
+source=("x32edit.desktop"
"x32edit.png")
source_i686=("http://downloads.music-group.com/software/behringer/X32/X32-Edit_LINUX_$pkgver.tar.gz")
source_x86_64=("http://downloads.music-group.com/software/behringer/X32/X32-Edit_LINUX_64bit_$pkgver.tar.gz")
-sha512sums=('fe39285768937d82f31844b789d1075de8196495727653595e59f4f1b282f6dbe18a8a8bc51b837f284601dc37c52211d3d494a8636512f5398da31ff3d30284'
- 'dd9abb69c1345ef98ac2cdefd0afe6ce1a46a2482b674421c68af0b6a4dd87ea5ae6e1c490d7a236a17f18a8bbcb30dfae64f41c502b7f15a02189b8029baa17'
+sha512sums=('dd9abb69c1345ef98ac2cdefd0afe6ce1a46a2482b674421c68af0b6a4dd87ea5ae6e1c490d7a236a17f18a8bbcb30dfae64f41c502b7f15a02189b8029baa17'
'49507db6cd4a45b4fba977a4c7f2f475cfd8f5a6b7c2336d861ae88c30f16282f3380ef820541460809e8ea318c515c063134307a9a14db84946d2595314d625')
sha512sums_i686=('e51e8cb07cc6b2f883c4fbe1e1fc3d2451a2dec1c4b86614dafbd51eecc4b6a7470a952eff93a7d025dc76bf1e03092a80d501255b61ec7c27a1e02f23b50362')
sha512sums_x86_64=('365bf4aaeeb300fe150459696e6483cad811ebee9b8950cb59298e9572aaa043b48a30e135764a6390bdb1efad458665cedabec6119ee602effc8a90ee4dcdd3')
@@ -26,7 +23,6 @@ package()
strip X32-Edit
install -Dm755 X32-Edit ${pkgdir}/usr/bin/x32edit
- install -Dm644 EULA_2012-09-12.pdf ${pkgdir}/usr/share/licenses/x32edit/license.pdf
# freedesktop.org compatibility
install -Dm644 "$srcdir/$pkgname.desktop" "$pkgdir/usr/share/applications/$pkgname.desktop"
diff --git a/x32edit.install b/x32edit.install
deleted file mode 100644
index 3798cdcf29cd..000000000000
--- a/x32edit.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_upgrade() {
- post_install $1
-}
-
-post_install() {
- echo ">>> You have to read and accept the End user license agreement under"
- echo ">>> /usr/share/licenses/x32edit/license.pdf before using X32-Edit"
-}
-
-op=$1
-shift
-$op $*