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

Antonio Rojas arojas at archlinux.org
Sat Aug 19 05:57:34 UTC 2017


    Date: Saturday, August 19, 2017 @ 05:57:33
  Author: arojas
Revision: 302614

archrelease: copy trunk to kde-unstable-i686, kde-unstable-x86_64

Added:
  kdewebdev-klinkstatus/repos/kde-unstable-i686/
  kdewebdev-klinkstatus/repos/kde-unstable-i686/PKGBUILD
    (from rev 302613, kdewebdev-klinkstatus/trunk/PKGBUILD)
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD
    (from rev 302613, kdewebdev-klinkstatus/trunk/PKGBUILD)
Deleted:
  kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD

------------------------------+
 /PKGBUILD                    |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-i686/PKGBUILD   |   38 ++++++++++++++++++++++++++++++++++++++
 kde-unstable-x86_64/PKGBUILD |   38 --------------------------------------
 3 files changed, 76 insertions(+), 38 deletions(-)

Copied: kdewebdev-klinkstatus/repos/kde-unstable-i686/PKGBUILD (from rev 302613, kdewebdev-klinkstatus/trunk/PKGBUILD)
===================================================================
--- kde-unstable-i686/PKGBUILD	                        (rev 0)
+++ kde-unstable-i686/PKGBUILD	2017-08-19 05:57:33 UTC (rev 302614)
@@ -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.08.0
+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/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('414527325bb8ee3056f9871a2ae06597add58eb04a8f33ae757a68d10989ff1f'
+            '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
+}

Deleted: kde-unstable-x86_64/PKGBUILD
===================================================================
--- kde-unstable-x86_64/PKGBUILD	2017-08-19 05:57:11 UTC (rev 302613)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:57:33 UTC (rev 302614)
@@ -1,38 +0,0 @@
-# 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
-}

Copied: kdewebdev-klinkstatus/repos/kde-unstable-x86_64/PKGBUILD (from rev 302613, kdewebdev-klinkstatus/trunk/PKGBUILD)
===================================================================
--- kde-unstable-x86_64/PKGBUILD	                        (rev 0)
+++ kde-unstable-x86_64/PKGBUILD	2017-08-19 05:57:33 UTC (rev 302614)
@@ -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.08.0
+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/stable/applications/${pkgver}/src/klinkstatus-$pkgver.tar.xz"{,.sig})
+sha256sums=('414527325bb8ee3056f9871a2ae06597add58eb04a8f33ae757a68d10989ff1f'
+            '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