Commit Graph

9791 Commits

Author SHA1 Message Date
R. Ryantm
c17373542c numix-icon-theme-square: 22.09.24 -> 22.10.05 2022-10-06 16:37:07 +00:00
R. Ryantm
4fea6fd37c numix-icon-theme-circle: 22.09.24 -> 22.10.05 2022-10-06 16:37:07 +00:00
R. Ryantm
0198610c3a v2ray-geoip: 202209290111 -> 202210060105 2022-10-06 21:50:58 +08:00
github-actions[bot]
32fc24fe87 Merge master into haskell-updates 2022-10-06 00:20:50 +00:00
github-actions[bot]
939050602c Merge master into staging-next 2022-10-05 18:07:32 +00:00
Dennis Gosnell
c0078a4d30 all-cabal-hashes: 2022-10-01T15:28:21Z -> 2022-10-05T14:24:18Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
2022-10-05 11:15:52 -04:00
Dennis Gosnell
a2d443c7e8 Merge pull request #193927 from NixOS/haskell-updates
haskellPackages: update stackage and hackage
2022-10-05 11:15:03 -04:00
Jonas Heinrich
88f4dafa04 Merge pull request #194534 from r-ryantm/auto-update/adw-gtk3
adw-gtk3: 3.7 -> 4.0
2022-10-05 16:46:39 +02:00
erdnaxe
9ae4531199 libertine: rename name to pname&version (#193940) 2022-10-05 14:36:51 +02:00
erdnaxe
9a2bba46e1 proggyfonts: rename name to pname&version (#193937) 2022-10-05 14:36:18 +02:00
R. Ryantm
04b714dbc0 adw-gtk3: 3.7 -> 4.0 2022-10-05 03:47:23 +00:00
github-actions[bot]
7137087254 Merge master into haskell-updates 2022-10-05 00:21:02 +00:00
Martin Weinelt
253ca4957d Merge remote-tracking branch 'origin/master' into staging-next 2022-10-05 00:44:16 +02:00
José Romildo Malaquias
9274892f22 Merge pull request #193780 from kilianar/nordzy-icon-theme-1.7
nordzy-icon-theme: 1.6 -> 1.7
2022-10-04 17:51:11 -03:00
Sandro Jäckel
fdd0db3a4d ubuntu-font-family: switch to pname+version, fix build 2022-10-04 20:23:29 +02:00
Sandro Jäckel
e500cba398 freefont-ttf: switch to pname+version, fix build 2022-10-04 18:57:47 +02:00
Sandro Jäckel
50922fe9fd cooper-hewitt: switch to pname+version, fix build 2022-10-04 18:57:46 +02:00
Sandro Jäckel
fc95752d6f Revert "cooper-hewitt: use mkDerivation"
This reverts commit 9debb92178.
2022-10-04 16:49:08 +02:00
Sandro Jäckel
a4f81e1dbb Revert "ubuntu-font-family: use mkDerivation"
This reverts commit 73e9cb6a78.
2022-10-04 15:58:52 +02:00
github-actions[bot]
ed251f3eb4 Merge master into haskell-updates 2022-10-04 00:21:27 +00:00
sternenseemann
da60d463c5 noto-fonts-emoji: 2.034 -> 2.038
* Adds glyphs for Unicode 15.0.
  https://github.com/googlefonts/noto-emoji/releases/tag/v2.038

* NotoEmoji-Regular.ttf is no longer checked in in the repository.
2022-10-04 02:11:43 +02:00
sternenseemann
01a2054000 python3Packages.nototools: 0.2.16 -> 0.2.17
Introduces Unicode 15.0 support.
https://github.com/googlefonts/nototools/releases/tag/v0.2.17
2022-10-04 02:11:43 +02:00
github-actions[bot]
b4b7aea730 Merge master into haskell-updates 2022-10-03 00:19:42 +00:00
github-actions[bot]
0ae3aa5345 Merge master into staging-next 2022-10-02 17:45:43 +00:00
Jörg Thalheim
b575af8488 Merge pull request #193943 from erdnaxe/ubuntu-font-family-make-derivation
ubuntu-font-family: use mkDerivation
2022-10-02 17:37:36 +02:00
github-actions[bot]
fc393d5731 Merge master into staging-next 2022-10-02 12:01:22 +00:00
José Romildo Malaquias
e1b6705b9a Merge pull request #193782 from kilianar/pop-icon-theme-3.3.0
pop-icon-theme: unstable-2021-11-17 -> 3.3.0
2022-10-02 07:57:50 -03:00
Candy Cloud
55ea5b4f17 clash-geoip: init at 20220912 2022-10-02 05:30:51 +00:00
github-actions[bot]
a0616b9ef8 Merge master into haskell-updates 2022-10-02 00:21:57 +00:00
Nicolas Benes
1654dc831c tzdata: enable cross-compilation for Windows
* Additional make flags are needed since some functions do not exist
    or have different names or parameters on Windows.

  * When compiling for Windows, GCC implicitly adds a `.exe` suffix to
    the output file name. A patch is needed for the `install` target
    to locate and install the correct files.

  * The tzdata Makefile contains `zic` and `ZIC` variables. The former
    refers to the path of the program to execute, while the latter
    invokes the former with additional arguments (it is defined as
    `ZIC=$(zic) $(ZFLAGS)`, `ZFLAGS` is normally empty).

    Previously, `ZIC` was overridden, potentially loosing `ZFLAGS`
    arguments. This commit changes it to override `zic` instead.

  * The `zic` program is built and installed as part of the package and
    also executed during the build to translate time-related files. When
    cross-compiling it means that two executables need to be compiled:
    one to get installed and run on the host platform, and another to
    run on the build platform. Instead of renaming files and building a
    temporary executable for the build platform, this commit references
    the build platform's `tzdata.bin` package and runs its `zic`
    program.
2022-10-01 21:55:18 +02:00
github-actions[bot]
aecf7c7bb9 Merge master into staging-next 2022-10-01 18:01:22 +00:00
Alexandre Iooss
73e9cb6a78 ubuntu-font-family: use mkDerivation 2022-10-01 19:02:28 +02:00
sternenseemann
f1b0b727b4 all-cabal-hashes: 2022-09-28T11:00:39Z -> 2022-10-01T15:28:21Z
This commit has been generated by maintainers/scripts/haskell/update-hackage.sh
and maintainers/scripts/haskell/regenerate-hackage-packages.sh.
2022-10-01 17:35:56 +02:00
Mario Rodas
91ebea0f94 Merge pull request #193579 from erdnaxe/cooper-hewitt-make-derivation
cooper-hewitt: use mkDerivation
2022-10-01 10:35:51 -05:00
github-actions[bot]
25043f0f28 Merge master into staging-next 2022-10-01 12:01:27 +00:00
sternenseemann
feaf3793ef Merge remote-tracking branch 'origin/master' into haskell-updates 2022-10-01 13:53:07 +02:00
Christian Kögler
b746456c6f Merge pull request #192722 from erdnaxe/tipa-pname-version
tipa: rename name to pname&version
2022-10-01 10:53:29 +02:00
github-actions[bot]
528cdca4be Merge master into haskell-updates 2022-10-01 00:23:36 +00:00
kilianar
803bc1795e pop-icon-theme: unstable-2021-11-17 -> 3.3.0
https://github.com/pop-os/icon-theme/releases/tag/v3.3.0
2022-10-01 00:38:08 +02:00
kilianar
f6e9a94286 nordzy-icon-theme: 1.6 -> 1.7
https://github.com/alvatip/Nordzy-icon/releases/tag/1.7
2022-10-01 00:30:46 +02:00
github-actions[bot]
e1d2f74dee Merge master into staging-next 2022-09-30 18:03:29 +00:00
José Romildo Malaquias
e78c23cf5b Merge pull request #193248 from romildo/upd.generic-updater
generic-updater: more flexible with name, pname, version and attr path, and cleanups
2022-09-30 09:19:21 -03:00
Alexandre Iooss
9debb92178 cooper-hewitt: use mkDerivation 2022-09-30 11:54:09 +02:00
github-actions[bot]
f29cec4450 Merge master into staging-next 2022-09-30 06:22:32 +00:00
R. Ryantm
2867d65dc1 v2ray-geoip: 202209220104 -> 202209290111 2022-09-30 12:36:15 +08:00
Vladimír Čunát
70e67ff12e Merge #192735: media-player-info: rename name to pname&version
...into staging
2022-09-29 09:38:03 +02:00
Mario Rodas
d3afad859a martian-mono: init at 0.9.1 2022-09-29 04:20:00 +00:00
github-actions[bot]
7e9669e8cb Merge master into haskell-updates 2022-09-29 00:22:56 +00:00
github-actions[bot]
f18d801779 Merge staging-next into staging 2022-09-28 18:05:53 +00:00
kilianar
d6f34bd71e orchis-theme: 2022-07-20 -> 2022-09-28 (#193319) 2022-09-28 19:48:56 +02:00