summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas McFadzean2018-01-28 14:06:30 +0000
committerDouglas McFadzean2018-01-28 14:06:30 +0000
commit13d6c8666c2b36ccb7e93851df42f100c106bfb2 (patch)
tree13dc5ca77946e6226a664c908f6c8bbe72627406
parentde8114cb55600e46683a9104cce26c7323b3ea88 (diff)
downloadaur-treeline-unstable.tar.gz
Update to 2.9.0
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD10
-rw-r--r--treeline.desktop11
-rw-r--r--treeline.install12
-rw-r--r--treeline.xml1
5 files changed, 20 insertions, 27 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 413c239cb2a8..647efa1ec291 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,20 +1,21 @@
# Generated by mksrcinfo v8
-# Sun Mar 26 11:24:08 UTC 2017
+# Sun Jan 28 14:04:27 UTC 2018
pkgbase = treeline-unstable
pkgdesc = Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot
- pkgver = 2.1.2
+ pkgver = 2.9.0
pkgrel = 1
url = http://treeline.bellz.org
- install = treeline.install
arch = any
license = GPL2
depends = python-lxml
depends = python-pyqt5
- depends = ispell
+ optdepends = aspell
+ optdepends = ispell
+ optdepends = hunspell
conflicts = treeline
replaces = treeline
- source = http://sourceforge.net/projects/treeline/files/2.1.2/treeline-2.1.2.tar.gz/download
- md5sums = 1d6880f4b20d7b2e8c9ca6f496f88747
+ source = http://sourceforge.net/projects/treeline/files/2.9.0/treeline-2.9.0.tar.gz/download
+ md5sums = c27d6af5162bb9a181f6d520e2590919
pkgname = treeline-unstable
diff --git a/PKGBUILD b/PKGBUILD
index 04e0795d9f81..394c8f0bc991 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,18 +2,18 @@
pkgname=treeline-unstable
_pkg=${pkgname%%-*}
-pkgver=2.1.2
+pkgver=2.9.0
pkgrel=1
pkgdesc="Tree outliner and PIM which stores any kind of information within a tree structure; unstable development snapshot"
-arch=(any)
+arch=('any')
url="http://treeline.bellz.org"
license=('GPL2')
-depends=('python-lxml' 'python-pyqt5' 'ispell')
+depends=('python-lxml' 'python-pyqt5')
+optdepends=('aspell' 'ispell' 'hunspell')
conflicts=('treeline')
replaces=('treeline')
-install=treeline.install
source=("http://sourceforge.net/projects/treeline/files/${pkgver}/treeline-${pkgver}.tar.gz/download")
-md5sums=('1d6880f4b20d7b2e8c9ca6f496f88747')
+md5sums=('c27d6af5162bb9a181f6d520e2590919')
package() {
cd "$srcdir/TreeLine"
diff --git a/treeline.desktop b/treeline.desktop
index 206298db53cd..f0bac37d7085 100644
--- a/treeline.desktop
+++ b/treeline.desktop
@@ -1,9 +1,12 @@
[Desktop Entry]
Type=Application
-Categories=Application;Office;Database;
+Version=1.1
Name=TreeLine
-Comment=TreeLine outliner and database manager
-Icon=/usr/share/icons/treeline/tree/treelogo.png
-Terminal=false
+GenericName=Outliner
+Comment=Organize text information in a tree structure
Exec=treeline %f
+Icon=treeline-icon
+StartupNotify=true
+Terminal=false
+Categories=Office;TextTools;
MimeType=application/x-treeline;
diff --git a/treeline.install b/treeline.install
deleted file mode 100644
index 4d8f62ad6dfe..000000000000
--- a/treeline.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- update-mime-database /usr/share/mime >/dev/null
- update-desktop-database -q /usr/share/applications
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
diff --git a/treeline.xml b/treeline.xml
index fc1d8b90590c..fbf50e5e96b2 100644
--- a/treeline.xml
+++ b/treeline.xml
@@ -2,6 +2,7 @@
<mime-info xmlns='http://www.freedesktop.org/standards/shared-mime-info'>
<mime-type type="application/x-treeline">
<comment>TreeLine database</comment>
+ <glob pattern="*.trln"/>
<glob pattern="*.trl"/>
</mime-type>
</mime-info>