[arch-commits] Commit in kimageannotator/repos (2 files)

Antonio Rojas arojas at archlinux.org
Sun Feb 14 17:35:20 UTC 2021


    Date: Sunday, February 14, 2021 @ 17:35:20
  Author: arojas
Revision: 408135

archrelease: copy trunk to staging-x86_64

Added:
  kimageannotator/repos/staging-x86_64/
  kimageannotator/repos/staging-x86_64/PKGBUILD
    (from rev 408134, kimageannotator/trunk/PKGBUILD)

----------+
 PKGBUILD |   26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

Copied: kimageannotator/repos/staging-x86_64/PKGBUILD (from rev 408134, kimageannotator/trunk/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD	                        (rev 0)
+++ staging-x86_64/PKGBUILD	2021-02-14 17:35:20 UTC (rev 408135)
@@ -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.1
+pkgrel=1
+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=('64e62f7379a0741f675515e57c21311ebbc6544da8c8a003a5a1ec4964902ac8')
+
+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