Commit Graph

2889 Commits

Author SHA1 Message Date
José Romildo Malaquias
7e24bfa708
Merge pull request #99307 from romildo/upd.theme-obsidian2
theme-obsidian2: 2.14 -> 2.15
2020-10-05 09:51:56 -03:00
José Romildo Malaquias
d1bf7db57b
Merge pull request #99300 from romildo/upd.theme-jade1
theme-jade1: 1.8 -> 1.9
2020-10-05 09:50:13 -03:00
José Romildo Malaquias
fa5c2010e8
Merge pull request #99296 from romildo/upd.marwaita-peppermint
marwaita-peppermint: 0.3 -> 0.4
2020-10-05 09:47:59 -03:00
Justin Humm
b6b8503f85 monoid: 2016-07-21 -> 2018-06-03
Also applied a patch, so we can build with python3Packages.fontforge, as
fontforge doesn't have python2 bindings anymore.
2020-10-04 16:10:17 +02:00
José Romildo Malaquias
9cbf927826
Merge pull request #99032 from romildo/upd.marwaita-manjaro
marwaita-manjaro: 1.5 -> 1.6
2020-10-03 11:28:28 -03:00
José Romildo Malaquias
1859df5110
Merge pull request #99002 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2020-07-27 -> 2020-09-28
2020-10-03 11:27:24 -03:00
Peter Simons
582f5cea5f all-cabal-hashes: update to Hackage at 2020-10-01T23:28:17Z 2020-10-02 21:07:31 +02:00
Patrick Hilhorst
f7e390e6d4 treewide: fix redirected urls (run 3)
Related:
 - 9fc5e7e473
 - 593e11fd94
 - 508ae42a0f

Since the last time I ran this script, the Repology API changed, so I had to
adapt the script used in the previous PR. The new API should be more robust, so
overall this is a positive (no more grepping the error messages for our relevant
data but just a nice json structure).

Here's the new script I used:

```sh
curl https://repology.org/api/v1/repository/nix_unstable/problems \
   | jq -r '.[] | select(.type == "homepage_permanent_https_redirect") | .data | "s@\(.url)@\(.target)@"' \
   | sort | uniq | tee script.sed
find -name '*.nix' | xargs -P4 -- sed -f script.sed -i
```

I will also add this script to `maintainers/scripts`.
2020-10-02 09:01:35 -07:00
Silvan Mosberger
5ce1f9d129
Merge pull request #99051 from Infinisil/man-pages-bin
man-pages: Make it findable by manpages
2020-10-02 00:52:30 +02:00
José Romildo Malaquias
8dc5cbc6f3 iconpack-jade: 1.23 -> 1.24 2020-10-01 22:01:04 +00:00
José Romildo Malaquias
32762b808f
Merge pull request #98857 from romildo/upd.marwaita
marwaita: 7.6.1 -> 7.7
2020-10-01 14:12:47 -03:00
José Romildo Malaquias
bdf0ed3b87 theme-obsidian2: 2.14 -> 2.15 2020-10-01 14:07:12 -03:00
José Romildo Malaquias
142da72096 theme-jade1: 1.8 -> 1.9
- Update to version 1.9
- Include all the color variants
- Use .tar.xz upstream source, as it includes all color variants,
  otherwise available only as git branches
- Run preInstall and postInstall hooks
- Change license to gpl3only
2020-10-01 13:17:40 -03:00
José Romildo Malaquias
389be12687 marwaita-peppermint: 0.3 -> 0.4 2020-10-01 12:57:38 -03:00
Mario Rodas
33d21a2bff
Merge pull request #99047 from marsam/update-sudo-font
sudo-font: 0.50 -> 0.51
2020-10-01 04:56:19 -05:00
Samuel Dionne-Riel
4c3b84ca6c
Merge pull request #99119 from samueldr/fix/noto-emoji-hangs
noto-fonts-emoji: Work around Hydra silence timeouts on AArch64 by being noisy
2020-09-30 14:16:08 -04:00
José Romildo Malaquias
d6a12e8d9e
Merge pull request #98426 from romildo/fix.hicolor-icon-theme
hicolor-icon-theme: fix quoting shell variables in setup hook
2020-09-30 10:54:45 -03:00
Samuel Dionne-Riel
174db5caad noto-fonts-emoji: Work around Hydra silence timeouts by being noisy
The added noise should keep Hydra from stopping this build thinking it
is hanging doing nothing, while in fact it's just churning slowly
through thousands of funny pictures!
2020-09-29 17:46:22 -04:00
José Romildo Malaquias
1063be86e9
Merge pull request #98434 from romildo/upd.materia-theme
materia-theme: 20190912 -> 20200916
2020-09-29 17:05:33 -03:00
Silvan Mosberger
75d24ef5e7
man-pages: Make it findable by manpages
Previously `nix-shell -p man-pages` wouldn't work, because `man` by
default looks up man pages only for the packages that appear in PATH.
Since man-pages didn't have anything in $out/bin though, it wouldn't be
put on PATH.

