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

Jelle van der Waa jelle at gemini.archlinux.org
Wed May 4 20:20:37 UTC 2022


    Date: Wednesday, May 4, 2022 @ 20:20:37
  Author: jelle
Revision: 1194487

archrelease: copy trunk to community-staging-x86_64

Added:
  krename/repos/community-staging-x86_64/
  krename/repos/community-staging-x86_64/PKGBUILD
    (from rev 1194486, krename/trunk/PKGBUILD)

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

Copied: krename/repos/community-staging-x86_64/PKGBUILD (from rev 1194486, krename/trunk/PKGBUILD)
===================================================================
--- community-staging-x86_64/PKGBUILD	                        (rev 0)
+++ community-staging-x86_64/PKGBUILD	2022-05-04 20:20:37 UTC (rev 1194487)
@@ -0,0 +1,32 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=krename
+pkgver=5.0.1
+pkgrel=4
+pkgdesc='A very powerful batch file renamer'
+arch=(x86_64)
+url='https://www.krename.net'
+license=(GPL)
+depends=(kio kjs exiv2 podofo taglib hicolor-icon-theme)
+makedepends=(extra-cmake-modules)
+source=(https://download.kde.org/stable/$pkgname/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        https://invent.kde.org/utilities/krename/-/commit/9e21688a.patch)
+sha256sums=('caac78afd3ba06613df47bbd1570bb900acf4185547354d6eb588e70656f6a7d'
+            'SKIP'
+            'e17096ee9b92b368341bdfc3c3398c0cfc0c3340b8c62dff010385e692b70d10')
+validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < 9e21688a.patch # Fix launching from desktop file on Wayland
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list