summaryrefslogtreecommitdiff
path: root/gnu/packages/fonts.scm
Commit message (Collapse)AuthorAge
* gnu: font-gnu-unifont: Update to 10.0.06.Efraim Flashner2017-08-29
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.06.
* gnu: font-mathjax: Move to javascript.scm.Ludovic Courtès2017-08-24
| | | | | | | This avoids cross-module top-level references. * gnu/packages/fonts.scm (font-mathjax): Move to... * gnu/packages/javascript.scm (font-mathjax): ... here. New variable.
* gnu: font-go: Remove reference to 'go-1.4'.Ludovic Courtès2017-08-24
| | | | | | | This avoids circular references at the top level. * gnu/packages/fonts.scm (font-go)[license]: Remove reference to GO-1.4.
* gnu: font-google-noto: Use font-build-system.ng02017-08-16
| | | | | | | | | | * gnu/packages/fonts.scm (font-google-noto)[build-system]: Use font-build-system. [source]: Use url-fetch/zipbomb. [arguments]: Remove it. [native-inputs]: Remove it. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Use HTTPS for gnome.org and subdomains.Tobias Geerinckx-Rice2017-08-09
| | | | | | | | | | | * gnu/packages/fonts.scm (font-bitstream-vera)[home-page]: Use HTTPS. * gnu/packages/glib.scm (glib)[home-page]: Likewise. * gnu/packages/gnome.scm (gcr, libgnome-keyring, gnome-keyring, evince) (gnome-icon-theme, libgsf, gnome-mime-data, vala, vte, python2-rsvg) (glib-networking, gnome-settings-daemon, libchamplain, grilo, grilo-plugins) (gjs, zenity, mutter, network-manager, network-manager-applet, gdm) [home-page]: Likewise. * gnu/packages/gtk.scm (gtk-engines, murrine)[home-page]: Likewise.
* gnu: Add font-open-dyslexic.ng02017-08-06
| | | | | | * gnu/packages/fonts.scm (font-open-dyslexic): New variable. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-gnu-unifont: Update to 10.0.05.Tobias Geerinckx-Rice2017-07-22
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.05.
* gnu: font-wqy-zenhei: Use 'font-build-system'.Feng Shu2017-07-17
| | | | | | * gnu/packages/fonts.scm (font-wqy-zenhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-wqy-microhei: Use 'font-build-system'.Feng Shu2017-07-17
| | | | | | * gnu/packages/fonts.scm (font-wqy-microhei): Switch to font-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-gnu-unifont: Update to 10.0.04.Efraim Flashner2017-07-08
| | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.04.
* gnu: font-google-noto: Update to 20170403.Efraim Flashner2017-07-01
| | | | | * gnu/packages/fonts.scm (font-google-noto): Update to 20170403. [source]: Update source uri.
* gnu: font-gnu-unifont: Update to 10.0.03.Efraim Flashner2017-07-01
| | | | | * gnu/packages/fonts.scm (font-gnu-unifont): Update to 10.0.03. [properties]: Add 'upstream-name' to ease updates.
* gnu: font-google-material-design-icons: Use 'font-build-system'.Arun Isaac2017-06-24
| | | | | | | * gnu/packages/fonts.scm (font-google-material-design-icons): Re-indent. Switch to font-build-system. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
* gnu: Move contents of zip module into compression module.Arun Isaac2017-06-20
| | | | | | | | | | | | | | | * gnu/packages/zip.scm (zip, unzip, zziplib, perl-zip): Move to... * gnu/packages/compression.scm: ...here. * gnu/packages/zip.scm: Delete file. * gnu/local.mk (GNU_SYSTEM_MODULES): Unregister deleted file. * po/packages/POTFILES.in: Unregister deleted file. * gnu/packages/{audio, avr, bioinformatics, busybox, cdrom, ci, compression, docbook, documentation, fonts, fpga, game-development, games, gl, gnome, gnuzilla, graphics, guile, haskell, image, java, kodi, ldc, libreoffice, markup, maths, mc, monitoring, music, php, pretty-print, python, scheme, smalltalk, statistics, synergy, tex, textutils, video, web-browsers, xml, zip}.scm, guix/build-system/{ant, font}.scm, guix/{download, packages}.scm: Adapt module import.
* gnu: font-adobe-source-code-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-adobe-source-code-pro): Switch to font-build-system.
* gnu: font-fira-mono: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-awesome): Switch to font-build-system.
* gnu: font-hack: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-hack): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: font-un: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-un): Switch to font-build-system.
* gnu: font-google-roboto: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-google-roboto): Switch to font-build-system.
* gnu: font-anonymous-pro: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | * gnu/packages/fonts.scm (font-anonymous-pro): Switch to font-build-system.
* gnu: font-tex-gyre: Use 'font-build-system'.Arun Isaac2017-06-17
| | | | | * gnu/packages/fonts.scm (font-tex-gyre): Switch to font-build-system. [source]: Use url-fetch/zipbomb.
* gnu: Add font-mathjax.Arun Isaac2017-06-05
| | | | * gnu/packages/fonts.scm (font-mathjax): New variable.
* gnu: font-comic-neue: Prevent hidden files from being installed.Arun Isaac2017-06-02
| | | | | * gnu/packages/fonts.scm (font-comic-neue)[arguments]: Add 'delete-macosx-files' phase.
* gnu: font-cns11643: Use 'font-build-system'.Brendan Tildesley2017-06-01
| | | | | | | * gnu/packages/fonts.scm (font-cns16643): Switch to 'font-build-system'. [outputs]: Combine all outputs into one. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-cns11643: Update to 98.1.20170524.Brendan Tildesley2017-06-01
| | | | | | * gnu/packages/fonts.scm (font-cns11643): Update to 98.1.20170524. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-comic-neue: Add fontconfig alias.Alex Griffin2017-06-01
| | | | | | | | * gnu/packages/fonts.scm (font-comic-neue): Add fontconfig alias for "Comic Sans MS". [arguments]: Add new 'install-conf' phase. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-comic-neue: Use 'font-build-system'.Alex Griffin2017-06-01
| | | | | | | | | * gnu/packages/fonts.scm (font-comic-neue): Switch to 'font-build-system'. Re-indent. [source]: Use url-fetch/zipbomb. [native-inputs]: Remove dependency on unzip. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-cns11643-swjz: Use 'font-build-system'.Brendan Tildesley2017-06-01
| | | | | | * gnu/packages/fonts.scm (font-cns11643-swjz): Switch to 'font-build-system'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-liberation: Use 'font-build-system'.ng02017-06-01
| | | | | | * gnu/packages/fonts.scm (font-liberation): Switch to 'font-build-system'. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-dejavu: Fix the switch to 'font-build-system'.ng02017-06-01
| | | | | | | | This is a follow-up to commit 2e8840194121be6042502f363f143a4faeceb00e. * gnu/packages/fonts.scm (font-dejavu): Remove 'trivial-build-system' line. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-awesome: Use 'font-build-system'.ng02017-06-01
| | | | | | | * gnu/packages/fonts.scm (font-awesome): Switch to 'font-build-system'. [source]: The package was updated in place, so hash has changed. Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
* gnu: font-go: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | * gnu/packages/fonts.scm (font-go): Switch to font-build-system. Re-indent. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: font-iosevka: Use 'font-build-system'.Alex Griffin2017-05-31
| | | | | | | | | | Fixes <https://bugs.gnu.org/27172>. * gnu/packages/fonts.scm (font-iosevka): Switch to font-build-system. [source]: Use url-fetch/zipbomb. [native-inputs]: Remove dependency on unzip. Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
* gnu: font-iosevka: Update to 1.12.5.Alex Griffin2017-05-31
| | | | | | * gnu/packages/fonts.scm (font-iosevka): Update to 1.12.5. Re-indent. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-go: Update to 20170330-1.f03a046.Alex Griffin2017-05-31
| | | | | | * gnu/packages/fonts.scm (font-go): Update to 20170330-1.f03a046. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: font-bitstream-vera: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-bitstream-vera): Switch to 'font-build-system'.
* gnu: font-dejavu: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-dejavu): Switch to 'font-build-system'.
* gnu: font-ubuntu: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-ubuntu): Switch to 'font-build-system'.
* gnu: font-inconsolata: Use 'font-build-system'.Arun Isaac2017-05-28
| | | | * gnu/packages/fonts.scm (font-inconsolata): Switch to 'font-build-system'.
* gnu: font-liberation: Update source and homepage URLs.Ethan R. Jones2017-05-10
| | | | | | | * gnu/packages/fonts.scm (font-liberation)[source]: Update URL. [home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add font-cns11643-swjz.Brendan Tildesley2017-05-02
| | | | | | * gnu/packages/fonts.scm (font-cns11643-swjz): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add font-cns11643.Brendan Tildesley2017-05-02
| | | | | | * gnu/packages/fonts.scm (font-cns11643): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: font-bitstream-vera: Change license to fsdg-compatible.Clément Lassieur2017-05-01
| | | | | | | This license is not X11-style because of its clause that makes it non-free. * gnu/packages/fonts.scm (font-bitstream-vera)[license]: Change to fsdg-compatible Bitstream Vera.
* gnu: Add font-linuxlibertine.Ricardo Wurmus2017-04-23
| | | | * gnu/packages/fonts.scm (font-linuxlibertine): New variable.
* gnu: Use HTTPS for almost all gnu.org HOME-PAGEs.Tobias Geerinckx-Rice2017-03-30
| | | | All HTTP gnu.org (and supported subdomain) HOME-PAGEs changed to HTTPS.
* gnu: Add font-tamzen.ng02017-03-09
| | | | | | * gnu/packages/fonts.scm (font-tamzen): New variable. Signed-off-by: Kei Kebreau <kei@openmailbox.org>
* gnu: Add font-google-material-design-icons.José Miguel Sánchez García2017-02-13
| | | | | | | * gnu/packages/font.scm (font-google-material-design-icons): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-go.Alex Griffin2017-02-10
| | | | | | * gnu/packages/fonts.scm (font-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-iosevka.Alex Griffin2017-02-10
| | | | | | * gnu/packages/fonts.scm (font-iosevka): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add font-comic-neue.Alex Griffin2017-02-10
| | | | | | * gnu/packages/fonts.scm (font-comic-neue): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>