diff options
Diffstat (limited to 'gnu/packages/fontutils.scm')
| -rw-r--r-- | gnu/packages/fontutils.scm | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm index 053dc18a25b..264450650d1 100644 --- a/gnu/packages/fontutils.scm +++ b/gnu/packages/fontutils.scm | |||
| @@ -846,7 +846,7 @@ maintain the Noto Fonts project.") | |||
| 846 | (define-public fcft | 846 | (define-public fcft |
| 847 | (package | 847 | (package |
| 848 | (name "fcft") | 848 | (name "fcft") |
| 849 | (version "2.4.5") | 849 | (version "2.4.6") |
| 850 | (home-page "https://codeberg.org/dnkl/fcft") | 850 | (home-page "https://codeberg.org/dnkl/fcft") |
| 851 | (source (origin | 851 | (source (origin |
| 852 | (method git-fetch) | 852 | (method git-fetch) |
| @@ -854,7 +854,7 @@ maintain the Noto Fonts project.") | |||
| 854 | (file-name (git-file-name name version)) | 854 | (file-name (git-file-name name version)) |
| 855 | (sha256 | 855 | (sha256 |
| 856 | (base32 | 856 | (base32 |
| 857 | "0z4bqap88pydkgcxrsvm3fmcyhi9x7z8knliarvdcvqlk7qnyzfh")))) | 857 | "0jh05wzrif7z1xf9jzs8bgf49lpj5zs55agj414bmmwdddk7my7j")))) |
| 858 | (build-system meson-build-system) | 858 | (build-system meson-build-system) |
| 859 | (native-inputs | 859 | (native-inputs |
| 860 | `(("check" ,check) | 860 | `(("check" ,check) |
| @@ -888,7 +888,7 @@ generated list of fallback fonts are checked.") | |||
| 888 | (define-public fontmanager | 888 | (define-public fontmanager |
| 889 | (package | 889 | (package |
| 890 | (name "fontmanager") | 890 | (name "fontmanager") |
| 891 | (version "0.8.4") | 891 | (version "0.8.7") |
| 892 | (source | 892 | (source |
| 893 | (origin | 893 | (origin |
| 894 | (method git-fetch) | 894 | (method git-fetch) |
| @@ -897,8 +897,7 @@ generated list of fallback fonts are checked.") | |||
| 897 | (commit version))) | 897 | (commit version))) |
| 898 | (file-name (git-file-name name version)) | 898 | (file-name (git-file-name name version)) |
| 899 | (sha256 | 899 | (sha256 |
| 900 | (base32 | 900 | (base32 "0nyda2a6vbzyz4sn9mmrr8bkifzxmmjp7x9a3c4s6n925ccy79cn")))) |
| 901 | "09rv0srpj8ann2n1zpv1frlpxz0x10d2y21c5lys7pmfngljlxi9")))) | ||
| 902 | (build-system meson-build-system) | 901 | (build-system meson-build-system) |
| 903 | (arguments | 902 | (arguments |
| 904 | `(#:glib-or-gtk? #t | 903 | `(#:glib-or-gtk? #t |
| @@ -935,7 +934,7 @@ work well with other GTK+ desktop environments.") | |||
| 935 | (define-public fntsample | 934 | (define-public fntsample |
| 936 | (package | 935 | (package |
| 937 | (name "fntsample") | 936 | (name "fntsample") |
| 938 | (version "5.3") | 937 | (version "5.4") |
| 939 | (source (origin | 938 | (source (origin |
| 940 | (method git-fetch) | 939 | (method git-fetch) |
| 941 | (uri (git-reference | 940 | (uri (git-reference |
| @@ -944,7 +943,7 @@ work well with other GTK+ desktop environments.") | |||
| 944 | (file-name (git-file-name name version)) | 943 | (file-name (git-file-name name version)) |
| 945 | (sha256 | 944 | (sha256 |
| 946 | (base32 | 945 | (base32 |
| 947 | "02rx3gp7k472304vhjwb129nw10a29s4nvgs7i2m6bpjhlk2xgs5")))) | 946 | "0pcqqdriv6hq64zrqd9vhdd9p2vhimjnajcxdz10qnqgrkmm751v")))) |
| 948 | (build-system cmake-build-system) | 947 | (build-system cmake-build-system) |
| 949 | (arguments | 948 | (arguments |
| 950 | `(#:tests? #f ; There are no tests. | 949 | `(#:tests? #f ; There are no tests. |
| @@ -965,8 +964,7 @@ work well with other GTK+ desktop environments.") | |||
| 965 | "/lib/perl5/site_perl/" | 964 | "/lib/perl5/site_perl/" |
| 966 | ,(package-version perl)))) | 965 | ,(package-version perl)))) |
| 967 | (wrap-program (string-append out "/bin/pdfoutline") | 966 | (wrap-program (string-append out "/bin/pdfoutline") |
| 968 | `("PERL5LIB" ":" prefix (,perllib))) | 967 | `("PERL5LIB" ":" prefix (,perllib))))))))) |
| 969 | #t)))))) | ||
| 970 | (native-inputs | 968 | (native-inputs |
| 971 | `(("pkg-config" ,pkg-config) | 969 | `(("pkg-config" ,pkg-config) |
| 972 | ("gettext" ,gettext-minimal))) | 970 | ("gettext" ,gettext-minimal))) |
| @@ -979,13 +977,15 @@ work well with other GTK+ desktop environments.") | |||
| 979 | ("perl-pdf-api2" ,perl-pdf-api2) | 977 | ("perl-pdf-api2" ,perl-pdf-api2) |
| 980 | ("perl-libintl-perl" ,perl-libintl-perl) | 978 | ("perl-libintl-perl" ,perl-libintl-perl) |
| 981 | ("unicode-blocks" | 979 | ("unicode-blocks" |
| 982 | ,(origin | 980 | ,(let ((version "14.0.0")) |
| 983 | (method url-fetch) | 981 | (origin |
| 984 | (uri "https://unicode.org/Public/UNIDATA/Blocks.txt") | 982 | (method url-fetch) |
| 985 | (file-name "unicode-blocks.txt") | 983 | (uri (string-append "https://unicode.org/Public/" |
| 986 | (sha256 | 984 | version "/ucd/Blocks.txt")) |
| 987 | (base32 | 985 | (file-name (string-append "unicode-blocks-" version ".txt")) |
| 988 | "1xs8fnhh48gs41wg004r7m4r2azh9khmyjjlnvyzy9c6zrd212x2")))))) | 986 | (sha256 |
| 987 | (base32 | ||
| 988 | "05vzgrvfp35mgxjgkm4wnxjjgzva8n6545i9jxd4pczpvvfp122r"))))))) | ||
| 989 | (home-page "https://github.com/eugmes/fntsample") | 989 | (home-page "https://github.com/eugmes/fntsample") |
| 990 | (synopsis "PDF and PostScript font samples generator") | 990 | (synopsis "PDF and PostScript font samples generator") |
| 991 | (description "This package provides a tool that can be used to make font | 991 | (description "This package provides a tool that can be used to make font |
