Date: Sunday, December 12, 2021 @ 15:23:44
  Author: arojas
Revision: 431949

archrelease: copy trunk to kde-unstable-x86_64

Added:
  ki18n/repos/kde-unstable-x86_64/
  ki18n/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 431948, ki18n/trunk/PKGBUILD)

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

Copied: ki18n/repos/kde-unstable-x86_64/PKGBUILD (from rev 431948, 
ki18n/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD                                (rev 0)
+++ kde-unstable-x86_64/PKGBUILD        2021-12-12 15:23:44 UTC (rev 431949)
@@ -0,0 +1,30 @@
+# Maintainer: Felix Yan <[email protected]>
+# Maintainer: Antonio Rojas <[email protected]>
+# Contributor: Andrea Scarpino <[email protected]>
+
+pkgname=ki18n
+pkgver=5.89.0
+pkgrel=1
+pkgdesc='Advanced internationalization framework'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(qt5-declarative iso-codes)
+makedepends=(extra-cmake-modules qt5-declarative clang doxygen qt5-tools 
qt5-doc python)
+optdepends=('python: to compile .ts files')
+groups=(kf5)
+source=(https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz{,.sig})
+sha256sums=('e6815b02f5ca8ddf8c4fd3687c8d6d2ca45dbb396d8fdd78b4ca42d4b80798fe'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure 
<[email protected]>
+
+build() {
+  cmake -B build -S $pkgname-$pkgver \
+    -DBUILD_TESTING=OFF \
+    -DBUILD_QCH=ON
+  cmake --build build
+}
+
+package() {
+  DESTDIR="$pkgdir" cmake --install build
+}

Reply via email to