Skip to content

Commit

Permalink
Bundle mime database with app
Browse files Browse the repository at this point in the history
It is now required in order to guess pixbuf image types.
  • Loading branch information
juniorz committed Oct 31, 2016
1 parent 6906fd4 commit df2c52f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion ci/build-osx-bundle
Expand Up @@ -119,11 +119,16 @@ cat > $resources/etc/gtk-3.0/settings.ini << EOF
gtk-theme-name=Adwaita
EOF

echo "** Copying locale files"
echo "** Copying locale files and mime database"

# Copy locales from our app
cp -av i18n $macos/

# Copy mime database
mkdir -p $resources/share/mime
cp -av $(pkg-config shared-mime-info --variable=prefix)/share/mime/mime.cache \
$resources/share/mime

#TODO: copy GTK/GLIB/* locales
#mkdir -p $resources/share/locale
#for dir in $(find $cellar -name locale -type d); do
Expand Down

0 comments on commit df2c52f

Please sign in to comment.