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

Antonio Rojas arojas at gemini.archlinux.org
Thu Sep 1 06:58:09 UTC 2022


    Date: Thursday, September 1, 2022 @ 06:58:08
  Author: arojas
Revision: 1289785

archrelease: copy trunk to community-x86_64

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

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

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-09-01 06:57:57 UTC (rev 1289784)
+++ PKGBUILD	2022-09-01 06:58:08 UTC (rev 1289785)
@@ -1,32 +0,0 @@
-# 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
-}

Copied: krename/repos/community-x86_64/PKGBUILD (from rev 1289784, krename/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-09-01 06:58:08 UTC (rev 1289785)
@@ -0,0 +1,26 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Eric Bélanger <eric at archlinux.org>
+
+pkgname=krename
+pkgver=5.0.2
+pkgrel=1
+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=('b23c60a7ddd9f6db4dd7f55ac55fcca8a558fa68aaf8fa5cb89e1eaf692f23ed'
+            '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
+}



More information about the arch-commits mailing list