New package: syntax-highlighting-5.29.0

Closes: #5393 [via git-merge-pr]
This commit is contained in:
Denis Revin 2016-12-20 09:59:32 +04:00 committed by Toyam Cox
parent 6ea6333828
commit f8cf203d8d
3 changed files with 27 additions and 0 deletions

View File

@ -484,6 +484,7 @@ libxenstat.so.0 xen-libs-4.2.2_2
libblktapctl.so.1.0 xen-libs-4.2.2_2
libblktap.so.3.0 xen-libs-4.2.2_2
libfsimage.so.1.0 xen-libs-4.2.2_2
libKF5SyntaxHighlighting.so.5 syntax-highlighting-5.29.0_1
libbabl-0.1.so.0 babl-0.1.10_1
libbamf3.so.2 bamf-0.5.1_1
libgegl-0.2.so.0 gegl-0.2.0_1

View File

@ -0,0 +1 @@
syntax-highlighting

View File

@ -0,0 +1,25 @@
# Template file for 'syntax-highlighting'
pkgname=syntax-highlighting
version=5.29.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules perl"
makedepends="qt5-devel qt5-xmlpatterns-devel"
short_desc="Syntax highlighting engine for structured text and code"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/syntax-highlighting"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=cbcca052a1ad79b4d1ed1209d6f8e9ba0c3812dc158b26c4a8232a8d879c7839
syntax-highlighting-devel_package() {
short_desc+=" - development"
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
pkg_install() {
vmove usr/include
vmove usr/lib/qt5/mkspecs
vmove usr/lib/cmake
vmove usr/lib/*.so
}
}