FS#16361 - [gstreamer0.10-base] PKGBUILD will install gstreamer-0.10.schemas to /etc/gconf/schemas/

Attached to Project: Arch Linux
Opened by lh (jarryson) - Saturday, 26 September 2009, 10:41 GMT
Last edited by Jan de Groot (JGC) - Saturday, 07 November 2009, 00:26 GMT
Task Type Bug Report
Category Packages: Extra
Status Closed
Assigned To Jan de Groot (JGC)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

isn't all arch package will install schemas to /usr/share/gconf/schemas/?

so better add these in the end of package_gstreamer0.10-good():

mkdir -p ${pkgdir}/usr/share/gconf/schemas
gconf-merge-schema ${pkgdir}/usr/share/gconf/schemas/${pkgname}.schemas ${pkgdir}/etc/gconf/schemas/*.schemas || return 1
rm -f ${pkgdir}/etc/gconf/schemas/*.schemas

This task depends upon

Closed by  Jan de Groot (JGC)
Saturday, 07 November 2009, 00:26 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in gstreamer0.10-good-plugins 0.10.16-2.

Loading...