[arch-commits] Commit in ki18n/repos/staging-x86_64 (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Thu Nov 12 13:22:36 UTC 2020


    Date: Thursday, November 12, 2020 @ 13:22:36
  Author: felixonmars
Revision: 400551

archrelease: copy trunk to staging-x86_64

Added:
  ki18n/repos/staging-x86_64/PKGBUILD
    (from rev 400550, ki18n/trunk/PKGBUILD)
Deleted:
  ki18n/repos/staging-x86_64/PKGBUILD

----------+
 PKGBUILD |   60 ++++++++++++++++++++++++++++++------------------------------
 1 file changed, 30 insertions(+), 30 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2020-11-12 13:22:25 UTC (rev 400550)
+++ PKGBUILD	2020-11-12 13:22:36 UTC (rev 400551)
@@ -1,30 +0,0 @@
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Maintainer: Antonio Rojas <arojas at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=ki18n
-pkgver=5.75.0
-pkgrel=2
-pkgdesc='Advanced internationalization framework'
-arch=(x86_64)
-url='https://community.kde.org/Frameworks'
-license=(LGPL)
-depends=(qt5-declarative)
-makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 clang doxygen qt5-tools qt5-doc sip)
-optdepends=('python-pyqt5: for the Python bindings' 'python: to compile .ts files')
-groups=(kf5)
-source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
-sha256sums=('71f22a4ef4a9e750a1813c9fe37b552d9e053e6e2249079b5908d078160130d3'
-            'SKIP')
-validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
-
-build() {
-  cmake -B build -S $pkgname-$pkgver \
-    -DBUILD_TESTING=OFF \
-    -DBUILD_QCH=ON
-  cmake --build build
-}
-
-package() {
-  DESTDIR="$pkgdir" cmake --install build
-}

Copied: ki18n/repos/staging-x86_64/PKGBUILD (from rev 400550, ki18n/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2020-11-12 13:22:36 UTC (rev 400551)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=ki18n
+pkgver=5.75.0
+pkgrel=3
+pkgdesc='Advanced internationalization framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-declarative)
+makedepends=(extra-cmake-modules qt5-declarative python-pyqt5 clang doxygen qt5-tools qt5-doc sip)
+optdepends=('python-pyqt5: for the Python bindings' 'python: to compile .ts files')
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('71f22a4ef4a9e750a1813c9fe37b552d9e053e6e2249079b5908d078160130d3'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}



More information about the arch-commits mailing list