dconf: needs gio-modules trigger, move dconf bin into main pkg.
This commit is contained in:
parent
07350651fc
commit
8db1a141c6
|
@ -21,5 +21,5 @@ Add_dependency run dconf
|
|||
do_install()
|
||||
{
|
||||
install -d ${DESTDIR}/usr/bin
|
||||
mv ${SRCPKGDESTDIR}/usr/bin ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/bin/dconf-editor ${DESTDIR}/usr/bin
|
||||
}
|
||||
|
|
|
@ -10,7 +10,8 @@ long_desc="
|
|||
dconf is a low-level configuration system. Its main purpose is to provide a
|
||||
backend to GSettings on platforms that don't already have configuration
|
||||
storage systems."
|
||||
|
||||
|
||||
triggers="gio-modules"
|
||||
subpackages="gir-dconf dconf-devel dconf-editor"
|
||||
|
||||
Add_dependency run glibc
|
||||
|
|
Loading…
Reference in New Issue