New package: kdeclarative-5.26.0
This commit is contained in:
parent
028488dd48
commit
a3b78773e1
|
@ -2657,6 +2657,9 @@ libKF5Bookmarks.so.5 kbookmarks-5.26.0_1
|
||||||
libKF5KIOWidgets.so.5 kio-5.26.0_1
|
libKF5KIOWidgets.so.5 kio-5.26.0_1
|
||||||
libKF5KIOCore.so.5 kio-5.26.0_1
|
libKF5KIOCore.so.5 kio-5.26.0_1
|
||||||
libKF5KIOFileWidgets.so.5 kio-5.26.0_1
|
libKF5KIOFileWidgets.so.5 kio-5.26.0_1
|
||||||
|
libKF5Declarative.so.5 kdeclarative-5.26.0_1
|
||||||
|
libKF5QuickAddons.so.5 kdeclarative-5.26.0_1
|
||||||
|
libKF5CalendarEvents.so.5 kdeclarative-5.26.0_1
|
||||||
liblmdb.so.0 lmdb-0.9.18_2
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
kdeclarative
|
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kdeclarative'
|
||||||
|
pkgname=kdeclarative
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules pkg-config"
|
||||||
|
makedepends="kio-devel kpackage-devel libepoxy-devel"
|
||||||
|
short_desc="KDE Integration of QML and KDE work spaces"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/kdeclarative"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=6872df49e35e6556b9d1398700f1b75295a4c5e2ff8bc3357529a652a402b242
|
||||||
|
|
||||||
|
kdeclarative-devel_package() {
|
||||||
|
short_desc+=" - development"
|
||||||
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/qt5/mkspecs
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove usr/lib/*.so
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue