glib: move more files to main pkg.
This commit is contained in:
parent
fe7a5e4d8a
commit
cdbfac9011
1 changed files with 13 additions and 0 deletions
|
@ -69,6 +69,19 @@ glib-devel_package() {
|
|||
|
||||
glib_package() {
|
||||
pkg_install() {
|
||||
vmove usr/bin/gobject-query
|
||||
vmove usr/bin/gresource
|
||||
vmove usr/bin/gsettings
|
||||
vmove usr/bin/glib-compile-schemas
|
||||
vmove usr/bin/gio-querymodules
|
||||
vmove usr/bin/gdbus
|
||||
vmove usr/share/man/man1/gsettings.1
|
||||
vmove usr/share/man/man1/glib-compile-schemas.1
|
||||
vmove usr/share/man/man1/gdbus.1
|
||||
vmove usr/share/man/man1/gio-querymodules.1
|
||||
vmove usr/share/man/man1/gobject-query.1
|
||||
vmove usr/share/man/man1/gresource.1
|
||||
vmove "usr/lib/*.so*"
|
||||
vmove usr/share/locale
|
||||
vmove usr/share/bash-completion
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue