mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 11:22:56 +02:00
eom: fix eom-devel depends
This commit is contained in:
parent
7deebd429a
commit
6a8218bbda
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'eom'
|
# Template file for 'eom'
|
||||||
pkgname=eom
|
pkgname=eom
|
||||||
version=1.14.0
|
version=1.14.0
|
||||||
revision=1
|
revision=2
|
||||||
build_options="gir"
|
build_options="gir"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-gtk=3.0 --disable-python $(vopt_enable gir introspection)"
|
configure_args="--with-gtk=3.0 --disable-python $(vopt_enable gir introspection)"
|
||||||
|
@ -20,7 +20,7 @@ checksum=42091cd981505c626e13f67478cf73f6cfb5d570fb7998eefc8ec6f091c1b9a0
|
||||||
|
|
||||||
eom-devel_package() {
|
eom-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="libeom>=${version}_${revision}"
|
depends="${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
|
Loading…
Add table
Reference in a new issue