summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO4
-rw-r--r--PKGBUILD7
2 files changed, 7 insertions, 4 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d9fdb9e86ac2..4f4c38a6422f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = kimageannotator-git
pkgdesc = Tool for annotating images
- pkgver = r987.6ebffb1
+ pkgver = r1096.c2919a5
pkgrel = 1
url = https://github.com/DamirPorobic/kimageannotator
arch = i686
@@ -11,6 +11,7 @@ pkgbase = kimageannotator-git
makedepends = extra-cmake-modules
makedepends = qt5-tools
makedepends = kcolorpicker-git
+ makedepends = chrpath
depends = qt5-base
depends = qt5-svg
provides = kimageannotator
@@ -19,4 +20,3 @@ pkgbase = kimageannotator-git
sha256sums = SKIP
pkgname = kimageannotator-git
-
diff --git a/PKGBUILD b/PKGBUILD
index e26cc8ec186f..d0ad3d8795c6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,5 +1,5 @@
pkgname=kimageannotator-git
-pkgver=r987.6ebffb1
+pkgver=r1096.c2919a5
pkgrel=1
pkgdesc='Tool for annotating images'
arch=('i686' 'x86_64')
@@ -15,6 +15,7 @@ makedepends=(
extra-cmake-modules
qt5-tools
kcolorpicker-git
+ chrpath
)
conflicts=(${pkgname%-git})
provides=(${pkgname%-git})
@@ -42,6 +43,8 @@ package(){
make DESTDIR="$pkgdir" install
cd "$pkgdir"/usr
install -dm755 bin
- install -Dm544 "$srcdir/kImageAnnotator/build/example/kImageAnnotator-example" bin/kImageAnnotator-example
+ install -Dm555 "$srcdir/kimageannotator/build/example/kImageAnnotator-example" bin/kImageAnnotator-example
+ strip "$pkgdir/usr/bin/kImageAnnotator-example"
+ chrpath -d "$pkgdir/usr/bin/kImageAnnotator-example"
}