mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 01:12:58 +02:00
bamf: add missing deps to -devel; move so symlink to -devel.
This commit is contained in:
parent
df12b71694
commit
93267fe973
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
||||||
# Template file for 'bamf'
|
# Template file for 'bamf'
|
||||||
pkgname=bamf
|
pkgname=bamf
|
||||||
version=0.5.1
|
version=0.5.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="glib-devel gtk-doc pkg-config python-lxml libxslt-python libxml2-python
|
hostmakedepends="glib-devel gtk-doc pkg-config python-lxml libxslt-python libxml2-python
|
||||||
vala-devel $(vopt_if gir 'gobject-introspection')"
|
vala-devel $(vopt_if gir gobject-introspection)"
|
||||||
makedepends="glib-devel libgtop-devel libwnck-devel"
|
makedepends="glib-devel libgtop-devel libwnck-devel"
|
||||||
short_desc="Application matching framework"
|
short_desc="Application matching framework"
|
||||||
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
maintainer="Steve Prybylski <sa.prybylx@gmail.com>"
|
||||||
|
@ -20,10 +20,11 @@ fi
|
||||||
|
|
||||||
bamf-devel_package() {
|
bamf-devel_package() {
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
depends="bamf"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
|
vmove usr/lib/*.so
|
||||||
vmove usr/share/gtk-doc
|
vmove usr/share/gtk-doc
|
||||||
if [ "$build_option_gir" ]; then
|
if [ "$build_option_gir" ]; then
|
||||||
vmove usr/share/gir-1.0
|
vmove usr/share/gir-1.0
|
||||||
|
|
Loading…
Add table
Reference in a new issue