[arch-commits] Commit in ksnip/repos/community-x86_64 (PKGBUILD PKGBUILD)
Balló György
bgyorgy at archlinux.org
Tue May 25 06:55:27 UTC 2021
Date: Tuesday, May 25, 2021 @ 06:55:27
Author: bgyorgy
Revision: 945425
archrelease: copy trunk to community-x86_64
Added:
ksnip/repos/community-x86_64/PKGBUILD
(from rev 945424, ksnip/trunk/PKGBUILD)
Deleted:
ksnip/repos/community-x86_64/PKGBUILD
----------+
PKGBUILD | 46 +++++++++++++++++++++++-----------------------
1 file changed, 23 insertions(+), 23 deletions(-)
Deleted: PKGBUILD
===================================================================
--- PKGBUILD 2021-05-25 06:55:22 UTC (rev 945424)
+++ PKGBUILD 2021-05-25 06:55:27 UTC (rev 945425)
@@ -1,23 +0,0 @@
-# Maintainer: Balló György <ballogyor+arch at gmail dot com>
-# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
-
-pkgname=ksnip
-pkgver=1.8.2
-pkgrel=3
-pkgdesc='Qt-based screenshot tool that provides many annotation features'
-arch=('x86_64')
-url='https://github.com/ksnip/ksnip'
-license=('GPL2')
-depends=('hicolor-icon-theme' 'kimageannotator' 'qt5-x11extras')
-makedepends=('cmake' 'extra-cmake-modules' 'ninja' 'qt5-tools')
-source=("https://github.com/ksnip/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
-sha256sums=('3939ae0fb04494b11c6c6cb7a4b53cd837d282eb96beafdc1acede81abbf9e36')
-
-build() {
- cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
- cmake --build build
-}
-
-package() {
- DESTDIR="$pkgdir" cmake --install build
-}
Copied: ksnip/repos/community-x86_64/PKGBUILD (from rev 945424, ksnip/trunk/PKGBUILD)
===================================================================
--- PKGBUILD (rev 0)
+++ PKGBUILD 2021-05-25 06:55:27 UTC (rev 945425)
@@ -0,0 +1,23 @@
+# Maintainer: Balló György <ballogyor+arch at gmail dot com>
+# Contributor: dracorp aka Piotr Rogoza <piotr.r.public at gmail.com>
+
+pkgname=ksnip
+pkgver=1.9.0
+pkgrel=1
+pkgdesc='Qt-based screenshot tool that provides many annotation features'
+arch=('x86_64')
+url='https://github.com/ksnip/ksnip'
+license=('GPL2')
+depends=('hicolor-icon-theme' 'kimageannotator' 'qt5-x11extras')
+makedepends=('cmake' 'extra-cmake-modules' 'ninja' 'qt5-tools')
+source=("https://github.com/ksnip/$pkgname/archive/v$pkgver/$pkgname-$pkgver.tar.gz")
+sha256sums=('682fef73f1b643d5ad7c7db9830e0afbcc028676a2cef78ecdd77464ce099c8a')
+
+build() {
+ cmake -S $pkgname-$pkgver -B build -G Ninja -DCMAKE_INSTALL_PREFIX='/usr'
+ cmake --build build
+}
+
+package() {
+ DESTDIR="$pkgdir" cmake --install build
+}
More information about the arch-commits
mailing list