[arch-commits] Commit in kimageannotator/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Mar 22 17:26:47 UTC 2021


    Date: Monday, March 22, 2021 @ 17:26:47
  Author: arojas
Revision: 410712

archrelease: copy trunk to extra-x86_64

Added:
  kimageannotator/repos/extra-x86_64/PKGBUILD
    (from rev 410711, kimageannotator/trunk/PKGBUILD)
Deleted:
  kimageannotator/repos/extra-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-03-22 17:26:31 UTC (rev 410711)
+++ PKGBUILD	2021-03-22 17:26:47 UTC (rev 410712)
@@ -1,26 +0,0 @@
-# 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
-}
-

Copied: kimageannotator/repos/extra-x86_64/PKGBUILD (from rev 410711, kimageannotator/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-03-22 17:26:47 UTC (rev 410712)
@@ -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.2
+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=('9e8945d8b5871a1020be643088d15cd76496ad707a1f464af8dd91958b430856')
+
+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