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