[arch-commits] Commit in krename/trunk (PKGBUILD)

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


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

Fix launching from desktop file on Wayland

Modified:
  krename/trunk/PKGBUILD

----------+
 PKGBUILD |   16 +++++++++++-----
 1 file changed, 11 insertions(+), 5 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2021-06-18 16:00:50 UTC (rev 965175)
+++ PKGBUILD	2021-06-18 16:20:16 UTC (rev 965176)
@@ -3,18 +3,24 @@
 
 pkgname=krename
 pkgver=5.0.1
-pkgrel=2
-pkgdesc="A very powerful batch file renamer"
+pkgrel=3
+pkgdesc='A very powerful batch file renamer'
 arch=(x86_64)
-url="https://www.krename.net"
+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})
+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')
+            '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



More information about the arch-commits mailing list