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