Rename helper-templates to just helpers.
--HG-- extra : convert_revision : cbaa30da99805accbe250d8dee5494c78cb93291
This commit is contained in:
17
helpers/gtk-update-gdkpixbufloaders.sh
Normal file
17
helpers/gtk-update-gdkpixbufloaders.sh
Normal file
@@ -0,0 +1,17 @@
|
||||
#
|
||||
# This helper updates GTK's gdk-pixbug.loaders modules file every time
|
||||
# a template requests this process.
|
||||
#
|
||||
gtk_version="2.0"
|
||||
gdk_pixbuf_query_cmd=$XBPS_MASTERDIR/bin/gdk-pixbuf-query-loaders
|
||||
gdk_pixbuf_db=$XBPS_SYSCONFDIR/gtk-$gtk_version/gdk-pixbuf.loaders
|
||||
|
||||
if [ -x $gdk_pixbuf_query_cmd -a -w $gdk_pixbuf_db ]; then
|
||||
$gdk_pixbuf_query_cmd > $gdk_pixbuf_db
|
||||
[ "$?" -eq 0 ] && \
|
||||
echo "=> Updated GTK+ $(basename $gdk_pixbuf_db) modules file."
|
||||
fi
|
||||
|
||||
unset gtk_version
|
||||
unset gdk_pixbuf_query_cmd
|
||||
unset gdk_pixbuf_dbfile
|
||||
Reference in New Issue
Block a user