From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:35851) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1hY8X2-0001uD-Ur for guix-patches@gnu.org; Tue, 04 Jun 2019 08:27:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hY8Wz-0005wD-NA for guix-patches@gnu.org; Tue, 04 Jun 2019 08:27:10 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:58813) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hY8Wu-0005t1-9E for guix-patches@gnu.org; Tue, 04 Jun 2019 08:27:05 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1hY8Wu-00005Q-4b for guix-patches@gnu.org; Tue, 04 Jun 2019 08:27:04 -0400 Subject: [bug#36043] [PATCH] Add Geany Resent-Message-ID: From: Arun Isaac In-Reply-To: <87muj1vvds.fsf@nicolasgoaziou.fr> References: <87muj1vvds.fsf@nicolasgoaziou.fr> Date: Tue, 04 Jun 2019 17:55:57 +0530 Message-ID: MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha256; protocol="application/pgp-signature" List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Nicolas Goaziou Cc: 36043@debbugs.gnu.org --=-=-= Content-Type: text/plain Please add a copyright header with your name and email address. The scintilla library comes bundled with geany. Is it possible to unbundle it? > + (inputs > + `(("gtk2" ,gtk+-2))) Geany supports gtk3. Could you build with that? > + (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. Perhaps rewrite this as: Geany is a small and fast Integrated Development Environment (IDE) that only has a few dependencies on other packages and is as independent as possible from special desktop environments like KDE or GNOME. > Geany only requires the GTK2 runtime libraries. I think we should not mention this in the description, especially if we are building with gtk3. > +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) What is (full list) ? LGTM otherwise, thanks! --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEEf3MDQ/Lwnzx3v3nTLiXui2GAK7MFAlz2Y1UACgkQLiXui2GA K7PoSQf8CCNxTyyl/7EcYqCQ5AWpElYiWve35J5ccbE14KPXP619eOTpmZjFja84 K4TGFe8dIedhs5cYgOwUzZ4wrX6Oi0a0cLjrPhshDeXpkR5f96oKh0Zn7osAzu0b tc1vJrcd2QnY+J9jUeIQFmBl26qkuERZRWL9WHW+//NcRJUm4GfxhLr6Wy+Ny2eG iRtpkOc7vT3nhBgPoTbcHSXpjbImaEGzTV89ix5Gt81rsgGhQFKWukUFuQOoBBnH Xofq+emVSNPaYK0beh/3ZUCh7xWi/mq+W7/vhi2ymCIqftpBQ1IURKosBX0I3ElL Xiji2Eqjy0oALz45DnVb2alXE/s4dg== =WiSY -----END PGP SIGNATURE----- --=-=-=--