dconf: needs gio-modules trigger, move dconf bin into main pkg.

This commit is contained in:
Juan RP 2010-10-25 21:27:46 +02:00
parent 07350651fc
commit 8db1a141c6
2 changed files with 3 additions and 2 deletions

View file

@ -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
} }

View file

@ -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