[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
165/334: gnu: Add gtx.
From: |
guix-commits |
Subject: |
165/334: gnu: Add gtx. |
Date: |
Sat, 15 Aug 2020 16:26:55 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 08efea22b9fff6b10e5d6bfddde0946fc211e0c3
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sun Jul 19 06:11:54 2020 -0400
gnu: Add gtx.
* gnu/packages/gnome.scm (gtx): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gnome.scm | 35 +++++++++++++++++++++++++++++++++++
1 file changed, 35 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index d910cd0..cd1a59f 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -265,6 +265,41 @@ 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 gtx
+ (package
+ (name "gtx")
+ (version "0.2.2")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "https://launchpad.net/gtx/trunk/"
+ version "/+download/gtx-" version ".tar.gz"))
+ (sha256
+ (base32 "0i4zvn5v4rf0cw3fxylk6j2pyy5lkrswdiw8jdxkys0ph0nan33n"))))
+ (build-system glib-or-gtk-build-system)
+ (outputs '("out" "doc"))
+ (arguments
+ `(#:configure-flags
+ (list
+ "--disable-static"
+ "--enable-gtk-doc"
+ (string-append "--with-html-dir="
+ (assoc-ref %outputs "doc")
+ "/share/gtk-doc/html"))))
+ (native-inputs
+ `(("gobject-introspection" ,gobject-introspection)
+ ("gtk-doc" ,gtk-doc)
+ ("pkg-config" ,pkg-config)))
+ (propagated-inputs
+ `(("glib" ,glib)))
+ (synopsis "GLib Testing Framework")
+ (description "GTX is a small collection of convenience functions intended
to
+enhance the GLib testing framework. With specific emphasis on easing the pain
+of writing test cases for asynchronous interactions.")
+ (home-page "https://launchpad.net/gtx")
+ (license license:lgpl2.1+)))
+
(define-public libcloudproviders
(package
(name "libcloudproviders")
- 132/334: gnu: pango: Update package definition., (continued)
- 132/334: gnu: pango: Update package definition., guix-commits, 2020/08/15
- 136/334: gnu: woff2: Update package definition., guix-commits, 2020/08/15
- 138/334: gnu: Add libcamera., guix-commits, 2020/08/15
- 144/334: gnu: yelp: Update package definition., guix-commits, 2020/08/15
- 145/334: gnu: zenity: Update package definition., guix-commits, 2020/08/15
- 152/334: gnu: glibmm: Update package definition., guix-commits, 2020/08/15
- 156/334: gnu: Add pangomm-2.42., guix-commits, 2020/08/15
- 158/334: gnu: gtkmm: Update package definition., guix-commits, 2020/08/15
- 159/334: gnu: gtkmm-2: Update package definition., guix-commits, 2020/08/15
- 160/334: gnu: gtksourceviewmm: Update package definition., guix-commits, 2020/08/15
- 165/334: gnu: Add gtx.,
guix-commits <=
- 167/334: gnu: Add zeitgeist., guix-commits, 2020/08/15
- 170/334: gnu: Add mmm., guix-commits, 2020/08/15
- 171/334: gnu: Add mrg., guix-commits, 2020/08/15
- 172/334: gnu: gegl: Update package definition., guix-commits, 2020/08/15
- 174/334: gnu: gexiv2: Update package definition., guix-commits, 2020/08/15
- 179/334: gnu: gnome-online-miners: Update package definition., guix-commits, 2020/08/15
- 177/334: gnu: gnome-online-accounts: Update package definition., guix-commits, 2020/08/15
- 178/334: gnu: gfbgraph: Update package definition., guix-commits, 2020/08/15
- 175/334: gnu: gmime: Update package definition., guix-commits, 2020/08/15
- 180/334: gnu: gnome-video-effects: Update package definition., guix-commits, 2020/08/15