This fixes that by just creating an empty $out/bin
2020-09-29 02:08:16 +02:00
Mario Rodas
02fff7fff9 sudo-font: 0.50 -> 0.51
https://github.com/jenskutilek/sudo-font/releases/tag/v0.51
2020-09-28 18:00:00 -05:00
José Romildo Malaquias
d180ceff2d marwaita-manjaro: 1.5 -> 1.6 2020-09-28 17:20:31 -03:00
José Romildo Malaquias
9695c3168b matcha-gtk-theme: 2020-07-27 -> 2020-09-28 2020-09-28 09:01:01 -03:00
José Romildo Malaquias
fa5cb6b2a8 hicolor-icon-theme: fix quoting shell variables in setup hook 2020-09-27 15:51:41 -03:00
José Romildo Malaquias
e8100d9fef marwaita: 7.6.1 -> 7.7 2020-09-26 09:24:43 -03:00
Peter Simons
ae183ba4f7 all-cabal-hashes: update to Hackage at 2020-09-25T08:31:15Z 2020-09-25 21:10:38 +02:00
AndersonTorres
a3323d4934 comic-neue: 2.3 -> 2.5 2020-09-21 23:37:31 -03:00
José Romildo Malaquias
e388dd8542 materia-theme: 20190912 -> 20200916 2020-09-21 21:58:35 -03:00
José Romildo Malaquias
066412597a materia-theme: format with nix-format 2020-09-21 21:15:16 -03:00
Daniël de Kok
b83824d9c4
Merge pull request #98159 from sternenseemann/noto-emoji-unicode-13.1
noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16
2020-09-20 14:20:19 +02:00
Daniël de Kok
a9953f1ead
Merge pull request #98122 from turboMaCk/corefonts-output-hash
corefonts: fix hash mismatch update
2020-09-19 16:06:53 +02:00
Mario Rodas
72b9660dc1
_3270font: 2.0.4 -> 2.1.0 (#98156)
https://github.com/rbanffy/3270font/releases/tag/v.2.1.0
2020-09-17 19:00:53 -05:00
sternenseemann
ebd9355231 noto-fonts-emoji: unstable-2020-08-20 → 2020-09-16-unicode13.1 2020-09-17 19:55:25 +02:00
sternenseemann
e8a612c066 pythonPackages.nototools: 0.2.12 → 0.2.13 2020-09-17 19:55:25 +02:00
Marek Fajkus
b529c6cf65
corefonts: fix hash mismatch update 2020-09-16 21:16:01 +02:00
Jan Tojnar
9763e55345
Merge pull request #97862 from jtojnar/emoji-inkscape-fix 2020-09-14 01:43:57 +02:00
José Romildo Malaquias
8221805958
Merge pull request #97316 from romildo/upd.marwaita-peppermint
marwaita-peppermint: init at 0.3
2020-09-13 19:26:20 -03:00
José Romildo Malaquias
49ce7a07f6
Merge pull request #97297 from romildo/upd.marwaita-manjaro
marwaita-manjaro: 2020-08-29 -> 1.5
2020-09-13 19:25:35 -03:00
José Romildo Malaquias
31c90f3b9f
Merge pull request #97136 from romildo/upd.theme-obsidian2
theme-obsidian2: 2.13 -> 2.14
2020-09-13 19:24:58 -03:00
Jan Tojnar
24a6d1152d
twemoji-color-font: fix build with Inkscape 1 2020-09-13 23:13:57 +02:00
Jan Tojnar
f355352177
emojione: fix build with Inkscape 1 2020-09-13 23:13:54 +02:00
Mario Rodas
a6b064e649 cascadia-code: 2007.01 -> 2008.25
https://github.com/microsoft/cascadia-code/releases/tag/v2008.25
2020-09-13 09:19:18 -07:00
Jan Tojnar
35deaa45a1
inkscape_0: drop
Inkscape 1.0.1 re-added the old CLI flags:
3ca6a4ed08
2020-09-10 20:46:55 +02:00
WORLDofPEACE
34642dd703
Merge pull request #97308 from romildo/upd.ubuntu-themes
ubuntu-themes: 19.04 -> 20.10
2020-09-08 19:52:06 -04:00
Maciej Krüger
996bdf7cd4
mint-x-icons: remove other package and expose from cinnamon namespace 2020-09-08 01:05:32 +02:00
Maciej Krüger
b5839daf69
vanilla-dmz: 0.4.4 -> 0.4.5 (+license fix)
The package debian/copyright states Attribution-ShareAlike 3.0 Unported 
(CC BY-SA 3.0) which is cc-by-sa-30, was wrongly cc-by-nc-sa-30 which is 
unfree
2020-09-08 01:05:32 +02:00
Maciej Krüger
1e605712d2
arc-theme: enable cinnamon 2020-09-07 23:46:59 +02:00
Vladimír Čunát
c1c85b9bad
Merge #97146: 'staging-next' branch
This is the last planned iteration before forking 20.09.
2020-09-07 15:43:36 +02:00
José Romildo Malaquias
5bfb3ea696
Merge pull request #97016 from romildo/upd.marwaita
marwaita: 7.5.1 -> 7.6.1
2020-09-07 09:37:33 -03:00
José Romildo Malaquias
dfae3421e5 marwaita-peppermint: init at 0.3 2020-09-06 21:40:38 -03:00