New package: attica-qt5-5.6.0
This commit is contained in:
parent
3758446373
commit
09f1699d3c
|
@ -2012,3 +2012,4 @@ libphonon4qt5.so.4 phonon-qt5-4.8.3_1
|
|||
libphonon4qt5experimental.so.4 phonon-qt5-4.8.3_1
|
||||
libtelepathy-qt5.so.0 telepathy-qt5-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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
attica-qt5
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'attica'
|
||||
pkgname=attica-qt5
|
||||
version=5.6.0
|
||||
revision=1
|
||||
wrksrc=${pkgname%-*}-${version}
|
||||
build_style=cmake
|
||||
hostmakedepends="cmake"
|
||||
makedepends="qt5-devel extra-cmake-modules"
|
||||
short_desc="A Qt library that implements the Open Collaboration Services API"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://projects.kde.org/projects/kdesupport/attica"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname%-*}-${version}.tar.xz"
|
||||
checksum=00795347ddede9daabc84112c517b4c92ec387c38fd7460c93fc877ac57383e3
|
||||
|
||||
attica-qt5-devel_package() {
|
||||
depends="${sourcepkg}-${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/mkspecs
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue