diff options
| author | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
|---|---|---|
| committer | emmett1 <emmett1.2miligrams@protonmail.com> | 2024-05-24 12:22:12 +0800 |
| commit | 46ca440e9d6cc606d9c3233021e32d24b25172cf (patch) | |
| tree | eeb573e47ac56498fbf74bda6d22fac47038ecab /repos/extra/fcft | |
| parent | 8c2e7bb570c11a51fdcecf7302af4058757d862c (diff) | |
| download | alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.tar.gz alicelinux-46ca440e9d6cc606d9c3233021e32d24b25172cf.zip | |
added repos
Diffstat (limited to 'repos/extra/fcft')
| -rw-r--r-- | repos/extra/fcft/.files | 29 | ||||
| -rw-r--r-- | repos/extra/fcft/depends | 3 | ||||
| -rw-r--r-- | repos/extra/fcft/info | 4 |
3 files changed, 36 insertions, 0 deletions
diff --git a/repos/extra/fcft/.files b/repos/extra/fcft/.files new file mode 100644 index 00000000..60cfa693 --- /dev/null +++ b/repos/extra/fcft/.files @@ -0,0 +1,29 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/include/ +drwxr-xr-x root/root usr/include/fcft/ +-rw-r--r-- root/root usr/include/fcft/fcft.h +-rw-r--r-- root/root usr/include/fcft/stride.h +drwxr-xr-x root/root usr/lib/ +lrwxrwxrwx root/root usr/lib/libfcft.so -> libfcft.so.4 +lrwxrwxrwx root/root usr/lib/libfcft.so.4 -> libfcft.so.4.1.8 +-rwxr-xr-x root/root usr/lib/libfcft.so.4.1.8 +drwxr-xr-x root/root usr/lib/pkgconfig/ +-rw-r--r-- root/root usr/lib/pkgconfig/fcft.pc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man3/ +-rw-r--r-- root/root usr/share/man/man3/fcft_capabilities.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_clone.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_destroy.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_fini.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_from_name.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_kerning.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_log_init.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_precompose.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_rasterize_char_utf32.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_rasterize_grapheme_utf32.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_rasterize_text_run_utf32.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_set_emoji_presentation.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_set_scaling_filter.3.gz +-rw-r--r-- root/root usr/share/man/man3/fcft_text_run_destroy.3.gz diff --git a/repos/extra/fcft/depends b/repos/extra/fcft/depends new file mode 100644 index 00000000..41253326 --- /dev/null +++ b/repos/extra/fcft/depends @@ -0,0 +1,3 @@ +fontconfig +pixman +tllist diff --git a/repos/extra/fcft/info b/repos/extra/fcft/info new file mode 100644 index 00000000..2042b643 --- /dev/null +++ b/repos/extra/fcft/info @@ -0,0 +1,4 @@ +name=fcft +version=3.1.8 +release=1 +source="https://codeberg.org/dnkl/${name}/archive/${version}.tar.gz" |