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: rxvt-unicode: Enable 256 colors 4835d52efd6aedb14978089785a09baf2be31386 Josh Hoff 2020-10-10 09:55:26
gnu: monero-gui: Update to 0.17.1.0. 3df707778a29b7364fffe94c150a9f69467c47cf Guillaume Le Vaillant 2020-10-14 09:07:23
gnu: monero: Update to 0.17.1.0. 47fb72d2e500bffd167a95d6fa116755711a9bd3 Guillaume Le Vaillant 2020-10-14 08:27:05
gnu: offlineimap: Update to 7.3.3. d763e3c7461028c2e6575f1edeba4743f16e0878 Tim Gesthuizen 2020-10-13 12:17:53
gnu: Add python-rfc6555. 7a5d13786b0d54a8d85932557b55dec1653f1402 Tim Gesthuizen 2020-10-13 12:16:58
gnu: kmonad: Update to 0.4.1. 71e35cb34db4006588dee4d93dc75dfa3d406276 Alex Griffin 2020-10-14 06:52:36
news: Add ‘de’ translation. dad56a2b5b01bec5ae7acd9859727671fc060070 Florian Pelz 2020-10-14 06:25:34
gnu: Krita: Update to 4.4.0. ec7803981a74b733c58cbb63dea4ed724c24e2de Leo Famulari 2020-10-14 03:22:04
gnu: Add libleak. bc23c3ecd1a8e523ea385068c8ce618c8309b274 Maxim Cournoyer 2020-10-13 15:21:40
gnu: Add libwuya. 9acf79b25861b75a92ea8c32eb926e465ba5b20a Maxim Cournoyer 2020-10-13 19:15:59
gnu: Add libbacktrace. 7e15ded6474bf3096f01fcd830337d66cb682669 Maxim Cournoyer 2020-10-13 19:14:32
Revert "gnu: python-chardet: Enable tests." 58af4c9621af02cc4e2bb5692d4b377084b0fcc6 Marius Bakke 2020-10-13 22:46:30
gnu: Add go-github-com-gologme-log. fd595f31e3301df7976951ceb9683e66f629c3dd raingloom 2020-07-13 02:22:46
gnu: Add go-github-com-cheggaaa-pb. 4a28246d3080598d2f5b0a249607fc0ccbf81e83 raingloom 2020-07-13 02:21:11
gnu: Add go-github-com-arceliar-phony. 6e085d6f17e831e88a35c275892bde32fdb11986 raingloom 2020-07-13 02:15:28
gnu: go-golang-org-x-sys: Update to 0598657 939680f3354b0266292a1d947879f6fe0ad5b3ae raingloom 2020-05-30 10:52:00
gnu: Add python-dpath. e8c5533d26b4441c96e9ae92350efcb24d787c4b Joseph LaFreniere 2020-10-10 06:03:18
gnu: Add python-dictdiffer. 23a97f52405b49309bf8825099d8c66a9ad9998d Joseph LaFreniere 2020-10-06 01:43:32
gnu: Add bindfs. 6b219b899217d635e5f20e212a88393caff83cd8 Morgan Smith 2020-10-09 22:20:53
gnu: git-annex: Update to 8.20201007. 1bf912e58e08c69e74964d8b350537235e13dc39 Kyle Meyer 2020-10-07 20:49:46
Commit 4835d52efd6aedb14978089785a09baf2be31386 - gnu: rxvt-unicode: Enable 256 colors
I noticed urxvt has a termcap file for rxvt-256color, but that's not
actually built.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
Author: Josh Hoff
Author date (UTC): 2020-10-10 09:55
Committer name: Efraim Flashner
Committer date (UTC): 2020-10-14 10:51
Parent(s): 3df707778a29b7364fffe94c150a9f69467c47cf
Signer:
Signing key: 41AAE7DCCA3D8351
Signing status: E
Tree: 333b0495a4477e3af31163076ce6b4c7678f0691
File Lines added Lines deleted
gnu/packages/xdisorg.scm 2 1
File gnu/packages/xdisorg.scm changed (mode: 100644) (index d9c89053b9..ccfab58777)
... ... compact configuration syntax.")
987 987 ;; This sets the destination when installing the necessary terminal ;; This sets the destination when installing the necessary terminal
988 988 ;; capability data, which are not provided by 'ncurses'. See ;; capability data, which are not provided by 'ncurses'. See
989 989 ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html ;; https://lists.gnu.org/archive/html/bug-ncurses/2009-10/msg00031.html
990 `(#:make-flags (list (string-append "TERMINFO="
990 `(#:configure-flags (list "--enable-256-color")
991 #:make-flags (list (string-append "TERMINFO="
991 992 (assoc-ref %outputs "out") (assoc-ref %outputs "out")
992 993 "/share/terminfo")) "/share/terminfo"))
993 994 #:phases #:phases
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