zim: version bump to 0.71.0

This commit is contained in:
Alexander Kapshuna 2019-05-08 13:00:16 +03:00
parent 3cd1d614e6
commit ec357b2a55
1 changed files with 8 additions and 6 deletions

View File

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
require gtk-icon-cache freedesktop-desktop
require setup-py [ import=distutils blacklist="3" multibuild=false python_opts='[sqlite]' ]
require setup-py [ import=distutils blacklist="2" multibuild=false python_opts="[sqlite]" ]
SUMMARY="A desktop wiki"
HOMEPAGE="http://zim-wiki.org/"
@ -20,8 +20,10 @@ DEPENDENCIES="
build:
x11-apps/xdg-utils
build+run:
gnome-bindings/pygtk:2[python_abis:*(-)?]
gnome-bindings/pygobject:2[python_abis:*(-)?]
gnome-bindings/pygobject:3[python_abis:*(-)?]
x11-libs/gtk+:3[>=3.18]
recommendation:
dev-python/pyxdg[python_abis:*(-)?]
suggestion:
app-text/dvipng
app-text/texlive-core
@ -36,9 +38,9 @@ DEPENDENCIES="
WORK=${WORKBASE}/${PNV/_rc/-rc}
SETUP_PY_SRC_INSTALL_PARAMS=(
--skip-xdg-cmd
)
pkg_setup() {
unset DISPLAY # tries to access X socket
}
pkg_postinst() {
freedesktop-desktop_pkg_postinst