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

2016-03-15 Thread Felix Yan
Date: Wednesday, March 16, 2016 @ 05:20:16
  Author: fyan
Revision: 261693

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
(from rev 261692, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 261692, 
kapidox/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2016-03-16 04:20:16 UTC (rev 261693)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Felix Yan 
+# Contributor: Andrea Scarpino 
+
+pkgname=kapidox
+pkgver=5.20.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+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=('7352555cce189863890be9ef8166f665')
+
+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
+}


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

2014-05-10 Thread Andrea Scarpino
Date: Saturday, May 10, 2014 @ 20:17:12
  Author: andrea
Revision: 212198

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
(from rev 212197, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 212197, 
kapidox/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2014-05-10 18:17:12 UTC (rev 212198)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapidox
+pkgver=4.99.0
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=('python')
+makedepends=('extra-cmake-modules' 'qt5-base')
+groups=('kf5')
+source=(http://download.kde.org/unstable/frameworks/${pkgver}/${pkgname}-${pkgver}.tar.xz;)
+md5sums=('43c0c3aad31fbb10a3039e2876eeffbf')
+
+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
+}



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

2013-12-21 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 09:53:05
  Author: andrea
Revision: 202285

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
(from rev 202284, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 202284, 
kapidox/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2013-12-21 08:53:05 UTC (rev 202285)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapidox
+pkgver=r3.cab46ac
+pkgrel=2
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=()
+makedepends=('extra-cmake-modules' 'qt5-base' 'git')
+conflicts=('kapidox')
+provides=('kapidox')
+source=('git://anongit.kde.org/kapidox.git')
+md5sums=('SKIP')
+
+pkgver() {
+  cd kapidox
+  printf r%s.%s $(git rev-list --count HEAD) $(git rev-parse --short 
HEAD)
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kapidox \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/opt/kf5
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}



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

2013-12-20 Thread Andrea Scarpino
Date: Saturday, December 21, 2013 @ 00:31:31
  Author: andrea
Revision: 202258

archrelease: copy trunk to kde-unstable-any

Added:
  kapidox/repos/kde-unstable-any/
  kapidox/repos/kde-unstable-any/PKGBUILD
(from rev 202257, kapidox/trunk/PKGBUILD)

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

Copied: kapidox/repos/kde-unstable-any/PKGBUILD (from rev 202257, 
kapidox/trunk/PKGBUILD)
===
--- kde-unstable-any/PKGBUILD   (rev 0)
+++ kde-unstable-any/PKGBUILD   2013-12-20 23:31:31 UTC (rev 202258)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=kapidox
+pkgver=r3.cab46ac
+pkgrel=1
+pkgdesc='Frameworks API Documentation Tools'
+arch=('any')
+url='https://projects.kde.org/projects/frameworks/kapidox'
+license=('LGPL')
+depends=()
+makedepends=('extra-cmake-modules' 'qt5-base' 'git')
+conflicts=('kapidox')
+provides=('kapidox')
+source=('git://anongit.kde.org/kapidox.git')
+md5sums=('SKIP')
+
+pkgver() {
+  cd kapidox
+  printf r%s.%s $(git rev-list --count HEAD) $(git rev-parse --short 
HEAD)
+}
+
+prepare() {
+  mkdir -p build
+}
+
+build() {
+  cd build
+  cmake ../kapidox \
+-DCMAKE_BUILD_TYPE=Release \
+-DCMAKE_INSTALL_PREFIX=/usr
+  make
+}
+
+package() {
+  cd build
+  make DESTDIR=${pkgdir} install
+}