mirror of
https://codeberg.org/kiss-community/repo
synced 2024-12-21 23:00:06 -07:00
gtk+3: Minor fixes
This commit is contained in:
parent
071f63d170
commit
d510907de3
@ -35,3 +35,8 @@ sed -i 's/docs m4macros/m4macros/' Makefile.am Makefile.in
|
|||||||
|
|
||||||
make
|
make
|
||||||
make DESTDIR="$1" install
|
make DESTDIR="$1" install
|
||||||
|
|
||||||
|
# We don't compile with librsvg which leads to this
|
||||||
|
# utility solely causing compiler errors for some
|
||||||
|
# packages. It has no use at all.
|
||||||
|
rm -f "$1/usr/bin/gtk-encode-symbolic-svg"
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/bin/sh -e
|
#!/bin/sh
|
||||||
|
|
||||||
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
glib-compile-schemas /usr/share/glib-2.0/schemas/
|
||||||
|
Loading…
Reference in New Issue
Block a user