mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kf6-kcontacts: update to 6.3.0.
This commit is contained in:
parent
f25c2cfe62
commit
2366690674
1 changed files with 10 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'kf6-kcontacts'
|
# Template file for 'kf6-kcontacts'
|
||||||
pkgname=kf6-kcontacts
|
pkgname=kf6-kcontacts
|
||||||
version=6.2.0
|
version=6.3.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base
|
||||||
gettext"
|
gettext qt6-declarative-host-tools"
|
||||||
makedepends="qt6-base-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
makedepends="qt6-base-devel kf6-kcoreaddons-devel kf6-ki18n-devel
|
||||||
kf6-kconfig-devel kf6-kcodecs-devel"
|
kf6-kconfig-devel kf6-kcodecs-devel"
|
||||||
short_desc="Library for working with contact information"
|
short_desc="Library for working with contact information"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="John <me@johnnynator.dev>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://invent.kde.org/frameworks/kcontacts"
|
homepage="https://invent.kde.org/frameworks/kcontacts"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
checksum=709ca19e9076f98751764d029b8d648c6a61b17262ba4821cf97f913ccbd1bf9
|
checksum=229b5b1797cdc7faeb227f715c86edee8e8464f40b247432af909e3b3d30b107
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
cd build
|
cd build
|
||||||
|
@ -20,6 +20,13 @@ do_check() {
|
||||||
ctest -E "kcontacts-addresstest"
|
ctest -E "kcontacts-addresstest"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
if [[ "$XBPS_TARGET_MACHINE" == arm* ]]; then
|
||||||
|
mv ${DESTDIR}/usr/lib64/* ${DESTDIR}/usr/lib/
|
||||||
|
rm -rf ${DESTDIR}/usr/lib64
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
||||||
kf6-kcontacts-devel_package() {
|
kf6-kcontacts-devel_package() {
|
||||||
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue