New package: kColorPicker-0.0.1
This commit is contained in:
parent
bf140647bd
commit
cf152b235a
3 changed files with 30 additions and 0 deletions
|
@ -541,6 +541,7 @@ libkdexoauth2.so.3 kdepim-runtime-17.12.3_1
|
|||
libakonadi-filestore.so.5 kdepim-runtime-17.12.3_1
|
||||
libmaildir.so.5 kdepim-runtime-17.12.3_1
|
||||
libfolderarchivesettings.so.5 kdepim-runtime-17.12.3_1
|
||||
libkColorPicker.so.0.0.1 kColorPicker-0.0.1_1
|
||||
libbabl-0.1.so.0 babl-0.1.16_1
|
||||
libbamf3.so.2 bamf-0.5.1_1
|
||||
libicuio.so.64 icu-libs-64.1_1
|
||||
|
|
1
srcpkgs/kColorPicker-devel
Symbolic link
1
srcpkgs/kColorPicker-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
kColorPicker
|
28
srcpkgs/kColorPicker/template
Normal file
28
srcpkgs/kColorPicker/template
Normal file
|
@ -0,0 +1,28 @@
|
|||
# Template file for 'kColorPicker'
|
||||
pkgname=kColorPicker
|
||||
version=0.0.1
|
||||
revision=1
|
||||
build_style=cmake
|
||||
configure_args="-DBUILD_TESTS=ON -DBUILD_EXAMPLE=OFF -DBUILD_SHARED_LIBS=ON"
|
||||
hostmakedepends="extra-cmake-modules qt5-qmake qt5-host-tools"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Qt based Color Picker with popup menu"
|
||||
maintainer="John <johnz@posteo.net>"
|
||||
license="LGPL-2.0-or-later"
|
||||
homepage="https://github.com/DamirPorobic/kColorPicker"
|
||||
distfiles="https://github.com/DamirPorobic/kColorPicker/archive/v${version}.tar.gz"
|
||||
checksum=858f4205be2b35e55d41520073564e8a2254b9c1c78c718ad1ec32d35a5cf968
|
||||
|
||||
pre_check() {
|
||||
export QT_QPA_PLATFORM=offscreen
|
||||
}
|
||||
|
||||
kColorPicker-devel_package() {
|
||||
depends="${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/cmake
|
||||
vmove "usr/lib/*.so"
|
||||
}
|
||||
}
|
Loading…
Reference in a new issue