New package: snorenotify-0.7.0.
This commit is contained in:
parent
0eaf9bdb68
commit
65acf743fd
|
@ -3396,3 +3396,5 @@ libQMatrixClient.so.0.4 libqmatrixclient-0.4.2.1_1
|
|||
libipset.so.13 libipset-7.1_1
|
||||
libmp3splt.so.0 libmp3splt-0.9.2_1
|
||||
libliquid.so.1 liquid-dsp-1.3.1_1
|
||||
libsnore-qt5.so.0.7 snorenotify-0.7.0_1
|
||||
libsnoresettings-qt5.so.0.7 snorenotify-0.7.0_1
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
snorenotify
|
|
@ -0,0 +1,25 @@
|
|||
# Template file for 'snorenotify'
|
||||
pkgname=snorenotify
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="extra-cmake-modules qt5-host-tools qt5-qmake"
|
||||
makedepends="qt5-declarative-devel qt5-multimedia-devel qt5-tools-devel
|
||||
qt5-websockets-devel"
|
||||
short_desc="Multi platform Qt notification framework"
|
||||
maintainer="Christian Buschau <christian.buschau@mailbox.org>"
|
||||
license="LGPL-3.0-or-later"
|
||||
homepage="https://techbase.kde.org/Projects/Snorenotify"
|
||||
distfiles="${KDE_SITE}/snorenotify/${version}/src/snorenotify-${version}.tar.xz"
|
||||
checksum=6d411ba6e31a73db56d298195f8336f66f8fe4fffd64d5fde3f14090e68ee64b
|
||||
|
||||
snorenotify-devel_package() {
|
||||
short_desc+=" - development"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove usr/lib/qt5/mkspecs
|
||||
vmove usr/lib/*.so
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue