From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
To: 36043@debbugs.gnu.org
Subject: [bug#36043] [PATCH] Add Geany
Date: Sat, 01 Jun 2019 23:38:39 +0200 [thread overview]
Message-ID: <87muj1vvds.fsf@nicolasgoaziou.fr> (raw)
[-- Attachment #1: Type: text/plain, Size: 83 bytes --]
Hello,
The following patch adds Geany text editor.
Regards,
--
Nicolas Goaziou
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Add geany --]
[-- Type: text/x-diff, Size: 2281 bytes --]
From e626c1e11d0f181690e2d2a716a5d40fd85e874b Mon Sep 17 00:00:00 2001
From: Nicolas Goaziou <mail@nicolasgoaziou.fr>
Date: Sat, 1 Jun 2019 23:37:24 +0200
Subject: [PATCH] gnu: Add geany.
* gnu/packages/text-editors.scm (geany): New variable.
---
gnu/packages/text-editors.scm | 44 +++++++++++++++++++++++++++++++++++
1 file changed, 44 insertions(+)
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 534934dfd1..617e61ea27 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -389,3 +389,47 @@ projects. The EditorConfig project maintains a file format and plugins for
various text editors which allow this file format to be read and used by those
editors.")
(license license:bsd-2)))
+
+(define-public geany
+ (package
+ (name "geany")
+ (version "1.35")
+ (source (origin
+ (method url-fetch)
+ (uri (string-append "https://download.geany.org/"
+ "geany-" version ".tar.bz2"))
+ (sha256
+ (base32
+ "179xfnvhcxsv54v2mlrhykqv2j7klniln5sffvqqpjmdvwyivvim"))))
+ (build-system gnu-build-system)
+ (native-inputs
+ `(("intltool" ,intltool)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("gtk2" ,gtk+-2)))
+ (home-page "https://www.geany.org")
+ (synopsis "Small and lightweight IDE")
+ (description "Geany is a small and lightweight Integrated
+Development Environment. It was developed to provide a small and fast
+IDE, which has only a few dependencies from other packages. Another
+goal was to be as independent as possible from a special Desktop
+Environment like KDE or GNOME. Geany only requires the GTK2 runtime
+libraries.
+
+Some basic features of Geany:
+@itemize
+@item Syntax highlighting
+@item Code folding
+@item Symbol name auto-completion
+@item Construct completion/snippets
+@item Auto-closing of XML and HTML tags
+@item Call tips
+@item Many supported filetypes including C, Java, PHP, HTML, Python,
+ Perl, Pascal (full list)
+@item Symbol lists
+@item Code navigation
+@item Build system to compile and execute your code
+@item Simple project management
+@item Plugin interface
+@end itemize")
+ (license license:gpl2+)))
--
2.21.0
next reply other threads:[~2019-06-01 21:45 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-06-01 21:38 Nicolas Goaziou [this message]
2019-06-04 12:25 ` [bug#36043] [PATCH] Add Geany Arun Isaac
2019-06-05 21:01 ` Nicolas Goaziou
2019-06-06 14:45 ` Arun Isaac
2019-06-12 22:22 ` Nicolas Goaziou
2019-06-15 7:21 ` Arun Isaac
2019-06-17 20:29 ` Nicolas Goaziou
2019-06-18 19:45 ` Arun Isaac
2019-06-19 11:16 ` Nicolas Goaziou
2019-06-25 9:54 ` Arun Isaac
2019-07-23 11:07 ` Arun Isaac
2019-07-30 7:59 ` Nicolas Goaziou
2019-07-30 11:38 ` Arun Isaac
2019-07-30 18:04 ` bug#36043: " Nicolas Goaziou
2019-06-06 14:51 ` [bug#36043] " Arun Isaac
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87muj1vvds.fsf@nicolasgoaziou.fr \
--to=mail@nicolasgoaziou.fr \
--cc=36043@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.