wf-config: update to 0.5.0, use correct makedeps.
This commit is contained in:
parent
1b1d50a161
commit
e154b34258
|
@ -3653,7 +3653,7 @@ libsnore-qt5.so.0.7 snorenotify-0.7.0_1
|
|||
libsnoresettings-qt5.so.0.7 snorenotify-0.7.0_1
|
||||
libTECkit.so.0 libteckit-2.5.8_1
|
||||
libTECkit_Compiler.so.0 libteckit-2.5.8_1
|
||||
libwf-config.so.0 wf-config-0.3_1
|
||||
libwf-config.so.1 wf-config-0.5.0_1
|
||||
libQt5Pas.so.1 qt5pas-2.6~beta_1
|
||||
libClp.so.1 libClp-1.16.11_1
|
||||
libCoinUtils.so.3 libClp-1.16.11_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'wf-config'
|
||||
pkgname=wf-config
|
||||
version=0.4.0
|
||||
revision=3
|
||||
version=0.5.0
|
||||
revision=1
|
||||
build_style=meson
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="glm libevdev-devel libxml2-devel"
|
||||
|
@ -10,15 +10,14 @@ maintainer="Young Jin Park <youngjinpark20@gmail.com>"
|
|||
license="MIT"
|
||||
homepage="https://wayfire.org"
|
||||
distfiles="https://github.com/WayfireWM/wf-config/archive/${version}.tar.gz"
|
||||
checksum=78a922074138c2324ed242e8bf5791a599dfc96bbb2ee677685ae43657629333
|
||||
checksum=bf690477ff0d8928ddeca6a278b9153a39ade1e13fd32cc6d04552db4d65cbf0
|
||||
|
||||
post_install() {
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
||||
wf-config-devel_package() {
|
||||
depends="libevdev-devel wlroots-devel libxml2-devel
|
||||
${sourcepkg}>=${version}_${revision}"
|
||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||
short_desc+=" - development files"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
|
|
Loading…
Reference in New Issue
Block a user