From d510907de3b79e4452c03cc8b2a1709e936cad07 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 3 May 2020 20:59:23 +0300 Subject: [PATCH] gtk+3: Minor fixes --- extra/gtk+3/build | 5 +++++ extra/gtk+3/post-install | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/extra/gtk+3/build b/extra/gtk+3/build index f29428fe..5fc0b59b 100755 --- a/extra/gtk+3/build +++ b/extra/gtk+3/build @@ -35,3 +35,8 @@ sed -i 's/docs m4macros/m4macros/' Makefile.am Makefile.in make 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" diff --git a/extra/gtk+3/post-install b/extra/gtk+3/post-install index 551057e9..75de5fae 100755 --- a/extra/gtk+3/post-install +++ b/extra/gtk+3/post-install @@ -1,3 +1,3 @@ -#!/bin/sh -e +#!/bin/sh glib-compile-schemas /usr/share/glib-2.0/schemas/