attica-qt5: update to 5.52.0.

This commit is contained in:
John 2018-11-10 11:32:48 +01:00 committed by Johannes
parent a525431bc3
commit 44cf608ae1
6 changed files with 29 additions and 40 deletions

View File

@ -1302,7 +1302,6 @@ libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
libGrantlee_TextDocument.so.5 grantlee5-5.0.0_1
libattica.so.0.4 attica-0.4.2_1
libqca.so.2 qca-2.0.3_1
librasqal.so.3 librasqal-0.9.30_1
librdf.so.0 librdf-1.0.16_1
@ -2049,7 +2048,7 @@ libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
libtelepathy-qt5.so.0 telepathy-qt5-0.9.5_1
libtelepathy-qt5-service.so.0 telepathy-qt5-0.9.7_1
libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_1
libKF5Attica.so.5 attica-qt5-5.6.0_1
libKF5Attica.so.5 attica-5.6.0_1
libechonest5.so.2.3 libechonest-qt5-2.3.0_1
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1
liblastfm5.so.1 liblastfm-qt5-1.0.9_1

1
srcpkgs/attica-qt5 Symbolic link
View File

@ -0,0 +1 @@
attica

View File

@ -1 +1 @@
attica-qt5
attica

View File

@ -1,26 +0,0 @@
# Template file for 'attica-qt5'
pkgname=attica-qt5
version=5.51.0
revision=1
wrksrc="${pkgname%-*}-${version}"
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
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="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/kdesupport/attica"
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
checksum=c46b132c982d8be11f3b714142c164808ff64685c4932212d6c2846538ceaed3
attica-qt5-devel_package() {
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/pkgconfig
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}

View File

@ -1 +0,0 @@
pkgname=${pkgname%-*}

View File

@ -1,22 +1,38 @@
# Template file for 'attica'
pkgname=attica
version=0.4.2
revision=2
version=5.52.0
revision=1
build_style=cmake
hostmakedepends="qt-host-tools qt-devel"
makedepends="qt-devel"
configure_args="-DBUILD_TESTING=OFF"
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@voidlinux.eu>"
license="GPL-3"
maintainer="John <johnz@posteo.net>"
license="LGPL-2.1-or-later"
homepage="https://projects.kde.org/projects/kdesupport/attica"
distfiles="http://download.kde.org/stable/${pkgname}/${pkgname}-${version}.tar.bz2"
checksum=3b9c53770862c0b21b7af7ea15951c35831126022bb8d052760d9cf8bd7ee4f8
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=b6734d976d6909cba789b18187e16db7d72edca43dc0ceaa89be4f1901e6e01c
attica-devel_package() {
depends="${sourcepkg}-${version}_${revision}"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
short_desc+=" - development files"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/lib/cmake
vmove "usr/lib/*.so"
}
}
attica-qt5_package() {
build_style=meta
short_desc+=" - (transitional dummy package)"
depends="${sourcepkg}>=${version}_${revision}"
}
attica-qt5-devel_package() {
build_style=meta
short_desc+=" - (transitional dummy package)"
depends="${sourcepkg}-devel>=${version}_${revision}"
}