Package Details: geany-git 1.38.0.r151.gdf27d1b22-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: GPL2
Conflicts: geany, geany-gtk3, geany-gtk3-git
Provides: geany
Submitter: SpotlightKid
Maintainer: SpotlightKid
Last Packager: SpotlightKid
Votes: 10
Popularity: 0.003269
First Submitted: 2019-12-13 15:44 (UTC)
Last Updated: 2022-04-12 10:13 (UTC)

Dependencies (11)

Required by (19)

Sources (1)

Latest Comments

1 2 3 Next › Last »

cysp74 commented on 2022-04-12 08:47 (UTC)

Hi,

PKGBUILD should be updated w/ following source modification due to recent changes of github.com

Regards


-- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@

 _gitname=geany
 pkgname=${_gitname}-git
-pkgver=1.36.0.r49.gd8f532b5a
+pkgver=1.38.0.r130.g378e5e8a0
 pkgrel=1
 pkgdesc="Fast and lightweight IDE (git version)"
 arch=('x86_64' 'i686')
@@ -17,7 +17,7 @@ optdepends=(
 )
 conflicts=("${_gitname}" "${_gitname}-gtk3" "${_gitname}-gtk3-git")
 provides=("${_gitname}" "${_gitname}=$pkgver")
-source=(${_gitname}::git://github.com/${_gitname}/${_gitname}.git)
+source=(${_gitname}::git+https://github.com/${_gitname}/${_gitname}.git)
 md5sums=('SKIP')

SpotlightKid commented on 2019-11-30 16:49 (UTC)

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 (UTC)

"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 (UTC) (edited on 2017-10-12 19:33 (UTC) by timofonic)

@ksj Any updates? vte290 doesn't exit anymore.

ksj commented on 2015-07-08 20:55 (UTC)

Done.

jmert commented on 2015-07-08 20:33 (UTC)

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 (UTC)

Ok, done. Thanks for notify.

GordonGR commented on 2014-08-31 11:56 (UTC)

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 (UTC)

@stevenhoneyman Thanks. Updated.

stevenhoneyman commented on 2014-06-08 18:32 (UTC)

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