Browse Source

Merge remote-tracking branch 'kapsh/zim'

pull/14/head
Julian Ospald 4 years ago
parent
commit
8b94e41e86
No known key found for this signature in database GPG Key ID: 511B62C09D50CD28
1 changed files with 8 additions and 6 deletions
  1. +8
    -6
      packages/x11-misc/zim/zim-0.71.0.exheres-0

packages/x11-misc/zim/zim-0.68.exheres-0 → packages/x11-misc/zim/zim-0.71.0.exheres-0 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

Loading…
Cancel
Save