Tim Steinbach
be32a53097
Merge pull request #19845 from NeQuissimus/unifont_9_0_03
...
unifont: 9.0.02 -> 9.0.03
2016-10-25 11:48:27 -04:00
Tim Steinbach
c7917c5a45
unifont_upper: 9.0.01 -> 9.0.03
2016-10-24 22:42:52 -04:00
Tim Steinbach
d51f1a3dd3
unifont: 9.0.02 -> 9.0.03
2016-10-24 22:42:01 -04:00
Tim Steinbach
6adde2a5d9
Merge pull request #19712 from peterhoeg/fontawesome-cleanup
...
font-awesome: use fetchFromGitHub instead of url
2016-10-20 09:46:50 -04:00
Danny Arnold
4acfe25dd5
zeal: 0.3.0 -> 0.3.1
2016-10-20 10:41:04 +02:00
Jörg Thalheim
209691e397
Merge pull request #19688 from Profpatsch/league-of-moveable-type
...
league-of-moveable-type: fix raleway integration
2016-10-20 10:17:22 +02:00
Peter Hoeg
8c87ca1327
font-awesome: use fetchFromGitHub instead of url
2016-10-20 12:59:20 +08:00
Profpatsch
d1c2341c89
league-of-moveable-type: fix raleway integration
...
The raleway fonts need to be copied from their /share folder to be
included properly.
They are also `.otf`-fonts, so they should live in `opentype` folders.
2016-10-20 01:16:29 +02:00
Graham Christensen
33ac1e1d63
raleway: fix meta.homepage
2016-10-16 13:10:41 -04:00
Jörg Thalheim
f175831407
Merge pull request #19573 from Profpatsch/league-of-moveable-type
...
League of moveable type update & raleway
2016-10-15 11:25:35 +02:00
Profpatsch
fc19902260
league-of-movable-type: 2014-12 -> 2016-10-15
...
Restructured, so that updates can be done by executing a shell script.
Also uses the extended Raleway fonts, the league itself has only thin
variants.
2016-10-15 06:49:50 +02:00
Profpatsch
a1d3af2082
raleway: init at 2016-08-30
2016-10-15 06:49:38 +02:00
Joachim F
c719a4c434
Merge pull request #19552 from romildo/upd.elementary-icon-theme
...
elementary-icon-theme: 3.2.2 -> 4.0.1
2016-10-14 23:31:50 +02:00
Robert Helgesson
2398a66859
overpass: init at 2.1
2016-10-14 23:07:04 +02:00
romildo
4e4205469b
elementary-icon-theme: 3.2.2 -> 4.0.1
2016-10-14 14:48:50 -03:00
Tim Steinbach
24f86ac41a
Merge pull request #19546 from romildo/upd.faba-icon-theme
...
faba-icon-theme: 2016-06-02 -> 2016-09-13
2016-10-14 09:26:52 -04:00
Tim Steinbach
03805c42a3
Merge pull request #19547 from romildo/upd.moka-icon-theme
...
moka-icon-theme: 2016-06-07 -> 2016-10-06
2016-10-14 09:26:41 -04:00
Tim Steinbach
9aa06ba95a
Merge pull request #19548 from romildo/upd.faba-mono-icons
...
faba-mono-icons: fix repository name
2016-10-14 09:26:21 -04:00
Tim Steinbach
3beb90cf72
Merge pull request #19549 from romildo/upd.arc-icon-theme
...
arc-icon-theme: 2016-06-06 -> 2016-07-07
2016-10-14 09:25:51 -04:00
romildo
2817e73568
arc-icon-theme: 2016-06-06 -> 2016-07-07
2016-10-14 07:57:29 -03:00
romildo
2f5150be7a
faba-mono-icons: fix repository owner
2016-10-14 07:42:26 -03:00
romildo
33acea23b4
moka-icon-theme: 2016-06-07 -> 2016-10-06
2016-10-14 07:33:23 -03:00
romildo
ebcd7f2a63
faba-icon-theme: 2016-06-02 -> 2016-09-13
2016-10-14 07:10:52 -03:00
Vladimír Čunát
727fc259d6
Merge branch 'master' into staging
2016-10-13 09:53:16 +02:00
Jascha Geerds
44bb5caf7d
numix-icon-theme-circle: 2016-06-10 -> 2016-09-27
2016-10-11 23:33:42 +02:00
Jascha Geerds
d36268c47d
numix-icon-theme: 2016-06-10 -> 2016-10-05
2016-10-11 23:33:42 +02:00
Profpatsch
bef6bef0d2
stdenv/stripHash: print to stdout, not to variable
...
`stripHash` documentation states that it prints out the stripped name to
the stdout, but the function stored the value in `strippedName`
instead.
Basically all usages did something like
`$(stripHash $foo | echo $strippedName)` which is just braindamaged.
Fixed the implementation and all invocations.
2016-10-11 18:34:36 +02:00
romildo
658e216cc6
maia-icon-theme: -> 2016-09-16
...
Add versioning using the date of revision on the git repository. Also
update to the latest revision, which includes a dark version of the icon
theme.
The cmake scripts install the icons at subdirectories 'maia' and
'maia-dark'. Also use these names. The difference is in the
capitalization of the names.
2016-10-09 10:27:24 -03:00
Robin Gloster
30accf4d3e
treewide: fix licence -> license occurences
2016-10-09 12:45:32 +02:00
Jörg Thalheim
6c3b4d3a14
Merge pull request #19378 from romildo/fix.input-fonts
...
input-fonts: fix license
2016-10-09 09:52:22 +02:00
romildo
a50e919950
input-fonts: fix license
2016-10-09 00:01:34 -03:00
Franz Pletz
0d59fc1169
cacerts: refactor, add blacklist option
...
Previously, the list of CA certificates was generated with a perl script
which is included in curl. As this script is not very flexible, this commit
refactors the expression to use the python script that Debian uses to
generate their CA certificates from Mozilla's trust store in NSS.
Additionally, an option was added to the cacerts derivation and the
`security.pki` module to blacklist specific CAs.
2016-10-09 02:00:18 +02:00
José Romildo Malaquias
2763d4d4c7
input-fonts: init at 2016-10-06 ( #19080 )
2016-10-08 16:00:08 +02:00
Joachim F
7425ce511d
Merge pull request #19282 from peterhoeg/zeal
...
zeal: 0.2.1 -> 0.3.0
2016-10-07 12:28:00 +02:00
Gabriel Adomnicai
18d7e2ac33
camingo-code: init at 1.0
2016-10-06 17:47:50 -07:00
Thomas Tuegel
2e255a2edd
Merge branch 'staging'
2016-10-06 09:51:02 -05:00
Periklis Tsirakidis
8a9bd3d3dd
stdman: enable build for darwin
2016-10-06 10:23:15 +02:00
Peter Hoeg
127a04f4ee
zeal: 0.2.1 -> 0.3.0
...
This new version fixes #8008 which despite the issue being closed was
still a problem.
We now compile it with the default qt5 which as of today is 5.6.1
instead of forcing 5.5.
2016-10-06 13:11:26 +08:00
Tuomas Tynkkynen
19225bf5cc
Merge remote-tracking branch 'upstream/master' into staging
2016-10-02 10:36:47 +03:00
Jörg Thalheim
11dd15b6c1
Merge pull request #17478 from Mounium/maia
...
maia-icon-theme: init at 23235fa
2016-10-01 18:16:24 +02:00
José Romildo Malaquias
6d1ed76c74
mplus-outline-fonts: 059 -> 061
2016-09-29 08:52:16 -03:00
Eelco Dolstra
518340624d
Merge remote-tracking branch 'origin/master' into staging
2016-09-29 13:06:14 +02:00
Benno Fünfstück
0a2b08884c
man-pages: include man3 in $out
...
The previous patch to this file removed the docdev output, but did
not actually provide the files that were in the docdev output in out.
This patch fixes the issue.
2016-09-29 00:34:01 +02:00
Vladimír Čunát
fffc7638cd
Merge branch 'master' into staging
2016-09-24 18:54:31 +02:00
cmfwyp
c015c29106
google-fonts: 2015-11-18 -> 2016-08-30
2016-09-24 00:39:35 -04:00
Chris Martin
0cd97a48d4
lato: init at 2.0
2016-09-21 14:04:35 -04:00
Eelco Dolstra
7a4209c356
Merge remote-tracking branch 'origin/master' into staging
2016-09-20 17:46:09 +02:00
Eelco Dolstra
5f8a330d40
outputDocdev -> outputDevdoc
...
For consistency with the devdoc output.
2016-09-20 17:44:48 +02:00
Robert Helgesson
20fb07dc4a
fira-code: 1.201 -> 1.203
2016-09-18 13:17:05 +02:00
Vladimír Čunát
52e1a198cf
Merge branch 'master' into staging
2016-09-17 00:31:34 +02:00