a92d370caa
Generated with: git ls-files 'srcpkgs/**/patches/*' | cut -d/ -f2 | uniq | xargs printf 'srcpkgs/%s/template\n' | xargs grep -L 'patch_args=' | xargs sed -i "$(printf '1,/^$/{/^$/i\\\npatch_args=-Np0\n}\n')"
23 lines
788 B
Bash
23 lines
788 B
Bash
# Template file for 'kinit'
|
|
pkgname=kinit
|
|
version=5.83.0
|
|
revision=1
|
|
build_style=cmake
|
|
hostmakedepends="kcoreaddons extra-cmake-modules libcap-progs pkg-config
|
|
gettext qt5-host-tools qt5-qmake python kdoctools"
|
|
makedepends="kio-devel kdoctools-devel libcap-devel"
|
|
short_desc="Helper library to speed up start of applications on KDE workspaces"
|
|
maintainer="John <me@johnnynator.dev>"
|
|
license="LGPL-2.0-only"
|
|
homepage="https://invent.kde.org/frameworks/kinit"
|
|
distfiles="${KDE_SITE}/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
|
checksum=c164e8df6350b069f634f5e7c42625026088c10886c1b934ab9e5243cc988c8a
|
|
patch_args=-Np0
|
|
|
|
kinit-devel_package() {
|
|
short_desc+=" - development"
|
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
|
pkg_install() {
|
|
vmove usr/lib/cmake
|
|
}
|
|
}
|