[arch-commits] Commit in kdewebdev-klinkstatus/repos (2 files)

Antonio Rojas arojas at archlinux.org
Fri Jul 21 20:14:27 UTC 2017


    Date: Friday, July 21, 2017 @ 20:14:26
  Author: arojas
Revision: 301114

archrelease: copy kde-unstable to kde-unstable-x86_64

Added:
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 301113, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)

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

Copied: kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD (from rev 301113, kdewebdev-klinkstatus/kde-unstable/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-07-21 20:14:26 UTC (rev 301114)
@@ -0,0 +1,38 @@
+# Maintainer: Antonio Rojas <arojas at archlinux.org>
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+# Contributor: Pierre Schmitz <pierre at archlinux.de>
+
+pkgname=kdewebdev-klinkstatus
+pkgver=17.07.80
+pkgrel=1
+arch=(i686 x86_64)
+pkgdesc="Link Checker"
+url='https://www.kde.org'
+license=(GPL LGPL FDL)
+groups=(kde-applications kdewebdev)
+depends=(kdebase-runtime kdepimlibs4 tidy)
+makedepends=(cmake automoc4 boost)
+source=("https://download.kde.org/unstable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('d856f17ea54c26dfe516f74f9a5527cbe6e4f6dbc9b26a0bf5ed3f9abe7ff4fa'
+            'SKIP')
+validpgpkeys=(CA262C6C83DE4D2FB28A332A3A6A4DB839EAA6D7  # Albert Astals Cid <aacid at kde.org>
+              F23275E4BF10AFC1DF6914A6DBD2CE893E2D1C87) # Christoph Feck <cfeck at kde.org>
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../klinkstatus-${pkgver} \
+  	-DCMAKE_BUILD_TYPE=Release \
+  	-DKDE4_BUILD_TESTS=OFF \
+	-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="$pkgdir" install
+}



More information about the arch-commits mailing list