Package Details: treeline 3.1.6-1

Git Clone URL: https://aur.archlinux.org/treeline.git (read-only, click to copy)
Package Base: treeline
Description: Outliner and PIM which stores information in a tree structure
Upstream URL: http://treeline.bellz.org/
Licenses: GPL2
Conflicts: treeline-unstable
Submitter: chowbok
Maintainer: chowbok
Last Packager: chowbok
Votes: 13
Popularity: 0.000000
First Submitted: 2018-12-30 19:52 (UTC)
Last Updated: 2023-12-24 01:12 (UTC)

Latest Comments

1 2 3 Next › Last »

IrvineHimself commented on 2020-12-14 10:41 (UTC) (edited on 2020-12-14 10:54 (UTC) by IrvineHimself)

After installing, it would immediately crash on launch. Editing your package build to point to latest Linux/Python bugfix solved problem.

See: http://treeline.bellz.org/

# Contributor: Kim Scarborough <sluggo@unknown.nu>

pkgname=treeline
pkgver=3.1.4
pkgrel=1
pkgdesc="Outliner and PIM which stores information in a tree structure"
arch=('any')
url="http://treeline.bellz.org/";
license=('GPL2')
depends=('python-lxml' 'python-pyqt5')
optdepends=('aspell' 'ispell' 'hunspell')
conflicts=('treeline-unstable')
source=("https://github.com/doug-101/TreeLine/releases/download/v${pkgver}/treeline-${pkgver}.tar.gz"
    "treeline.xml")
sha256sums=('6602f529c6a8b365f5ad721bd8fb7a0e8c8f76a6a99be29ec74d0e6f09cbea82'
            '491f5f9668f5e91cba846258912f05cccb622d91026758f59c42b478b1df5d5f')

package() {
install -Dm644 treeline.xml      "${pkgdir}/usr/share/mime/packages/x-treeline.xml"
cd "${srcdir}/TreeLine"
python install.py -p /usr -b  "${pkgdir}"
install -Dm644 treeline.desktop  "${pkgdir}/usr/share/applications/treeline.desktop"
}

ninian commented on 2018-01-28 14:25 (UTC) (edited on 2018-01-28 14:26 (UTC) by ninian)

v2.9.0: Major rewrite, which introduces several new features and a new JSON file format, .trln. See http://treeline.bellz.org for details. Places configuration in new directory: ~/.treeline-2.9. In PKGBUILD, spellcheckers moved to optdepends().

ninian commented on 2017-02-22 00:24 (UTC)

v2.1.0: Places configuration in new directory: ~/.treeline-2.1

ninian commented on 2015-10-04 12:38 (UTC)

v2.0.2: Fixes a major regression bug in 2.0.1 that broke data editors for most specialized field types (number, math, boolean, choice, etc.)

ninian commented on 2015-10-01 20:15 (UTC)

There is again a problem in the editor with being unable to access pull-down selections in multiple choice fields. (Had been fixed in version 1.9.7.) This bug has been reported.

ninian commented on 2015-09-27 11:39 (UTC)

Update to version 2.0.1: Again, has been billed as a new STABLE release, but the name of the package will be retained as further unstable releases will follow.

ninian commented on 2015-05-18 13:42 (UTC)

Update to version 2.0.0: new logo file treelogo.png, and configuration directory now ~/.treeline-2.0. Manually merge with old configuration in ~/.treeline-1.9 as required. Please note this has been billed as a new STABLE release, but I am not changing the name of the package as further unstable releases will follow in due course.

ninian commented on 2015-03-29 09:38 (UTC)

Updating to version 1.9.7 is recommended because of the following significant bug fixes: - Fixed a focus problem that made Combination and AutoCombination field editor pull-downs unusable. - Fixed a focus problem that made the pull-downs in choice and boolean field editors unusable on Linux.

noplomplom commented on 2015-01-16 11:44 (UTC)

@ninian: what I mean by "build the package in /tmp/makepkg" is not that I unpack the tarball in /tmp and build the package there, I mean that "makepkg" builds in RAM (which can be configured in /etc/makepkg.conf).