New package: knotifications-5.26.0

This commit is contained in:
Denis Revin 2016-10-13 14:28:29 +04:00
parent 3a3c90fb9b
commit 0be3de1ea7
3 changed files with 27 additions and 0 deletions

View file

@ -2649,6 +2649,7 @@ libKF5Su.so.5 kdesu-5.26.0_1
libKF5Emoticons.so.5 kemoticons-5.26.0_1
libKF5IconThemes.so.5 kiconthemes-5.26.0_1
libKF5JobWidgets.so.5 kjobwidgets-5.26.0_1
libKF5Notifications.so.5 knotifications-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

View file

@ -0,0 +1 @@
knotifications

View file

@ -0,0 +1,25 @@
# Template file for 'knotifications'
pkgname=knotifications
version=5.26.0
revision=1
build_style=cmake
configure_args="-DBUILD_TESTING=OFF"
hostmakedepends="extra-cmake-modules"
makedepends="kwindowsystem-devel kcodecs-devel kconfig-devel kcoreaddons-devel phonon-qt5-devel libdbusmenu-qt5-devel"
short_desc="KDE Desktop notifications"
maintainer="Denis Revin <denis.revin@gmail.com>"
license="LGPL-2"
homepage="https://projects.kde.org/projects/frameworks/knotifications"
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
checksum=f88ae5b10e072ceb538c02d68b92e14ec93ff76a2d028963511162da485cdb05
knotifications-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
}
}