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
Task Type Feature Request
Category Packages: Extra
Status Closed
Assigned To Rémy Oudompheng (remyoudompheng)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

dconf 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

Loading...