[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
72/265: gnu: gtksourceviewmm: Update package definition.
From: |
guix-commits |
Subject: |
72/265: gnu: gtksourceviewmm: Update package definition. |
Date: |
Wed, 19 Aug 2020 13:08:46 -0400 (EDT) |
dannym pushed a commit to branch wip-desktop
in repository guix.
commit 49c6c6e41cb79d475c073fec21a836390703380e
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Sat Jul 18 08:13:48 2020 -0400
gnu: gtksourceviewmm: Update package definition.
* gnu/packages/gtk.scm (gtksourceviewmm) [version]: Update to 3.21.3.
[source]<origin>[sha256]: Modify base32.
[build-system]: Change from gnu to glib-or-gtk.
[outputs]: New output "doc".
[arguments]<#:phases>['move-doc]: New phase.
[native-inputs]: Add graphviz, doxygen, m4, mm-common, perl and
libxslt.
[propagated-inputs]: Change glibmm to glibmm-2.64.
[synopsis]: Modify.
[description]: Modify.
[home-page]: Mofify.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
gnu/packages/gtk.scm | 58 ++++++++++++++++++++++++++++++++++------------------
1 file changed, 38 insertions(+), 20 deletions(-)
diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index 703aeec..8ba07ed 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1635,30 +1635,48 @@ tutorial.")
(define-public gtksourceviewmm
(package
(name "gtksourceviewmm")
- (version "3.18.0")
- (source (origin
- (method url-fetch)
- (uri (string-append "mirror://gnome/sources/" name "/"
- (version-major+minor version) "/"
- name "-" version ".tar.xz"))
- (sha256
- (base32
"0fgvmhm4h4qmxig87qvangs6ijw53mi40siz7pixlxbrsgiil22i"))))
- (build-system gnu-build-system)
+ (version "3.21.3")
+ (source
+ (origin
+ (method url-fetch)
+ (uri
+ (string-append "mirror://gnome/sources/" name "/"
+ (version-major+minor version) "/"
+ name "-" version ".tar.xz"))
+ (sha256
+ (base32 "1danc9mp5mnb65j01qxkwj92z8jf1gns41wbgp17qh7050f0pc6v"))))
+ (build-system glib-or-gtk-build-system)
+ (outputs '("out" "doc"))
+ (arguments
+ `(#:phases
+ (modify-phases %standard-phases
+ (add-after 'install 'move-doc
+ (lambda* (#:key outputs #:allow-other-keys)
+ (let* ((out (assoc-ref outputs "out"))
+ (doc (assoc-ref outputs "doc")))
+ (mkdir-p (string-append doc "/share"))
+ (rename-file
+ (string-append out "/share/doc")
+ (string-append doc "/share/doc"))
+ #t))))))
(native-inputs
- `(("pkg-config" ,pkg-config)))
+ `(("dot" ,graphviz)
+ ("doxygen" ,doxygen)
+ ("m4" ,m4)
+ ("mm-common" ,mm-common)
+ ("perl" ,perl)
+ ("pkg-config" ,pkg-config)
+ ("xsltproc" ,libxslt)))
(propagated-inputs
- ;; In 'Requires' of gtksourceviewmm-3.0.pc.
- `(("glibmm" ,glibmm)
+ `(("glibmm" ,glibmm-2.64)
("gtkmm" ,gtkmm)
("gtksourceview" ,gtksourceview-3)))
- (synopsis "C++ interface to the GTK+ 'GtkTextView' widget")
- (description
- "gtksourceviewmm is a portable C++ library that extends the standard GTK+
-framework for multiline text editing with support for configurable syntax
-highlighting, unlimited undo/redo, search and replace, a completion framework,
-printing and other features typical of a source code editor.")
- (license license:lgpl2.1+)
- (home-page "https://developer.gnome.org/gtksourceview/")))
+ (synopsis "C++ binding for GtkSourceView")
+ (description "GtkSourceViewmm is a C++ wrapper for the gtksourceview widget
+library. It offers all the power of gtksourceview with an interface familiar
to
+C++ developers, including users of the gtkmm library.")
+ (home-page "https://wiki.gnome.org/Projects/GtkSourceView")
+ (license license:lgpl2.1+)))
;;;
;;; Python bindings.
- 37/265: gnu: gtksourceview-3: Update package definition., (continued)
- 37/265: gnu: gtksourceview-3: Update package definition., guix-commits, 2020/08/19
- 35/265: gnu: gtk+: Propagate libcloudproviders., guix-commits, 2020/08/19
- 40/265: gnu: libgdata: Update package definition., guix-commits, 2020/08/19
- 51/265: gnu: libsoup: Update package definition., guix-commits, 2020/08/19
- 56/265: gnu: wpebackend-fdo: Update package definition., guix-commits, 2020/08/19
- 57/265: gnu: pipewire: Update package definition., guix-commits, 2020/08/19
- 59/265: gnu: yelp-xsl: Update package definition., guix-commits, 2020/08/19
- 63/265: gnu: pixman: Update package definition., guix-commits, 2020/08/19
- 69/265: gnu: pangomm: Update package definition., guix-commits, 2020/08/19
- 70/265: gnu: gtkmm: Update package definition., guix-commits, 2020/08/19
- 72/265: gnu: gtksourceviewmm: Update package definition.,
guix-commits <=
- 75/265: gnu: babl: Update package definition., guix-commits, 2020/08/19
- 80/265: gnu: gexiv2: Update package definition., guix-commits, 2020/08/19
- 81/265: gnu: gmime: Update package definition., guix-commits, 2020/08/19
- 76/265: gnu: evolution-data-server: Update package definition., guix-commits, 2020/08/19
- 77/265: gnu: folks: Update package definition., guix-commits, 2020/08/19
- 78/265: gnu: gegl: Update package definition., guix-commits, 2020/08/19
- 83/265: gnu: gnome-online-accounts: Update package definition., guix-commits, 2020/08/19
- 55/265: gnu: vala: Update package definition., guix-commits, 2020/08/19
- 31/265: gnu: Add rust-imgref., guix-commits, 2020/08/19
- 38/265: gnu: gtksourceview-2: Update package definition., guix-commits, 2020/08/19