New package: kdiagram-2.6.0
This commit is contained in:
parent
cf60f11edc
commit
8bd4897c07
|
@ -3063,3 +3063,6 @@ libKF5AkonadiAgentBase.so.5 akonadi5-17.12.0_1
|
|||
libKF5AkonadiWidgets.so.5 akonadi5-17.12.0_1
|
||||
libKF5AkonadiXml.so.5 akonadi5-17.12.0_1
|
||||
libKF5PimTextEdit.so.5 kpimtextedit-17.12.0_1
|
||||
libKF5IdentityManagement.so.5 kidentitymanagement-17.12.0_1
|
||||
libKChart.so.2 kdiagram-2.6.0_1
|
||||
libKGantt.so.2 kdiagram-2.6.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
kdiagram
|
|
@ -0,0 +1,24 @@
|
|||
# Template file for 'kdiagram'
|
||||
pkgname=kdiagram
|
||||
version=2.6.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools python"
|
||||
makedepends="qt5-devel qt5-svg-devel qt5-plugin-mysql qt5-plugin-odbc
|
||||
qt5-plugin-pgsql qt5-plugin-sqlite qt5-plugin-tds qt5-tools-devel"
|
||||
short_desc="Powerful libraries for creating business diagrams"
|
||||
maintainer="Helmut Pozimski <helmut@pozimski.eu>"
|
||||
license="GPL-2"
|
||||
homepage="http://www.kde.org/"
|
||||
distfiles="https://download.kde.org/stable/${pkgname}/${version}/src/${pkgname}-${version}.tar.xz"
|
||||
checksum=02788dad7e15c64b74a2d1073c5910469ab4cf46ba905030c1713dce45981882
|
||||
|
||||
kdiagram-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue