[arch-commits] Commit in kimageannotator (3 files)
Antonio Rojas
arojas at archlinux.org
Fri Nov 13 20:32:16 UTC 2020
Date: Friday, November 13, 2020 @ 20:32:15
Author: arojas
Revision: 400772
archrelease: copy trunk to extra-x86_64
Added:
kimageannotator/repos/
kimageannotator/repos/extra-x86_64/
kimageannotator/repos/extra-x86_64/PKGBUILD
(from rev 400771, kimageannotator/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: kimageannotator/repos/extra-x86_64/PKGBUILD (from rev 400771, kimageannotator/trunk/PKGBUILD)
===================================================================
--- repos/extra-x86_64/PKGBUILD (rev 0)
+++ repos/extra-x86_64/PKGBUILD 2020-11-13 20:32:15 UTC (rev 400772)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
+
+pkgname=kimageannotator
+pkgver=0.3.2
+pkgrel=2
+pkgdesc='Tool for annotating images'
+arch=(x86_64)
+url='https://github.com/DamirPorobic/kImageAnnotator'
+license=(GPL)
+depends=(qt5-svg kcolorpicker)
+makedepends=(cmake qt5-tools)
+source=($pkgname-$pkgver.tar.gz::https://github.com/ksnip/kImageAnnotator/archive/v$pkgver.tar.gz)
+sha256sums=('d79d4132932ebf03f7f620281d033a74c7ee3fa7c5f204f2e86dac240cfaa8f1')
+
+build() {
+ cmake -B build -S kImageAnnotator-$pkgver \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DBUILD_SHARED_LIBS=ON
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
+
More information about the arch-commits
mailing list