gtk: new service giving support to GTK+ applications

This commit is contained in:
José Romildo Malaquias
2018-11-12 19:55:30 -02:00
parent 7cedee3c79
commit 39a9b865b5
3 changed files with 87 additions and 4 deletions
-4
View File
@@ -135,10 +135,6 @@ in
# outputs TODO: note that the tools will often not be linked by default
postBuild =
''
if [ -x $out/bin/gtk-update-icon-cache -a -f $out/share/icons/hicolor/index.theme ]; then
$out/bin/gtk-update-icon-cache $out/share/icons/hicolor
fi
if [ -x $out/bin/glib-compile-schemas -a -w $out/share/glib-2.0/schemas ]; then
$out/bin/glib-compile-schemas $out/share/glib-2.0/schemas
fi