libgee: move vala stuff into -devel subpkg.
This commit is contained in:
parent
cecc5271a9
commit
9694573ea8
2 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
revision=1
|
||||
revision=2
|
||||
|
||||
Add_dependency run glib-devel
|
||||
Add_dependency run libgee
|
||||
|
@ -15,4 +15,5 @@ do_install()
|
|||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gir-1.0 usr/share
|
||||
vmove usr/share/vala usr/share
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'libgee'
|
||||
pkgname=libgee
|
||||
version=0.6.2.1
|
||||
revision=1
|
||||
revision=2
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.6/$pkgname-$version.tar.xz"
|
||||
build_style=gnu_configure
|
||||
short_desc="GObject collection library"
|
||||
|
|
Loading…
Reference in a new issue