[arch-commits] Commit in krename/repos/community-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Jun 18 16:20:28 UTC 2021


    Date: Friday, June 18, 2021 @ 16:20:28
  Author: arojas
Revision: 965177

archrelease: copy trunk to community-x86_64

Added:
  krename/repos/community-x86_64/PKGBUILD
    (from rev 965176, krename/trunk/PKGBUILD)
Deleted:
  krename/repos/community-x86_64/PKGBUILD

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 16:20:16 UTC (rev 965176)
+++ PKGBUILD	2021-06-18 16:20:28 UTC (rev 965177)
@@ -1,26 +0,0 @@
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Eric Bélanger <eric at archlinux.org>
-
-pkgname=krename
-pkgver=5.0.1
-pkgrel=2
-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})
-sha256sums=('caac78afd3ba06613df47bbd1570bb900acf4185547354d6eb588e70656f6a7d'
-            'SKIP')
-validpgpkeys=(D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heirecka at exherbo.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: krename/repos/community-x86_64/PKGBUILD (from rev 965176, krename/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2021-06-18 16:20:28 UTC (rev 965177)
@@ -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=3
+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