Commit graph

2675 commits

Author SHA1 Message Date
Emily 9d45292208 babelstone-han: 12.1.7 -> 13.0.3 2020-02-10 12:55:39 +00:00
rnhmjoj 03f246620d
powerline-fonts: install psf to share/consolefonts
This will make easier to set the font of the virtual console
in NixOS. Instead of specifing the full filepath of the psf
on can simply do:

    console.font = "ter-powerline-v20b";
    console.packages = [ pkgs.powerline-fonts ];
2020-02-10 13:28:04 +01:00
rnhmjoj c5a0d66eb7
gohufont: split outputs into out and otb 2020-02-10 12:01:28 +01:00
rnhmjoj 8ada475450
spleen: install otf font 2020-02-10 01:36:07 +01:00
rnhmjoj 406b96fa7d
envypn-font: split outputs in out and otb 2020-02-10 00:57:53 +01:00
rnhmjoj 7f7c94497a
dina,dina-pcf: unify packages 2020-02-10 00:28:56 +01:00
rnhmjoj dcc8e45dab
creep: split outputs in out and otb 2020-02-09 19:05:06 +01:00
R. RyanTM 6ec453251e osinfo-db: 20191125 -> 20200203 2020-02-09 12:10:19 +01:00
Piotr Bogdan cb5f518657 ant-theme: remove pbogdan from maintainers 2020-02-09 09:50:10 +00:00
R. RyanTM 392d5c2891 plata-theme: 0.9.1 -> 0.9.2 2020-02-09 09:49:08 +01:00
R. RyanTM 4e6bc8972a flat-remix-icon-theme: 20191018 -> 20191122 2020-02-08 05:22:08 +00:00
rnhmjoj 96606b67fa
gohufont: make fonttosfnt deterministic 2020-02-07 18:23:53 +01:00
Mario Rodas a59fafcb39
jetbrains-mono: 1.0.2 -> 1.0.3
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.3
2020-02-07 07:41:00 -05:00
José Romildo Malaquias df87e37ff5
Merge pull request #79358 from romildo/upd.matcha
matcha: 2019-11-02 -> 2020-02-06
2020-02-07 20:07:58 -03:00
rnhmjoj 68464b6440
gohufont: generate opentype files 2020-02-07 09:34:51 +01:00
José Romildo Malaquias 1db4cd126a matcha: 2019-11-02 -> 2020-02-06 2020-02-06 12:56:24 -03:00
R. RyanTM 35160f6e2f papirus-icon-theme: 20200102 -> 20200201 2020-02-06 12:30:05 +00:00
Florian Klink b27f806da8
Merge pull request #79173 from chkno/nerd-fonts
nerdfonts: 2.0.0 -> 2.1.0
2020-02-05 00:17:39 +01:00
José Romildo Malaquias c9dc3a06d6 theme-jade1: 1.5 -> 1.6 2020-02-03 10:18:22 -08:00
Chuck 384ab839e9 nerdfonts: 2.0.0 -> 2.1.0
This release adds 216 fonts.

Note: The Meslo LG {L,M,S}{ DZ,} Regular Nerd Font Complete{, Mono}.otf
fonts are now .ttf files instead of .otf files in this release.
2020-02-03 10:01:30 -08:00
Nikolay Korotkiy d6a4679300
tt2020: init at 2020-01-05 2020-02-02 12:59:48 +03:00
José Romildo Malaquias b8a86eb5cb canta-theme: init at 2020-01-31 2020-01-31 14:51:27 -03:00
R. RyanTM 00355c593a yaru-theme: 19.10.4 -> 19.10.5 2020-01-30 22:03:51 -08:00
José Romildo Malaquias 7b2ba1bfbb qogir-icon-theme: 2019-09-15 -> 2020-01-29 2020-01-29 08:27:56 -03:00
Franz Pletz f7b45fdfdc
Merge pull request #78056 from mayflower/pkg/platformio-4.1.0
platformio: 4.0.3 -> 4.1.0
2020-01-28 15:14:29 +00:00
Silvan Mosberger 80a2740991
Merge pull request #78265 from Synthetica9/https-homepages
treewide: fix redirected urls
2020-01-27 15:00:53 +01:00
Franz Pletz c5d06b022b
spdx-license-list-data: init at 3.7 2020-01-27 11:46:10 +01:00
Will Dietz 05d201560b
Merge pull request #77852 from dtzWill/fix/bibata-cursors-and-update-extra-cursors-too
bibata-{,extra-}cursors: fix, faster, smaller; bump extra variant from git -> 0.3
2020-01-26 16:41:56 -06:00
Mario Rodas 50e6e597d6
Merge pull request #78409 from marsam/update-jetbrains-mono
jetbrains-mono: 1.0.1 -> 1.0.2
2020-01-24 18:28:51 -05:00
Mario Rodas 51a7070b41
Merge pull request #78398 from marsam/update-cascadia-code
cascadia-code: add variants
2020-01-24 18:18:14 -05:00
Peter Simons d17666f923 all-cabal-hashes: update to Hackage at 2020-01-23T17:44:54Z 2020-01-24 21:02:43 +01:00
Mario Rodas 8a9fffcd62
jetbrains-mono: 1.0.1 -> 1.0.2
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/v1.0.2
2020-01-24 09:16:54 -05:00
Patrick Hilhorst 593e11fd94
treewide: fix redirected urls
According to https://repology.org/repository/nix_unstable/problems, we have a
lot of packages that have http links that redirect to https as their homepage.
This commit updates all these packages to use the https links as their
homepage.

The following script was used to make these updates:

```

curl https://repology.org/api/v1/repository/nix_unstable/problems \
    | jq '.[] | .problem' -r \
    | rg 'Homepage link "(.+)" is a permanent redirect to "(.+)" and should be updated' --replace 's@$1@$2@' \
    | sort | uniq > script.sed

find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```
2020-01-22 11:26:22 +01:00
José Romildo Malaquias 4b2f3cf09b iconpack-obsidian: 4.9 -> 4.10 2020-01-22 00:00:29 -08:00
Mario Rodas 1c45292ea3
jetbrains-mono: 1.0.0 -> 1.0.1
Changelog: https://github.com/JetBrains/JetBrainsMono/releases/tag/1.0.1
2020-01-21 07:25:00 -05:00
Peter Simons ff84bdcf69 all-cabal-hashes: update to Hackage at 2020-01-17T18:23:06Z 2020-01-17 21:14:35 +01:00
Will Dietz 2d826681e8
bibata-extra-cursors: unstable-2018-10-28 -> 0.3, sync w/bibata-cursors 2020-01-16 17:33:03 -06:00
Will Dietz 509e0a0057
bibata-cursors: fix installation, don't generate unused w32 artifacts
This fixes issue where each theme installed the entire
build directory, not just the final generated 'out/X11' files.

(which was wasteful but also meant they didn't work
as the right files were two directories deeper)

Avoiding the w32 saves some time and sapce,
and more is "saved" by not shipping non-cursor build intermediates.

Sorry for the bad update, folks!
2020-01-16 17:32:59 -06:00
Mario Rodas 35bdbf487b
jetbrains-mono: init at 1.0.0 2020-01-16 04:20:00 -05:00
Will Dietz b8eb54ff9e
bibata-cursors: 0.4.1 -> 0.4.2
* py3+pillow, new deps, fix
* drop sudo invocation (instead of gksu)

