upg libinput xmonad
This commit is contained in:
parent
efe3cc5499
commit
e8ffd59f21
6 changed files with 140 additions and 12 deletions
|
@ -6,7 +6,7 @@
|
|||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgname=libinput
|
||||
pkgver=1.24.0
|
||||
pkgver=1.25.0
|
||||
pkgrel=01
|
||||
pkgdesc="Input device management and event handling library w/o systemd"
|
||||
#url="https://www.freedesktop.org/wiki/Software/libinput/"
|
||||
|
@ -18,7 +18,8 @@ makedepends=('gtk4' 'gtk3' 'meson' 'wayland-protocols' 'check') # 'doxygen' 'gra
|
|||
checkdepends=('python-pytest')
|
||||
optdepends=('gtk4: libinput debug-gui'
|
||||
'python-pyudev: libinput measure'
|
||||
'python-libevdev: libinput measure')
|
||||
'python-libevdev: libinput measure'
|
||||
'python-yaml: used by various tools')
|
||||
# Arch is using a source that during June 12th-13th was down, the entire site, not just the link.
|
||||
# The sum reported for this tar ball does not match to this of the alternative site (common for freedesktop tar balls)
|
||||
# and no signature file is provided to check the validity of the source.
|
||||
|
@ -56,11 +57,11 @@ package() {
|
|||
|
||||
arch=(x86_64)
|
||||
|
||||
license=(custom:X11)
|
||||
license=(MIT)
|
||||
|
||||
validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
|
||||
|
||||
sha256sums=(c07cd0f3f464e8d2e07dc9479fd5b9340e637408517b77e7e96b2245f37f6fe6) # libinput-1.24.0.tar.bz2
|
||||
sha256sums=(193bd592298bd9e369c0ef3e5d83a6a9d68ddc4cd3dfc84bbe77920a8d0d57df) # libinput-1.25.0.tar.bz2
|
||||
|
||||
## 30058c8e4c238478a2d0c395b0ccfd90ef30be42d7d1b994895f46b291b946e4 libinput-1.24.0-01-x86_64.pkg.tar.lz
|
||||
## 5d778fb92c5effddc6a63d7e84dd339c1c295df3af2d906f95f78e5b41dc2798 libinput-1.25.0-01-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -1,21 +1,22 @@
|
|||
# Maintainer: Andreas Radke <andyrtr@archlinux.org>
|
||||
|
||||
pkgname=libinput
|
||||
pkgver=1.24.0
|
||||
pkgver=1.25.0
|
||||
pkgrel=1
|
||||
pkgdesc="Input device management and event handling library"
|
||||
url="https://wayland.freedesktop.org/libinput/doc/$pkgver/"
|
||||
arch=(x86_64)
|
||||
license=(custom:X11)
|
||||
license=(MIT)
|
||||
depends=('mtdev' 'systemd' 'libevdev' 'libwacom' 'systemd-libs' 'glibc')
|
||||
# upstream doesn't recommend building docs
|
||||
makedepends=('gtk4' 'meson' 'wayland-protocols' 'check') # 'doxygen' 'graphviz' 'python-sphinx' 'python-recommonmark'
|
||||
checkdepends=('python-pytest')
|
||||
optdepends=('gtk4: libinput debug-gui'
|
||||
'python-pyudev: libinput measure'
|
||||
'python-libevdev: libinput measure')
|
||||
'python-libevdev: libinput measure'
|
||||
'python-yaml: used by various tools')
|
||||
source=(https://gitlab.freedesktop.org/libinput/libinput/-/archive/$pkgver/$pkgname-$pkgver.tar.bz2)
|
||||
sha256sums=('c07cd0f3f464e8d2e07dc9479fd5b9340e637408517b77e7e96b2245f37f6fe6')
|
||||
sha256sums=('193bd592298bd9e369c0ef3e5d83a6a9d68ddc4cd3dfc84bbe77920a8d0d57df')
|
||||
#validpgpkeys=('3C2C43D9447D5938EF4551EBE23B7E70B467F0BF') # Peter Hutterer (Who-T) <office@who-t.net>
|
||||
|
||||
build() {
|
||||
|
|
121
webkit2gtk-4.1/PKGBUILD
Normal file
121
webkit2gtk-4.1/PKGBUILD
Normal file
|
@ -0,0 +1,121 @@
|
|||
#!/usr/bin/bash
|
||||
# JOBoRun : Jwm OpenBox Obarun RUNit
|
||||
# Maintainer : Joe Bo Run <joborun@disroot.org>
|
||||
# PkgSource : url="https://gittea.disroot.org/joborun-pkg/jobextra/$pkgname"
|
||||
# Website : https://pozol.eu
|
||||
#-----------------------------------------| DESCRIPTION |---------------------------------------
|
||||
|
||||
pkgbase=webkit2gtk-4.1
|
||||
pkgname=(webkit2gtk-4.1) # webkit2gtk-4.1-docs)
|
||||
pkgver=2.42.4
|
||||
pkgrel=01
|
||||
pkgdesc="Web content engine for GTK w/o systemd"
|
||||
url="https://webkitgtk.org"
|
||||
depends=(at-spi2-core atk bubblewrap cairo enchant fontconfig freetype2 glib2
|
||||
gst-plugins-bad-libs gst-plugins-base-libs gstreamer gtk3 harfbuzz harfbuzz-icu
|
||||
hyphen icu libavif libdrm libegl libepoxy libgcrypt libgl libgles libjpeg libjxl
|
||||
libmanette libpng libseccomp libsecret libsoup3 libtasn1 libwebp libwpe
|
||||
libx11 libxcomposite libxml2 libxslt libxt mesa openjpeg2 sqlite wayland
|
||||
woff2 wpebackend-fdo xdg-dbus-proxy zlib)
|
||||
makedepends=(clang cmake gi-docgen gobject-introspection gperf gst-plugins-bad lld ninja
|
||||
python ruby unifdef wayland-protocols)
|
||||
source=($url/releases/webkitgtk-$pkgver.tar.xz{,.asc}
|
||||
GTK-MiniBrowser-should-hide-the-toolbar-when-using-full-screen.patch
|
||||
GTK-Disable-DMABuf-renderer-for-NVIDIA-proprietary-drivers.patch)
|
||||
|
||||
|
||||
prepare() {
|
||||
cd webkitgtk-$pkgver
|
||||
|
||||
# Requested by eworm
|
||||
# https://github.com/WebKit/WebKit/pull/17909
|
||||
patch -Np1 -i ../GTK-MiniBrowser-should-hide-the-toolbar-when-using-full-screen.patch
|
||||
|
||||
# https://bugs.archlinux.org/task/79783
|
||||
# https://github.com/WebKit/WebKit/pull/18614
|
||||
patch -Np1 -i ../GTK-Disable-DMABuf-renderer-for-NVIDIA-proprietary-drivers.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
local cmake_options=(
|
||||
-DPORT=GTK
|
||||
-DCMAKE_BUILD_TYPE=Release
|
||||
-DCMAKE_INSTALL_PREFIX=/usr
|
||||
-DCMAKE_INSTALL_LIBDIR=lib
|
||||
-DCMAKE_INSTALL_LIBEXECDIR=lib
|
||||
-DCMAKE_SKIP_RPATH=ON
|
||||
-DUSE_AVIF=ON
|
||||
-DUSE_SOUP2=OFF
|
||||
-DENABLE_DOCUMENTATION=OFF
|
||||
-DENABLE_MINIBROWSER=ON
|
||||
-DENABLE_JOURNALD_LOG=OFF
|
||||
-DENABLE_SYSTEMD=OFF
|
||||
|
||||
)
|
||||
|
||||
# GCC with LTO fails to link libjavascriptcoregtk
|
||||
# /usr/bin/ld: /tmp/ccXxyWZV.ltrans0.ltrans.o: in function `ipint_table_size_validate':
|
||||
# <artificial>:(.text+0x49f0f): undefined reference to `ipint_extern_table_size'
|
||||
# /usr/bin/ld: /tmp/ccXxyWZV.ltrans0.ltrans.o: in function `ipint_table_fill_validate':
|
||||
# <artificial>:(.text+0x4a019): undefined reference to `ipint_extern_table_fill'
|
||||
# collect2: error: ld returned 1 exit status
|
||||
export CC=clang CXX=clang++
|
||||
LDFLAGS+=" -fuse-ld=lld"
|
||||
|
||||
# Produce minimal debug info: 4.3 GB of debug data makes the
|
||||
# build too slow and is too much to package for debuginfod
|
||||
CFLAGS+=' -g1'
|
||||
CXXFLAGS+=' -g1'
|
||||
|
||||
cmake -S webkitgtk-$pkgver -B build -G Ninja "${cmake_options[@]}"
|
||||
cmake --build build
|
||||
}
|
||||
|
||||
package() {
|
||||
depends+=(libWPEBackend-fdo-1.0.so libwpe-1.0.so)
|
||||
provides+=(libjavascriptcoregtk-4.1.so libwebkit2gtk-4.1.so)
|
||||
optdepends=(
|
||||
'geoclue: Geolocation support'
|
||||
'gst-libav: nonfree media decoding'
|
||||
'gst-plugins-bad: media decoding'
|
||||
'gst-plugins-good: media decoding'
|
||||
)
|
||||
|
||||
DESTDIR="$pkgdir" cmake --install build
|
||||
|
||||
rm -r "$pkgdir/usr/bin"
|
||||
|
||||
# mkdir -p doc/usr/share
|
||||
# mv {"$pkgdir",doc}/usr/share/gtk-doc
|
||||
|
||||
cd webkitgtk-$pkgver
|
||||
find Source -name 'COPYING*' -or -name 'LICENSE*' -print0 | sort -z |
|
||||
while IFS= read -d $'\0' -r _f; do
|
||||
echo "### $_f ###"
|
||||
cat "$_f"
|
||||
echo
|
||||
done |
|
||||
install -Dm644 /dev/stdin "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
|
||||
}
|
||||
|
||||
#package_webkit2gtk-4.1-docs() {
|
||||
# pkgdesc+=" (documentation)"
|
||||
# depends=()
|
||||
#
|
||||
# mv doc/* "$pkgdir"
|
||||
#}
|
||||
|
||||
#---- arch license gpg-key & sha256sums ----
|
||||
|
||||
arch=(x86_64)
|
||||
|
||||
license=(custom)
|
||||
|
||||
validpgpkeys=(D7FCF61CF9A2DEAB31D81BD3F3D322D0EC4582C3 # Carlos Garcia Campos <cgarcia@igalia.com>
|
||||
5AA3BC334FD7E3369E7C77B291C559DBE4C9123B) # Adrián Pérez de Castro <aperez@igalia.com>
|
||||
|
||||
sha256sums=(52288b30bda22373442cecb86f9c9a569ad8d4769a1f97b352290ed92a67ed86 # webkitgtk-2.42.4.tar.xz
|
||||
4c81a8b90fbdd689bba48c88ee5dcab23ae53931d48e1c69199e71870a5f3185 # webkitgtk-2.42.4.tar.xz.asc
|
||||
a921d6be1303e9f23474971f381886fd291ec5bb1a7ff1e85acede8cfb88bef2 # GTK-MiniBrowser-should-hide-the-toolbar-when-using-full-screen.patch
|
||||
655f3b2c96355ac83c4fa1fc6048e3256bbfdbfb9727e1e18c5af12613536206) # GTK-Disable-DMABuf-renderer-for-NVIDIA-proprietary-drivers.patch
|
||||
|
5
webkit2gtk-4.1/time
Normal file
5
webkit2gtk-4.1/time
Normal file
|
@ -0,0 +1,5 @@
|
|||
|
||||
real 160m7.800s
|
||||
user 606m39.639s
|
||||
sys 18m33.765s
|
||||
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
pkgname=xmonad
|
||||
pkgver=0.17.1
|
||||
pkgrel=0122
|
||||
pkgrel=0124
|
||||
pkgdesc='Lightweight X11 tiled window manager written in Haskell'
|
||||
url='https://xmonad.org/'
|
||||
depends=('ghc' 'haskell-x11' 'haskell-data-default-class' 'haskell-setlocale')
|
||||
|
@ -75,5 +75,5 @@ sha256sums=(055412bd2179f7f49a9556245dc45031b2a4e20db60f8eb59594661a9b56c730 #
|
|||
521bf939309cb8b7d8da6adf9da4e396390249e500a62621d86559dfa4dd6dd8 # dynamic-compilation.patch
|
||||
2c0603f8779346dcbe2db5b04eaeddb908e15602d3ff5c86905898b9df51cb91) # xmonad.svg
|
||||
|
||||
## e1b97f7256d428e5f4cc335f232f5a79506ffca6cef971e128c40f63f93b4a8b xmonad-0.17.1-0122-x86_64.pkg.tar.lz
|
||||
## c1b85765d48f64305c0d12cdb3114bbb5161d5e9effb8fce8585f931e5183eeb xmonad-0.17.1-0124-x86_64.pkg.tar.lz
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
|
||||
pkgname=xmonad
|
||||
pkgver=0.17.1
|
||||
pkgrel=122
|
||||
pkgrel=124
|
||||
pkgdesc='Lightweight X11 tiled window manager written in Haskell'
|
||||
url='https://xmonad.org/'
|
||||
arch=('x86_64')
|
||||
|
|
Loading…
Reference in a new issue