mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-27 07:52:55 +02:00
kpeople: update to 5.48.0.
This commit is contained in:
parent
3f7dec6776
commit
4deea5ca89
1 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'kpeople'
|
# Template file for 'kpeople'
|
||||||
pkgname=kpeople
|
pkgname=kpeople
|
||||||
version=5.47.0
|
version=5.48.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
@ -8,12 +8,12 @@ hostmakedepends="extra-cmake-modules"
|
||||||
makedepends="kitemviews-devel kservice-devel kwidgetsaddons-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
makedepends="kitemviews-devel kservice-devel kwidgetsaddons-devel qt5-plugin-mysql qt5-plugin-odbc qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds"
|
||||||
short_desc="Provides access to all contacts and aggregates them by person"
|
short_desc="Provides access to all contacts and aggregates them by person"
|
||||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
license="LGPL-2"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/kpeople"
|
homepage="https://projects.kde.org/projects/frameworks/kpeople"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=0bb7fad53b13bd1cb40d9339a0782b4902517b751f0f8271c1adc2ce6571a18f
|
checksum=c77d02ae35e420ba7648db00beb0c6adb4881fb41c4cd047b5136b7847a3adbd
|
||||||
|
|
||||||
if [ -n "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
@ -24,6 +24,6 @@ kpeople-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/qt5/mkspecs
|
vmove usr/lib/qt5/mkspecs
|
||||||
vmove usr/lib/cmake
|
vmove usr/lib/cmake
|
||||||
vmove usr/lib/*.so
|
vmove "usr/lib/*.so"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue