summaryrefslogtreecommitdiffstats
path: root/office
diff options
context:
space:
mode:
author Andrew Payne <phalange@komputermatrix.com>2020-01-31 23:34:15 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-01-31 23:34:15 +0700
commit144355feb932903f90822fbcc5bbddbe093fd4a4 (patch)
tree361e1b47027257bd9c6311d5d7b60aeab4627c51 /office
parentda151a6997023b70fe330573dbe74f456cc3e26c (diff)
downloadslackbuilds-144355feb932903f90822fbcc5bbddbe093fd4a4.tar.gz
slackbuilds-144355feb932903f90822fbcc5bbddbe093fd4a4.tar.xz
office/zim: Updated for version 0.72.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office')
-rw-r--r--office/zim/README38
-rw-r--r--office/zim/slack-desc14
-rw-r--r--office/zim/zim.SlackBuild11
-rw-r--r--office/zim/zim.info10
4 files changed, 41 insertions, 32 deletions
diff --git a/office/zim/README b/office/zim/README
index 5480b8d446..1d303ff71e 100644
--- a/office/zim/README
+++ b/office/zim/README
@@ -1,15 +1,25 @@
-Zim is a graphical text editor used to maintain a collection of wiki pages.
-Each page can contain links to other pages, simple formatting and images.
-Pages are stored in a folder structure, like in an outliner, and can have
-attachments. Creating a new page is as easy as linking to a nonexistent
-page. All data is stored in plain text files with wiki formatting. Various
-plugins provide additional functionality, like a task list manager, an
-equation editor, a tray icon, and support for version control.
+Zim aims to bring the concept of a wiki to your desktop. Every page is
+saved as a text file with wiki markup. Pages can contain links to other
+pages, and are saved automatically. Creating a new page is as easy as
+linking to a non-existing page. This tool is intended to keep track of
+TODO lists or to serve as a personal scratch book. But it will also
+serve you when writing longer and more complicated documents.
-Zim can be used to:
- * Keep an archive of notes
- * Keep a daily or weekly journal
- * Take notes during meetings or lectures
- * Organize task lists
- * Draft blog entries and emails
- * Do brainstorming
+A "desktop wiki" means that we try to capture the idea of a wiki, not
+as a webpage but as a collection of files on your local file system
+that can be edited with a GUI application. The main focus is a kind
+of personal wiki that serves for all kind of notes: todo-lists,
+addresses, brainstorm ideas etc.
+
+But we want to go further then just a wiki filled with random content.
+It should also be possible to use you random notes as the basis for
+more structured data: articles, presentations etc. Zim will not include
+tools to layout a presentation or something like that, you should use
+your office suite of choice for that, but it should be a tool that can
+deliver all the content for a presentation in a form that only needs a
+template and some layout before usage. Therefore certain features
+normally not found in wikis will be added.
+
+NOTE: Zim can be expanded with plugins. From 'preferences' go to
+'plugins' and anything marked 'failed' can be installed either
+from SBo or pip. These aren't dependencies; Zim runs without them.
diff --git a/office/zim/slack-desc b/office/zim/slack-desc
index f61fe6de72..271522b845 100644
--- a/office/zim/slack-desc
+++ b/office/zim/slack-desc
@@ -8,12 +8,12 @@
|-----handy-ruler------------------------------------------------------|
zim: zim (A Desktop Wiki Editor)
zim:
-zim: Zim is a graphical text editor used to maintain a collection of wiki
-zim: pages. Each page can contain links to other pages, simple formatting
-zim: and images. Pages are stored in a folder structure, like in an
-zim: outliner, and can have attachments.
+zim: Zim aims to bring the concept of a wiki to your desktop. Every page
+zim: is saved as a text file with wiki markup. Pages can contain links to
+zim: other pages, and are saved automatically. Creating a new page is as
+zim: easy as linking to a non-existing page. This tool is intended to keep
+zim: track of TODO lists or to serve as a personal scratch book. But it
+zim: will also serve you when writing longer and more complicated
+zim: documents.
zim:
zim: Homepage: http://zim-wiki.org/
-zim:
-zim:
-zim:
diff --git a/office/zim/zim.SlackBuild b/office/zim/zim.SlackBuild
index 5c6b19d343..725bb74cc1 100644
--- a/office/zim/zim.SlackBuild
+++ b/office/zim/zim.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for zim
-# Copyright 2019 Andrew Payne <phalange@komputermatrix.com>
+# Copyright 2019-2020 Andrew Payne <phalange@komputermatrix.com>
# Copyright 2015-2017 Brenton Earl <brent@exitstatusone.com>
# Copyright 2013 Michael Ren <micron33@gmail.com>
# All rights reserved.
@@ -25,8 +25,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=zim
-SRCNAM=zim-desktop-wiki
-VERSION=${VERSION:-0.72.0}
+VERSION=${VERSION:-0.72.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -64,9 +63,9 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf $SRCNAM-$VERSION
-tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
-cd $SRCNAM-$VERSION
+rm -rf $PRGNAM-$VERSION
+tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
+cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/office/zim/zim.info b/office/zim/zim.info
index 396244f18c..2e03145398 100644
--- a/office/zim/zim.info
+++ b/office/zim/zim.info
@@ -1,10 +1,10 @@
PRGNAM="zim"
-VERSION="0.72.0"
+VERSION="0.72.1"
HOMEPAGE="http://zim-wiki.org/"
-DOWNLOAD="https://github.com/zim-desktop-wiki/zim-desktop-wiki/archive/0.72.0/zim-desktop-wiki-0.72.0.tar.gz"
-MD5SUM="8af181709cb76db0c50ebeee8e2d42f8"
-DOWNLOAD_x86_64=""
-MD5SUM_x86_64=""
+DOWNLOAD="UNSUPPORTED"
+MD5SUM=""
+DOWNLOAD_x86_64="https://zim-wiki.org/downloads/zim-0.72.1.tar.gz"
+MD5SUM_x86_64="39390f14447b06970411348d7e65b674"
REQUIRES="pygobject3-python3"
MAINTAINER="Andrew Payne"
EMAIL="phalange@komputermatrix.com"