dconf: needs gio-modules trigger, move dconf bin into main pkg.
This commit is contained in:
parent
07350651fc
commit
8db1a141c6
2 changed files with 3 additions and 2 deletions
|
@ -21,5 +21,5 @@ Add_dependency run dconf
|
||||||
do_install()
|
do_install()
|
||||||
{
|
{
|
||||||
install -d ${DESTDIR}/usr/bin
|
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
|
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
|
backend to GSettings on platforms that don't already have configuration
|
||||||
storage systems."
|
storage systems."
|
||||||
|
|
||||||
|
triggers="gio-modules"
|
||||||
subpackages="gir-dconf dconf-devel dconf-editor"
|
subpackages="gir-dconf dconf-devel dconf-editor"
|
||||||
|
|
||||||
Add_dependency run glibc
|
Add_dependency run glibc
|
||||||
|
|
Loading…
Reference in a new issue