https://github.com/KaizIqbal/Bibata_Cursor/releases/tag/v0.4.2
(although most of the notes are in the beta release tags)
2020-01-15 11:15:07 -06:00
Mario Rodas c7abf06d20
sudo-font: 0.40 -> 0.41
Changelog: https://github.com/jenskutilek/sudo-font/releases/tag/v0.41
2020-01-14 04:20:00 -05:00
Frederik Rietdijk ed1b0d0bac Merge master into staging-next 2020-01-13 16:08:59 +01:00
Will Dietz 0834d16531 victor-mono: 1.3.0 -> 1.3.1
https://github.com/rubjo/victor-mono/releases/tag/v1.3.1
2020-01-13 00:40:14 -08:00
Frederik Rietdijk 960f062825 Merge master into staging-next 2020-01-12 09:47:19 +01:00
José Romildo Malaquias c0f1be93a9 shades-of-gray-theme: 1.2.0 -> 1.2.1 2020-01-10 07:48:17 -03:00
Frederik Rietdijk 5ad16cb27f Merge master into staging-next 2020-01-10 10:34:04 +01:00
Renaud ef4296311d
Merge pull request #76612 from vincentbernat/fix/iosevka-2.3.3
iosevka: 2.3.2 -> 2.3.3
2020-01-09 13:55:41 +01:00
José Romildo Malaquias 082f16449d amber-theme: 3.34-1 -> 3.34-2 (#77317) 2020-01-09 10:57:09 +01:00
José Romildo Malaquias ee9a7177ba zuki-themes: 3.34-1 -> 3.34-2 (#77314) 2020-01-09 10:54:22 +01:00
José Romildo Malaquias 075ba983ff plano-theme: 3.34-1 -> 3.34-2 (#77316) 2020-01-09 10:54:00 +01:00
José Romildo Malaquias 4a068312e3 stilo-themes: 3.34-1 -> 3.34-2 (#77318) 2020-01-09 10:53:17 +01:00
Vladimír Čunát 5c780036c5
Merge branch 'master' into staging-next
The nss rebuild isn't so small.
2020-01-08 22:48:13 +01:00
Will Dietz 77267e8b63
public-sans: 1.007 -> 1.008 2020-01-08 14:34:50 -06:00
José Romildo Malaquias 4b725eafbe
Merge pull request #76984 from romildo/upd.greybird
greybird: 3.22.10 -> 3.22.11
2020-01-08 10:28:38 -03:00
Frederik Rietdijk a823616723 Merge master into staging-next 2020-01-07 20:06:22 +01:00
R. RyanTM caaf6fbdd7 papirus-icon-theme: 20191201 -> 20200102 2020-01-06 21:02:30 -08:00
Jan Tojnar d8369edfcd docbook-xsl: Fix reproducibility when building docs
When building docs generate.consistent.ids was not respected for indexes.

https://github.com/docbook/xslt10-stylesheets/pull/88
https://sourceforge.net/p/docbook/bugs/1385/

This lead to r13y failures in udisks2.devdoc.
2020-01-06 11:56:01 +01:00
José Romildo Malaquias 7d01524ba8 greybird: 3.22.10 -> 3.22.11
- update to version 3.22.11
- build system ported to meson
2020-01-05 11:03:17 -03:00
José Romildo Malaquias e6163af805 theme-obsidian2: 2.9 -> 2.10 2020-01-03 12:53:12 +00:00
Frederik Rietdijk f08e3e38d4 Merge master into staging-next 2020-01-02 21:41:13 +01:00
Franz Pletz 6c9aa31427
material-design-icons: 3.3.92 -> 4.7.95 2020-01-02 06:12:26 +01:00
Mario Rodas f55358f692
cascadia-code: add variants 2020-01-01 04:20:00 -05:00
Will Dietz 4fa9c36165
victor-mono: 1.2.7 -> 1.3.0
https://github.com/rubjo/victor-mono/releases/tag/v1.3.0
https://github.com/rubjo/victor-mono/releases/tag/v1.2.9
https://github.com/rubjo/victor-mono/releases/tag/v1.2.8
2020-01-01 02:02:34 -06:00
Frederik Rietdijk 6d059becd3 Merge gcc-9 into staging (#68029) 2019-12-30 16:38:38 +01:00
Maximilian Bosch 02f92455c4
qtcurve: fix build w/gcc9
https://hydra.nixos.org/build/108759256
2019-12-30 13:19:43 +01:00
Robin Gloster 49f40b2e3d
dejavu-fonts: *Flags are lists 2019-12-30 11:13:39 +01:00
Jan Tojnar 480fc1856a
Merge branch 'master' into staging-next 2019-12-30 05:22:23 +01:00
Robin Gloster c9c03c00de
media-player-info: fix build 2019-12-30 04:50:38 +01:00
Vincent Bernat 83053c85f4 iosevka: 2.3.2 -> 2.3.3 2019-12-28 16:50:53 +01:00
Jan Tojnar 5f6635144a
rictydiminished-with-firacode: 0.0.1 → 1.2.0
Update, clean up and also fix build.

Part of the build system still does not support Python 2:

https://github.com/hakatashi/RictyDiminished-with-FiraCode/pull/3
2019-12-25 23:13:05 +01:00
Jan Tojnar ee4cc7c390
monoid: fix build
We recently defaulted fontforge to python3 which made the python2 used by the build system unable to find fontforge.
2019-12-25 20:32:13 +01:00
Jan Tojnar ca39dd3a8a
Merge branch 'master' into staging-next 2019-12-25 05:15:06 +01:00
worldofpeace 144973a7e0
Merge pull request #76192 from worldofpeace/pantheon-update-script
Pantheon update script
2019-12-22 18:56:13 -05:00
worldofpeace 2dd7d4dd44 treewide: pantheon updateScript 2019-12-22 18:20:55 -05:00
Mario Rodas e615edeb20
Merge pull request #75295 from r-ryantm/auto-update/osinfo-db
osinfo-db: 20190920 -> 20191125
2019-12-22 18:00:59 -05:00
worldofpeace 83bfedb38b
Merge pull request #75494 from Elyhaka/pop_gtk_theme
pop-gtk-theme: init at 2019-11-13
2019-12-19 18:24:08 -05:00
Elyhaka 79850f5df8 pop-gtk-theme: init at 2019-12-17 2019-12-20 00:19:06 +01:00
Frederik Rietdijk 39037a3431 Merge staging-next into staging 2019-12-19 09:21:24 +01:00
Jan Tojnar b171037944
Merge pull request #75668 from jtojnar/py2-cleanup
Another batch of Python 2 removals
2019-12-19 01:24:00 +01:00
Renaud fb1bc1b891
Merge pull request #75761 from ehmry/gubbi
gubbi-font: init at 1.3
2019-12-18 18:24:44 +01:00
Emery Hemingway cad12aee9b gubbi-font: init at 1.3 2019-12-18 11:33:18 +00:00
José Romildo Malaquias cbffa52c9c sierra-gtk-theme: 2019-05-07 -> 2019-12-16 2019-12-16 12:39:05 -03:00
Jan Tojnar 3a8d826723
cacert: switch to python3 2019-12-15 01:50:34 +01:00
José Romildo Malaquias 455a66eaae mojave-gtk-theme: add wallpapers 2019-12-13 15:33:37 -03:00
José Romildo Malaquias 0e88b669d0 mojave-gtk-theme: 2019-09-09 -> 2019-12-12 2019-12-13 10:00:29 -03:00
worldofpeace e96c903524
Merge pull request #74966 from Fuzen-py/sweet
sweet: init at 1.10.5
2019-12-10 23:32:46 -05:00
Fuzen 4c8ffa4e8f
sweet: init at 1.10.5 2019-12-10 22:35:05 -05:00
Mario Rodas a9f08485fa
ibm-plex: 4.0.1 -> 4.0.2 2019-12-09 20:00:00 -05:00
José Romildo Malaquias 3726e168dc
Merge pull request #75305 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20191101 -> 20191201
2019-12-09 12:03:17 -03:00
Mario Rodas bdb97ca323
Merge pull request #75347 from colemickens/nixpkgs-cascadia
cascadia-code: 1911.20 -> 1911.21
2019-12-09 07:02:44 -05:00
Cole Mickens 25235bb89e cascadia-code: 1911.20 -> 1911.21 2019-12-08 23:59:26 -08:00
R. RyanTM afa491db89 papirus-icon-theme: 20191101 -> 20191201 2019-12-08 14:21:43 -08:00
Mario Rodas b34928a1ee
Merge pull request #75227 from r-ryantm/auto-update/spleen
spleen: 1.5.0 -> 1.6.0
2019-12-08 16:57:19 -05:00
R. RyanTM 7b431fd487 osinfo-db: 20190920 -> 20191125 2019-12-08 12:55:44 -08:00
rnhmjoj a8db8ddfe3 uw-ttyp0: init at 1.3 2019-12-08 10:40:31 +01:00
R. RyanTM 7dde589ad8 spleen: 1.5.0 -> 1.6.0 2019-12-08 00:42:19 -08:00
Jan Tojnar 36de08ebe1
Merge pull request #71442 from jtojnar/ibus-fixes
Fix/clean up various ibus-engines
2019-12-07 12:10:44 +01:00
Jan Tojnar 808082f6b6
unicode-emoji: init at 12.1 2019-12-07 00:58:29 +01:00
Jan Tojnar 523f0dd754
cldr-emoji-annotation: init at 36.12.120191002_0 2019-12-07 00:58:28 +01:00
Jan Tojnar fe59567e08
unihan-database: init at 12.1.0 2019-12-07 00:58:28 +01:00
Jan Tojnar 2d405f9078
unicode-character-database: init at 12.1.0 2019-12-07 00:58:28 +01:00
Mateusz Kowalczyk 1451a52a38 Remove myself (fuuzetsu) from maintainer lists
I haven't been doing any maintenance for a long time now and not only
do I get notified, it also creates a fake impression that all these
packages had at least one maintainer when in practice they had none.
2019-12-05 16:29:48 +09:00
Jan Tojnar a69ad18da9
Merge branch 'master' into staging-next 2019-11-30 19:44:51 +01:00
R. RyanTM a82d84a76c man-pages: 5.03 -> 5.04 (#74492) 2019-11-30 16:56:54 +01:00
R. RyanTM a780af475a plata-theme: 0.9.0 -> 0.9.1 (#74534) 2019-11-30 16:23:20 +01:00
Mario Rodas ebe27d6503
Merge pull request #74368 from r-ryantm/auto-update/cascadia-code
cascadia-code: 1910.04 -> 1911.20
2019-11-30 07:17:49 -05:00
Frederik Rietdijk d14baf7747 Merge master into staging-next 2019-11-30 08:57:28 +01:00
Jan Tojnar 9cbc6984d4
input-fonts: 2017-08-10 → 2019-11-25 2019-11-29 02:24:30 +01:00
Jonathan Ringer 0c1c18ca44
Merge branch 'master' into staging-next 2019-11-27 22:57:50 -08:00
rouhannb 412cd6467c zafiro-icons: 0.9 -> 1.0 2019-11-27 18:50:02 -05:00
R. RyanTM 0137979452 cascadia-code: 1910.04 -> 1911.20 2019-11-27 13:04:45 -08:00
Markus Schneider 4ee137ed86 flat-remix-icon-theme: init at 20191018
(#57659)
2019-11-27 19:36:42 +01:00
Vladyslav M 6d7145b966
overpass: 3.0.3 -> 3.0.4 2019-11-26 23:08:55 +01:00
Mario Rodas 0c3a28f08f
Merge pull request #74045 from marsam/add-rhodium-libre
rhodium-libre: init at 1.2.0
2019-11-26 07:33:34 -05:00
R. RyanTM 6852fee386 iosevka-bin: 2.3.2 -> 2.3.3 2019-11-25 18:05:58 -08:00
Frederik Rietdijk 06a054e6eb Merge master into staging-next 2019-11-25 21:51:57 +01:00
c0bw3b 1e93a70f04 Treewide: regroup all themes under data/themes 2019-11-24 21:59:01 +01:00
c0bw3b d8c37ed93f adapta-kde-theme: 20180512 -> 20180828
+ move under data/themes
2019-11-24 21:58:58 +01:00
c0bw3b 438a39f80b arc-kde-theme: 2017-11-09 -> 20180614
+ move under data/themes
2019-11-24 21:58:09 +01:00
c0bw3b 910d752579 kde2-decoration: 2017-03-15 -> 1.0
+ move under data/themes
2019-11-24 17:15:06 +01:00
Mario Rodas 9b5f36b245
rhodium-libre: init at 1.2.0 2019-11-24 04:20:00 -05:00
Frederik Rietdijk 1d18c5a0fe Merge staging-next into staging 2019-11-24 10:13:31 +01:00
Will Dietz 525c54c7ef tzdata: 2019b -> 2019c
https://github.com/eggert/tz/blob/2019c/NEWS
2019-11-24 10:04:17 +01:00
c0bw3b 0afae5c14b Treewide: fix more URL permanent redirects
Related issue: #60004
Previous PR: #73478
2019-11-21 15:37:34 -08:00
Jan Tojnar 6fb5b6be98
Various GNOME leaf package updates (#73790)
Various GNOME leaf package updates
2019-11-21 01:00:42 +01:00
Robert Helgesson f2db2b18a2
fantasque-sans-mono: 1.7.2 -> 1.8.0 2019-11-20 20:47:27 +01:00
Jan Tojnar a7f4c78792
gnome-user-docs: move to top-level again 2019-11-20 04:58:00 +01:00
Mario Rodas 67d17bc447 public-sans: 1.006 -> 1.007
Changelog: https://github.com/uswds/public-sans/releases/tag/v1.007
2019-11-19 09:07:25 -08:00
Mario Rodas daa1b6df95 stix-two: 2.0.0 -> 2.0.2 2019-11-19 09:06:38 -08:00
Mario Rodas e89b21504f
Merge pull request #73729 from marsam/update-ibm-plex
ibm-plex: 3.0.0 -> 4.0.1
2019-11-19 07:59:43 -05:00
José Romildo Malaquias 62d0993e87
Merge pull request #73549 from Flakebi/numix-icon-theme
numix-icon-theme-circle: Fix dangling symlinks
2019-11-19 09:14:49 -03:00
Flakebi d5c20b374b
numix-icon-theme-square: Fix dangling symlinks 2019-11-19 11:11:54 +01:00
Mario Rodas adacd7ad78
ibm-plex: 3.0.0 -> 4.0.1 2019-11-18 16:20:00 -05:00
Edmund Wu 431038aa26 recursive: init at 1.022 2019-11-17 23:34:44 +01:00
Flakebi 437a839257
numix-icon-theme-circle: Fix dangling symlinks 2019-11-17 12:23:49 +01:00
c0bw3b 9367367dfd Treewide: fix URL permanent redirects
Permanent redirects on homepages and/or source URLs
as reported by Repology
2019-11-16 01:41:23 +01:00
Kirill Boltaev 9c4ed341cc xits-math: use python3 2019-11-13 16:41:03 +01:00
Kirill Boltaev ec44fc51f5 xits-math: update homepage 2019-11-13 16:41:03 +01:00
Kirill Boltaev 10c255f0d0 xits-math: 1.200 -> 1.301 2019-11-13 16:41:03 +01:00
Peter Simons a83ece64ca all-cabal-hashes: update to Hackage at 2019-11-08T16:49:51Z 2019-11-08 18:52:37 +01:00
Franz Pletz a692029726
Merge pull request #72816 from marsam/update-comic-neue
comic-neue: 2.2 -> 2.3
2019-11-05 16:11:52 +00:00
José Romildo Malaquias f3a090a1ab
Merge pull request #72569 from romildo/upd.lounge-gtk-theme
lounge-gtk-theme: init at 1.22
2019-11-05 08:59:50 -03:00
Mario Rodas a5d9600125
comic-neue: 2.2 -> 2.3 2019-11-04 23:00:00 -05:00
Keito Kajitani faf06da0df rictydiminished-with-firacode: fonttools requires python3 (#72762)
* rictydiminished-with-firacode: fonttools requires python3

* rictydiminished-with-firacode: python3 is sufficient, purge python3Full
2019-11-04 16:23:34 +01:00
Keito Kajitani b076565429 liberation-sans-narrow: fonttools requires python3 2019-11-04 09:20:50 +01:00
R. RyanTM 951176ecfc yaru-theme: 19.10.2 -> 19.10.4 (#72709) 2019-11-03 16:26:06 +01:00
Renaud c7fdfc4128
Merge pull request #72581 from romildo/upd.theme-jade1
theme-jade1: 3.3 -> 1.5
2019-11-03 10:25:11 +01:00
Renaud c94bc42968
Merge pull request #72565 from romildo/upd.matcha
matcha: 2019-10-03 -> 2019-11-02
2019-11-02 23:51:30 +01:00
Renaud 5f5bfce078
Merge pull request #72593 from romildo/upd.papirus-icon-theme
papirus-icon-theme: 20191009 -> 20191101
2019-11-02 22:56:45 +01:00
R. RyanTM 52de4dbf5c plata-theme: 0.8.9 -> 0.9.0 (#72609) 2019-11-02 22:13:40 +01:00
José Romildo Malaquias b165246073 papirus-icon-theme: 20191009 -> 20191101 2019-11-02 12:21:28 -03:00
José Romildo Malaquias 51c4691bb5 theme-jade1: move to data/themes 2019-11-02 11:35:53 -03:00
José Romildo Malaquias 7fb8274503 iconpack-obsidian: 4.3 -> 4.9 2019-11-02 09:52:01 -03:00
José Romildo Malaquias 8011c943f0 lounge-gtk-theme: init at 1.22 2019-11-02 09:20:48 -03:00
José Romildo Malaquias f94133b621 matcha: 2019-10-03 -> 2019-11-02 2019-11-02 08:19:35 -03:00
volth 9f0e3b103b babelstone-han: 12.1.4 -> 12.1.7 2019-11-01 19:57:19 -07:00
Peter Simons 327f135c46 all-cabal-hashes: update to Hackage at 2019-11-01T17:31:41Z 2019-11-01 21:34:11 +01:00
Renaud bca9437d1e
Merge pull request #72049 from babariviere/iosevka-v2.3.2
iosevka: 2.3.0 -> 2.3.2
2019-10-31 19:50:12 +01:00
worldofpeace 5cef7b49ec
twitter-color-emoji: use noto-fonts-emoji’s src
Continues https://github.com/NixOS/nixpkgs/pull/72272
2019-10-30 18:07:03 +01:00
worldofpeace 4f8197bcc0 twitter-color-emoji: build with python3
This can now be marked as un-broken.
2019-10-30 15:03:26 +01:00
Frederik Rietdijk 04be5b8911 twitter-color-emoji: mark as broken 2019-10-29 13:53:04 +01:00
Frederik Rietdijk 22c483a793 noto-fonts-emoji: 2018-08-10-unicode11 -> unstable-2019-10-22
update version for python3 compatibility
2019-10-29 13:53:04 +01:00
Frederik Rietdijk accec23188 pythonPackages.nototools: make python 3 compatible and use that one 2019-10-29 13:53:04 +01:00
Bastien Riviere a9e88bb2e9 iosevka: 2.3.0 -> 2.3.2
This commit include:
- update iosevka version
- fix extraParameters, was not able to inject all needed settings
- format file
- update package.json
2019-10-26 22:26:01 +02:00
José Romildo Malaquias bd5e8c85a3 qogir-theme: 2019-08-31 -> 2019-10-25 2019-10-25 07:56:33 -03:00
Will Dietz 5adf93466d
Merge pull request #71840 from dtzWill/feature/more-bibata
bibata-extra-cursors,bibata-cursors-translucent: init (git revs)
2019-10-24 01:39:04 -05:00
Will Dietz 27f6357d84 victor-mono: 1.2.5 -> 1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.7
https://github.com/rubjo/victor-mono/releases/tag/v1.2.6
2019-10-23 13:38:54 -07:00
Will Dietz 8825940cec inter: 3.10 -> 3.11 2019-10-23 13:28:19 -07:00
Will Dietz be990d5302
bibata-cursors-translucent: init 2019-10-23 12:26:43 -05:00
Will Dietz 06be39a921
bibata-extra-cursors: init at unstable-2018-10-28, more colors 2019-10-23 12:26:42 -05:00
Will Dietz fd1e12b0e9
bibata-cursors: touchup (since will be copying shortly) 2019-10-23 12:25:05 -05:00
R. RyanTM 4ea0456a29 man-pages: 5.02 -> 5.03
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/man-pages/versions
2019-10-23 15:55:22 +02:00
Vladyslav M 2ff7fa55c1
iosevka-bin: 2.3.0 -> 2.3.2 (#71570)
iosevka-bin: 2.3.0 -> 2.3.2
2019-10-21 23:16:49 +03:00
R. RyanTM 417834eb7a iosevka-bin: 2.3.0 -> 2.3.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/iosevka-bin/versions
2019-10-21 11:45:35 -07:00
Marcial Gaißert bc09bf4d71 ricty: change mirror and homepage url
The old mirror and homepage at www.rs.tus.ac.jp return a 403
Forbidden.
2019-10-20 16:47:30 +02:00
Peter Simons b712543128 all-cabal-hashes: update to Hackage at 2019-10-17T23:44:51Z 2019-10-18 22:50:37 +02:00
José Romildo Malaquias 0fd1cca0a7 papirus-icon-theme: 20190919 -> 20191009 2019-10-15 07:41:41 -03:00
Will Dietz 741b404e8a
Merge pull request #70687 from dtzWill/update/cherry-1.4
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11
2019-10-14 18:54:57 -05:00
Will Dietz 886bca0af5
Merge pull request #70688 from dtzWill/update/spleen-1.5.0
spleen: 1.3.0 -> 1.5.0, mkfontdir
2019-10-14 18:54:28 -05:00
Vladimír Čunát b5697c6954
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1548439
2019-10-13 13:31:33 +02:00
Renaud 98b74470ef
Merge pull request #68747 from dtzWill/fix/bdf2psf-usr-env-vars
bdf2psf: fix /usr/share -> /share, and don't install env-vars
2019-10-12 15:19:00 +02:00
Jan Tojnar 6c8aed6391
Merge branch 'master' into staging-next 2019-10-12 00:50:21 +02:00
Renaud 5f2431e004
Merge pull request #70913 from romildo/upd.plano-theme
plano-theme: 3.32-1 -> 3.34-1
2019-10-11 14:02:13 +02:00
Renaud b8ae6d363b
Merge pull request #70914 from romildo/upd.zuki-themes
zuki-themes: 3.32-4 -> 3.34-1
2019-10-11 14:01:38 +02:00
Renaud 1d9268e1dc
Merge pull request #70916 from romildo/upd.stilo-themes
stilo-themes: 3.32-3 -> 3.34-1
2019-10-11 14:01:06 +02:00
Renaud 1edc53803c
Merge pull request #70918 from romildo/upd.ambar-theme
amber-theme: init at 3.34-1
2019-10-11 14:00:24 +02:00
José Romildo Malaquias 0225cc45b4 shades-of-gray-theme: 1.1.9 -> 1.2.0 2019-10-10 15:45:00 -03:00
José Romildo Malaquias 408b55b28b amber-theme: init at 3.34-1 2019-10-10 12:15:08 -03:00
José Romildo Malaquias f1930f6483 stilo-themes: 3.32-3 -> 3.34-1 2019-10-10 11:52:57 -03:00
José Romildo Malaquias 344cf6547f zuki-themes: 3.32-4 -> 3.34-1 2019-10-10 11:44:42 -03:00
José Romildo Malaquias 88f33ceebf plano-theme: 3.32-1 -> 3.34-1 2019-10-10 11:02:57 -03:00
Milan Pässler ff0148d868 nixos/nginx: use mailcap mime.types
The mime type definitions included with nginx are very incomplete, so
we use a list of mime types from the mailcap package, which is also
used by most other Linux distributions by default.
2019-10-09 14:20:40 +00:00
Renaud 2fdca375dd
Merge pull request #70517 from marsam/update-cascadia-code
cascadia-code: 1909.16 -> 1910.04
2019-10-08 17:54:30 +02:00
Frederik Rietdijk a0c34f54cc Merge master into staging-next 2019-10-08 11:56:52 +02:00
Will Dietz 1035f0a030
spleen: 1.3.0 -> 1.5.0, mkfontdir for X11 2019-10-07 19:16:32 -05:00
Will Dietz 47b6dd4345
cherry: 1.3 -> 1.4, pcf -> otb, mkfontdir for X11 2019-10-07 19:06:43 -05:00
rnhmjoj 6661c367df
fonts/gohufont: update for outputs change in bdf2psf 2019-10-07 18:05:49 -05:00
José Romildo Malaquias da089d7d40
Merge pull request #70513 from marsam/update-ibm-plex
ibm-plex: 2.0.0 -> 3.0.0
2019-10-07 06:09:53 -03:00
Renaud 897ec814c9
Merge pull request #69512 from r-ryantm/auto-update/elementary-xfce-icon-theme
elementary-xfce-icon-theme: 0.13.1 -> 0.14
2019-10-06 17:13:09 +02:00
Mario Rodas 71bc760da8
cascadia-code: 1909.16 -> 1910.04 2019-10-06 04:20:00 -05:00
Mario Rodas c133c29fb5
ibm-plex: 2.0.0 -> 3.0.0
Changelog: https://github.com/IBM/plex/releases/tag/v3.0.0
2019-10-06 04:20:00 -05:00
José Romildo Malaquias 554213b526
Merge pull request #70174 from romildo/upd.numix-icon-theme
Update numix icon themes to version 19.09.20
2019-10-04 09:25:10 -03:00
Chuck 9cb9e6509e nerdfonts: Use patchShebangs
In commit e8e191a1be9d after v2.0.0, nerdfonts switched from #!/bin/bash
to #!/usr/bin/env bash.  Rather than synchronizing this patching with
that change, just use patchShebangs which handles both cases.
2019-10-03 15:18:06 -07:00
José Romildo Malaquias ce085a8ee8 matcha: 2019-09-30 -> 2019-10-03 2019-10-03 08:56:39 -07:00
Jan Tojnar b3fcd9375d
Merge branch 'master' into staging-next 2019-10-03 01:47:08 +02:00
José Romildo Malaquias d560271320
Merge pull request #70051 from romildo/upd.matcha
matcha: 2019-09-23 -> 2019-09-30
2019-10-02 19:46:25 -03:00
José Romildo Malaquias c1c13c0b99 numix-icon-theme-square: 19.05.07 -> 19.09.20 2019-10-01 09:59:33 -03:00
José Romildo Malaquias c993eb3fb3 numix-icon-theme-circle: add romildo as maintainer 2019-10-01 09:54:49 -03:00
José Romildo Malaquias 417c4193b2 numix-icon-theme-circle: 19.05.07 -> 19.09.20 2019-10-01 09:53:48 -03:00
José Romildo Malaquias 6efc9c1bb5 numix-icon-theme: 18.07.17 -> 19.09.20 2019-10-01 09:50:54 -03:00
José Romildo Malaquias 81a16d6f77
Merge pull request #69704 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 19.02.22 -> 19.05.07
2019-10-01 09:38:49 -03:00
José Romildo Malaquias 9fa1b3bc82 matcha: 2019-09-23 -> 2019-09-30 2019-09-30 07:00:09 -03:00
José Romildo Malaquias 2f917af9ea
Merge pull request #69727 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20190802 -> 20190919
2019-09-29 23:05:16 -03:00
José Romildo Malaquias aeca9e6dce
Merge pull request #69698 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 19.02.22 -> 19.05.07
2019-09-29 23:02:32 -03:00
Frederik Rietdijk 503081fa5b Merge staging into staging-next 2019-09-29 11:05:22 +02:00
R. RyanTM 2026c28743 osinfo-db: 20190805 -> 20190920
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osinfo-db/versions
2019-09-29 00:19:04 +02:00
Mario Rodas 564d8e333d
work-sans: init at 1.6 2019-09-28 16:20:00 -05:00
R. RyanTM e83bca62e2 papirus-icon-theme: 20190802 -> 20190919
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-09-27 17:10:08 -07:00
R. RyanTM 923812e662 numix-icon-theme-circle: 19.02.22 -> 19.05.07
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/numix-icon-theme-circle/versions
2019-09-27 14:37:48 -07:00
R. RyanTM 31a2c2f0e3 numix-icon-theme-square: 19.02.22 -> 19.05.07
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/numix-icon-theme-square/versions
2019-09-27 13:59:32 -07:00
R. RyanTM b5b30f796c public-sans: 1.005 -> 1.006
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/public-sans/versions
2019-09-26 07:21:26 -07:00
R. RyanTM f835f9bc62 elementary-xfce-icon-theme: 0.13.1 -> 0.14
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/elementary-xfce-icon-theme/versions
2019-09-26 05:05:46 -07:00
Dmitry Kalinkin b3472597b7
Merge branch 'staging-next' into staging
Fixes eval on darwin after #69072

Tested using maintainers/scripts/eval-release.sh before and after to see
that the fix works
2019-09-25 19:31:32 -04:00
Thomas Tuegel 7a4d7c58e3
Merge pull request #69219 from rileyinman/iosevka
iosevka: Simplify custom build process

The interface to configure a custom build with Nix has changed due to changes upstream; please refer to the derivation for details.
2019-09-24 10:16:44 -05:00
Riley Inman dd2f026780 iosevka: Add comment to document privateBuildPlan 2019-09-24 10:34:17 -04:00
Vladimír Čunát 192fb9d11b
Merge branch 'staging-next' into staging 2019-09-24 08:15:01 +02:00
Riley Inman c847da5b8b iosevka: Fix rev typo, link node_modules instead of copy 2019-09-23 15:08:54 -04:00
José Romildo Malaquias 3b7e00c776 matcha: 2019-07 -> 2019-09-23 2019-09-23 06:23:51 -03:00
Riley Inman 64accf2edf iosevka: Merge node dependencies into nodePackages 2019-09-23 02:03:10 -04:00
Riley Inman 0ef7d0d908 iosevka: Declare version in mkDerivation 2019-09-22 14:10:04 -04:00
Riley Inman e1ace0f772 iosevka: Add self as maintainer 2019-09-22 14:07:10 -04:00
Riley Inman 8bfb67929d iosevka: Append extraParameters instead of overwriting 2019-09-22 14:04:58 -04:00
Jan Tojnar f80e55fc2e
gtk3.setupHook: clear icon-theme.cache in preFixup (#68552)
gtk3.setupHook: clear icon-theme.cache in preFixup
2019-09-22 16:30:42 +02:00
Vladimír Čunát 6c567ed797
Merge branch 'staging-next' into staging 2019-09-22 10:06:45 +02:00
Riley Inman 98a7d7990e iosevka: Simplify custom build process
Although hopefully this can eventually be added to nodePackages, it uses
some devDependencies to build custom fonts. Node2nix doesn't currently
support enabling devDependencies for a single package.

- Got rid of redundant let-in statements.
- node-packages.json now only pulls in Iosevka.
- generate.sh
  * Uses a nix-shell shebang to ensure it builds using the current
    version of node2nix (the old version caused some issues due to the
    19.03 release version being 1.6.0 instead of 1.7.0).
  * Builds in development mode to fix the devDependencies issue.
- Use the tree of the built node package as sourceRoot instead of
  installing node dependencies manually. This means the source will have
  to be updated in both node-packages.json and default.nix, but to make
  things easier the derivation inherits the version number.
- Disparate build options now all live under privateBuildPlan, which is
  converted first with builtins.toJSON and then to TOML using remarshal
  (Unfortunately there is not currently a builtins.toTOML).
- Extra parameters can also be provided that will be converted to JSON
  then TOML. This will overwrite the default parameters.toml file.
2019-09-21 12:54:46 -04:00
José Romildo Malaquias da6e307f45
Merge pull request #68302 from jD91mZM2/yaru
yaru-theme: init at 19.10.2
2019-09-21 12:12:59 -03:00
Mario Rodas 03888ff8de
Merge pull request #69071 from marsam/init-cascadia-code
cascadia-code: init at 1909.16
2019-09-21 01:41:46 -05:00
Matthew Bauer d8b7b95ac6 Merge remote-tracking branch 'origin/master' into staging 2019-09-20 23:25:24 -04:00
Matthew Bauer f7e4eeda6c
Merge pull request #68614 from nspin/pr/simplify-cacert-setup-hook
cacert: simplify setupHook
2019-09-20 17:59:34 -04:00
jD91mZM2 817e74524f
yaru-theme: init at 19.10.2 2019-09-20 21:53:38 +02:00
Eelco Dolstra d8e35fdbf9 vista-fonts: Use new download location 2019-09-19 22:38:31 +02:00
José Romildo Malaquias 1baddfbaaf
Merge pull request #68959 from romildo/upd.papirus-maia-icon-theme
papirus-maia-icon-theme: init at 2019-07-26
2019-09-19 16:00:37 -03:00
Vladyslav M 6447378983
Merge pull request #69003 from romildo/upd.arc-theme
arc-theme: 20190910 -> 20190917
2019-09-19 21:46:04 +03:00
Mario Rodas 319710d48c
cascadia-code: init at 1909.16 2019-09-18 21:00:00 -05:00
worldofpeace b7ad6e1be5
treewide: icons propagate hicolor-icon-theme, dontDropIconThemeCache 2019-09-18 22:47:29 +02:00
Jan Tojnar 8f91e87ded
gtk3.setupHook: clear icon-theme.cache in preFixup
Packages often run gtk-update-icon-cache to include their icons in themes’ icon cache. However, since each package is installed to its own prefix, the files will only collide. For that reason we are removing the icon-theme.cache from applications.

Previously, we did that in hicolor-icon-theme setup hook but, since it is actually gtk3’s utility that creates the cache, we thought it would be appropriate to let its setup hook handle the clearing.
2019-09-18 22:45:07 +02:00
worldofpeace 3b48814e8d
Merge pull request #68732 from dtzWill/update/shared-mime-info-1.13.1
shared-mime-info: 1.12 -> 1.13.1
2019-09-18 15:46:52 -04:00
Will Dietz a8303d2494 shared-mime-info: 1.12 -> 1.13.1
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/tags/Release-1-13
https://gitlab.freedesktop.org/xdg/shared-mime-info/-/tags/Release-1-13-1
2019-09-18 15:45:54 -04:00
Thomas Tuegel 86db1ece88
Merge pull request #68820 from babariviere/iosevka-2.0
iosevka: 1.4.3 -> 2.3.0
2019-09-18 05:48:48 -05:00
José Romildo Malaquias 4dfd5069d6 arc-theme: 20190910 -> 20190917 2019-09-17 22:40:01 -03:00
José Romildo Malaquias 6d370a57b4 papirus-maia-icon-theme: init at 2019-07-26 2019-09-17 09:54:20 -03:00
José Romildo Malaquias e589f08b3b
Merge pull request #68860 from romildo/upd.qogir-icon-theme
qogir-icon-theme: init at 2019-09-15
2019-09-17 08:21:34 -03:00
José Romildo Malaquias 0d55837a9c
Merge pull request #68797 from romildo/upd.materia-theme
materia-theme: 20190831 -> 20190912
2019-09-17 08:20:02 -03:00
Will Dietz 0caa727cdd
Merge pull request #68738 from dtzWill/update/spleen-1.3.0
spleen: 1.0.5 -> 1.3.0
2019-09-16 10:47:09 -05:00
José Romildo Malaquias 25a28f8720 qogir-icon-theme: init at 2019-09-15 2019-09-15 16:36:32 -03:00
babariviere 41b98797ae
iosevka: 1.4.3 -> 2.3.0
Use node2nix instead of reading package lock.
2019-09-15 19:36:10 +02:00
babariviere 659adfaf27
iosevka: 1.4.3 -> 2.3.0
Integrate new Iosevka build system.
Add an extra arguments to add custom parameters (for example to map ligatures).
2019-09-15 16:05:02 +02:00
Vladyslav M 07753d8cf1
source-sans-pro: 2.045 -> 3.006 2019-09-15 10:48:37 +03:00
Will Dietz 1e1ca087a0
Merge pull request #68761 from dtzWill/update/inter-3.10
inter: 3.7 -> 3.10
2019-09-14 14:13:51 -05:00
Will Dietz fc09454b1b
Merge pull request #68741 from dtzWill/update/sarasa-gothic-0.8.2
sarasa-gothic: 0.8.0 -> 0.8.2
2019-09-14 14:12:34 -05:00
Will Dietz da9869e5d2
Merge pull request #68746 from dtzWill/update/agave-14
agave: 10 -> 14
2019-09-14 13:15:04 -05:00
José Romildo Malaquias 82783dc183 materia-theme: 20190831 -> 20190912 2019-09-14 11:22:45 -03:00
Franz Pletz 789760aa10
Merge pull request #68779 from mimame/update/maintainer
maintainer: mimadrid: update github username and personal data
2019-09-14 14:08:35 +00:00
José Romildo Malaquias ad333743a8
Merge pull request #68662 from romildo/upd.arc-theme
arc-theme: 20190330 -> 20190910
2019-09-14 08:40:54 -03:00
Miguel Madrid Mencía 148c82e07e
maintainer: mimadrid: update github username and personal data 2019-09-14 12:15:46 +02:00
Will Dietz f1df175f8d
inter: 3.7 -> 3.10
https://github.com/rsms/inter/releases/tag/v3.10
https://github.com/rsms/inter/releases/tag/v3.9
https://github.com/rsms/inter/releases/tag/v3.8
2019-09-13 22:54:15 -05:00
Will Dietz 9fbb606cd0
agave: 10 -> 14
https://github.com/agarick/agave/releases/tag/v14
https://github.com/agarick/agave/releases/tag/v13
https://github.com/agarick/agave/releases/tag/v12
https://github.com/agarick/agave/releases/tag/v11
2019-09-13 22:05:38 -05:00
Will Dietz 7ff42e439e
sarasa-gothic: 0.8.0 -> 0.8.2
https://github.com/be5invis/Sarasa-Gothic/releases/tag/v0.8.2
2019-09-13 21:55:41 -05:00
Will Dietz c21ae92d94
spleen: 1.0.5 -> 1.3.0
Install psfu files for console use.
2019-09-13 21:48:51 -05:00
José Romildo Malaquias f93d1762ee arc-theme: move to pkgs/data/themes 2019-09-13 10:27:41 -03:00
José Romildo Malaquias 9dc74f3c44 mojave-gtk-theme: 2019-05-21 -> 2019-09-09 2019-09-13 09:39:56 -03:00
Nick Spinale e7ede726ba cacert: simplify setupHook
Triggering this setupHook for dependencies at targetOffset does not work
in cross-compilation cases where such a dependency is lacking. This
simplified setupHook is more robust.
2019-09-12 20:14:47 +00:00
Marek Mahut ebf50e20fe
Merge pull request #68325 from romildo/upd.matcha-gtk-theme
matcha: 2019-06-22 -> 2019-07
2019-09-10 13:26:57 +02:00
Fabián Heredia Montiel f5e5aa7400 fira-code: 1.207 -> 2 2019-09-09 22:35:16 -05:00
Frederik Rietdijk 0107ee8c32
Merge pull request #68339 from NixOS/staging-next
Staging next with systemd 243
2019-09-09 10:02:20 +02:00
volth 7b8fb5c06c treewide: remove redundant quotes 2019-09-08 23:38:31 +00:00
José Romildo Malaquias a8973fa845 shades-of-gray-theme: 1.1.8 -> 1.1.9 2019-09-08 17:28:52 -03:00
José Romildo Malaquias 3518248b49 matcha: 2019-06-22 -> 2019-07 2019-09-08 17:22:41 -03:00
Thomas Tuegel 26b095829f
Merge pull request #68229 from dywedir/source-serif-pro
source-serif-pro: 2.010 -> 3.000
2019-09-08 09:22:11 -05:00
Vladyslav M d4da04c528
source-serif-pro: 2.010 -> 3.000 2019-09-07 01:04:01 +03:00
Jan Tojnar cdf426488b
Merge branch 'master' into staging-next
Fixed trivial conflicts caused by removing rec.
2019-09-06 03:20:09 +02:00
Jan Tojnar ed54a5b51d
Merge branch 'gtk-no-plus' 2019-09-06 02:57:51 +02:00
Jan Tojnar 72e7d569a7
tree-wide: s/GTK+/GTK/g
GTK was renamed.
2019-09-06 02:54:53 +02:00
Will Dietz ef414c2676
Merge pull request #68036 from dtzWill/update/victor-mono-1.2.5
victor-mono: 1.2.1 -> 1.2.5
2019-09-04 21:13:20 -05:00
Vladimír Čunát 4aad2947f8
Merge branch 'master' into staging-next 2019-09-04 11:00:56 +02:00
Will Dietz a8b1948aa7
victor-mono: 1.2.1 -> 1.2.5 2019-09-03 18:15:59 -05:00
Will Dietz a774931282
sudo-font: 0.37 -> 0.40
https://github.com/jenskutilek/sudo-font/releases/tag/v0.38
https://github.com/jenskutilek/sudo-font/releases/tag/v0.39
https://github.com/jenskutilek/sudo-font/releases/tag/v0.40
2019-09-03 18:12:56 -05:00
José Romildo Malaquias fdd331cceb
Merge pull request #67900 from romildo/upd.materia-theme
materia-theme: 20190315 -> 20190831
2019-09-03 11:00:50 -03:00
Marek Mahut 3775e79ce9
Merge pull request #67918 from tadeokondrak/iosevka-2.3.0
iosevka-bin: 2.2.1 -> 2.3.0
2019-09-03 11:08:40 +02:00
Peter Simons 79cfb44011 all-cabal-hashes: update to Hackage at 2019-09-03T05:02:25Z 2019-09-03 09:23:56 +02:00
Vladimír Čunát f21211ebfe
Merge branch 'master' into staging 2019-09-02 23:25:24 +02:00
Tadeo Kondrak 346f49596b
iosevka-bin: 2.2.1 -> 2.3.0 2019-09-01 22:51:10 -06:00
José Romildo Malaquias 0ad44f80ad materia-theme: 20190315 -> 20190831 2019-09-01 17:00:36 -03:00
José Romildo Malaquias 6f9e18a47d qogir-theme: 2019-05-03 -> 2019-08-31 2019-08-31 18:54:22 -03:00
volth 7bb6b373ab treewide: name -> pname (#67513) 2019-08-31 07:41:22 -04:00
Averell Dalton d8be742844 tzdata: 2019a -> 2019b 2019-08-31 12:43:34 +02:00
Frederik Rietdijk ad1d58c622 Merge staging-next into staging 2019-08-31 10:04:20 +02:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
Jan Tojnar 3665a31a4a
Merge pull request #67663 from jtojnar/fc-joypixels
fontconfig: add support for JoyPixels font
2019-08-30 00:30:13 +02:00
worldofpeace 810b2fb4f3
Merge pull request #67701 from jtojnar/twemoji
twitter-color-emoji: init at 12.1.2
2019-08-29 16:37:00 -04:00
Jan Tojnar 4e4d67b79f
twitter-color-emoji: init at 12.1.2 2019-08-29 21:33:26 +02:00
Jan Tojnar dd7ec2ea97
python2Packages.nototools: 2017-09-25 → 2019-03-20 2019-08-29 17:24:10 +02:00
Jan Tojnar 1a7b8f6817
joypixels: drop fontconfig file
It is now supportedby our fontconfig.
2019-08-29 02:17:49 +02:00
volth 08f68313a4 treewide: remove redundant rec 2019-08-28 11:07:32 +00:00
Frederik Rietdijk 5061fe0c2c Merge staging-next into staging 2019-08-28 08:26:42 +02:00
Frederik Rietdijk 98640fd482 Merge master into staging-next 2019-08-27 16:36:47 +02:00
volth 35d68ef143 treewide: remove redundant quotes 2019-08-26 21:40:19 +00:00
José Romildo Malaquias 86e1452556 theme-obsidian2: 2.8 -> 2.9 (#67501)
* theme-obsidian2: 2.8 -> 2.9

* theme-obsidian2: move to pkgs/data

* theme-obsidian2: use pname

* theme-obsidian2: run hooks preInstall and postInstall in install phase
2019-08-26 23:11:52 +08:00
Vladimír Čunát 2e6bf42a22
Merge branch 'master' into staging-next
There ver very many conflicts, basically all due to
name -> pname+version.  Fortunately, almost everything was auto-resolved
by kdiff3, and for now I just fixed up a couple evaluation problems,
as verified by the tarball job.  There might be some fallback to these
conflicts, but I believe it should be minimal.

Hydra nixpkgs: ?compare=1538299
2019-08-24 08:55:37 +02:00
worldofpeace eaf95bef86
Merge pull request #63273 from colemickens/nixpkgs-gelasio
gelasio: init at unstable-2018-08-13
2019-08-23 16:12:39 -04:00
Cole Mickens 6039ccef9e gelasio: init at unstable-2018-08-13 2019-08-23 22:01:04 +02:00
xrelkd 54e5878ecd font-awesome: 5.10.1 -> 5.10.2 2019-08-23 15:21:47 +08:00
Jonathan Ringer 2e7613b3a0 osinfo-db: 20190726 -> 20190805 2019-08-20 18:21:18 -07:00
Jan Tojnar 91d627ab0a
Merge pull request #67014 from jtojnar/joypixels
joypixels: init at 5.0.2
2019-08-20 14:52:28 +02:00
worldofpeace d7a6f57e22
Merge pull request #66952 from tadfisher/plata-theme
plata-theme: 0.8.8 -> 0.8.9
2019-08-20 00:48:56 -04:00
Jan Tojnar 50f2ecf823
joypixels: init at 5.0.2 2019-08-20 05:32:06 +02:00
José Romildo Malaquias 7d3f0203c9
Merge pull request #66013 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20190615 -> 20190802
2019-08-19 18:52:34 -03:00
Tad Fisher db4049e2cd plata-theme: 0.8.8 -> 0.8.9 2019-08-19 10:29:11 -07:00
volth c814d72b51 treewide: name -> pname 2019-08-17 10:54:38 +00:00
Frederik Rietdijk fe9a3e3e63 Merge staging-next into staging 2019-08-17 09:39:23 +02:00
Frederik Rietdijk c68f58d95c Merge master into staging-next 2019-08-17 09:30:16 +02:00
Peter Simons 21a9aa0fcc all-cabal-hashes: update to Hackage at 2019-08-10T08:59:19Z 2019-08-16 19:54:42 +02:00
volth 46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Frederik Rietdijk 8d56f2472e Merge master into staging-next 2019-08-14 13:45:54 +02:00
Lancelot SIX 8791afb8e6
unifont_upper: 12.1.02 -> 12.1.03 2019-08-12 14:15:01 +02:00
Lancelot SIX f14b76634d
unifont: 12.1.01 -> 12.1.03 2019-08-12 14:15:01 +02:00
Frederik Rietdijk 9bd78cb048 Merge master into staging-next 2019-08-09 14:00:27 +02:00
Artem Vorotnikov d21d6544c3 zeal: use qt5's mkDerivation
ref #65399
2019-08-05 06:28:12 -04:00
R. RyanTM b3a44e1214 osinfo-db: 20190611 -> 20190726
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osinfo-db/versions
2019-08-05 08:06:28 +02:00
Peter Simons 4201da90e8 all-cabal-hashes: update to Hackage at 2019-07-07T09:46:56Z 2019-08-05 07:54:35 +02:00
R. RyanTM 60fbce3122 papirus-icon-theme: 20190615 -> 20190802
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-08-04 21:30:21 -07:00
Maximilian Bosch 9605318b48
Merge pull request #65983 from r-ryantm/auto-update/man-pages
man-pages: 5.01 -> 5.02
2019-08-05 00:31:49 +02:00
R. RyanTM 58f7d41483 man-pages: 5.01 -> 5.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/man-pages/versions
2019-08-04 14:25:09 -07:00
R. RyanTM bfdca24dd3 terminus_font: 4.47 -> 4.48
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/terminus-font/versions
2019-08-04 05:23:28 -07:00
Frederik Rietdijk 4afe7a7bf3 Merge staging-next into staging 2019-08-03 07:48:19 +02:00
Frederik Rietdijk 53328909da Merge staging-next into master, closes #65497 2019-08-03 07:42:50 +02:00
xrelkd 49f281d287 font-awesome: 5.10.0 -> 5.10.1 2019-08-03 07:13:50 +02:00
Frederik Rietdijk 4ca8e53e1d Merge staging-next into staging 2019-08-01 09:44:06 +02:00
Frederik Rietdijk 55e4555b77 Merge master into staging-next 2019-08-01 09:42:54 +02:00
Jörg Thalheim 59ac7e1634
iana-etc: 20190504 -> 20190731 2019-08-01 08:08:21 +01:00
worldofpeace 76f4626e80
Merge pull request #65579 from tadfisher/plata-theme
plata-theme: 0.8.7 -> 0.8.8
2019-07-31 01:48:40 -04:00
Jörg Thalheim 344f0529ed
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0 (#65240)
font-awesome_4: Readd, font-awesome_5: 5.9.0 -> 5.10.0
2019-07-30 08:31:41 +01:00
Daniel Schaefer 537403769c font-awesome: 5.9.0 -> 5.10.0
https://github.com/FortAwesome/Font-Awesome/releases/tag/5.10.0
2019-07-30 00:08:23 +02:00
Daniel Schaefer da40bc4449 font-awesome_4: Was removed, add again
Version 5 is incompatible for some icons, so projects that depend on it
need to actively convert the symbols, see:
https://github.com/greshake/i3status-rust/issues/130

Reintroducing the old version lets us use those programs that haven't
been updated.

Was removed in 0a393f53a9
2019-07-30 00:05:52 +02:00
Tad Fisher 363fb1e2af plata-theme: 0.8.7 -> 0.8.8 2019-07-29 14:44:52 -07:00
Frederik Rietdijk 34eebf6844 Merge master into staging-next 2019-07-25 11:52:18 +02:00
Orivej Desh 32fbbc6f9b Merge master into staging 2019-07-25 09:23:21 +00:00
worldofpeace 18cbb76f12
Merge pull request #64743 from spacekookie/google-fonts
google-fonts: 2018-07-13 -> 2019-07-14
2019-07-23 03:19:57 -04:00
worldofpeace b1bc0645ea gdk-pixbuf: rename from gdk_pixbuf 2019-07-22 18:50:57 -04:00
Frederik Rietdijk db6c38a075 Merge master into staging-next 2019-07-22 14:15:32 +02:00
José Romildo Malaquias a835adc10c
Merge pull request #64186 from tadfisher/plata-theme
plata-theme: 0.8.3 -> 0.8.7
2019-07-20 23:44:17 -03:00
Vladimír Čunát 5e9f1bb343
docbook5: 5.0 -> 5.0.1
Main reason: the previous source would not unpack with patched unzip:
https://github.com/NixOS/nixpkgs/commit/0238946872c1
2019-07-20 12:39:16 +02:00
Tad Fisher c8442c7f6a plata-theme: 0.8.3 -> 0.8.7 2019-07-19 11:30:16 -07:00
Will Dietz 0cd0869462 victor-mono: improvements from previous PR
Fixes #64465.

Resolves conflicts with earlier merged PR,
notable differences in the result
(by our powers combined!):

* provide both ttf and otf versions
* quote URL, since folks seem to like those
* don't put fonts in ${pname} subdirs
  fontconfig's hashing/cache is mostly geared
  for the many-fonts-in-one-place situation,
  although this may be fixed in more recent versions.
  Anyway minor change and mostly went with not modifying
  what I had ;) so happy to adjust back if that
  better matches your senses/style/use.
* Drop leading 'A' from description,
  I think this is per policy written.. somewhere O:).
* alpha-sort the meta attributes, which is easy to rem
  and generally matches what most expressions do anyway :)

Reviewer feedback:

* use subdirs with fontname, seems preferred
* fix indent, whoops
2019-07-18 18:46:40 -04:00
Robert Helgesson d7ef88bc38
fira-code: 1.206 -> 1.207 2019-07-18 23:36:51 +02:00
Katharina Fey 64cc2f9ee9
google-fonts: Removing fixed-output derivation 2019-07-14 22:45:54 +01:00
Katharina Fey 38bd8d3185
google-fonts: 2018-07-13 -> 2019-07-14 2019-07-14 22:45:44 +01:00
EEva (JPotier) 5e51a6073e victor-mono: init at 1.2.1 2019-07-13 11:58:34 -04:00
Ryan Mulligan 508ae42a0f treewide: fix redirect URLs 2019-07-10 12:52:51 -07:00
Frederik Rietdijk 74c24385cb Merge master into staging-next 2019-07-09 15:46:00 +02:00
worldofpeace 3752453b93
Merge pull request #64283 from tadeokondrak/adapta-backgrounds/update/0.5.3.1
adapta-backgrounds: 0.5.2.3 -> 0.5.3.1
2019-07-08 19:18:14 -04:00
Vladimír Čunát 0746c4dbb4
Merge branch 'master' into staging-next
There are several thousand rebuilds from master already.
Hydra nixpkgs: ?compare=1528940
2019-07-06 13:44:40 +02:00
José Romildo Malaquias 656e3b245f shades-of-gray-theme: 1.1.7 -> 1.1.8 2019-07-04 16:30:46 -03:00
worldofpeace 2f8ec3bbba
Merge pull request #63825 from JohnAZoidberg/gnome-user-docs
gnome3.gnome-user-docs: Add meta attributes
2019-07-04 05:49:47 -04:00
Tadeo Kondrak cfb340c077
adapta-backgrounds: 0.5.2.3 -> 0.5.3.1 2019-07-04 01:49:53 -06:00
Rok Garbas 65781e204d
Remove me (garbas) as maintainer since I don't have much time to maintain anything 2019-07-03 11:27:39 +02:00
Frederik Rietdijk 25a77b7210 Merge staging-next into staging 2019-07-03 08:59:42 +02:00
R. RyanTM 235bb7febd osinfo-db: 20190504 -> 20190611
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/osinfo-db/versions
2019-07-02 17:40:10 +02:00
José Romildo Malaquias 1556781737
Merge pull request #64104 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20190521 -> 20190615
2019-07-02 07:54:02 -03:00
R. RyanTM 68c01eb0ec papirus-icon-theme: 20190521 -> 20190615
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/papirus-icon-theme/versions
2019-07-01 22:47:51 -07:00
worldofpeace 3f4a353737 treewide: use dontUnpack 2019-07-01 04:23:51 -04:00
worldofpeace 4d1f8e9bf0
Merge pull request #63770 from romildo/upd.matcha-gtk-theme
matcha: 2019_05_09 -> 2019-06-22
2019-06-27 18:11:55 -04:00
Vincent Laporte 85109b92cd
amiri: init at 0.111
Amiri is a classical Arabic typeface in Naskh style for typesetting books and
other running text.

Homepage: https://www.amirifont.org/
2019-06-27 08:03:06 +00:00
Daniel Schaefer da4aac76cf gnome3.gnome-user-docs: Add meta attributes 2019-06-27 00:06:34 +02:00
José Romildo Malaquias f0d7610c14 matcha: 2019_05_09 -> 2019-06-22 2019-06-25 08:55:54 -03:00
R. RyanTM b62fda7acf unifont_upper: 12.1.01 -> 12.1.02
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/unifont_upper/versions
2019-06-23 14:14:21 +02:00
Will Dietz 726a2a3dda
Merge pull request #63249 from r-ryantm/auto-update/spleen
spleen: 1.0.4 -> 1.0.5
2019-06-17 20:47:33 -05:00
R. RyanTM d852492c18 spleen: 1.0.4 -> 1.0.5
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/spleen/versions
2019-06-16 15:56:10 -07:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
Peter Simons c2e65c0186 all-cabal-hashes: update to Hackage at 2019-06-14T00:22:02Z 2019-06-14 13:06:35 +00:00
Daniel Vianna ff2883dcea add inconsolata and terminus nerdfonts in single packages 2019-06-13 22:23:23 +10:00
Elis Hirwing 4bfbcdbe81
Merge pull request #62939 from ar1a/master
jost: init at 3.3
2019-06-13 08:29:28 +02:00
José Romildo Malaquias 9b97400633 papirus-icon-theme: add maintainer 2019-06-11 15:56:42 -03:00
José Romildo Malaquias 28915d1b5a papirus-icon-theme: restrict to linux platforms 2019-06-11 15:56:35 -03:00
José Romildo Malaquias 6c3550f8c7 papirus-icon-theme: use pname instead of name 2019-06-11 15:56:28 -03:00
José Romildo Malaquias 74617e517b papirus-icon-theme: 20190501 -> 20190521 2019-06-11 15:55:06 -03:00
Aria Edmonds 8e58a54b09 jost: init at 3.3 2019-06-10 16:02:28 +10:00
Vladimír Čunát 308706fe9e
Merge #62132: tetra-gtk-theme: 201905 -> 201905r1
And rename, without an alias (probably fine for this, I think).
2019-06-09 13:43:10 +02:00
Mario Rodas 699d75198d
mplus-outline-fonts: update homepage 2019-06-08 23:48:34 -05:00
Mario Rodas e99a196d61
kochi-substitute: update homepage 2019-06-08 23:48:03 -05:00
Mario Rodas 2840d0db8c
kochi-substitute-naga10: update homepage 2019-06-08 23:47:16 -05:00
Mario Rodas c0eaf5e917
mirrors: rename sourceforgejp to osdn
SourceForge.jp renamed to OSDN on May 11, 2015.
https://osdn.net/projects/sourceforge/news/24923
2019-06-08 23:25:47 -05:00
Franz Pletz c2e440d9d2
Merge pull request #62802 from dtzWill/update/wireless-regdb-2019-06-03
wireless-regdb: 2019-03-01 -> 2019-06-03
2019-06-07 11:25:06 +00:00
Vladimír Čunát 8f5edef47e
Merge branch 'staging-next' (PR #62209) 2019-06-07 08:07:10 +02:00
Will Dietz b791d03480
wireless-regdb: 2019-03-01 -> 2019-06-03 2019-06-06 22:48:51 -05:00
Will Dietz 08202a5fbc
public-sans: 1.004 -> 1.005
https://github.com/uswds/public-sans/releases/tag/v1.005
2019-06-06 21:48:04 -05:00
xrelkd 8b1b80ea3b font-awesome: 5.8.2 -> 5.9.0 2019-06-06 10:39:15 +08:00
Vladimír Čunát 576af17187
Merge branch 'master' into staging-next
Hydra nixpkgs: ?compare=1523575
2019-06-05 11:06:44 +02:00
Vladyslav M d0017d7b7e
Merge pull request #62678 from dtzWill/update/ibm-plex-2.0.0
ibm-plex: 1.4.1 -> 2.0.0
2019-06-05 10:14:00 +03:00
Will Dietz 2acfae695a
public-sans: 1.003 -> 1.004
https://github.com/uswds/public-sans/releases/tag/v1.004
2019-06-04 15:09:08 -05:00