mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
New package: kf6-attica-6.1.0
This commit is contained in:
parent
ed96908330
commit
bfe735d207
3 changed files with 26 additions and 0 deletions
|
@ -1938,6 +1938,7 @@ libQt5XdgIconLoader.so.3 libqtxdg-3.1.0_1
|
||||||
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
libqwt-qt5.so.6.2 qwt-6.2.0_2
|
||||||
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
libqwt-qt6.so.6.2 qwt-qt6-6.2.0_2
|
||||||
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
libKF6Archive.so.6 kf6-karchive-6.0.0_1
|
||||||
|
libKF6Attica.so.6 kf6-attica-6.0.0_1
|
||||||
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
libKF6AuthCore.so.6 kf6-kauth-6.0.0_1
|
||||||
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
|
libKF6Codecs.so.6 kf6-kcodecs-6.0.0_1
|
||||||
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
libKF6ConfigCore.so.6 kf6-kconfig-6.0.0_1
|
||||||
|
|
1
srcpkgs/kf6-attica-devel
Symbolic link
1
srcpkgs/kf6-attica-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kf6-attica
|
24
srcpkgs/kf6-attica/template
Normal file
24
srcpkgs/kf6-attica/template
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# Template file for 'kf6-attica'
|
||||||
|
pkgname=kf6-attica
|
||||||
|
version=6.1.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
hostmakedepends="extra-cmake-modules qt6-tools qt6-base"
|
||||||
|
makedepends="qt6-base-devel"
|
||||||
|
short_desc="Qt library that implements the Open Collaboration Services API"
|
||||||
|
maintainer="John <me@johnnynator.dev>"
|
||||||
|
license="LGPL-2.1-or-later"
|
||||||
|
homepage="https://invent.kde.org/frameworks/attica"
|
||||||
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname#kf6-}-${version}.tar.xz"
|
||||||
|
checksum=8b3dcac9a6753a9d0f780782c30f369ded3f531c478e95ca1c195384ad7db5a0
|
||||||
|
|
||||||
|
kf6-attica-devel_package() {
|
||||||
|
depends="$makedepends ${sourcepkg}>=${version}_${revision}"
|
||||||
|
short_desc+=" - development files"
|
||||||
|
pkg_install() {
|
||||||
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/include
|
||||||
|
vmove usr/lib/cmake
|
||||||
|
vmove "usr/lib/*.so"
|
||||||
|
}
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue