diff --git a/mingw-w64-inkscape/PKGBUILD b/mingw-w64-inkscape/PKGBUILD index 5b18ba2885..572aa94a24 100644 --- a/mingw-w64-inkscape/PKGBUILD +++ b/mingw-w64-inkscape/PKGBUILD @@ -11,16 +11,17 @@ fi _realname=inkscape pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}" pkgver=0.91 -pkgrel=3 +pkgrel=5 pkgdesc="Vector graphics editor using the SVG file format (mingw-w64)" arch=('any') url="http://inkscape.sourceforge.net/" license=("GPL" "LGPL") install=inkscape-${CARCH}.install makedepends=("${MINGW_PACKAGE_PREFIX}-gcc" - "${MINGW_PACKAGE_PREFIX}-pkg-config" - "${MINGW_PACKAGE_PREFIX}-boost" - "intltool") + "${MINGW_PACKAGE_PREFIX}-pkg-config" + "${MINGW_PACKAGE_PREFIX}-boost" + "intltool" + ) depends=( "${MINGW_PACKAGE_PREFIX}-aspell" "${MINGW_PACKAGE_PREFIX}-gc" @@ -40,7 +41,7 @@ depends=( "${MINGW_PACKAGE_PREFIX}-python2" $([[ "${_use_gtk3}" == "yes" ]] && echo \ "${MINGW_PACKAGE_PREFIX}-gdl" ) \ - ) + ) optdepends=(#"${MINGW_PACKAGE_PREFIX}-pstoedit: latex formulas" #"${MINGW_PACKAGE_PREFIX}-texlive-core: latex formulas" "${MINGW_PACKAGE_PREFIX}-python2-numpy: some extensions" diff --git a/mingw-w64-inkscape/inkscape-i686.install b/mingw-w64-inkscape/inkscape-i686.install index 30b8420eb7..77f4cb0728 100644 --- a/mingw-w64-inkscape/inkscape-i686.install +++ b/mingw-w64-inkscape/inkscape-i686.install @@ -1,11 +1,11 @@ post_install() { - mingw32/bin/gtk-update-icon-cache -f -t mingw32/share/icons/hicolor + mingw32/bin/gtk-update-icon-cache -f -t mingw32/share/icons/hicolor } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install } diff --git a/mingw-w64-inkscape/inkscape-x86_64.install b/mingw-w64-inkscape/inkscape-x86_64.install index a64dc9ee18..e6737dd337 100644 --- a/mingw-w64-inkscape/inkscape-x86_64.install +++ b/mingw-w64-inkscape/inkscape-x86_64.install @@ -1,11 +1,11 @@ post_install() { - mingw64/bin/gtk-update-icon-cache -f -t mingw64/share/icons/hicolor + mingw64/bin/gtk-update-icon-cache -f -t mingw64/share/icons/hicolor } post_upgrade() { - post_install + post_install } post_remove() { - post_install + post_install }