inkscape: Rebuild with popper 0.32.0
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user