Package Details: trelby-git 2.4.9.r0.gd02783b-4

Git Clone URL: https://aur.archlinux.org/trelby-git.git (read-only, click to copy)
Package Base: trelby-git
Description: The free, multiplatform, feature-rich screenwriting program!
Upstream URL: https://github.com/limburgher/trelby
Keywords: editor screenplay screenwriting scriptwriting
Licenses: GPL2
Provides: trelby
Submitter: bidossessi
Maintainer: txtsd
Last Packager: txtsd
Votes: 7
Popularity: 0.000356
First Submitted: 2015-08-23 09:19 (UTC)
Last Updated: 2023-10-18 14:49 (UTC)

Latest Comments

MarsSeed commented on 2023-10-17 18:00 (UTC)

setuptools should be in makedepends, not in depends.

bitwave commented on 2022-08-17 08:24 (UTC)

@Samwhited adopt it if you want :)

SamWhited commented on 2022-08-15 18:52 (UTC)

This depends on "wxpython" but the correct package name is "python-wxpython" so currently it can't be built.

tyrannis.hawk commented on 2020-07-06 09:48 (UTC)

'git' should be added as a makedepends as it isn't installed in a clean build environment, but needed to pull in the source files through git.

frdbr commented on 2016-10-27 19:02 (UTC)

cardiomax2000 just replace wxpython2.8 with wxpython in the pkgbuild and it compiles just fine.

cardiomax2000 commented on 2016-05-22 17:39 (UTC)

Hi, I have some trouble building this package: Traceback (most recent call last): File "setup.py", line 217, in <module> **platformOptions) File "/usr/lib/python2.7/distutils/core.py", line 151, in setup dist.run_commands() File "/usr/lib/python2.7/distutils/dist.py", line 953, in run_commands self.run_command(cmd) File "/usr/lib/python2.7/distutils/dist.py", line 972, in run_command cmd_obj.run() File "/usr/lib/python2.7/distutils/command/sdist.py", line 155, in run self.run_command(cmd_name) File "/usr/lib/python2.7/distutils/cmd.py", line 326, in run_command self.distribution.run_command(command) File "/usr/lib/python2.7/distutils/dist.py", line 970, in run_command cmd_obj = self.get_command_obj(command) File "/usr/lib/python2.7/distutils/dist.py", line 845, in get_command_obj klass = self.get_command_class(command) File "/usr/lib/python2.7/distutils/dist.py", line 815, in get_command_class __import__ (module_name) File "/usr/lib/python2.7/distutils/command/check.py", line 13, in <module> from docutils.utils import Reporter File "/usr/lib/python3.3/site-packages/docutils/utils/__init__.py", line 19, in <module> from docutils.io import FileOutput File "/usr/lib/python3.3/site-packages/docutils/io.py", line 240 print(ErrorString(error), file=self._stderr) ^ SyntaxError: invalid syntax It seems that for some reason, python3 version of docutils is loaded. Do you know how I could fix this problem?

bitwave commented on 2015-09-05 10:21 (UTC)

can you add this to the pkgbuild? # Force package data inclusion gzip -c names.txt > names.txt.gz gzip -c dict_en.dat > dict_en.dat.gz python2 setup.py sdist python2 setup.py install --root="${pkgdir}" i'm missing the dictionary and the names.txt.gz feature. thx

Morn commented on 2015-08-24 13:53 (UTC)

Note that this also works with wxpython 3 now (see https://groups.google.com/forum/#!topic/trelby/piBUFYlxoHA), so perhaps you should update the PKGBUILD accordingly.