Package Details: treeline 3.1.5-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: 7
Popularity: 0.000000
First Submitted: 2018-12-30 19:52 (UTC)
Last Updated: 2022-09-11 05:25 (UTC)

Latest Comments

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"
}