[arch-commits] Commit in kimageannotator/repos (2 files)
Antonio Rojas
arojas at archlinux.org
Sun Jan 24 17:31:09 UTC 2021
Date: Sunday, January 24, 2021 @ 17:31:09
Author: arojas
Revision: 406703
archrelease: copy trunk to staging-x86_64
Added:
kimageannotator/repos/staging-x86_64/
kimageannotator/repos/staging-x86_64/PKGBUILD
(from rev 406702, kimageannotator/trunk/PKGBUILD)
----------+
PKGBUILD | 26 ++++++++++++++++++++++++++
1 file changed, 26 insertions(+)
Copied: kimageannotator/repos/staging-x86_64/PKGBUILD (from rev 406702, kimageannotator/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2021-01-24 17:31:09 UTC (rev 406703)
@@ -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.4.0
+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=('4ce8b9853e7c55cffd5eb5fe42ca89ead55db5f432be1b715e6f2804f7e8287d')
+
+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