[arch-commits] Commit in syndication (3 files)

Antonio Rojas arojas at archlinux.org
Sat Sep 8 08:52:31 UTC 2018


    Date: Saturday, September 8, 2018 @ 08:52:31
  Author: arojas
Revision: 334093

archrelease: copy trunk to testing-x86_64

Added:
  syndication/repos/
  syndication/repos/testing-x86_64/
  syndication/repos/testing-x86_64/PKGBUILD
    (from rev 334092, syndication/trunk/PKGBUILD)

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

Copied: syndication/repos/testing-x86_64/PKGBUILD (from rev 334092, syndication/trunk/PKGBUILD)
===================================================================
--- repos/testing-x86_64/PKGBUILD	                        (rev 0)
+++ repos/testing-x86_64/PKGBUILD	2018-09-08 08:52:31 UTC (rev 334093)
@@ -0,0 +1,37 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+pkgname=syndication
+pkgver=5.50.0
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(x86_64)
+url="https://community.kde.org/Frameworks"
+license=(LGPL)
+depends=(kcodecs)
+makedepends=(extra-cmake-modules)
+groups=(kf5)
+conflicts=(kde-syndication)
+provides=(kde-syndication)
+replaces=(kde-syndication)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('6355e2b14966e455dd0d6fd9cdb6691e905ab62be1981b9efbfb3727305de3c4'
+            'SKIP')
+validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../$pkgname-$pkgver \
+    -DCMAKE_INSTALL_PREFIX=/usr \
+    -DCMAKE_INSTALL_LIBDIR=lib \
+    -DBUILD_TESTING=OFF
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list