diff options
author | Cem Keylan <cem@ckyln.com> | 2023-03-28 12:53:48 +0200 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2023-03-28 12:53:48 +0200 |
commit | 9202d87a46311fcd7f04390f15afdceb73c513c9 (patch) | |
tree | 3f95ff892a2eb3f746ef8ac6d1ec96d558235fb3 /extra/libwpe | |
parent | 40a8f7b683093ada7c91dd900cc83868ab3753fc (diff) | |
download | repository-9202d87a46311fcd7f04390f15afdceb73c513c9.tar.gz |
libwpe: add new package at 1.14.1
Diffstat (limited to 'extra/libwpe')
-rwxr-xr-x | extra/libwpe/build | 10 | ||||
-rw-r--r-- | extra/libwpe/checksums | 2 | ||||
-rw-r--r-- | extra/libwpe/depends | 2 | ||||
-rw-r--r-- | extra/libwpe/meta | 3 | ||||
-rw-r--r-- | extra/libwpe/sources | 1 | ||||
-rw-r--r-- | extra/libwpe/version | 1 |
6 files changed, 19 insertions, 0 deletions
diff --git a/extra/libwpe/build b/extra/libwpe/build new file mode 100755 index 00000000..699f1e6b --- /dev/null +++ b/extra/libwpe/build @@ -0,0 +1,10 @@ +#!/bin/sh -e + +export DESTDIR="$1" +export CXXFLAGS="$CXXFLAGS -static-libstdc++ -static-libgcc" + +cl-meson \ + . output + +ninja -C output +ninja -C output install diff --git a/extra/libwpe/checksums b/extra/libwpe/checksums new file mode 100644 index 00000000..4e95aaee --- /dev/null +++ b/extra/libwpe/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +8e4d10838799707aa5e74c405bcec9d0e78efa9f3faf1c882c6e3504a65d9b13 libwpe-1.14.1.tar.xz diff --git a/extra/libwpe/depends b/extra/libwpe/depends new file mode 100644 index 00000000..e1eb46a2 --- /dev/null +++ b/extra/libwpe/depends @@ -0,0 +1,2 @@ +libxkbcommon +meson make diff --git a/extra/libwpe/meta b/extra/libwpe/meta new file mode 100644 index 00000000..2219a89c --- /dev/null +++ b/extra/libwpe/meta @@ -0,0 +1,3 @@ +description: General-pupose library for WPE flavoured WebKit +license: BSD-2-Clause +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/extra/libwpe/sources b/extra/libwpe/sources new file mode 100644 index 00000000..6dff0d58 --- /dev/null +++ b/extra/libwpe/sources @@ -0,0 +1 @@ +https://wpewebkit.org/releases/libwpe-1.14.1.tar.xz diff --git a/extra/libwpe/version b/extra/libwpe/version new file mode 100644 index 00000000..045ad770 --- /dev/null +++ b/extra/libwpe/version @@ -0,0 +1 @@ +1.14.1 1 |