summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMuflone2019-04-18 23:03:28 +0200
committerMuflone2019-04-18 23:03:28 +0200
commit47d8233ee5c621a464923cb3d66bf72d6948b050 (patch)
tree80ca64de1da5ced352225f047b04e4d2f8bb3458
parentc5ff64819e8d78497e850e175f884f152e6c5a34 (diff)
downloadaur-47d8233ee5c621a464923cb3d66bf72d6948b050.tar.gz
Updated package 4kslideshowmaker 1.7.1.978-2
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD9
2 files changed, 10 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 736809cc49cc..618c8139dce5 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,12 +1,11 @@
-# Generated by mksrcinfo v8
-# Sun Aug 26 17:03:13 UTC 2018
pkgbase = 4kslideshowmaker
pkgdesc = A straightforward and easy-to-use app to create slideshows from music and photos, with Instagram support.
pkgver = 1.7.1.978
- pkgrel = 1
+ pkgrel = 2
url = http://www.4kdownload.com/products/product-slideshowmaker
arch = x86_64
license = custom:eula
+ makedepends = chrpath
depends = qt5-script
depends = qt5-quickcontrols
depends = libexif
diff --git a/PKGBUILD b/PKGBUILD
index 53d5979e0899..0cbde04e44c9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,12 +2,13 @@
pkgname=4kslideshowmaker
pkgver=1.7.1.978
-pkgrel=1
+pkgrel=2
pkgdesc="A straightforward and easy-to-use app to create slideshows from music and photos, with Instagram support."
arch=('x86_64')
url="http://www.4kdownload.com/products/product-slideshowmaker"
license=('custom:eula')
depends=('qt5-script' 'qt5-quickcontrols' 'libexif' 'portaudio' 'ffmpeg2.8' 'libjpeg9')
+makedepends=('chrpath')
source=("${pkgname}_${pkgver}_amd64.tar.bz2"::"https://dl.4kdownload.com/app/${pkgname}_${pkgver%.*}_amd64.tar.bz2"
"${pkgname}.desktop"
"${pkgname}.png")
@@ -15,6 +16,12 @@ sha256sums=('449aa7c621ae18759d766542fad98771e63c9670f015adab34c7a40e2f1402d3'
'e77851c895f713a7f615010c0b62d0749254dac5178f9853ae45a915ac1f84f0'
'8e14e4f39f5b794b56dfe7246723e62b59ab9d664330065847cc90654aee3468')
+prepare() {
+ cd "${pkgname}"
+ # Remove insecure RPATH
+ chrpath --delete "${pkgname}-bin"
+}
+
package() {
# Install desktop file
install -m 755 -d "${pkgdir}/usr/share/applications"