mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
New package: qlementine-1.2.2
This commit is contained in:
parent
127f2b463e
commit
604fff35a3
4 changed files with 41 additions and 0 deletions
|
@ -4556,3 +4556,4 @@ libppsview-4.0.so.4 libpapers-48.3_1
|
|||
libngtcp2.so.16 ngtcp2-1.13.0_1
|
||||
libngtcp2_crypto_ossl.so.0 ngtcp2-1.13.0_1
|
||||
libprom.so prometheus-client-c-0.1.3_1
|
||||
libqlementine.so.1 qlementine-1.2.2_1
|
||||
|
|
1
srcpkgs/qlementine-devel
Symbolic link
1
srcpkgs/qlementine-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
qlementine
|
11
srcpkgs/qlementine/patches/dynamic-library.patch
Normal file
11
srcpkgs/qlementine/patches/dynamic-library.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- a/lib/CMakeLists.txt
|
||||
+++ b/lib/CMakeLists.txt
|
||||
@@ -102,7 +102,7 @@
|
||||
)
|
||||
|
||||
# Create target.
|
||||
-qt_add_library(${PROJECT_NAME} STATIC
|
||||
+qt_add_library(${PROJECT_NAME}
|
||||
${HEADERS}
|
||||
${SOURCES}
|
||||
${RESOURCES}
|
28
srcpkgs/qlementine/template
Normal file
28
srcpkgs/qlementine/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'qlementine'
|
||||
pkgname=qlementine
|
||||
version=1.2.2
|
||||
revision=1
|
||||
build_style=cmake
|
||||
hostmakedepends="pkg-config qt6-base qt6-tools"
|
||||
makedepends="qt6-tools-devel qt6-svg-devel"
|
||||
short_desc="Modern QStyle for desktop Qt6 applications"
|
||||
maintainer="Andrew Benson <abenson+void@gmail.com>"
|
||||
license="MIT"
|
||||
homepage="https://oclero.github.io/qlementine/"
|
||||
changelog="https://github.com/oclero/qlementine/blob/dev/CHANGELOG.md"
|
||||
distfiles="https://github.com/oclero/qlementine/archive/v${version}.tar.gz"
|
||||
checksum=ff81a868e684dcb0fc405894993a3c27af73d9abb6fe6598b6548337a1662120
|
||||
|
||||
qlementine-devel_package() {
|
||||
depends+=" ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
Loading…
Add table
Reference in a new issue