maav / guix-mirror (public) (License: GPLv3+) (since 2019-11-02) (hash sha1)
Mirror of GNU Guix (https://git.savannah.gnu.org/git/guix.git) with personal branches integrated into master branch.
List of commits:
Subject Hash Author Date (UTC)
gnu: discount: Update to 2.2.7. 34316794e73091e8920e54bd089616ad27fe107c Tobias Geerinckx-Rice 2020-10-07 12:50:20
gnu: discount: Cross-compile. f41b56a92e8158f1fcb4cfef762783a6bab8a63d Tobias Geerinckx-Rice 2020-10-07 12:46:54
gnu: entr: Remove erroneous use of DESTDIR. 6ad8fc65d4baf5ac624021175dfa625c8fd35fd9 Tobias Geerinckx-Rice 2020-10-07 12:36:33
gnu: perl-file-listing: Update to 6.11. c4e48255d943a50b6b4aa7fe41c82a93bd376dbf Tobias Geerinckx-Rice 2020-10-08 13:51:27
gnu: borg: Update to 1.1.14. 7db756f785b92332b09a481db74cc60392787ac2 Tobias Geerinckx-Rice 2020-10-08 13:10:10
gnu: facter: Update to 4.0.42. 4e880695e0248a237fe7de27b212f4fa4d6a24fe Tobias Geerinckx-Rice 2020-10-08 11:49:42
gnu: vim: Update to 8.2.1812. a2398cc26eb13c5244389a262443860af7a5c65a Tobias Geerinckx-Rice 2020-10-08 11:41:47
gnu: s6-linux-utils: Update to 2.5.1.3. e2ec07c0db321cba3bd548ff2ad152683c7e9c2e Tobias Geerinckx-Rice 2020-10-08 11:33:40
gnu: s6-networking: Update to 2.3.2.0. 77ba8c46ebd7446cb668ff8a992c1f42beab5ef9 Tobias Geerinckx-Rice 2020-10-08 11:33:30
gnu: obs: Update to 26.0.2. a5d729fab09957d054add9620e7d36f194ed9336 Tobias Geerinckx-Rice 2020-10-08 10:14:18
gnu: chrony: Support Network Time Security (NTS). 6072182b3d9debaa126a6e4a3ac45eab9c28e20c Tobias Geerinckx-Rice 2020-10-08 08:01:57
gnu: chrony: Update to 4.0. f73e09b2c812eb0c348f7605b49ce6d19ec8bb4a Tobias Geerinckx-Rice 2020-10-08 08:01:18
gnu: Add cl-geco. 5a7235274573ba4d20487f341c3bcee333f391ab Guillaume Le Vaillant 2020-10-08 12:00:18
gnu: python-efl: Update to 1.25.0. 13c27c110f93e17538beda03e530344ff26fb453 Efraim Flashner 2020-10-08 11:09:19
gnu: efl: Adjust gdb autoload directory. c7877db26286181b2f8a51fad628dc5335e1122a Efraim Flashner 2020-10-08 10:42:19
gnu: efl: Update to 1.25.1. 753f26cd93b6650156eed7b5fea6f49e57fb8409 Efraim Flashner 2020-10-08 10:41:08
build: svn: Fix handle fetch errors. db9e4af0ead4b02e1a70f358de995c43249b8bcf zimoun 2020-10-06 23:05:21
hurd-boot: Create /servers/crash. 44e65a75886282a01001179e01bff2b9e957eb0a Ludovic Courtès 2020-10-08 10:15:06
system: Include 'guile-3.0-latest' in '%base-packages'. 275b37e84c41e9bf79c1c28783352d453500e939 Ludovic Courtès 2020-10-08 10:07:51
doc: Clarify that guix-daemon doesn't have to be launched from the checkout. 9022861dc028e99fab930721fe991a682c497bbb Ludovic Courtès 2020-10-08 07:57:12
Commit 34316794e73091e8920e54bd089616ad27fe107c - gnu: discount: Update to 2.2.7.
* gnu/packages/markup.scm (discount): Update to 2.2.7.
Author: Tobias Geerinckx-Rice
Author date (UTC): 2020-10-07 12:50
Committer name: Tobias Geerinckx-Rice
Committer date (UTC): 2020-10-08 13:57
Parent(s): f41b56a92e8158f1fcb4cfef762783a6bab8a63d
Signer:
Signing key: 0DB0FF884F556D79
Signing status: E
Tree: b6927ec783d581407a3e8e50934aacf2e25ac7cd
File Lines added Lines deleted
gnu/packages/markup.scm 11 7
File gnu/packages/markup.scm changed (mode: 100644) (index 9569436729..9076bb77ed)
3 3 ;;; Copyright © 2015 David Thompson <davet@gnu.org> ;;; Copyright © 2015 David Thompson <davet@gnu.org>
4 4 ;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2016, 2019 Efraim Flashner <efraim@flashner.co.il>
5 5 ;;; Copyright © 2017 Nikita <nikita@n0.is> ;;; Copyright © 2017 Nikita <nikita@n0.is>
6 ;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <me@tobias.gr>
6 ;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
7 7 ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com> ;;; Copyright © 2020 Marius Bakke <mbakke@fastmail.com>
8 8 ;;; ;;;
9 9 ;;; This file is part of GNU Guix. ;;; This file is part of GNU Guix.
 
... ... convert it to structurally valid XHTML (or HTML).")
113 113 (define-public discount (define-public discount
114 114 (package (package
115 115 (name "discount") (name "discount")
116 (version "2.2.4")
116 (version "2.2.7")
117 117 (source (origin (source (origin
118 118 (method url-fetch) (method url-fetch)
119 119 (uri (string-append (uri (string-append
 
... ... convert it to structurally valid XHTML (or HTML).")
121 121 "discount/discount-" version ".tar.bz2")) "discount/discount-" version ".tar.bz2"))
122 122 (sha256 (sha256
123 123 (base32 (base32
124 "199hwajpspqil0a4y3yxsmhdp2dm73gqkzfk4mrwzsmlq8y1xzbl"))))
124 "024mxv0gpvilyfczarcgy5m7h4lv6qvhjfpf5i73qkxhszjjn9mi"))))
125 125 (build-system gnu-build-system) (build-system gnu-build-system)
126 126 (arguments (arguments
127 127 `(#:test-target "test" `(#:test-target "test"
128 #:parallel-build? #f ; libmarkdown won't be built in time
128 129 #:make-flags (list #:make-flags (list
129 130 (string-append "LFLAGS=-L. -Wl,-rpath=" (string-append "LFLAGS=-L. -Wl,-rpath="
130 131 (assoc-ref %outputs "out") "/lib")) (assoc-ref %outputs "out") "/lib"))
 
... ... convert it to structurally valid XHTML (or HTML).")
139 140 #t)) #t))
140 141 (replace 'configure (replace 'configure
141 142 (lambda* (#:key inputs outputs #:allow-other-keys) (lambda* (#:key inputs outputs #:allow-other-keys)
142 (setenv "CC" ,(cc-for-target))
143 (invoke "./configure.sh"
144 (string-append "--prefix=" (assoc-ref outputs "out"))
145 "--shared"))))))
143 (let ((out (assoc-ref outputs "out")))
144 (setenv "CC" ,(cc-for-target))
145 ;; The ‘validate-runpath’ phase fails otherwise.
146 (setenv "LDFLAGS" (string-append "-Wl,-rpath=" out "/lib"))
147 (invoke "./configure.sh"
148 (string-append "--prefix=" out)
149 "--shared")))))))
146 150 (synopsis "Markdown processing library, written in C") (synopsis "Markdown processing library, written in C")
147 151 (description (description
148 152 "Discount is a markdown implementation, written in C. It provides a "Discount is a markdown implementation, written in C. It provides a
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/maav/guix-mirror

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/maav/guix-mirror

Clone this repository using git:
git clone git://git.rocketgit.com/user/maav/guix-mirror

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main