New package: knotifyconfig-5.26.0
This commit is contained in:
parent
a0ddc5461a
commit
d2df7b7780
|
@ -2664,6 +2664,7 @@ libKF5KCMUtils.so.5 kcmutils-5.26.0_1
|
|||
libKF5Style.so.5 frameworkintegration-5.26.0_1
|
||||
libkdeinit5_klauncher.so kinit-5.26.0_1
|
||||
libKF5NewStuff.so.5 knewstuff-5.26.0_1
|
||||
libKF5NotifyConfig.so.5 knotifyconfig-5.26.0_1
|
||||
liblmdb.so.0 lmdb-0.9.18_2
|
||||
libisns.so.0 libisns-0.96_1
|
||||
libz80ex.so.1 z80ex-1.1.21_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
knotifyconfig
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'knotifyconfig'
|
||||
pkgname=knotifyconfig
|
||||
version=5.26.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTING=OFF"
|
||||
hostmakedepends="extra-cmake-modules"
|
||||
makedepends="kio-devel"
|
||||
short_desc="KDE Configuration dialog for desktop notifications"
|
||||
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||
license="LGPL-2"
|
||||
homepage="https://projects.kde.org/projects/frameworks/knotifyconfig"
|
||||
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||
checksum=df0c02db46e77cbe8a4cdb8029ffa9599798c1ce668fe536e66305f6e7173193
|
||||
|
||||
knotifyconfig-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
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue