Search Criteria
Package Details: geany-git 1.36.0.r49.gd8f532b5a-1
Git Clone URL: | https://aur.archlinux.org/geany-git.git (read-only, click to copy) |
---|---|
Package Base: | geany-git |
Description: | Fast and lightweight IDE (git version) |
Upstream URL: | https://github.com/geany/geany |
Licenses: | |
Conflicts: | |
Provides: | |
Submitter: | SpotlightKid |
Maintainer: | SpotlightKid |
Last Packager: | SpotlightKid |
Votes: | 9 |
Popularity: | 0.000000 |
First Submitted: | 2019-12-13 15:44 |
Last Updated: | 2020-07-18 21:18 |
Dependencies (11)
- gtk3 (gtk3-cosy, gtk3-adwaita-3-32-git, gtk3-git, gtk3-ubuntu, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-patched-filechooser-icon-view, gtk3-typeahead)
- python (python-dbg)
- doxygen (doxygen-git) (make)
- git (git-git) (make)
- intltool (make)
- python-docutils (make)
- python-lxml (make)
- python-reportlab (make)
- vte3 (vte3-ng-emoji-terminix-zsh-notify, vte3-ng-fullwidth-emoji, vte3-git, vte3-tilix, vte3-ng, vte3-kinetic, vte3-notification, vte3-nohang) (make)
- geany-plugins (geany-plugins-git) (optional) – additional functionality
- vte3 (vte3-ng-emoji-terminix-zsh-notify, vte3-ng-fullwidth-emoji, vte3-git, vte3-tilix, vte3-ng, vte3-kinetic, vte3-notification, vte3-nohang) (optional) – enbedded terminal support
Required by (20)
- editorconfig-geany (requires geany)
- editorconfig-geany-git (requires geany)
- geany-astyle (requires geany)
- geany-clang-complete-git (requires geany)
- geany-highlightselectedword (requires geany)
- geany-jedi-complete (requires geany)
- geany-modeline-git (requires geany)
- geany-openscad (requires geany)
- geany-plugin-editorconfig (requires geany)
- geany-plugin-jsonprettifier (requires geany)
- geany-plugin-markdown (requires geany)
- geany-plugins-git (requires geany)
- geany-snippets (requires geany)
- geany-tags (requires geany)
- geany-theme-retro (requires geany)
- geany-themes (requires geany)
- geany-themes-git (requires geany)
- geany-zencoding (requires geany)
- geanypy-git (requires geany)
- peasy-git (requires geany)
Latest Comments
1 2 Next › Last »
SpotlightKid commented on 2019-11-30 16:49
Sine the 'community/geany' package is now compiled with GTK3, maybe this package should be renamed into 'geany-git' and 'geany-git' into 'geany-gtk2-git'?
SpotlightKid commented on 2017-11-23 16:27
"geany-gtk3" should be added to conflicts and provides - so that packages that depend on geany-gtk3, like e.g. geany-jedi-complete-gtk3 can be compiled with this package installed.
timofonic commented on 2017-10-12 19:24
@ksj Any updates?
vte290 doesn't exit anymore.
ksj commented on 2015-07-08 20:55
Done.
jmert commented on 2015-07-08 20:33
The terminal doesn't work unless vte290 is installed. Could you add it as an optional dependency to make that clearer?
ksj commented on 2014-08-31 12:19
Ok, done.
Thanks for notify.
GordonGR commented on 2014-08-31 11:56
Hello.
Apparently they made changes in the code. The build fails with
[code]
checking for rst2html... no
configure: error: Documentation enabled but rst2html not found.
You can explicitly disable building of the HTML manual with --disable-html-docs,
but you then may not have a local copy of the HTML manual.
[/code]
Which means you either have to put aur/rst2html5-git as a dependency (didn't try it), or add --disable-html-docs in the configure line (did try it and it builds).
Thank you in advance and for maintaining this package.
ksj commented on 2014-06-10 11:06
@stevenhoneyman Thanks. Updated.
stevenhoneyman commented on 2014-06-08 18:32
Hi, a couple of things you could change in this:
- python isn't required (currently showing as a dependency)
- if you change the CFLAGS lines like below, users still get to keep their existing ones in addition to the OFFSET_BITS bugfix:
----
export CFLAGS="${CFLAGS} -D_FILE_OFFSET_BITS=64"
export CPPFLAGS="${CFLAGS}"
export CXXFLAGS="${CFLAGS}"
----
ksj commented on 2014-05-31 08:04
Updated.