[arch-commits] Commit in kiten/repos/extra-x86_64 (PKGBUILD PKGBUILD)

Antonio Rojas arojas at archlinux.org
Fri Oct 9 13:22:59 UTC 2020


    Date: Friday, October 9, 2020 @ 13:22:58
  Author: arojas
Revision: 397672

archrelease: copy trunk to extra-x86_64

Added:
  kiten/repos/extra-x86_64/PKGBUILD
    (from rev 397671, kiten/trunk/PKGBUILD)
Deleted:
  kiten/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |   64 +++++++++++++++++++++++++++----------------------------------
 1 file changed, 29 insertions(+), 35 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-10-09 13:22:47 UTC (rev 397671)
+++ PKGBUILD	2020-10-09 13:22:58 UTC (rev 397672)
@@ -1,35 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kiten
-pkgver=20.08.1
-pkgrel=2
-pkgdesc="Japanese Reference/Study Tool"
-url="https://kde.org/applications/education/kiten/"
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(kio hicolor-icon-theme)
-makedepends=(extra-cmake-modules kdoctools)
-source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig}
-        kiten-crash-sessionconfig.patch::"https://invent.kde.org/education/kiten/-/commit/0f2de843.patch")
-sha256sums=('f3764d090db8027746e83c326e833680fd669dca66dd6af095ba120e66de2901'
-            'SKIP'
-            'd6ddcfe2c67d54e6a0656040fb1d9ff3403c0086675fee4dbce37b0082071f0c')
-validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
-              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 -i ../kiten-crash-sessionconfig.patch # Fix crash
-}
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: kiten/repos/extra-x86_64/PKGBUILD (from rev 397671, kiten/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-10-09 13:22:58 UTC (rev 397672)
@@ -0,0 +1,29 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kiten
+pkgver=20.08.2
+pkgrel=1
+pkgdesc="Japanese Reference/Study Tool"
+url="https://kde.org/applications/education/kiten/"
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(kio hicolor-icon-theme)
+makedepends=(extra-cmake-modules kdoctools)
+source=("https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('a7285d5880611da2202d0e3f8f2bf860f275932d3da54ff7aecc793225f7ad7d'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.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