attica-qt5: update to 5.48.0.

This commit is contained in:
John 2018-08-02 09:56:21 +02:00 committed by maxice8
parent daa782bb11
commit 83c09d46c6

View File

@ -1,6 +1,6 @@
# Template file for 'attica-qt5'
pkgname=attica-qt5
version=5.47.0
version=5.48.0
revision=1
wrksrc=${pkgname%-*}-${version}
build_style=cmake
@ -9,10 +9,10 @@ hostmakedepends="extra-cmake-modules qt5-host-tools qt5-devel"
makedepends="qt5-devel"
short_desc="A Qt library that implements the Open Collaboration Services API"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/kdesupport/attica"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
checksum=72a1962de852590d9494ebcfa9f98e1d394bad4680384b9a6937a7082140259e
checksum=087fef3a77b5193eca081730f9bed181e1ffbd36a5a09352e3233a58df1841e0
attica-qt5-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
@ -21,6 +21,6 @@ attica-qt5-devel_package() {
vmove usr/lib/qt5/mkspecs
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove usr/lib/*.so
vmove "usr/lib/*.so"
}
}