gobject-introspection: Update to 1.58.0; add new python-markdown dependency (#4348)

This commit is contained in:
Christoph Reiter
2018-09-03 06:24:32 +02:00
committed by Алексей
parent 0c5196423f
commit 788d4fa7e9
12 changed files with 168 additions and 210 deletions

View File

@@ -0,0 +1,14 @@
post_install() {
cd mingw32
local _prefix=$(pwd -W)
cd -
local _it
for _it in markdown_py2; do
sed -e "s|/mingw32|${_prefix}|g" \
-i mingw32/bin/${_it}-script.py
done
}
post_upgrade() {
post_install
}