[arch-commits] Commit in kbookmarks/repos (testing-x86_64 testing-x86_64/PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Sat Sep 8 08:37:51 UTC 2018
Date: Saturday, September 8, 2018 @ 08:37:51
Author: arojas
Revision: 334044
archrelease: copy trunk to testing-x86_64
Added:
kbookmarks/repos/testing-x86_64/
kbookmarks/repos/testing-x86_64/PKGBUILD
(from rev 334043, kbookmarks/trunk/PKGBUILD)
----------+
PKGBUILD | 38 ++++++++++++++++++++++++++++++++++++++
1 file changed, 38 insertions(+)
Copied: kbookmarks/repos/testing-x86_64/PKGBUILD (from rev 334043, kbookmarks/trunk/PKGBUILD)
===================================================================
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2018-09-08 08:37:51 UTC (rev 334044)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kbookmarks
+pkgver=5.50.0
+pkgrel=1
+pkgdesc='Support for bookmarks and the XBEL format'
+arch=(x86_64)
+url='https://community.kde.org/Frameworks'
+license=(LGPL)
+depends=(kxmlgui)
+makedepends=(extra-cmake-modules qt5-tools doxygen)
+groups=(kf5)
+source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/$pkgname-$pkgver.tar.xz"{,.sig})
+sha256sums=('c9ebb01a1f37c9791287ea90ed52defa879073ee53a5681709bd4ec959567ad3'
+ '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 \
+ -DBUILD_QCH=ON
+ make
+}
+
+package() {
+ cd build
+ make DESTDIR="$pkgdir" install
+}
More information about the arch-commits
mailing list