mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 00:12:56 +02:00
frameworkintegration: update to 5.66.0
[ci skip]
This commit is contained in:
parent
100fb89bbb
commit
1dd8f240c9
1 changed files with 4 additions and 7 deletions
|
@ -1,21 +1,18 @@
|
||||||
# Template file for 'frameworkintegration'
|
# Template file for 'frameworkintegration'
|
||||||
pkgname=frameworkintegration
|
pkgname=frameworkintegration
|
||||||
version=5.65.0
|
version=5.66.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DBUILD_TESTING=OFF"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config"
|
hostmakedepends="kcoreaddons extra-cmake-modules pkg-config
|
||||||
|
qt5-host-tools qt5-qmake python3 gettext"
|
||||||
makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel"
|
makedepends="kiconthemes-devel knotifications-devel kpackage-devel knewstuff-devel"
|
||||||
short_desc="Integration of Qt application with KDE workspaces"
|
short_desc="Integration of Qt application with KDE workspaces"
|
||||||
maintainer="John <johnz@posteo.net>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
|
homepage="https://projects.kde.org/projects/frameworks/frameworkintegration"
|
||||||
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3170f99d4418b25225813822e22a1bdf8d73af87cd00b696089b696b151d43be
|
checksum=55c01613436781d74652bef19fc594448cdee4c002d5e1713b583473455f54d8
|
||||||
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
|
||||||
hostmakedepends+=" qt5-host-tools qt5-qmake python"
|
|
||||||
fi
|
|
||||||
|
|
||||||
frameworkintegration-devel_package() {
|
frameworkintegration-devel_package() {
|
||||||
short_desc+=" - development"
|
short_desc+=" - development"
|
||||||
|
|
Loading…
Add table
Reference in a new issue