New package: plasma-activities-6.0.4
This commit is contained in:
parent
f0024cf3ef
commit
a91dacc620
|
@ -1536,6 +1536,7 @@ libaqbankingpp.so.0 aqbanking-5.0.25_1
|
|||
libxmlsec1.so.1 xmlsec1-1.2.31_2
|
||||
libxmlsec1-nss.so.1 xmlsec1-1.2.31_2
|
||||
libxmlsec1-openssl.so.1 xmlsec1-1.2.31_2
|
||||
libPlasmaActivities.so.6 plasma-activities-6.0.0_1
|
||||
libcheck.so.0 check-0.9.12_1
|
||||
liblxc.so.1 liblxc-4.0.6_2
|
||||
libtcmalloc.so.4 gperftools-2.1_1
|
||||
|
@ -1599,6 +1600,8 @@ libOgreRTShaderSystem.so.1.12.9 libogre-1.12.9_1
|
|||
libOgreMeshLodGenerator.so.1.12.9 libogre-1.12.9_1
|
||||
libOgrePaging.so.1.12.9 libogre-1.12.9_1
|
||||
libglut.so.3 libfreeglut-2.8.1_1
|
||||
libPlasma.so.6 libplasma-6.0.0_1
|
||||
libPlasmaQuick.so.6 libplasma-6.0.0_1
|
||||
libogmrip-gtk.so.1 ogmrip-1.0.0_1
|
||||
libogmdvd.so.1 ogmrip-1.0.0_1
|
||||
libogmjob.so.1 ogmrip-1.0.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
plasma-activities
|
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'plasma-activities'
|
||||
pkgname=plasma-activities
|
||||
version=6.0.4
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DKDE_INSTALL_QMLDIR=lib/qt6/qml
|
||||
-DKDE_INSTALL_QTPLUGINDIR=lib/qt6/plugins"
|
||||
hostmakedepends="extra-cmake-modules qt6-base qt6-tools
|
||||
qt6-declarative-host-tools"
|
||||
makedepends="qt6-base-devel qt6-declarative-devel boost-devel
|
||||
kf6-kconfig-devel kf6-kcoreaddons-devel kf6-kwindowsystem-devel"
|
||||
short_desc="Core components for the KDE's Activities System"
|
||||
maintainer="John <me@johnnynator.dev>"
|
||||
license="(LGPL-2.1-only OR LGPL-3.0-only) AND GPL-2.0-or-later"
|
||||
homepage="https://invent.kde.org/plasma/plasma-activities"
|
||||
distfiles="${KDE_SITE}/plasma/${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=c838c3a719196ba06ed3d718b3f4df8414e27c847e206fcaa3105959be79df6d
|
||||
|
||||
plasma-activities-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue