Commit graph

3338 commits

Author SHA1 Message Date
Aluísio Augusto Silva Gonçalves 26ce7f2607
iosevka: add update script
As outlined in the previous commit, we just need to update the source
URL in node-packages.json, and wait for node-packages.nix to be rebuilt
from it.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e6bc641ef4
iosevka: 3.2.2 -> 3.7.1; fetch source through nodePackages
Previously we used nodePackages only to fetch Iosevka's build
dependencies and then fetched the source code ourselves.  Updates
involved changing the version and hashes in the `iosevka` derivation and
then running node-packages/generate.sh to update the build dependencies,
which in turns updates *all* of node-packages.nix.

A new proposed policy for handling node-packages.nix updates involves
batching those updates.  Previously, that would mean `iosevka` and its
build dependencies could end up out of sync until the batched update was
run.

To work with the new policy, we now fetch Iosevka's source code (and
not only its dependencies) through nodePackages.  Updates are done by
changing the source URL in node-packages.json, which eventually becomes
part of an update of node-packages.nix, which is then propagated to
`iosevka` itself.

One con of this strategy is that errors can not be caught directly
after the update, but only after node-packages.nix is regenerated.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves e237f23b6a
iosevka-bin: move update script
Move bin.nix's update script to update-bin.sh so it doesn't conflict
with default.nix's update script.
2020-11-04 07:47:29 -03:00
Aluísio Augusto Silva Gonçalves 988f0cf3c5
iosevka-bin: Use iosevka's meta
The two packages have the same metadata, except for the maintainers.
2020-11-04 07:47:28 -03:00
Frederik Rietdijk 10c57af49c Merge staging-next into staging 2020-11-04 09:28:07 +01:00
Frederik Rietdijk 9e6d7d3c74 Merge master into staging-next 2020-11-04 09:27:42 +01:00
Mario Rodas 79af4e8c91
Merge pull request #102554 from marsam/init-fraunces
fraunces: init at 1.000
2020-11-03 21:55:57 -05:00
José Romildo Malaquias 4dc4b62ee5
Merge pull request #102007 from stephaneyfx/fix-numix-cursor-theme-generation
numix-cursor-theme: patch inkscape command
2020-11-03 16:18:17 -03:00
José Romildo Malaquias caf4851352
Merge pull request #102619 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 20.07.11 -> 20.09.19
2020-11-03 15:50:05 -03:00
José Romildo Malaquias a5cc1469aa
Merge pull request #102627 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 20.07.11 -> 20.09.19
2020-11-03 15:45:29 -03:00
R. RyanTM 87246e474b osinfo-db: 20200804 -> 20201015 2020-11-03 15:02:56 +00:00
R. RyanTM ea03a3a194 numix-icon-theme-circle: 20.07.11 -> 20.09.19 2020-11-03 13:13:15 +00:00
R. RyanTM 12c3408b9c numix-icon-theme-square: 20.07.11 -> 20.09.19 2020-11-03 12:02:27 +00:00
Frederik Rietdijk 470f05cb5d Merge staging-next into staging 2020-11-03 12:06:41 +01:00
Frederik Rietdijk 237966224d Merge master into staging-next 2020-11-03 12:06:06 +01:00
Mario Rodas 4f5156fdb9
Merge pull request #100746 from dtzWill/update/agave-30
agave: 22 -> 30
2020-11-02 18:35:54 -05:00
Ivar f7fca06ef9 capitaine-cursors: fix build with inkscape => 1.0 2020-11-02 22:39:14 +01:00
Mario Rodas ac19435d99
Merge pull request #102405 from marsam/update-sudo-font
sudo-font: 0.51 -> 0.52
2020-11-02 12:00:41 -05:00
Pavol Rusnak 2c931312ce treewide: simplify rev/repo arguments in src
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
Frederik Rietdijk 409ca6f1f9 Merge staging-next into staging 2020-11-01 11:06:35 +01:00
Frederik Rietdijk fe9f55907e Merge master into staging-next 2020-11-01 11:06:08 +01:00
Frederik Rietdijk 54f7498601
Merge pull request #101369 from doronbehar/pkg/kdeApplications/qt515
kdeApplications: Use latest qt515 by default
2020-11-01 11:05:05 +01:00
Frederik Rietdijk 83dde6c52c Merge staging-next into staging 2020-11-01 10:11:12 +01:00
Mario Rodas dbc3eda9d9 sudo-font: 0.51 -> 0.52 2020-11-01 04:20:00 +00:00
Vladimír Čunát dfd3ede68d
Merge branch 'master' into staging-next 2020-10-31 14:30:44 +01:00
V d3025ee8c6 iosevka-bin: add support for variants
This adds the ability to select a specific prebuilt variant. It also adds
an updater script for generating their hashes. Additionally, switching
to TTC files reduces the package size by an order of magnitude.

Example usage:

	fonts.fonts = with pkgs; [
	  (iosevka-bin.override { variant = "ss10"; })
	  (iosevka-bin.override { variant = "sparkle"; })
	  (iosevka-bin.override { variant = "aile"; })
	];
2020-10-30 21:19:20 +01:00
Doron Behar cf9f00b56d maia-icon-theme: Don't import kdeApplications
Use libsForQt5.callPackage (#101369).
2020-10-30 20:37:58 +02:00
Stephane Raux d1cf7bd44e numix-cursor-theme: patch inkscape command
The generated cursor files were previously empty due to inkscape rejecting the command line argument. See #98481.
2020-10-29 13:08:39 -07:00
Mario Rodas 322aaa9b19 fraunces: init at 1.000 2020-10-29 04:20:00 +00:00
Andreas Rammhold db0fe5c3eb
Merge branch master into staging to fix eval error
This fixes the eval error of the small (and "big"?) NixOS test set that
was fixed in 1088f05 & eba8f542.
2020-10-28 03:03:27 +01:00
Ben Siraphob db74029e3e treewide: remove package names from prefix of descriptions 2020-10-27 09:15:07 -07:00
Vladimír Čunát 89023c38fc
Recover the complicated situation after my bad merge
I made a mistake merge.  Reverting it in c778945806 undid the state
on master, but now I realize it crippled the git merge mechanism.
As the merge contained a mix of commits from `master..staging-next`
and other commits from `staging-next..staging`, it got the
`staging-next` branch into a state that was difficult to recover.

I reconstructed the "desired" state of staging-next tree by:
 - checking out the last commit of the problematic range: 4effe769e2
 - `git rebase -i --preserve-merges a8a018ddc0` - dropping the mistaken
   merge commit and its revert from that range (while keeping
   reapplication from 4effe769e2)
 - merging the last unaffected staging-next commit (803ca85c20)
 - fortunately no other commits have been pushed to staging-next yet
 - applying a diff on staging-next to get it into that state
2020-10-26 09:01:04 +01:00
Vladimír Čunát 336bc8283b
Re-Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
This reverts commit c778945806.

I believe this is exactly what brings the staging branch into
the right shape after the last merge from master (through staging-next);
otherwise part of staging changes would be lost
(due to being already reachable from master but reverted).
2020-10-26 08:19:17 +01:00
R. RyanTM afdd017def matcha-gtk-theme: 2020-10-05 -> 2020-10-23 2020-10-25 20:31:23 +00:00
Vladimír Čunát 2f6b00b15e
Merge branch 'staging-next' into staging 2020-10-25 09:47:04 +01:00
Vladimír Čunát c778945806
Revert "Merge #101508: libraw: 0.20.0 -> 0.20.2"
I'm sorry; I didn't notice it contained staging commits.

This reverts commit 17f5305b6c, reversing
changes made to a8a018ddc0.
2020-10-25 09:41:51 +01:00
Vladimír Čunát 17f5305b6c
Merge #101508: libraw: 0.20.0 -> 0.20.2 2020-10-25 09:28:53 +01:00
Alexander Bich 6078bad045 open-sans: fix revision
Remove URL encoding of revision, it results in double encoding.
2020-10-24 22:05:32 +03:00
WORLDofPEACE 949f7f9227
Merge pull request #98316 from NixOS/gnome-3.38
GNOME 3.38
2020-10-23 20:02:38 -04:00
Piotr Bogdan 47dc5607b4
gnome-user-docs: 3.36.2 -> 3.38.0 2020-10-24 01:15:08 +02:00
Jan Tojnar c252654584
Merge branch 'master' into staging-next 2020-10-24 01:10:07 +02:00
Peter Simons 7f7a12f20e all-cabal-hashes: update to Hackage at 2020-10-22T01:32:08Z 2020-10-23 21:00:26 +02:00
Jan Tojnar d13fc932cd
Merge branch 'master' into staging-next 2020-10-22 21:20:14 +02:00
Rok Garbas d5ebdf57c8
Merge pull request #101390 from garbas/fix-juliamono
julia-mono: update sha256
2020-10-22 18:57:26 +02:00
Rok Garbas 92cb4e843c
julia-mono: update sha256 2020-10-22 17:33:29 +02:00
Jan Tojnar 03c64130bb
Merge pull request #94892 from toonn/font-joypixels-emoji 2020-10-22 10:21:25 +02:00
Jan Tojnar 5902a08028
joypixels: run install hooks
Also clean up formatting.
2020-10-22 03:32:45 +02:00
toonn 196c828153
joypixels: Use updated font for macOS
After some back and forth with JoyPixels they agreed to creating a
version of their font for macOS that does not use the exact same name as
the Apple Color Emoji default font.

This naming collision meant it was impossible to configure applications
to use the JoyPixels emoji font unless you disabled the Apple Color
Emoji font using Font Book. Which meant the JoyPixels font could either
replace the Apple Color Emoji font completely or only fill in the gaps
in that font (on my system "hot face" isn't in the system font) but not
be used entirely for specific apps or be used with the system font as a
back up.
2020-10-22 03:32:45 +02:00
toonn fd653b992a
joypixels: Move assert to allow override
By moving the assert concerning license acceptance into the src
attribute license acceptance can be expressed with an override,
`joypixels.override { acceptLicense = true; }`.
2020-10-22 03:32:44 +02:00
toonn ca61c67381
joypixels: Drop dash from nixos endpoint url
The url was changed on request.
2020-10-22 03:32:44 +02:00
toonn 0da946eac8
joypixels: Reword license acceptance warning 2020-10-22 03:32:44 +02:00
toonn 48128ba77f
joypixels: Mark license as unfree 2020-10-22 03:32:44 +02:00
toonn f9f1cbbffa
joypixels: Switch on kernel.name rather than system
x86_64-darwin is too specific because macOS runs on multiple
architectures.
2020-10-22 03:32:43 +02:00
toonn c5249d1e9d
joypixels: Refactor to special-case darwin
Specifying the system-specific variables for x86_64-darwin and
x86_64-linux is too restrictive, excluding for example i686-linux.
Since macOS seems to be the odd one out we can special-case only
x86_64-darwin.
2020-10-22 03:32:43 +02:00
toonn 25ca62c2a2
joypixels: Switch from override to config option
Switch from an overridden variable to an option specified in
configuration.nix or config.nix:
  ```
  joypixels.acceptLicense = true;
  ```
2020-10-22 03:32:43 +02:00
toonn a880ab2e98
joypixels: Refactor to group system-specific variables 2020-10-22 03:32:42 +02:00
toonn cd255a375e
joypixels: Add proper license
The JoyPixels font comes with a license which requires explicit
acceptance by the user.
2020-10-22 03:32:42 +02:00
toonn d36a92fd2c
joypixels: Update metadata 2020-10-22 03:32:42 +02:00
toonn 568beeaa28
joypixels: Refactor src and installPhase for clarity 2020-10-22 03:32:41 +02:00
toonn e0ad840a06
joypixels: Add support for darwin 2020-10-22 03:32:41 +02:00
toonn da117df3f4
joypixels: Use dedicated NixOS cdn endpoint
The Arch Linux endpoint was not intended to be used as-is by other
distros. I have asked for and received a proper license with a dedicated
endpoint for NixOS.
2020-10-22 03:32:41 +02:00
André Silva 609d817586
jetbrains-mono: 2.002 -> 2.200 2020-10-22 00:45:30 +01:00
Vladimír Čunát 90094b0468
Merge branch 'master' into staging-next
minor conflict: rust update vs. darwin fixes for it
  (not tested but seems quite OK)
2020-10-21 13:34:06 +02:00
José Romildo Malaquias b542b692e8
Merge pull request #101075 from romildo/upd.numix-solarized-gtk-theme
numix-solarized-gtk-theme: 20180913 -> 20200910
2020-10-20 23:01:44 -03:00
ajs124 8904ce243a tzdata: 2019c -> 2020c 2020-10-20 21:09:28 +02:00
José Romildo Malaquias 07c91d7908 numix-solarized-gtk-theme: 20180913 -> 20200910 2020-10-19 11:15:34 -03:00
toastal d6ade09d5f julia-mono: 0.018 -> 0.022 2020-10-19 13:38:16 +03:00
José Romildo Malaquias 0363fd5fd8
Merge pull request #100084 from romildo/upd.luna-icons
luna-icons: 2020-08-09 -> 0.6
2020-10-18 17:01:48 -03:00
José Romildo Malaquias 9cf5238ee7
Merge pull request #100201 from romildo/upd.stilo-themes
stilo-themes: 3.36-2 -> 3.36-3
2020-10-18 17:00:35 -03:00
José Romildo Malaquias aa07adf211
Merge pull request #100338 from romildo/upd.lounge-gtk-theme
lounge-gtk-theme: 1.22 -> 1.24
2020-10-18 16:59:39 -03:00
Ben Siraphob 683a87dbeb treewide: remove periods from end of package descriptions 2020-10-17 08:22:31 -07:00
Will Dietz e94e19655a
agave: 22 -> 30
https://github.com/agarick/agave/releases/tag/v30
(see also notes for other releases, not linked here)
2020-10-16 13:20:17 -05:00
José Romildo Malaquias 29187f1073 luna-icons: 2020-08-09 -> 0.6 2020-10-14 11:30:18 -03:00
José Romildo Malaquias 722a480c88 marwaita-ubuntu: init at 1.5 2020-10-14 10:47:51 -03:00
José Romildo Malaquias 71db2669e8 arc-theme: fix license 2020-10-13 09:33:15 -03:00
José Romildo Malaquias b31577aea8 arc-theme: use pkg-config instead of the alias pkgconfig 2020-10-13 09:27:35 -03:00
José Romildo Malaquias 0c32ddda71 arc-theme: 20200819 -> 20201013 2020-10-13 09:27:00 -03:00
José Romildo Malaquias 511f36333e amber-theme: 3.36-1 -> 3.36-2 2020-10-12 10:10:21 -07:00
José Romildo Malaquias 95e3e3e09a plano-theme: 3.36-1 -> 3.36-2 2020-10-12 10:09:42 -07:00
José Romildo Malaquias d38c911a06 zuki-themes: 3.36-3 -> 3.36-4 2020-10-12 10:08:28 -07:00
José Romildo Malaquias d9d1273c0d
Merge pull request #99620 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2020-09-28 -> 2020-10-05
2020-10-12 13:03:26 -03:00
José Romildo Malaquias 8eb2086f25 lounge-gtk-theme: 1.22 -> 1.24 2020-10-12 12:00:36 -03:00
Anderson Torres e61c9d185d
Merge pull request #100193 from AndersonTorres/big-upload
A bunch of updates
2020-10-12 08:48:52 -03:00
Mario Rodas 0f81680440
Merge pull request #100130 from suhr/julia-mono
julia-mono: init at 0.018
2020-10-12 06:32:25 -05:00
AndersonTorres 890d47fc33 comic-neue: 2.5 -> 2.51 2020-10-12 04:07:17 -03:00
José Romildo Malaquias e2064ae542
Merge pull request #99704 from Vonfry/update/dracula
dracula-theme: 1.3.0 -> 2.0 and rename ant-dracula to dracula-theme
2020-10-11 16:07:12 -03:00
Vonfry 0f1be68116
dracula-theme: rename ant-dracula-theme to dracula-theme and update 2020-10-11 20:16:27 +08:00
José Romildo Malaquias 14258779e6 stilo-themes: 3.36-2 -> 3.36-3 2020-10-11 00:25:48 -03:00
Сухарик 2336543338 julia-mono: init at 0.018 2020-10-10 10:38:22 +03:00
Mario Rodas 5dbc275975 cascadia-code: 2008.25 -> 2009.22
https://github.com/microsoft/cascadia-code/releases/tag/v2009.22
2020-10-10 00:00:00 -05:00
José Romildo Malaquias bd98971936
Merge pull request #99305 from romildo/upd.skeu
skeu: init at 0.5.1
2020-10-10 10:49:06 -03:00
José Romildo Malaquias 0d5f50e48c
Merge pull request #99295 from romildo/upd.marwaita-pop_os
marwaita-pop_os: init at 0.9
2020-10-10 10:48:21 -03:00
José Romildo Malaquias b2b64e4a44
Merge pull request #99311 from romildo/upd.flat-remix-icon-theme
flat-remix-icon-theme: 20200116 -> 20200710
2020-10-07 18:50:30 -03:00
Jiehong Ma 799e0f1a2a ttf-tw-moe: first version 2020-10-07 16:11:28 +02:00
José Romildo Malaquias 9fee367103 matcha-gtk-theme: 2020-09-28 -> 2020-10-05 2020-10-05 09:08:45 -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 2ee2137879 flat-remix-icon-theme: 20200116 -> 20200710 2020-10-01 14:53:42 -03: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 b08ef82364 skeu: init at 0.5.1 2020-10-01 13:54:20 -03:00
José Romildo Malaquias f15c4c31d5 marwaita-pop_os: init at 0.9 2020-10-01 12:51:34 -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
José Romildo Malaquias 8ec4d97e9c ubuntu-themes: 19.04 -> 20.10 2020-09-06 15:50:54 -03:00
Frederik Rietdijk d362c0e54e Merge master into staging-next 2020-09-06 18:14:23 +02:00
José Romildo Malaquias bc067235a0 marwaita-manjaro: 2020-08-29 -> 1.5 2020-09-06 13:09:33 -03:00
José Romildo Malaquias 96542ebb19
Merge pull request #96691 from romildo/upd.iconpack-obsidian
iconpack-obsidian: 4.12 -> 4.13
2020-09-06 10:36:15 -03:00
José Romildo Malaquias 9df0922740 marwaita: 7.5.1 -> 7.6.1 2020-09-06 10:33:15 -03:00
WORLDofPEACE 98572a296b
Merge pull request #86069 from mkg20001/pkg/cinnamon-screensaver
cinnamon.cinnamon-screensaver: init at 4.4.0
2020-09-05 15:18:37 -04:00
Maciej Krüger e5b0918395 iso-flags: init at unstable-18012020
Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-09-05 14:03:01 -04:00
R. RyanTM 042d09241d papirus-icon-theme: 20200801 -> 20200901 2020-09-05 13:36:57 +00:00
Frederik Rietdijk af81d39b87 Merge staging-next into staging 2020-09-04 20:03:30 +02:00
José Romildo Malaquias c9745a5875
Merge pull request #96676 from romildo/upd.marwaita-manjaro
marwaita-manjaro: init at 2020-08-29
2020-09-04 14:58:24 -03:00
José Romildo Malaquias 3355e6c313 theme-obsidian2: include theme variants 2020-09-04 13:55:48 -03:00
José Romildo Malaquias d618cd80d2 theme-obsidian2: 2.13 -> 2.14 2020-09-04 13:40:18 -03:00
R. RyanTM e883800b08 yaru-theme: 20.10.1 -> 20.10.2 2020-09-04 09:22:19 -07:00
Jan Tojnar 7ecabdc22b
Merge pull request #96992 from jtojnar/fc-dtd-urn
treewide: use URN for fontconfig DTD
2020-09-04 17:12:29 +02:00
Frederik Rietdijk 377242d587 Merge staging-next into staging 2020-09-03 19:21:10 +02:00
Jan Tojnar 6dd3b54ccc
treewide: use URN for fontconfig DTD
To match upstream change:

9c46ef4aac
2020-09-03 06:39:00 +02:00
Mario Rodas 4adac63234 recursive: 1.062 -> 1.064 2020-09-02 21:54:00 -05:00
Christian Kampka d4c42bfaf5
liberation_ttf: Fix cross-compiling
liberation_ttf runs python3 during build,
hence it needs to be in nativeBuildInputs
when cross-building.
2020-09-02 19:22:10 +02:00
Mario Rodas de5d2d6a61 ibm-plex: 5.1.0 -> 5.1.3 2020-09-01 20:33:53 -05:00
R. RyanTM 37a3ebb725 cldr-emoji-annotation: 37.0_13.0_0_1 -> 37.0_13.0_0_2 2020-09-01 23:42:39 +02:00
José Romildo Malaquias 14b22c1593
Merge pull request #96173 from romildo/upd.venta
venta: init at 2020-08-20
2020-08-30 22:29:21 -03:00
José Romildo Malaquias e59a14c3ec iconpack-obsidian: 4.12 -> 4.13
Also add mint-x-icons as a dependency, as Mint-X is a parent theme of
Obsidian.
2020-08-30 16:15:37 -03:00
José Romildo Malaquias d214fce42c marwaita: 7.5 -> 7.5.1 2020-08-30 11:03:20 -07:00
sternenseemann fe3d667a0f twitter-color-emoji: 12.1.5 → 13.0.1 2020-08-30 10:17:23 -07:00
sternenseemann 0cfc9f47ce noto-fonts-emoji-blob-bin: remove url syntax in homepage 2020-08-30 10:17:23 -07:00
sternenseemann 079b8e1c5d noto-fonts-emoji: unstable-2019-10-22 → unstable-2020-08-20
Now supports Unicode 13.0.
2020-08-30 10:17:23 -07:00
sternenseemann a22e9ae45d pythonPackages.nototools: unstable-2019-10-21 → 0.2.12 2020-08-30 10:17:23 -07:00
José Romildo Malaquias b20059b057 marwaita-manjaro: init at 2020-08-29 2020-08-30 10:03:06 -03:00
José Romildo Malaquias b317137894
Merge pull request #96473 from romildo/upd.marwaita
marwaita: 7.4.3 -> 7.5
2020-08-30 08:53:35 -03:00
Mario Rodas a2358df011
Merge pull request #96471 from marsam/update-recursive
recursive: 1.059 -> 1.062
2020-08-28 22:26:47 -05:00
José Romildo Malaquias e8633b1e2b marwaita: 7.4.3 -> 7.5 2020-08-27 10:53:55 -03:00
José Romildo Malaquias 2995fa48cb
Merge pull request #96168 from romildo/upd.marwaita
marwaita: 7.4.2 -> 7.4.3
2020-08-27 10:23:45 -03:00
Mario Rodas 90fad2391a
recursive: 1.059 -> 1.062
https://github.com/arrowtype/recursive/releases/tag/1.060
https://github.com/arrowtype/recursive/releases/tag/1.061
https://github.com/arrowtype/recursive/releases/tag/1.062
2020-08-27 04:20:00 -05:00
Mario Rodas b543b84a6a
jetbrains-mono: 2.001 -> 2.002
https://github.com/JetBrains/JetBrainsMono/releases/tag/v2.002
2020-08-27 04:20:00 -05:00
Mario Rodas f190d0fdda
recursive: 1.057 -> 1.059
https://github.com/arrowtype/recursive/releases/tag/1.059
2020-08-25 20:20:20 -05:00
R. RyanTM bd5b6cb3b7 iosevka-bin: 3.4.1 -> 3.4.6 2020-08-25 18:14:02 +00:00
José Romildo Malaquias 90c3baab16 venta: init at 2020-08-20 2020-08-24 08:57:41 -03:00
José Romildo Malaquias d36dc5abae marwaita: 7.4.2 -> 7.4.3 2020-08-24 08:38:15 -03:00
Silvan Mosberger dd0c15b341
Merge pull request #95544 from endgame/oldschool-pc-font-bump
ultimate-oldschool-pc-font-pack: 1.0 -> 2.0
2020-08-24 02:43:15 +02:00
Michael Raskin f467d79b92
Merge pull request #95907 from rnhmjoj/otb-merge
pkgs/data/fonts: merge back the split otb output
2020-08-23 21:46:01 +00:00
Silvan Mosberger 3645476e86
Merge pull request #94747 from ptrhlm/kanji-stroke-order-font-4.003
kanji-stroke-order-font: 4.002 -> 4.003
2020-08-22 16:58:53 +02:00
rnhmjoj 6545e5a506
pkgs/data/fonts: merge back the split otb output
Since the Pango issue 457[1] has been fixed and Nixpkgs patched, it's no
longer necessary to keep X11 and .otb fonts in separate outputs (previously
they would cause application to display broken fonts).

[1]: https://gitlab.gnome.org/GNOME/pango/-/issues/457
2020-08-22 09:45:05 +02:00
Mario Rodas ec257bea65 recursive: 1.054 -> 1.057
https://github.com/arrowtype/recursive/releases/tag/1.057
2020-08-21 21:02:13 -07:00
R. RyanTM 575490962f arc-theme: 20200513 -> 20200819 2020-08-21 20:58:44 -07:00
Timo Kaufmann 5cc57fe31f
Merge pull request #77009 from davidak/anarchism
anarchism: init at 15.3-1
2020-08-20 11:20:16 +02:00
Mario Rodas eb87f723bb
Merge pull request #95735 from marsam/update-scheme-manpages
scheme-manpages: 2020-05-17 -> 2020-08-14
2020-08-18 22:23:40 -05:00
Gabriel Ebner 08639bcd13
Merge pull request #95701 from gebner/smaller_source_han
source-han-*: reduce closure size by 2x
2020-08-18 12:54:31 +02:00
Mario Rodas edb74a6b89
scheme-manpages: 2020-05-17 -> 2020-08-14 2020-08-18 04:20:00 -05:00
Silvan Mosberger c6aa9e4af6
Merge pull request #95681 from flokli/fontconfig-penultimate-remove
nixos/fonts: remove fontconfig-penultimate
2020-08-17 23:47:52 +02:00
Florian Klink 4391dcb742
Merge pull request #95635 from Profpatsch/bgnet-fix
bgnet: 3.0.21 -> 3.1.2
2020-08-17 21:18:45 +02:00
Gabriel Ebner 9fb2c88df4 source-han-*: reduce closure size by 2x
The file name of the installed font was the path returned by fetchurl:
`xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx-SourceHanSans.ttc`

This caused the derivation to reference the downloaded font file,
storing the font twice unless you optimise the store (each file is
~150M).
2020-08-17 19:23:12 +02:00
Florian Klink 119401d811 fontconfig-penultimate: remove package 2020-08-17 13:26:05 +02:00
José Romildo Malaquias 4e2b0fe833
Merge pull request #95334 from romildo/upd.luna-icons
luna-icons: init at 2020-08-09
2020-08-17 08:12:41 -03:00
Profpatsch cf71eed06e bgnet: 3.0.21 -> 3.1.2
Also builds from source now, the old tarball was long gone.
2020-08-17 02:39:06 +02:00
Jan Tojnar 36cfca88a7 osinfo-db: 20200529 -> 20200804 2020-08-16 23:48:40 +02:00
Ryan Mulligan 52b424a248
Merge pull request #91555 from r-ryantm/auto-update/elementary-xfce-icon-theme
elementary-xfce-icon-theme: 0.15 -> 0.15.1
2020-08-16 08:19:09 -07:00
Will Dietz b86fd4f919 agave: 21 -> 22
https://github.com/agarick/agave/releases/tag/v22
2020-08-16 13:32:21 +00:00
Will Dietz 4f6067861d agave: 17 -> 21
https://github.com/agarick/agave/releases/tag/v18
https://github.com/agarick/agave/releases/tag/v19
https://github.com/agarick/agave/releases/tag/v20
https://github.com/agarick/agave/releases/tag/v21
2020-08-16 13:32:21 +00:00
Will Dietz 23e96f4565 agave: 16 -> 17
https://github.com/agarick/agave/releases/tag/v17
2020-08-16 13:32:21 +00:00
Jack Kelly b84a56bddb ultimate-oldschool-pc-font-pack: 1.0 -> 2.0 2020-08-16 10:24:55 +10:00
R. RyanTM 5b09228189 spleen: 1.8.1 -> 1.8.2 2020-08-15 15:21:18 -07:00
R. RyanTM 418508e590 numix-icon-theme-circle: 20.06.07 -> 20.07.11 2020-08-15 01:16:48 -07:00
R. RyanTM 6ffc7dd6c9 numix-icon-theme-square: 20.06.07 -> 20.07.11 2020-08-15 01:16:18 -07:00
Martin Weinelt 99c6768ecb
Merge pull request #95184 from seylerius/master
iosevka: unify output directory with other fonts
2020-08-15 03:00:57 +02:00
Alyssa Ross 97077b6e96 man-pages: 5.07 -> 5.08 2020-08-14 14:24:18 +00:00
R. RyanTM 42bf6d5c2e iosevka-bin: 3.3.1 -> 3.4.1 2020-08-14 00:06:27 +00:00
José Romildo Malaquias 211edbc5d1 luna-icons: init at 2020-08-09 2020-08-13 09:57:00 -03:00
José Romildo Malaquias d228d3f205
Merge pull request #94823 from romildo/upd.theme-jade-1
theme-jade1: 1.7 -> 1.8
2020-08-13 09:28:15 -03:00
José Romildo Malaquias 7fb03a74fa
Merge pull request #95271 from symphorien/marwaita-update
marwaita: 2020-07-01 -> 7.4.2
2020-08-13 09:26:37 -03:00
Symphorien Gibol 72da65769c marwaita: 2020-07-01 -> 7.4.2 2020-08-12 12:00:00 +00:00
R. RyanTM cf0c098e35 spdx-license-list-data: 3.9 -> 3.10 2020-08-11 14:29:58 +00:00
seylerius 6508e30050
iosevka-bin: unify output dir with other fonts 2020-08-11 05:27:37 -05:00
seylerius b4cff6b475
iosevka: unify output directory with other fonts 2020-08-11 04:52:53 -05:00
Piotr Halama a52e20c503 kanji-stroke-order-font: 4.002 -> 4.003 2020-08-10 22:55:28 +02:00
José Romildo Malaquias 863a23971e theme-jade1: 1.7 -> 1.8 2020-08-06 18:54:49 -03:00
Frederik Rietdijk 834e04c474 Merge master into staging-next 2020-08-05 12:06:07 +02:00
Vladimír Čunát 01c2ba8575
Merge branch 'staging-next' into staging 2020-08-04 21:38:08 +02:00
Mario Rodas 1b99e2fd27
recursive: 1.052 -> 1.054
+ https://github.com/arrowtype/recursive/releases/tag/1.053
+ https://github.com/arrowtype/recursive/releases/tag/1.054
2020-08-03 04:20:00 -05:00
R. RyanTM f5664d63e6 papirus-icon-theme: 20200702 -> 20200801 2020-08-02 09:44:30 +00:00
Frederik Rietdijk 67af42e35f Merge staging-next into staging 2020-08-01 19:37:45 +02:00
Jörg Thalheim 9cb6894241
iana-etc: 20200407 -> 20200729 2020-08-01 09:57:46 +01:00
Silvan Mosberger f9c2da7d35
Merge pull request #93232 from ShamrockLee/edukai
edukai: init at 4.0/edusong: init at 1.0/eduli: init at 3.0
2020-08-01 03:39:27 +02:00
Shamrock Lee b2872b921d eduli: Init at 3.0
Add `eduli` (MOE Li Font)
If approved, users will be able to install
the Chinese Li (clerical) Font provided by
the Ministry of Education, Republic of China (Taiwan).
This is probably the first font of clerical script in nixpkgs.
2020-08-01 08:17:26 +08:00
Shamrock Lee 8ca49923c6 edusong: Init at 1.0
Add `edusong` (MOE Standard Song Font)
If approved, users will be able to install
the Standard Chinese Song Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:15:44 +08:00
Shamrock Lee 4102707f9a edukai: Init at 4.0
Add `edukai` (MOE Standard Kai Font) version 4.0
If approved, users will be able to install
the Standard Chinese Kai Font provided by
the Ministry of Education, Republic of China (Taiwan).
2020-08-01 08:12:45 +08:00
Peter Simons 16bd71bf8e all-cabal-hashes: update to Hackage at 2020-07-30T22:14:54Z 2020-07-31 21:21:57 +02:00
Elyhaka 1ebdab2240
pop-gtk: 2020-04-22 -> 2020-06-30 2020-07-31 10:59:50 +02:00
xeji 86c7e6499b
Merge pull request #93914 from romildo/upd.theme-obsidian2
theme-obsidian2: 2.12 -> 2.13
2020-07-30 23:10:19 +02:00
xeji 5d221b57e4
Merge pull request #94144 from dtzWill/update/spleen-1.8.1
spleen: 1.8.0 -> 1.8.1
2020-07-30 23:07:06 +02:00
xeji 3d08b748dc
Merge pull request #93973 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2020-06-18 -> 2020-07-27
2020-07-30 23:00:17 +02:00
Mario Rodas abe07bbd96
Merge pull request #94139 from dtzWill/update/iosevka-bin-3.3.1
iosevka-bin: 3.2.2 -> 3.3.1
2020-07-30 08:21:41 -05:00
Mario Rodas 3a357ca0ec
Merge pull request #94146 from dtzWill/update/victor-mono-1.4.1
victor-mono: 1.3.1 -> 1.4.1
2020-07-29 21:49:37 -05:00
José Romildo Malaquias 15e184a548
Merge pull request #94132 from dtzWill/update/ibm-plex-5.1.0
ibm-plex: 5.0.0 -> 5.1.0
2020-07-29 22:56:18 -03:00
Mario Rodas fc4694ebdd
Merge pull request #94149 from dtzWill/update/sarasa-gothic-0.12.11
sarasa-gothic: 0.12.6 -> 0.12.11
2020-07-29 16:21:55 -05:00
Will Dietz e35ca5290a
sudo-font: 0.42 -> 0.50 (#94135)
https://github.com/jenskutilek/sudo-font/releases/tag/v0.50
2020-07-29 15:40:02 -05:00
worldofpeace 0697d84006
Merge pull request #94181 from worldofpeace/my-updates
treewide: use nix-update updateScript for packages I maintain
2020-07-29 14:05:01 -04:00
Mario Rodas 9e453cc2b7
Merge pull request #94128 from marsam/update-cascadia-code
cascadia-code: 1911.21 -> 2007.01
2020-07-29 12:21:19 -05:00
worldofpeace d12c11e30c treewide: use nix-update updateScript for packages I maintain 2020-07-29 12:33:39 -04:00
Will Dietz 8538c5be11
sarasa-gothic: 0.12.6 -> 0.12.11 2020-07-29 00:49:27 -05:00
Will Dietz d61cce4d4b
victor-mono: 1.3.1 -> 1.4.1 2020-07-29 00:32:00 -05:00
Will Dietz 70ba31727b
spleen: 1.8.0 -> 1.8.1
https://github.com/fcambus/spleen/blob/1.8.1/ChangeLog
2020-07-29 00:19:51 -05:00
Will Dietz 2b58f47bd0
iosevka-bin: 3.2.2 -> 3.3.1
https://github.com/be5invis/Iosevka/releases/tag/v3.3.1
2020-07-29 00:08:44 -05:00
Mario Rodas e659a32203
redhat-official-fonts: 2.2.0 -> 2.3.2 2020-07-29 00:00:00 -05:00
Will Dietz f395842414
ibm-plex: 5.0.0 -> 5.1.0
https://github.com/IBM/plex/releases/tag/v5.1.0
2020-07-28 23:46:12 -05:00
José Romildo Malaquias d34955d47c matcha-gtk-theme: 2020-06-18 -> 2020-07-27 2020-07-27 10:25:11 -03:00
José Romildo Malaquias b955ca84bb theme-obsidian2: 2.12 -> 2.13 2020-07-26 10:05:51 -03:00
Mario Rodas 111565d6e7
cascadia-code: 1911.21 -> 2007.01 2020-07-25 04:20:00 -05:00
Peter Simons 3b46d9a65e all-cabal-hashes: update to Hackage at 2020-07-24T00:16:27Z 2020-07-24 21:38:22 +02:00
Michael Raskin 23c93a5205
Merge pull request #85169 from prusnak/inkscape
inkscape: 0.92.5 -> 1.0
2020-07-20 08:45:05 +00:00
Pavol Rusnak 8402a74cce
treewide: replace inkscape with inkscape_0
The Inkscape CLI interface has been changed with 1.x and packages
are not adjusted yet to this change. Let's use inkscape 0.x instead.
2020-07-19 13:10:16 +02:00
Mario Rodas 7546f2d189
Merge pull request #93442 from marsam/init-barlow
barlow: init at 1.422
2020-07-18 21:44:13 -05:00
Mario Rodas f1d5d21271
barlow: init at 1.422 2020-07-18 04:20:00 -05:00
Mario Rodas 4703d4da7e
_3270font: init at 2.0.4 2020-07-18 04:20:00 -05:00
Daniël de Kok bc077b5724
Merge pull request #93028 from dtzWill/update/agave-16
agave: 15 -> 16
2020-07-15 14:49:06 +02:00
Michele Guerini Rocco d8ec219293
Merge pull request #93051 from samuelgrf/fix/nerdfonts-no-winfonts
nerdfonts: disable Windows font variants (by default)
2020-07-15 09:22:34 +02:00
José Romildo Malaquias 50de229ca5
Merge pull request #92671 from r-ryantm/auto-update/yaru
yaru-theme: 20.04.7 -> 20.10.1
2020-07-14 19:16:52 -03:00
Samuel Gräfenstein 56ce016024
nerdfonts: disable Windows font variants
The only difference between these and the regular fonts is that
the internal font name is limited to 31 characters. They double
the package closure size.
2020-07-14 23:58:01 +02:00
Mario Rodas 15a7e9c9bc
jetbrains-mono: 2.000 -> 2.001 2020-07-13 04:20:00 -05:00
Will Dietz ae38220281
agave: 15 -> 16
https://github.com/agarick/agave/releases/tag/v16
2020-07-12 17:47:20 -05:00
José Romildo Malaquias 12b586a6aa
Merge pull request #92979 from r-ryantm/auto-update/iconpack-jade
iconpack-jade: 1.22 -> 1.23
2020-07-12 10:24:18 -03:00
José Romildo Malaquias bb834be299
Merge pull request #90221 from gnidorah/cdetheme
cde-gtk-theme: small adjustments
2020-07-12 10:15:31 -03:00
R. RyanTM 880e8452e5 iconpack-jade: 1.22 -> 1.23 2020-07-12 06:44:39 +00:00
Mario Rodas 56784484ff
jetbrains-mono: 1.0.6 -> 2.000 2020-07-11 04:20:00 -05:00
José Romildo Malaquias 0439412eba
Merge pull request #92336 from romildo/upd.marwaita
marwaita: init at 2020-07-01
2020-07-09 19:53:16 -03:00
José Romildo Malaquias 61d1be7a88
Merge pull request #90245 from Thra11/alegreya
Alegreya
2020-07-08 08:27:02 -03:00
R. RyanTM e68f20f02b yaru-theme: 20.04.7 -> 20.10.1 2020-07-08 01:15:14 +00:00
Tom Hall b4308f8a33 alegreya-sans: init at 2.008 2020-07-07 19:42:25 +01:00
Tom Hall d58b1771d6 alegreya: init at 2.008 2020-07-07 19:42:24 +01:00
Thomas Tuegel daec48f47c
Merge pull request #88533 from rileyinman/iosevka-update
iosevka, iosevka-bin: 2.3.3 -> 3.2.2
2020-07-07 08:51:21 -05:00
Will Dietz bc49e1f787
agave: 14 -> 15
https://github.com/agarick/agave/releases/tag/v15
(cherry picked from commit 14ac1cc7e2882a4a09584c58b08f015e94be32f3)
2020-07-06 17:47:27 -05:00
José Romildo Malaquias 6f730ada4d
Merge pull request #92363 from r-ryantm/auto-update/numix-icon-theme-square
numix-icon-theme-square: 19.12.27 -> 20.06.07
2020-07-06 08:55:22 -03:00
José Romildo Malaquias deef42d904
Merge pull request #92372 from r-ryantm/auto-update/numix-icon-theme-circle
numix-icon-theme-circle: 19.12.27 -> 20.06.07
2020-07-06 08:53:24 -03:00
José Romildo Malaquias e1b0572065
Merge pull request #92249 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200602 -> 20200702
2020-07-06 08:48:23 -03:00
R. RyanTM b3fcaa5440 adwaita-qt: 1.1.3 -> 1.1.4 2020-07-06 05:04:17 +02:00
R. RyanTM af34714c8d cldr-emoji-annotation: 36.12.120200305_0 -> 37.0_13.0_0_1 2020-07-06 04:19:34 +02:00
R. RyanTM 297efcd26e numix-icon-theme-circle: 19.12.27 -> 20.06.07 2020-07-05 20:20:44 +00:00
R. RyanTM 829e32b104 numix-icon-theme-square: 19.12.27 -> 20.06.07 2020-07-05 19:05:51 +00:00
Riley Inman 26d56baf0e iosevka: 2.3.3 -> 3.2.2 2020-07-05 10:54:27 -04:00
Riley Inman f9a94f989d iosevka-bin: 2.3.3 -> 3.2.2 2020-07-05 10:05:47 -04:00
José Romildo Malaquias 3b337cfccb marwaita: init at 2020-07-01 2020-07-05 11:02:48 -03:00
Mario Rodas 149efc597b
Merge pull request #92267 from r-ryantm/auto-update/xits-math
xits-math: 1.301 -> 1.302
2020-07-04 20:22:41 -05:00
Maximilian Bosch 3897eb5836
Merge pull request #92234 from samuelgrf/update/nixos-wallpapers
nixos-artwork: add missing wallpapers
2020-07-04 19:27:15 +02:00
R. RyanTM 26913cebb0 xits-math: 1.301 -> 1.302 2020-07-04 12:19:30 +00:00
R. RyanTM 7157e599eb papirus-icon-theme: 20200602 -> 20200702 2020-07-04 07:37:44 +00:00
Samuel Gräfenstein 18b5737723
nixos-artwork: add missing wallpapers 2020-07-04 00:31:18 +02:00
Peter Simons f614e5006f
Merge pull request #91759 from NixOS/haskell-updates
Update Haskell package set to LTS 16.3 (plus other fixes)
2020-07-03 21:29:53 +02:00
Peter Simons e081b183ab all-cabal-hashes: update to Hackage at 2020-07-02T22:46:43Z 2020-07-03 21:29:17 +02:00
Mario Rodas d16b7018b1
Merge pull request #92132 from marsam/update-cozette
cozette: 1.5.1 -> 1.8.3
2020-07-03 07:58:13 -05:00
R. RyanTM 2f8baeb588 spleen: 1.7.0 -> 1.8.0 2020-07-03 15:25:09 +05:30
Mario Rodas c2007a94c6
cozette: add marsam to maintainers 2020-07-02 04:20:00 -05:00
Mario Rodas 648277451c
cozette: 1.5.1 -> 1.8.3 2020-07-02 04:20:00 -05:00
Peter Hoeg 2676464121
Merge pull request #91913 from peterhoeg/u/zeal
zeal: 0.6.1 -> 0.6.999
2020-07-02 10:12:34 +08:00
Vladimír Čunát 075e8aeecb
dns-root-data: switch to new URL
There's a redirect in place, so it doesn't really matter.
2020-07-01 16:20:48 +02:00
Peter Hoeg b25c98ed29 zeal: 0.6.1 -> 0.6.999 2020-07-01 16:20:43 +08:00
José Romildo Malaquias ac8b5be34d
Merge pull request #91401 from romildo/upd.qogir-icon-theme
qogir-icon-theme: 2020-02-21 -> 2020-06-22
2020-06-28 15:04:57 -03:00
Niklas Hambüchen 29c073f650
Merge pull request #91449 from ericdallo/bump-material-design-icons
material-design-icons: 4.7.95 -> 5.3.45
2020-06-28 02:45:08 +02:00
Jan Tojnar c673b8f0d1
joypixels: 5.5.0 → 6.0.0 2020-06-28 01:43:48 +02:00
Markus Kowalewski 3ddeb521d8
nss-cacert: add license 2020-06-27 00:54:50 +02:00
Peter Simons 50abe8b545 Merge remote-tracking branch 'origin/master' into haskell-updates. 2020-06-26 12:53:30 +02:00
R. RyanTM 683f4beae8 elementary-xfce-icon-theme: 0.15 -> 0.15.1 2020-06-26 07:43:46 +00:00
Peter Simons 8ffed96359 all-cabal-hashes: update to Hackage at 2020-06-25T08:18:20Z 2020-06-25 10:42:12 +02:00
Eric Dallo 756915979e
material-design-icons: 4.7.95 -> 5.3.45 2020-06-24 20:06:24 -03:00
Frederik Rietdijk 16287a8cb8 Merge master into staging-next 2020-06-24 19:04:03 +02:00
José Romildo Malaquias c25fd71ee8 qogir-icon-theme: 2020-02-21 -> 2020-06-22 2020-06-24 07:56:46 -03:00
Ingo Blechschmidt a64a315151 terminus-font: make build reproducible by using gzip -n 2020-06-21 14:08:25 +02:00
Frederik Rietdijk 9c5e7367d1 Merge master into staging-next 2020-06-20 07:38:17 +02:00
Peter Simons 881e0cffaf all-cabal-hashes: update to Hackage at 2020-06-19T00:10:12Z 2020-06-19 22:29:30 +02:00
Peter Simons 6e8d0133f9 all-cabal-hashes: update to Hackage at 2020-06-12T00:09:36Z 2020-06-19 22:29:21 +02:00
Frederik Rietdijk e4cd7a48f3 Merge staging-next into staging 2020-06-19 10:49:25 +02:00
José Romildo Malaquias 2e7e277b89 matcha-gtk-theme: 2020-05-24 -> 2020-06-18 2020-06-18 08:17:12 -03:00
Lassulus 9480bae337
Merge pull request #69734 from rileyinman/blobmoji
noto-fonts-emoji-blob-bin: init at 2019-06-14-Emoji-12
2020-06-18 09:06:33 +02:00
Frederik Rietdijk 32e827b848 Merge staging-next into staging 2020-06-18 09:02:05 +02:00
R. RyanTM bba6d992f8 osinfo-db: 20200515 -> 20200529 2020-06-17 12:31:50 -07:00
R. RyanTM 36f5cb2a88 amiri: 0.112 -> 0.113 2020-06-17 11:35:44 -07:00
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
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
R. RyanTM 0d51c0c9b0 numix-icon-theme: 20.03.20 -> 20.06.07 2020-06-16 18:21:58 +00:00
R. RyanTM 7f38e92115 man-pages: 5.06 -> 5.07 2020-06-16 16:45:11 +00:00
Robert Helgesson 33a7767fa1
fira-code: 5 -> 5.2 2020-06-14 14:39:46 +02:00
Robert Helgesson a53a6565af
fira-code: 4 -> 5 2020-06-14 01:20:49 +02:00
gnidorah d782c3daed cdetheme: small adjustments 2020-06-13 08:35:19 +03:00
José Romildo Malaquias 35a94eae57
Merge pull request #89783 from romildo/upd.snowblind
snowblind: 2020-02-26 -> 2020-06-07
2020-06-09 15:41:02 -03:00
José Romildo Malaquias 29e4bbe4b1 ibm-plex: 4.0.2 -> 5.0.0 2020-06-09 06:59:26 -03:00
José Romildo Malaquias 4b1ac88d48 snowblind: 2020-02-26 -> 2020-06-07 2020-06-07 23:51:04 -03:00
worldofpeace d508591039
Merge pull request #86163 from worldofpeace/wallpaper-refactor
Gnome and Pantheon: install nixos wallpapers
2020-06-07 14:44:59 -04:00
José Romildo Malaquias eed21283ac
Merge pull request #89630 from romildo/upd.stilo-themes
stilo-themes: 3.34-2 -> 3.36-2
2020-06-07 10:56:39 -03:00
R. RyanTM adc908a873 adwaita-qt: 1.1.1 -> 1.1.3 2020-06-07 10:53:31 +02:00
R. RyanTM 0bbb0d488c wireless-regdb: 2019.06.03 -> 2020.04.29 2020-06-07 10:53:07 +02:00
José Romildo Malaquias d2ed1f4fad
Merge pull request #89665 from r-ryantm/auto-update/papirus-icon-theme
papirus-icon-theme: 20200430 -> 20200602
2020-06-06 17:43:31 -03:00
R. RyanTM 47866ba00d papirus-icon-theme: 20200430 -> 20200602 2020-06-06 15:18:54 +00:00
José Romildo Malaquias c5734cb712 stilo-themes: 3.34-2 -> 3.36-2 2020-06-06 08:16:20 -03:00
R. RyanTM 9f7b8abcc1 amber-theme: 3.34-2 -> 3.36-1 2020-06-06 01:10:39 +00:00
José Romildo Malaquias c27e54de99
Merge pull request #89401 from romildo/upd.mint-x-icons
mint-x-icons: init at 1.5.5
2020-06-04 12:47:46 -03:00
Daiderd Jordan 7b3a2963d1
treewide: replace base64 encoded hashes 2020-06-03 18:35:19 +02:00
José Romildo Malaquias 04094d7d98 mint-x-icons: init at 1.5.5 2020-06-03 08:08:48 -03:00
José Romildo Malaquias c6aa729b68
Merge pull request #89358 from romildo/upd.ubuntu-themes
ubuntu-themes: init at 19.04
2020-06-03 08:04:54 -03:00
zimbatm 9f15e95ff2
Merge pull request #89308 from LnL7/remove-sri-hashes
Remove sri hashes
2020-06-02 16:24:01 +02:00
José Romildo Malaquias a8848248d2 ubuntu-themes: init at 19.04 2020-06-02 10:37:44 -03:00
José Romildo Malaquias 98d5aba6ea
Merge pull request #89233 from romildo/upd.iconpack-obsidian
iconpack-obsidian: 4.11 -> 4.12
2020-06-01 17:54:42 -03:00
Nick Hu 052fa90e82
Merge pull request #89163 from gnidorah/cdetheme
cde-gtk-theme: init at 1.3
2020-06-01 14:24:25 +01:00
Daiderd Jordan b7ddbd52bd
treewide: replace SRI hashes 2020-06-01 15:24:19 +02:00
gnidorah 51a244259c cde-gtk-theme: init at 1.3 2020-06-01 14:39:08 +03:00
José Romildo Malaquias 3e201de13d iconpack-obsidian: 4.11 -> 4.12 2020-05-30 21:27:57 -03:00
José Romildo Malaquias b790e8bc08
Merge pull request #89162 from romildo/upd.zuki-themes
zuki-themes: 3.36-2 -> 3.36-3
2020-05-30 09:58:48 -03:00
Peter Simons e35f94c80c all-cabal-hashes: update to Hackage at 2020-05-28T23:38:21Z 2020-05-29 22:28:47 +02:00
José Romildo Malaquias 4e19cd6c97 zuki-themes: 3.36-2 -> 3.36-3 2020-05-29 08:21:50 -03:00
José Romildo Malaquias 17198a07a7
Merge pull request #88941 from romildo/upd.zuki-themes
zuki-themes: 3.34-2 -> 3.36-2
2020-05-28 09:25:52 -03:00
Jan Tojnar f0c4c0bc7b
Merge pull request #86537 from r-ryantm/auto-update/cldr-emoji-annotation
cldr-emoji-annotation: 36.12.120191002_0 -> 36.12.120200305_0
2020-05-28 04:16:19 +02:00
R. RyanTM 63b77b16f3 plata-theme: 0.9.7 -> 0.9.8 2020-05-27 12:04:18 -07:00
José Romildo Malaquias 7a3d424e04 zuki-themes: 3.34-2 -> 3.36-2 2020-05-27 14:16:44 -03:00
wishfort36 1975e4b2ec tamzen: 1.11.4 -> 1.11.5
Pango doesn't support PCF and BDF fonts since v1.44 [1], but still
supports OTB fonts. As such, we've had to generate OTB fonts for fonts
that don't supply them [2], including tamzen. As of v1.11.5, tamzen
supplies its own OTB fonts [3], so we don't need to make them ourselves.

[1]: https://gitlab.gnome.org/GNOME/pango/-/issues/386
[2]: https://github.com/NixOS/nixpkgs/issues/75160
[3]: https://github.com/sunaku/tamzen-font/issues/25
2020-05-27 09:01:22 -07:00
R. RyanTM 25e8015fed recursive: 1.051 -> 1.052 2020-05-25 15:55:34 -04:00
Jan Tojnar 4d9de2d85d
Merge pull request #83534 from mmilata/libosinfo-bump
osinfo-db-tools: 1.6.0 -> 1.7.0, osinfo-db: 20200214 -> 20200515, libosinfo: fix test
2020-05-25 12:38:04 +02:00
José Romildo Malaquias 4b0d5ecee8
Merge pull request #88678 from maxeaubrey/yaru_20.04.7
yaru-theme: 20.04.6 -> 20.04.7
2020-05-25 07:24:10 -03:00
José Romildo Malaquias 334cf8c6af
Merge pull request #88808 from romildo/upd.matcha-gtk-theme
matcha-gtk-theme: 2020-05-09 -> 2020-05-24
2020-05-24 18:35:39 -03:00
José Romildo Malaquias a3c1dda3d2 matcha-gtk-theme: 2020-05-09 -> 2020-05-24 2020-05-24 16:14:26 -03:00
José Romildo Malaquias 76d707ff21 plano-theme: 3.34-2 -> 3.36-1
- Update to version 3.36-1
- Build with meson
2020-05-24 14:04:07 -03:00
José Romildo Malaquias 5f1c96b12f plano-theme: format with nixpkgs-fmt 2020-05-24 13:56:16 -03:00
Michele Guerini Rocco 21537c43ab
Merge pull request #87842 from wishfort36/tamzen-1.11.4
tamzen: init at 1.11.4
2020-05-24 14:54:32 +02:00
Martin Milata 578ffc402b osinfo-db: 20200214 -> 20200515 2020-05-23 14:09:07 +02:00
Maxine E. Aubrey 438aa9edff
yaru-theme: 20.04.6 -> 20.04.7 2020-05-23 13:56:44 +02:00
José Romildo Malaquias 307931388c
Merge pull request #88020 from romildo/upd.canta-theme
canta-theme: 2020-01-31 -> 2020-05-17
2020-05-20 15:51:22 -03:00
Mario Rodas 0fb7affa6e
Merge pull request #88229 from r-ryantm/auto-update/spdx-license-list-data
spdx-license-list-data: 3.8 -> 3.9
2020-05-19 21:27:12 -05:00
R. RyanTM f17dae17dd spdx-license-list-data: 3.8 -> 3.9 2020-05-20 01:39:11 +00:00
Mario Rodas 86de0197f5
Merge pull request #87993 from marsam/init-scheme-manpages
scheme-manpages: init at 2020-05-11
2020-05-18 21:10:40 -05:00
Robert Helgesson 09efe9dc0e
fira-code: 3.1 -> 4 2020-05-18 23:24:50 +02:00
wishfort36 c7551f47c2 tamzen: init at 1.11.4 2020-05-18 21:01:48 +02:00
José Romildo Malaquias 7c0e735810 canta-theme: format with nixpkgs-fmt 2020-05-17 11:14:18 -03:00
José Romildo Malaquias fb07bcf08b canta-theme: install the icon theme 2020-05-17 11:08:57 -03:00
José Romildo Malaquias b4854c52ea canta-theme: 2020-01-31 -> 2020-05-17 2020-05-17 11:07:32 -03:00
Mathnerd314 26cbda7929 oldsindshi: 0.1 -> 1.0 2020-05-16 13:05:55 -06:00
Mathnerd314 49436a7613 marathi-cursive: 1.2 -> 2.0 2020-05-16 13:05:55 -06:00
Mario Rodas b9d0734a2a
scheme-manpages: init at 2020-05-17 2020-05-16 04:20:00 -05:00
Peter Simons a4282b6dc1 all-cabal-hashes: update to Hackage at 2020-05-15T17:34:35Z 2020-05-15 21:19:10 +02:00
José Romildo Malaquias 54b7ad9e71
Merge pull request #87764 from romildo/upd.arc-theme
arc-theme: 20200416 -> 20200513
2020-05-14 19:43:06 -03:00
José Romildo Malaquias d8da67f1e4 arc-theme: enable gnome shell 2020-05-13 17:04:43 -03:00
José Romildo Malaquias e4db862d82 arc-theme: 20200416 -> 20200513 2020-05-13 17:02:13 -03:00
José Romildo Malaquias e413f4b505 arc-theme: format with nixpkgs-fmt 2020-05-13 17:01:44 -03:00
oxalica c8d1573dac
sarasa-gothic: 0.8.0 -> 0.12.6 2020-05-13 13:28:16 +08:00
oxalica 4eb3829539
sarasa-gothic: replace p7zip with libarchive 2020-05-13 13:24:14 +08:00
José Romildo Malaquias 683c68232e
Merge pull request #87448 from romildo/upd.shades-of-gray-theme
shades-of-gray-theme: 1.2.1 -> 1.3.0
2020-05-10 20:41:36 -03:00
José Romildo Malaquias bb80d26d6d
Merge pull request #87445 from romildo/upd.nordic-polar
nordic-polar: 1.6.0 -> 1.9.0
2020-05-10 20:39:48 -03:00
José Romildo Malaquias bf093b6b89
Merge pull request #87444 from romildo/upd.nordic
nordic: 1.8.1 -> 1.9.0
2020-05-10 20:39:11 -03:00
José Romildo Malaquias 2bb14421ec theme-obsidian2: 2.11 -> 2.12 2020-05-10 16:03:14 -03:00
José Romildo Malaquias 3cb8917c7f shades-of-gray-theme: 1.2.1 -> 1.3.0 2020-05-09 20:33:53 -03:00
José Romildo Malaquias ae20433891 nordic-polar: 1.6.0 -> 1.9.0 2020-05-09 20:20:40 -03:00
José Romildo Malaquias c2dfe11990 nordic: 1.8.1 -> 1.9.0 2020-05-09 20:13:30 -03:00
José Romildo Malaquias f4be678295 matcha-gtk-theme: 2020-04-08 -> 2020-05-09 2020-05-09 07:57:17 -03:00
José Romildo Malaquias 256cb06d87 matcha-theme: change name to matcha-gtk-theme
Upstream renamed the git repository.
2020-05-09 07:57:17 -03:00
Mario Rodas 206690308b
recursive: 1.047 -> 1.051 2020-05-09 04:20:00 -05:00
Peter Simons 93c48507c9 all-cabal-hashes: update to Hackage at 2020-05-08T08:52:23Z 2020-05-08 21:13:07 +02:00
Tor Hedin Brønner 01a3fa470c
Merge pull request #86661 from hedning/gnome-3.36.2
Gnome 3.36.2
2020-05-06 19:43:38 +02:00
Lancelot SIX 255ccf8cba
Merge pull request #87010 from r-ryantm/auto-update/man-pages
man-pages: 5.05 -> 5.06
2020-05-06 12:54:31 +01:00
R. RyanTM 7deafadc52 man-pages: 5.05 -> 5.06 2020-05-05 22:01:57 +00:00