Package Details: kcontacts-git 6.0.0_r3495.gc267b116-1

Git Clone URL: https://aur.archlinux.org/kcontacts-git.git (read-only, click to copy)
Package Base: kcontacts-git
Description: Address book API for KDE
Upstream URL: https://community.kde.org/Frameworks
Licenses: LGPL-3.0-only, LGPL-2.0-only
Groups: kf6-git
Conflicts: kcontacts
Provides: kcontacts
Submitter: arojas
Maintainer: IslandC0der (chaotic-aur)
Last Packager: IslandC0der
Votes: 4
Popularity: 0.000000
First Submitted: 2014-11-07 18:17 (UTC)
Last Updated: 2024-03-01 06:39 (UTC)

Latest Comments

IslandC0der commented on 2020-10-20 16:28 (UTC)

Thank you for your patch, @unusual_thoughts!

unusual_thoughts commented on 2020-10-19 21:14 (UTC) (edited on 2020-10-19 21:15 (UTC) by unusual_thoughts)

Subject: [PATCH] fix spdx license build

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

diff --git a/.SRCINFO b/.SRCINFO
index e849c61..9429d67 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
 pkgbase = kcontacts-git
    pkgdesc = Address book API for KDE
-   pkgver = r3175.53a4ef81
+   pkgver = r3195.0e4a5832
    pkgrel = 1
    url = https://community.kde.org/Frameworks
    arch = i686
diff --git a/PKGBUILD b/PKGBUILD
index 2d4273c..fde7335 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,10 +1,11 @@
 # Maintainer: João Figueiredo <jf dot mundox at gmail dot com>
 # Contributor: Felix Golatofski <contact@xdfr.de>
 # Contributor: Antonio Rojas <arojas@archlinux.org>
+# Contributor: Henri Chain <henri@henricha.in>

 _pkgname=kcontacts
 pkgname=$_pkgname-git
-pkgver=r3175.53a4ef81
+pkgver=r3195.0e4a5832
 pkgrel=1
 pkgdesc="Address book API for KDE"
 arch=(i686 x86_64)
@@ -40,6 +41,5 @@ build() {
 package() {
   cd $srcdir/$_pkgname/build
   make DESTDIR="$pkgdir" install
-  install -Dm644 ../COPYING.LIB "$pkgdir/usr/share/licenses/$_pkgname/LICENSE"
-
+  install -Dm644 ../LICENSES/* -t "$pkgdir/usr/share/licenses/$_pkgname/"
 }
-- 
2.28.0

arojas commented on 2014-12-15 20:12 (UTC)

@anex kdepimlibs doesn't provide kcontacts anymore, it has been split off. But kdepimlibs doesn't build atm due to a circular dependency issue, so I haven't updated it yet. You need the actual kcontacts-git package for building libkpeople

anex commented on 2014-12-15 20:08 (UTC)

@ arojas I see you made libkpople-git require kcontacts-git, Im having an issue.. Do you have an idea? [anex@manjaro ~]$ package-query --qprovides kcontacts-git -Q -f "%n" kdepimlibs-git