libwpe: moved to contrib

This commit is contained in:
Tim Biermann 2023-08-27 17:32:23 +02:00
parent 0b71f8b94e
commit 5ebcb90316
Signed by: tb
GPG Key ID: 42F8B4E30B673606
3 changed files with 0 additions and 53 deletions

View File

@ -1,26 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/wpe-1.0/
drwxr-xr-x root/root usr/include/wpe-1.0/wpe/
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/export.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/gamepad.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/input-xkb.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/input.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/keysyms.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/libwpe-version.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/loader.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/pasteboard.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/process.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/renderer-backend-egl.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/renderer-host.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/version-deprecated.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/version.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/view-backend.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/wpe-egl.h
-rw-r--r-- root/root usr/include/wpe-1.0/wpe/wpe.h
drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libwpe-1.0.so -> libwpe-1.0.so.1
lrwxrwxrwx root/root usr/lib/libwpe-1.0.so.1 -> libwpe-1.0.so.1.8.1
-rwxr-xr-x root/root usr/lib/libwpe-1.0.so.1.8.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/wpe-1.0.pc

View File

@ -1,5 +0,0 @@
untrusted comment: verify with /etc/ports/opt.pub
RWSE3ohX2g5d/QYq8mIvCC8TO8tuaDgi96V8mcITguGIXJWOs0yZi1bIZJe840HPQWKiV11AvXsT3+7t//l/fcRwc+noAS+BOQE=
SHA256 (Pkgfile) = 1d0b11f702812a40d1c794a722291fdbc70fe0ed54828bad1a70477882a4ca9b
SHA256 (.footprint) = 596a0c2c7219d7b6b6b7e8605f6a3730411899f3308947dcdd9ce241934e9ace
SHA256 (libwpe-1.14.1.tar.xz) = b1d0cdcf0f8dbb494e65b0f7913e357106da9a0d57f4fbb7b9d1238a6dbe9ade

View File

@ -1,22 +0,0 @@
# Description: General-purpose library for WPE WebKit
# URL: https://wpewebkit.org/
# Maintainer: Danny Rawlins, crux at romster dot me
# Depends on: libxkbcommon mesa
name=libwpe
version=1.14.1
release=1
source=(https://wpewebkit.org/releases/$name-$version.tar.xz)
build() {
cmake -S $name-$version -B build -G Ninja \
-D CMAKE_BUILD_TYPE=Release \
-D CMAKE_CXX_FLAGS_RELEASE="$CXXFLAGS" \
-D CMAKE_C_FLAGS_RELEASE="$CFLAGS" \
-D CMAKE_INSTALL_PREFIX=/usr \
-D CMAKE_INSTALL_LIBDIR=lib \
-Wno-dev
cmake --build build
DESTDIR=$PKG cmake --install build
}