Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#22881 - [namcap] add rules for dconf and gio modules
Attached to Project:
Arch Linux
Opened by Ionut Biru (wonder) - Sunday, 13 February 2011, 14:52 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Thursday, 24 February 2011, 23:33 GMT
Opened by Ionut Biru (wonder) - Sunday, 13 February 2011, 14:52 GMT
Last edited by Rémy Oudompheng (remyoudompheng) - Thursday, 24 February 2011, 23:33 GMT
|
Detailsdconf rules:
any package that have files in usr/share/glib-2.0/schemas/ must have dconf as dependency and in package.install post_install () { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas } post_upgrade() { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas } post_remove() { usr/bin/glib-compile-schemas usr/share/glib-2.0/schemas } gio modules: any package that have files in usr/lib/gio/modules in package.install must have post_install() { usr/bin/gio-querymodules usr/lib/gio/modules } post_upgrade(){ usr/bin/gio-querymodules usr/lib/gio/modules } post_remove() { usr/bin/gio-querymodules usr/lib/gio/modules } |
This task depends upon
Closed by Rémy Oudompheng (remyoudompheng)
Thursday, 24 February 2011, 23:33 GMT
Reason for closing: Implemented
Additional comments about closing: To appear in next version 3.0
Thursday, 24 February 2011, 23:33 GMT
Reason for closing: Implemented
Additional comments about closing: To appear in next version 3.0