mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-12 18:13:50 +02:00
New package: kbookmarks-5.26.0
This commit is contained in:
parent
7b929b41a8
commit
c3264d1eee
3 changed files with 27 additions and 0 deletions
|
@ -2653,6 +2653,7 @@ libKF5Notifications.so.5 knotifications-5.26.0_1
|
||||||
libKF5TextWidgets.so.5 ktextwidgets-5.26.0_1
|
libKF5TextWidgets.so.5 ktextwidgets-5.26.0_1
|
||||||
libKF5Wallet.so.5 kwallet-5.26.0_1
|
libKF5Wallet.so.5 kwallet-5.26.0_1
|
||||||
libKF5XmlGui.so.5 kxmlgui-5.26.0_1
|
libKF5XmlGui.so.5 kxmlgui-5.26.0_1
|
||||||
|
libKF5Bookmarks.so.5 kbookmarks-5.26.0_1
|
||||||
liblmdb.so.0 lmdb-0.9.18_2
|
liblmdb.so.0 lmdb-0.9.18_2
|
||||||
libisns.so.0 libisns-0.96_1
|
libisns.so.0 libisns-0.96_1
|
||||||
libz80ex.so.1 z80ex-1.1.21_1
|
libz80ex.so.1 z80ex-1.1.21_1
|
||||||
|
|
1
srcpkgs/kbookmarks-devel
Symbolic link
1
srcpkgs/kbookmarks-devel
Symbolic link
|
@ -0,0 +1 @@
|
||||||
|
kbookmarks
|
25
srcpkgs/kbookmarks/template
Normal file
25
srcpkgs/kbookmarks/template
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
# Template file for 'kbookmarks'
|
||||||
|
pkgname=kbookmarks
|
||||||
|
version=5.26.0
|
||||||
|
revision=1
|
||||||
|
build_style=cmake
|
||||||
|
configure_args="-DBUILD_TESTING=OFF"
|
||||||
|
hostmakedepends="extra-cmake-modules"
|
||||||
|
makedepends="kxmlgui-devel"
|
||||||
|
short_desc="KDE Bookmarks management library"
|
||||||
|
maintainer="Denis Revin <denis.revin@gmail.com>"
|
||||||
|
license="LGPL-2"
|
||||||
|
homepage="https://projects.kde.org/projects/frameworks/kbookmarks"
|
||||||
|
distfiles="http://download.kde.org/stable/frameworks/${version%.*}/${pkgname}-${version}.tar.xz"
|
||||||
|
checksum=f21439ad5dc53090b5a895af50c811ac539c4fe7dd741477713e86b07b71105e
|
||||||
|
|
||||||
|
kbookmarks-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…
Add table
Reference in a new issue