[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/49: gnu: Add tepl.
From: |
guix-commits |
Subject: |
02/49: gnu: Add tepl. |
Date: |
Tue, 30 Jun 2020 17:06:55 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 5bd8c1cd6eafd7e615fdf46eebf58c4d8d392c7b
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu May 21 07:20:47 2020 -0400
gnu: Add tepl.
* gnu/packages/gnome.scm (tepl): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 33 +++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 9379502..d4281e0 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -258,6 +258,39 @@ Desktop. It is designed to be as simple as possible and
has some unique
features to enable users to create their discs easily and quickly.")
(license license:gpl2+)))
+(define-public tepl
+ (package
+ (name "tepl")
+ (version "4.4.0")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32
+ "0mm2z849hnni7597an05mrv0dckrxjngpf2xfa0g5s17i8x6gxp6"))))
+ (build-system glib-or-gtk-build-system)
+ (arguments
+ `(#:tests? #f)) ; FIX-ME: Requires gvfs
+ (native-inputs
+ `(("gobject-introspection" ,gobject-introspection)
+ ("pkg-config" ,pkg-config)))
+ (inputs
+ `(("amtk" ,amtk)
+ ("glib" ,glib)
+ ("gtk+" ,gtk+)
+ ("gtksourceview" ,gtksourceview)
+ ("libxml2" ,libxml2)
+ ("uchardet" ,uchardet)))
+ (synopsis "Text editor product line")
+ (description "Tepl is a library that eases the development of
+GtkSourceView-based text editors and IDEs.")
+ (home-page "https://wiki.gnome.org/Projects/Tepl")
+ (license license:lgpl2.1+)))
+
(define-public krb5-auth-dialog
(package
(name "krb5-auth-dialog")
- 42/49: gnu: glib-with-documentation: Update package definition., (continued)
- 42/49: gnu: glib-with-documentation: Update package definition., guix-commits, 2020/06/30
- 43/49: gnu: glib-networking: Update to 2.64.3., guix-commits, 2020/06/30
- 46/49: gnu: Add libvisual., guix-commits, 2020/06/30
- 48/49: gnu: gst-plugins-base: Update package definition., guix-commits, 2020/06/30
- 04/49: gnu: Add malcontent., guix-commits, 2020/06/30
- 31/49: gnu: gdk-pixbuf+svg: Update package definition., guix-commits, 2020/06/30
- 33/49: gnu: Add sysprof., guix-commits, 2020/06/30
- 34/49: gnu: gjs: Update to 1.58.8., guix-commits, 2020/06/30
- 35/49: gnu: glib-networking: Update to 2.62.4., guix-commits, 2020/06/30
- 39/49: gnu: Add esound., guix-commits, 2020/06/30
- 02/49: gnu: Add tepl.,
guix-commits <=
- 05/49: gnu: Add portablexdr., guix-commits, 2020/06/30
- 17/49: gnu: clutter-gtk: Update package definition., guix-commits, 2020/06/30
- 27/49: gnu: fcitx: Update package definition., guix-commits, 2020/06/30
- 36/49: gnu: Add mutest., guix-commits, 2020/06/30
- 37/49: gnu: graphene: Update package definition., guix-commits, 2020/06/30
- 38/49: gnu: gsettings-desktop-schemas: Update package definition., guix-commits, 2020/06/30
- 41/49: gnu: glib: Update package definition., guix-commits, 2020/06/30
- 44/49: gnu: gobject-introspection: Update package definition., guix-commits, 2020/06/30
- 45/49: gnu: gstreamer: Update package definition., guix-commits, 2020/06/30
- 47/49: gnu: Add libvisual-plugins., guix-commits, 2020/06/30