Permalink
Browse files
mousepad: Add explict glib2 build dep, for glib-compile-schemas
- Loading branch information
Showing
with
1 addition
and
2 deletions.
-
+1
−2
xfce/mousepad/Portfile
|
|
@@ -18,7 +18,7 @@ checksums sha256 39a7379b929d964665299c385b2cf705e32e8760698ccc34f91c990b |
|
|
rmd160 07b8d2295a23180d5c3ae8d3b1d8099ce7e36f34 \ |
|
|
size 644161 |
|
|
|
|
|
depends_build port:intltool port:pkgconfig port:desktop-file-utils |
|
|
depends_build port:glib2 port:intltool port:pkgconfig port:desktop-file-utils |
|
|
depends_lib port:gtk2 port:gtksourceview2 \ |
|
|
port:libxfce4util port:libxfce4ui |
|
|
|
|
|
@@ -27,6 +27,5 @@ configure.args --enable-dbus --disable-gtk3 |
|
|
post-activate { |
|
|
system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" |
|
|
system "${prefix}/bin/gtk-update-icon-cache -f -t ${prefix}/share/icons/hicolor" |
|
|
|
|
|
system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" |
|
|
} |