ports/opt (3.7): libwpe: moved to contrib
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 5ebcb90316581143c868b4804defd63b9ce1f035 Author: Tim Biermann <tbier@posteo.de> Date: Sun Aug 27 17:32:23 2023 +0200 libwpe: moved to contrib diff --git a/libwpe/.footprint b/libwpe/.footprint deleted file mode 100644 index 213712658..000000000 --- a/libwpe/.footprint +++ /dev/null @@ -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 diff --git a/libwpe/.signature b/libwpe/.signature deleted file mode 100644 index 4defdeaea..000000000 --- a/libwpe/.signature +++ /dev/null @@ -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 diff --git a/libwpe/Pkgfile b/libwpe/Pkgfile deleted file mode 100644 index 1975f3727..000000000 --- a/libwpe/Pkgfile +++ /dev/null @@ -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 -}
participants (1)
-
crux@crux.nu