From 047d8fa02178343845ad8e71c606314fa3a820a5 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 1 Feb 2018 23:33:48 +0100 Subject: [PATCH] x11-misc/zim: bump to 0.68_rc1 --- packages/x11-misc/zim/zim-0.68_rc1.exheres-0 | 52 ++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 packages/x11-misc/zim/zim-0.68_rc1.exheres-0 diff --git a/packages/x11-misc/zim/zim-0.68_rc1.exheres-0 b/packages/x11-misc/zim/zim-0.68_rc1.exheres-0 new file mode 100644 index 0000000..ab99f04 --- /dev/null +++ b/packages/x11-misc/zim/zim-0.68_rc1.exheres-0 @@ -0,0 +1,52 @@ +# Copyright 2016 Julian Ospald +# 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]' ] + +SUMMARY="A desktop wiki" +HOMEPAGE="http://zim-wiki.org/" +DOWNLOADS="http://zim-wiki.org/downloads/${PNV/_rc/-rc}.tar.gz" + +LICENCES=" + BSD-3 + || ( GPL-2 GPL-3 ) +" +SLOT="0" +PLATFORMS="~amd64 ~x86" +MYOPTIONS="" + +DEPENDENCIES=" + build: + x11-apps/xdg-utils + build+run: + gnome-bindings/pygtk:2[python_abis:*(-)?] + gnome-bindings/pygobject:2[python_abis:*(-)?] + suggestion: + app-text/dvipng + app-text/texlive-core + dev-libs/zeitgeist + dev-scm/bzr + media-gfx/ImageMagick + media-gfx/graphviz + media-gfx/scrot + media-sound/lilypond + sci-apps/gnuplot +" + +WORK=${WORKBASE}/${PNV/_rc/-rc} + +SETUP_PY_SRC_INSTALL_PARAMS=( + --skip-xdg-cmd +) + +pkg_postinst() { + freedesktop-desktop_pkg_postinst + gtk-icon-cache_pkg_postinst +} + +pkg_postrm() { + freedesktop-desktop_pkg_postrm + gtk-icon-cache_pkg_postrm +} +