kde/kquicksyntaxhighlighter: drop, not used anymore (MR 1311)

This commit is contained in:
Bart Ribbers 2020-06-25 23:47:07 +02:00 committed by Antoine Fontaine
parent d43c2780ac
commit fdde5452e7
No known key found for this signature in database
GPG key ID: 61E75844405615F5

View file

@ -1,28 +0,0 @@
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=kquicksyntaxhighlighter
pkgver=0_git20181209
pkgrel=2
_commit="eae18069e0acab42f9dfdef2339b22bb77b44640"
pkgdesc="QtQuick bindings for KF5SyntaxHightlighting framework"
arch="all !armhf"
url="https://community.kde.org/Plasma/Mobile"
license="LGPL-2.1-only OR LGPL-3.0-only"
options="!check"
depends="syntax-highlighting qt5-qtdeclarative"
makedepends="extra-cmake-modules qt5-qtdeclarative-dev syntax-highlighting-dev"
source="$pkgname-$_commit.tar.gz::https://cgit.kde.org/scratch/hein/kquicksyntaxhighlighter.git/snapshot/$_commit.tar.gz"
builddir="$srcdir/$_commit"
build() {
cmake -B build \
-DCMAKE_BUILD_TYPE=None \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_LIBDIR=lib
make -C build
}
package() {
DESTDIR="$pkgdir" make -C build install
}
sha512sums="1e752efa6bc8cad5852ffc022436646e24f36d1c1532b96ba0d7f917a1460d73eb2591f5b392b89fcc41ed0c4fefcb1dac45e145c1e5dd3d80ca46dff54058fc kquicksyntaxhighlighter-eae18069e0acab42f9dfdef2339b22bb77b44640.tar.gz"