[arch-commits] Commit in kapidox/repos/testing-any (PKGBUILD PKGBUILD)

Felix Yan felixonmars at archlinux.org
Tue Jun 14 15:42:39 UTC 2016


    Date: Tuesday, June 14, 2016 @ 15:42:39
  Author: felixonmars
Revision: 269613

archrelease: copy trunk to testing-any

Added:
  kapidox/repos/testing-any/PKGBUILD
    (from rev 269612, kapidox/trunk/PKGBUILD)
Deleted:
  kapidox/repos/testing-any/PKGBUILD

----------+
 PKGBUILD |   66 ++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 33 insertions(+), 33 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2016-06-14 15:42:16 UTC (rev 269612)
+++ PKGBUILD	2016-06-14 15:42:39 UTC (rev 269613)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Felix Yan <felixonmars at archlinux.org>
-# Contributor: Andrea Scarpino <andrea at archlinux.org>
-
-pkgname=kapidox
-pkgver=5.23.0
-pkgrel=1
-pkgdesc='Frameworks API Documentation Tools'
-arch=('any')
-url='https://community.kde.org/Frameworks'
-license=('LGPL')
-depends=('python-jinja' 'python-yaml')
-makedepends=('extra-cmake-modules' 'qt5-base')
-groups=('kf5')
-source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
-md5sums=('3ed25b2b4393a107da6981cee61ddc14')
-
-prepare() {
-  mkdir -p build
-}
-
-build() {
-  cd build
-  cmake ../${pkgname}-${pkgver} \
-    -DCMAKE_BUILD_TYPE=Release \
-    -DCMAKE_INSTALL_PREFIX=/usr
-  make
-}
-
-package() {
-  cd build
-  make DESTDIR="${pkgdir}" install
-}

Copied: kapidox/repos/testing-any/PKGBUILD (from rev 269612, kapidox/trunk/PKGBUILD)
===================================================================
--- PKGBUILD	                        (rev 0)
+++ PKGBUILD	2016-06-14 15:42:39 UTC (rev 269613)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at archlinux.org>
+# Contributor: Andrea Scarpino <andrea at archlinux.org>
+
+pkgname=kapidox
+pkgver=5.23.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://community.kde.org/Frameworks'
+license=('LGPL')
+depends=('python-jinja' 'python-yaml')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=("http://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz")
+md5sums=('3ed25b2b4393a107da6981cee61ddc14')
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../${pkgname}-${pkgver} \
+    -DCMAKE_BUILD_TYPE=Release \
+    -DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR="${pkgdir}" install
+}



More information about the arch-commits mailing list