mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
Update Libertine font
svn path=/nixpkgs/trunk/; revision=27295
This commit is contained in:
parent
1e868ce18b
commit
a2579704f1
@ -1,9 +1,9 @@
|
||||
rec {
|
||||
version="0.12.0";
|
||||
name="xneur-0.12.0";
|
||||
hash="09rkr65ajq049x733qj918035kjrmkzqyifbpx7y938kdwq609ln";
|
||||
version="0.13.0";
|
||||
name="xneur-0.13.0";
|
||||
hash="19z8nnfj9paf877k0nrqy6dih69l81svxymqg6llh7ndgkw20hgd";
|
||||
url="http://dists.xneur.ru/release-${version}/tgz/xneur-${version}.tar.bz2";
|
||||
advertisedUrl="http://dists.xneur.ru/release-0.12.0/tgz/xneur-0.12.0.tar.bz2";
|
||||
advertisedUrl="http://dists.xneur.ru/release-0.13.0/tgz/xneur-0.13.0.tar.bz2";
|
||||
|
||||
|
||||
}
|
||||
|
@ -1,17 +0,0 @@
|
||||
args: with args;
|
||||
rec{
|
||||
src = fetchurl {
|
||||
url = http://downloads.sourceforge.net/linuxlibertine/LinLibertineFont-2.7.tgz;
|
||||
sha256 = "06xm3np2xx41fr2yc00q0z2qy9s6p860f18ns1f1f00vi54dm4c5";
|
||||
};
|
||||
|
||||
buildInputs = [];
|
||||
phaseNames = ["doUnpack" "installFonts"];
|
||||
|
||||
name = "linux-libertine-2.7";
|
||||
meta = {
|
||||
description = "Linux Libertine Fonts";
|
||||
homepage = http://linuxlibertine.sf.net;
|
||||
};
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
args : with args;
|
||||
rec {
|
||||
src = fetchurl {
|
||||
url = http://downloads.sourceforge.net/linuxlibertine/LinLibertineSRC-2.7.tgz;
|
||||
sha256 = "1czc3pil4zrii6qh6zk0g6hj6axj20gfnpbbdfrzm703wm9w70ic";
|
||||
url = http://downloads.sourceforge.net/linuxlibertine/5.0.0/LinLibertineSRC_2011_05_22.tgz;
|
||||
sha256 = "1cr0kvvlqrcmaxfl6szfp3m93mcnhmypx33dxmdm3xdxxkab74vg";
|
||||
};
|
||||
|
||||
buildInputs = [fontforge];
|
||||
@ -15,7 +15,11 @@ rec {
|
||||
ScaleToEm(1000);
|
||||
'';
|
||||
|
||||
name = "linux-libertine-2.7";
|
||||
doUnpack = fullDepEntry ''
|
||||
tar xf ${src}
|
||||
'' ["minInit"];
|
||||
|
||||
name = "linux-libertine-5.0.0";
|
||||
meta = {
|
||||
description = "Linux Libertine Fonts";
|
||||
homepage = http://linuxlibertine.sf.net;
|
@ -5736,11 +5736,9 @@ let
|
||||
|
||||
liberation_ttf = callPackage ../data/fonts/redhat-liberation-fonts { };
|
||||
|
||||
libertine = builderDefsPackage (import ../data/fonts/libertine/2.7.nix) {
|
||||
libertine = builderDefsPackage (import ../data/fonts/libertine) {
|
||||
inherit fontforge;
|
||||
};
|
||||
libertineBin = builderDefsPackage (import ../data/fonts/libertine/2.7.bin.nix) {
|
||||
};
|
||||
|
||||
lmodern = callPackage ../data/fonts/lmodern { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user