From 37fd8467eac1f2379a0dd969674dd496ceb35f98 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 17 May 2021 10:29:27 +0300 Subject: fcft: add new package at 2.4.0 --- wayland/fcft/build | 13 +++++++++++++ wayland/fcft/checksums | 1 + wayland/fcft/depends | 5 +++++ wayland/fcft/sources | 1 + wayland/fcft/version | 1 + 5 files changed, 21 insertions(+) create mode 100755 wayland/fcft/build create mode 100644 wayland/fcft/checksums create mode 100644 wayland/fcft/depends create mode 100644 wayland/fcft/sources create mode 100644 wayland/fcft/version (limited to 'wayland') diff --git a/wayland/fcft/build b/wayland/fcft/build new file mode 100755 index 00000000..c546b45e --- /dev/null +++ b/wayland/fcft/build @@ -0,0 +1,13 @@ +#!/bin/sh -e + +export DESTDIR=$1 + +meson \ + --prefix=/usr \ + . output + +ninja -C output +ninja -C output install + +# Remove unneeded files +rm -r "$1/usr/share/doc" diff --git a/wayland/fcft/checksums b/wayland/fcft/checksums new file mode 100644 index 00000000..7ef7d802 --- /dev/null +++ b/wayland/fcft/checksums @@ -0,0 +1 @@ +ba17a8c6af1d6a25c3d87aa96c1754896e255af71b70cd60a119200e5844fc43 2.4.0.tar.gz diff --git a/wayland/fcft/depends b/wayland/fcft/depends new file mode 100644 index 00000000..2d3469db --- /dev/null +++ b/wayland/fcft/depends @@ -0,0 +1,5 @@ +fontconfig +freetype-harfbuzz +pixman +scdoc make +tllist make diff --git a/wayland/fcft/sources b/wayland/fcft/sources new file mode 100644 index 00000000..fa4cdb19 --- /dev/null +++ b/wayland/fcft/sources @@ -0,0 +1 @@ +https://codeberg.org/dnkl/fcft/archive/2.4.0.tar.gz diff --git a/wayland/fcft/version b/wayland/fcft/version new file mode 100644 index 00000000..7afb4de6 --- /dev/null +++ b/wayland/fcft/version @@ -0,0 +1 @@ +2.4.0 1 -- cgit v1.2.3