attica-qt5: update to 5.52.0.
This commit is contained in:
parent
a525431bc3
commit
44cf608ae1
|
@ -1302,7 +1302,6 @@ libdbusmenu-gtk3.so.4 libdbusmenu-gtk3-12.10.2_1
|
||||||
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
|
libdbusmenu-qt.so.2 libdbusmenu-qt-0.9.2_1
|
||||||
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
|
libGrantlee_Templates.so.5 grantlee5-5.0.0_1
|
||||||
libGrantlee_TextDocument.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
|
libqca.so.2 qca-2.0.3_1
|
||||||
librasqal.so.3 librasqal-0.9.30_1
|
librasqal.so.3 librasqal-0.9.30_1
|
||||||
librdf.so.0 librdf-1.0.16_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.so.0 telepathy-qt5-0.9.5_1
|
||||||
libtelepathy-qt5-service.so.0 telepathy-qt5-0.9.7_1
|
libtelepathy-qt5-service.so.0 telepathy-qt5-0.9.7_1
|
||||||
libtelepathy-qt5-farstream.so.0 telepathy-qt5-farstream-0.9.5_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
|
libechonest5.so.2.3 libechonest-qt5-2.3.0_1
|
||||||
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1
|
liblastfm_fingerprint5.so.1 liblastfm-qt5-1.0.9_1
|
||||||
liblastfm5.so.1 liblastfm-qt5-1.0.9_1
|
liblastfm5.so.1 liblastfm-qt5-1.0.9_1
|
||||||
|
|
1
srcpkgs/attica-qt5
Symbolic link
1
srcpkgs/attica-qt5
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
attica
|
|
@ -1 +1 @@
|
||||||
attica-qt5
|
attica
|
|
@ -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"
|
|
||||||
}
|
|
||||||
}
|
|
|
@ -1 +0,0 @@
|
||||||
pkgname=${pkgname%-*}
|
|
|
@ -1,22 +1,38 @@
|
||||||
# Template file for 'attica'
|
# Template file for 'attica'
|
||||||
pkgname=attica
|
pkgname=attica
|
||||||
version=0.4.2
|
version=5.52.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="qt-host-tools qt-devel"
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
makedepends="qt-devel"
|
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-devel"
|
||||||
|
makedepends="qt5-devel"
|
||||||
short_desc="A Qt library that implements the Open Collaboration Services API"
|
short_desc="A Qt library that implements the Open Collaboration Services API"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="John <johnz@posteo.net>"
|
||||||
license="GPL-3"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
||||||
distfiles="http://download.kde.org/stable/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
checksum=3b9c53770862c0b21b7af7ea15951c35831126022bb8d052760d9cf8bd7ee4f8
|
checksum=b6734d976d6909cba789b18187e16db7d72edca43dc0ceaa89be4f1901e6e01c
|
||||||
|
|
||||||
attica-devel_package() {
|
attica-devel_package() {
|
||||||
depends="${sourcepkg}-${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
|
vmove usr/lib/qt5/mkspecs
|
||||||
vmove usr/lib/pkgconfig
|
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}"
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user