gegl3: move needed solibs back from the devel subpackage

This commit is contained in:
Enno Boland 2017-04-08 17:14:40 +02:00
parent c9585cacc9
commit 58be59c818

View file

@ -1,7 +1,7 @@
# Template build file for 'gegl3'.
pkgname=gegl3
version=0.3.14
revision=1
revision=2
build_style=gnu-configure
configure_args="--disable-docs --without-sdl --without-libopenraw
--without-libavformat --without-graphviz --without-lua --without-libspiro
@ -28,6 +28,6 @@ gegl3-devel_package() {
pkg_install() {
vmove usr/include
vmove usr/lib/pkgconfig
vmove usr/lib/*.so
vmove usr/lib/libgegl-0.3.so
}
}