Skip to content

Commit

Permalink
Migrate more settings to GTK 4
Browse files Browse the repository at this point in the history
  • Loading branch information
dehesselle committed Mar 24, 2024
1 parent ce86378 commit d10b9e2
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions resources/inkscape.bundle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<!-- runtime copy="yes">/usr/bin/python</runtime -->
<!-- Indicate the active gtk version to use. This is needed only
for gtk+-3.0 projects. -->
<gtk>gtk+-3.0</gtk>
<gtk>gtk4</gtk>
</meta>

<!-- The special macro "${project}" refers to the directory where
Expand All @@ -54,7 +54,7 @@

<!-- And the print backends -->
<binary>
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
${prefix}/lib/gtk-4.0/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
</binary>

<!-- Starting with 2.24, gdk-pixbuf installs into its own directory. -->
Expand Down Expand Up @@ -117,10 +117,7 @@
<translations name="gdk-pixbuf">
${prefix}/share/locale
</translations>
<translations name="gtk30">
${prefix}/share/locale
</translations>
<translations name="gtk30-properties">
<translations name="gtk40">
${prefix}/share/locale
</translations>
<translations name="gtksourceview-5">
Expand Down Expand Up @@ -152,6 +149,9 @@
<data>
${prefix}/share/glib-2.0
</data>
<data>
${prefix}/share/gtk-4.0
</data>
<data>
${prefix}/share/gtksourceview-5
</data>
Expand All @@ -164,11 +164,6 @@
<data>
${prefix}/share/inkscape
</data>
<!-- Copy in the themes data. You may want to trim this to save space
in your bundle. -->
<data>
${prefix}/share/themes
</data>

<!-- Copy icons. Note that the .icns file is an Apple format which
contains up to 4 sizes of icon. You can use
Expand Down

0 comments on commit d10b9e2

Please sign in to comment.