mirror of
https://gitdl.cn/https://github.com/chakralinux/core.git
synced 2025-02-14 03:59:02 +08:00
[skip-ci] syntax-highlighting: fix missing files
This commit is contained in:
parent
5329673d2d
commit
6d1a46290e
@ -1,12 +1,12 @@
|
|||||||
pkgname=syntax-highlighting
|
pkgname=syntax-highlighting
|
||||||
pkgver=5.53.0
|
pkgver=5.53.0
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgdesc='Syntax highlighting Engine for Structured Text and Code.'
|
pkgdesc='Syntax highlighting Engine for Structured Text and Code.'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
url='https://projects.kde.org/projects/frameworks/syntax-highlighting'
|
url='https://projects.kde.org/projects/frameworks/syntax-highlighting'
|
||||||
license=('MIT')
|
license=('MIT')
|
||||||
depends=('qt5-xmlpatterns' 'perl')
|
depends=('qt5-base')
|
||||||
makedepends=("extra-cmake-modules>=5.53.0" 'python3' 'qt5-tools')
|
makedepends=('extra-cmake-modules' 'qt5-xmlpatterns' 'qt5-tools' 'doxygen' 'python3')
|
||||||
groups=('kf5')
|
groups=('kf5')
|
||||||
options=("debug")
|
options=("debug")
|
||||||
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
source=("https://download.kde.org/stable/frameworks/${pkgver%.*}/${pkgname}-${pkgver}.tar.xz"{,.sig})
|
||||||
@ -17,8 +17,6 @@ validpgpkeys=(53E6B47B45CEA3E0D5B7457758D0EE648A48B3BB) # David Faure <faure@kde
|
|||||||
prepare() {
|
prepare() {
|
||||||
mkdir -p build
|
mkdir -p build
|
||||||
cd ${pkgname}-${pkgver}
|
cd ${pkgname}-${pkgver}
|
||||||
# syntax highlighting for PKGBUILD files
|
|
||||||
sed -i -e 's|.bash_login;.profile|.bash_login;.profile;PKGBUILD|' data/syntax/bash.xml
|
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
@ -30,7 +28,9 @@ build() {
|
|||||||
-DKDE_INSTALL_SYSCONFDIR=/etc \
|
-DKDE_INSTALL_SYSCONFDIR=/etc \
|
||||||
-DKDE_INSTALL_LIBEXECDIR=lib \
|
-DKDE_INSTALL_LIBEXECDIR=lib \
|
||||||
-DBUILD_TESTING=OFF \
|
-DBUILD_TESTING=OFF \
|
||||||
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON "$@"
|
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON "$@" \
|
||||||
|
-DQRC_SYNTAX=OFF \
|
||||||
|
-DBUILD_QCH=ON
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user