mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
kup: update to 0.10.0.
This commit is contained in:
parent
81b1544861
commit
869f8265a4
1 changed files with 21 additions and 9 deletions
|
@ -1,17 +1,29 @@
|
||||||
# Template file for 'kup'
|
# Template file for 'kup'
|
||||||
pkgname=kup
|
pkgname=kup
|
||||||
version=0.9.1
|
version=0.10.0
|
||||||
revision=4
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="extra-cmake-modules kdoctools qt5-qmake qt5-host-tools kcoreaddons
|
configure_args="-DQT_MAJOR_VERSION=6"
|
||||||
kpackage gettext kconfig"
|
hostmakedepends="qt6-base qt6-tools extra-cmake-modules gettext kf6-kcmutils
|
||||||
makedepends="cmake qt5-devel kcoreaddons-devel ki18n-devel kio-devel ksolid-devel
|
kf6-kpackage-devel"
|
||||||
kidletime-devel knotifications-devel kconfig-devel kinit-devel kjobwidgets-devel
|
makedepends="qt6-declarative kf6-kidletime-devel libgit2-devel
|
||||||
libgit2-devel plasma-framework-devel"
|
libplasma-devel plasma5support-devel kf6-kio-devel kf6-kxmlgui-devel
|
||||||
|
kf6-kcmutils-devel"
|
||||||
depends="rsync"
|
depends="rsync"
|
||||||
short_desc="Kup is created to keep backups of personal files"
|
short_desc="Kup is created to keep backups of personal files"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://www.kde.org/applications/utilities/kup/"
|
homepage="https://apps.kde.org/kup/"
|
||||||
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/${pkgname}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=5597d215b025bfc76aa290efbe187fb6f92313fbdc40628b851180c535610976
|
checksum=ac58f3f789973cac5f2b70a81683294e90f7f84fa3b399116b398bca6eff1b0a
|
||||||
|
|
||||||
|
post_configure() {
|
||||||
|
sed -i -e "s,${XBPS_CROSS_BASE}/usr/libexec/kf6/kcmdesktopfilegenerator,/usr/libexec/kf6/kcmdesktopfilegenerator," \
|
||||||
|
build/build.ninja
|
||||||
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
if [ "$CROSS_BUILD" -a "$XBPS_TARGET_WORDSIZE" -eq 32 ]; then
|
||||||
|
mv "${DESTDIR}/usr/lib64" "${DESTDIR}/usr/lib"
|
||||||
|
fi
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue