Package Details: kapidox-git r566.d385445-1

Git Clone URL: https://aur.archlinux.org/kapidox-git.git (read-only, click to copy)
Package Base: kapidox-git
Description: Frameworks API Documentation Tools
Upstream URL: https://community.kde.org/Frameworks
Licenses: LGPL
Groups: kf5
Conflicts: kapidox
Provides: kapidox
Submitter: ilpianista
Maintainer: None
Last Packager: zan
Votes: 11
Popularity: 0.000000
First Submitted: 2014-01-04 11:36 (UTC)
Last Updated: 2022-03-27 18:37 (UTC)

Latest Comments

unusual_thoughts commented on 2020-10-19 20:01 (UTC)

Subject: [PATCH] fix license and build

---
 .SRCINFO | 4 ++--
 PKGBUILD | 8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.SRCINFO b/.SRCINFO
index 9d25d76..9b06225 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,11 +1,11 @@
 pkgbase = kapidox-git
    pkgdesc = Frameworks API Documentation Tools
-   pkgver = r474.525886b
+   pkgver = r497.4442b5c
    pkgrel = 1
    url = https://community.kde.org/Frameworks
    arch = any
    groups = kf5
-   license = LGPL
+   license = BSD-2-Clause
    makedepends = cmake
    makedepends = git
    makedepends = qt5-base
diff --git a/PKGBUILD b/PKGBUILD
index 06ab204..6d8fb57 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,15 +1,16 @@
 # Maintainer:
 # Contributor: Felix Golatofski <contact@xdfr.de>
 # Contributor: Andrea Scarpino <andrea@archlinux.org>
+# Contributor: Henri Chain <henri@henricha.in>

 _pkgname=kapidox
 pkgname=$_pkgname-git
-pkgver=r474.525886b
+pkgver=r497.4442b5c
 pkgrel=1
 pkgdesc='Frameworks API Documentation Tools'
 arch=('any')
 url='https://community.kde.org/Frameworks'
-license=('LGPL')
+license=('BSD-2-Clause')
 depends=(python-jinja python-yaml)
 makedepends=(cmake git qt5-base)
 groups=('kf5')
@@ -38,6 +39,5 @@ build() {
 package() {
   cd $srcdir/$_pkgname/build
   make DESTDIR="$pkgdir" install
-  install -Dm644 ../LICENSE "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
-
+  install -Dm644 ../LICENSES/* -t "$pkgdir/usr/share/licenses/$_pkgname/"
 }
-- 
2.28.0

TZ86 commented on 2014-03-14 14:02 (UTC)

@arojas And you will update depends after every change in kde cmake modules? :)

arojas commented on 2014-03-12 19:25 (UTC)

@TZ86 fixed in kimageformats, thanks

TZ86 commented on 2014-03-12 13:59 (UTC)

@arojas For example kimageformats cannot find openexr because FindOpenEXR.cmake are moved to extra-cmake-modules's master branch.

arojas commented on 2014-03-12 10:59 (UTC)

@TZ86 why? It builds fine with the released extra-cmake-modules and the -git version provides it, so you're free to use whichever one you want.

TZ86 commented on 2014-03-12 09:43 (UTC)

extra-cmake-modules-git is maintained again. May you use it instead of extra-cmake-modules?

Huulivoide commented on 2014-02-15 09:53 (UTC)

python2 is now needed as a depency