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

Antonio Rojas arojas at gemini.archlinux.org
Thu May 12 09:45:49 UTC 2022


    Date: Thursday, May 12, 2022 @ 09:45:49
  Author: arojas
Revision: 445153

archrelease: copy trunk to extra-x86_64

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

-------------------+
 PKGBUILD          |   68 +++++++++++++++++++++++-----------------------------
 fix-desktop.patch |   13 ---------
 2 files changed, 31 insertions(+), 50 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-12 09:45:39 UTC (rev 445152)
+++ PKGBUILD	2022-05-12 09:45:49 UTC (rev 445153)
@@ -1,37 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=artikulate
-pkgver=22.04.0
-pkgrel=2
-pkgdesc='Improve your pronunciation by listening to native speakers'
-url='https://apps.kde.org/artikulate/'
-arch=(x86_64)
-license=(GPL LGPL FDL)
-groups=(kde-applications kde-education)
-depends=(hicolor-icon-theme kdeclarative knewstuff kirigami2 qt5-xmlpatterns)
-makedepends=(extra-cmake-modules kdoctools)
-source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig}
-        fix-desktop.patch)
-sha256sums=('3880d6bb7986db154bde969b5d8a02bcfdce2e8304d911a989156160f401c453'
-            'SKIP'
-            '56973b809be12abd61f8a7a3ed00665cfbab40f07beb4e2561fac3baec7c149d')
-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: artikulate/repos/extra-x86_64/PKGBUILD (from rev 445152, artikulate/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2022-05-12 09:45:49 UTC (rev 445153)
@@ -0,0 +1,31 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=artikulate
+pkgver=22.04.1
+pkgrel=1
+pkgdesc='Improve your pronunciation by listening to native speakers'
+url='https://apps.kde.org/artikulate/'
+arch=(x86_64)
+license=(GPL LGPL FDL)
+groups=(kde-applications kde-education)
+depends=(hicolor-icon-theme kdeclarative knewstuff kirigami2 qt5-xmlpatterns)
+makedepends=(extra-cmake-modules kdoctools)
+source=(https://download.kde.org/stable/release-service/$pkgver/src/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('8c5e6bfe07835ff973ceffc1bfd4924a563f611ad651d91aa7aa27c8f993d89c'
+            '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
+}

Deleted: fix-desktop.patch
===================================================================
--- fix-desktop.patch	2022-05-12 09:45:39 UTC (rev 445152)
+++ fix-desktop.patch	2022-05-12 09:45:49 UTC (rev 445153)
@@ -1,13 +0,0 @@
-diff --git a/org.kde.artikulate.desktop b/org.kde.artikulate.desktop
-index 50bd00a..62eeb9e 100755
---- a/org.kde.artikulate.desktop
-+++ b/org.kde.artikulate.desktop
-@@ -4,7 +4,7 @@
- # SPDX-License-Identifier: BSD-2-Clause
- [Desktop Entry]
- Type=Application
--Exec=artikulate -qwindowtitle "%c" %i
-+Exec=artikulate -qwindowtitle "%c"
- Icon=artikulate
- X-DocPath=artikulate/index.html
- GenericName=Artikulate Pronunciation Trainer



More information about the arch-commits mailing list