Commit Graph

2317 Commits

Author SHA1 Message Date
rnhmjoj
6979f761a5
profont: install otb variant 2020-02-14 19:06:50 +01:00
José Romildo Malaquias
c4214295d7
Merge pull request #79505 from r-ryantm/auto-update/flat-remix-icon-theme
flat-remix-icon-theme: 20191018 -> 20191122
2020-02-10 12:47:26 -03: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
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
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