[arch-commits] Commit in kde-syndication/repos (4 files)
Antonio Rojas
arojas at archlinux.org
Thu Nov 19 20:41:59 UTC 2015
Date: Thursday, November 19, 2015 @ 21:41:59
Author: arojas
Revision: 251284
archrelease: copy kde-unstable to staging-i686, staging-x86_64
Added:
kde-syndication/repos/staging-i686/
kde-syndication/repos/staging-i686/PKGBUILD
(from rev 251283, kde-syndication/kde-unstable/PKGBUILD)
kde-syndication/repos/staging-x86_64/
kde-syndication/repos/staging-x86_64/PKGBUILD
(from rev 251283, kde-syndication/kde-unstable/PKGBUILD)
-------------------------+
staging-i686/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
staging-x86_64/PKGBUILD | 34 ++++++++++++++++++++++++++++++++++
2 files changed, 68 insertions(+)
Copied: kde-syndication/repos/staging-i686/PKGBUILD (from rev 251283, kde-syndication/kde-unstable/PKGBUILD)
===================================================================
--- staging-i686/PKGBUILD (rev 0)
+++ staging-i686/PKGBUILD 2015-11-19 20:41:59 UTC (rev 251284)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$_pkgname"
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('6dd5b6e9f4861db2b57075f8d7398434')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
Copied: kde-syndication/repos/staging-x86_64/PKGBUILD (from rev 251283, kde-syndication/kde-unstable/PKGBUILD)
===================================================================
--- staging-x86_64/PKGBUILD (rev 0)
+++ staging-x86_64/PKGBUILD 2015-11-19 20:41:59 UTC (rev 251284)
@@ -0,0 +1,34 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+
+_pkgname=syndication
+pkgname=kde-$_pkgname
+pkgver=15.11.80
+pkgrel=1
+pkgdesc="RSS/Atom parser library"
+arch=(i686 x86_64)
+url="https://projects.kde.org/$_pkgname"
+license=(LGPL)
+depends=(kio)
+makedepends=(extra-cmake-modules python)
+source=("http://download.kde.org/unstable/applications/$pkgver/src/$_pkgname-$pkgver.tar.xz")
+md5sums=('6dd5b6e9f4861db2b57075f8d7398434')
+
+prepare() {
+ mkdir -p build
+}
+
+build() {
+ cd build
+ cmake ../$_pkgname-$pkgver \
+ -DCMAKE_BUILD_TYPE=Release \
+ -DCMAKE_INSTALL_PREFIX=/usr \
+ -DCMAKE_INSTALL_LIBDIR=lib \
+ -DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
+ -DBUILD_TESTING=OFF
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list