[arch-commits] Commit in khangman/repos/extra-x86_64 (3 files)

Antonio Rojas arojas at gemini.archlinux.org
Mon May 2 15:54:12 UTC 2022


    Date: Monday, May 2, 2022 @ 15:54:12
  Author: arojas
Revision: 444402

archrelease: copy trunk to extra-x86_64

Added:
  khangman/repos/extra-x86_64/PKGBUILD
    (from rev 444401, khangman/trunk/PKGBUILD)
  khangman/repos/extra-x86_64/fix-desktop.patch
    (from rev 444401, khangman/trunk/fix-desktop.patch)
Deleted:
  khangman/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   68 +++++++++++++++++++++++++++++++++----------------------------
 1 file changed, 37 insertions(+), 31 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-02 15:53:54 UTC (rev 444401)
+++ PKGBUILD	2022-05-02 15:54:12 UTC (rev 444402)
@@ -1,31 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=khangman
-pkgver=22.04.0
-pkgrel=1
-pkgdesc='Hangman Game'
-url='https://apps.kde.org/khangman/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(libkeduvocdocument knewstuff)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
-sha256sums=('69ab8b28cee12d486e6ebf8274e70783bb112da28f494b75677df5e762cb8436'
-            'SKIP')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
-              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
-options=(debug)
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: khangman/repos/extra-x86_64/PKGBUILD (from rev 444401, khangman/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-02 15:54:12 UTC (rev 444402)
@@ -0,0 +1,37 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=khangman
+pkgver=22.04.0
+pkgrel=2
+pkgdesc='Hangman Game'
+url='https://apps.kde.org/khangman/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(libkeduvocdocument knewstuff)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
+        fix-desktop.patch)
+sha256sums=('69ab8b28cee12d486e6ebf8274e70783bb112da28f494b75677df5e762cb8436'
+            'SKIP'
+            'e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87  # Christoph Feck <cfeck at kde.org>
+              D81C0CB38EB725EF6691C385BB463350D6EF31EF) # Heiko Becker <heiko.becker at kde.org>
+options=(debug)
+
+prepare() {
+  patch -d $pkgname-$pkgver -p1 < fix-desktop.patch # Fix Exec line in desktop file
+}
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Copied: khangman/repos/extra-x86_64/fix-desktop.patch (from rev 444401, khangman/trunk/fix-desktop.patch)
===================================================================


More information about the arch-commits mailing list