ports/contrib (3.5): i3: update to 4.18
commit 0ab5c5810148f99c3e216842bcc5c68bc2ea4384 Author: Juergen Daubert <jue@jue.li> Date: Tue Feb 18 15:42:17 2020 +0100 i3: update to 4.18 diff --git a/i3/.signature b/i3/.signature index 2f80dd1aa..d81178ae2 100644 --- a/i3/.signature +++ b/i3/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF34Mg+AaBAbw828o39U0CrcJ5F+gwwTwCtMWHAY68e217BojO3LOwQ+AYWdw5KJm4o5mOmOCTtaa2eO6QRKaxcwg= -SHA256 (Pkgfile) = 85685ca2ed4a0381ea04a99bc9c3b1c46e8907fc3af6d26627036091d9439401 +RWSagIOpLGJF30dHlevG8G8w+vZwAwCzgAlDe1/J1yDu1w8k/hkZv1T6eZtm+sjYw6ZVH4BWxK4+WY4Ozs9i3yjKQpiSPno6LgY= +SHA256 (Pkgfile) = b6f62709b7f4c334b6ac36d9b2989347170733151c62feeb6eb3d9ef70716e57 SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe -SHA256 (i3-4.17.1.tar.bz2) = 1e8fe133a195c29a8e2aa3b1c56e5bc77e7f5534f2dd92e09faabe2ca2d85f45 +SHA256 (i3-4.18.tar.bz2) = 1fbb58d580e8f8afb7e807fe71164d6003e454d71f22eea5eb3256c73c7a6537 SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a -SHA256 (libev-4.27.tar.gz) = 2d5526fc8da4f072dd5c73e18fbb1666f5ef8ed78b73bba12e195cfdd810344e +SHA256 (libev-4.31.tar.gz) = ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a SHA256 (startup-notification-0.12.tar.gz) = 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a -SHA256 (libxkbcommon-0.8.4.tar.xz) = 60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b +SHA256 (libxkbcommon-0.10.0.tar.xz) = 57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2 SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 diff --git a/i3/Pkgfile b/i3/Pkgfile index 4c7691239..bb1c5607e 100644 --- a/i3/Pkgfile +++ b/i3/Pkgfile @@ -4,13 +4,13 @@ # Depends on: cmake pango xorg-xcb-util-cursor xorg-xcb-util-keysyms xorg-xcb-util-wm name=i3 -version=4.17.1 +version=4.18 release=1 source=(http://i3wm.org/downloads/$name-$version.tar.bz2 https://github.com/lloyd/yajl/archive/2.1.0/yajl-2.1.0.tar.gz - http://dist.schmorp.de/libev/Attic/libev-4.27.tar.gz + http://dist.schmorp.de/libev/Attic/libev-4.31.tar.gz http://www.freedesktop.org/software/startup-notification/releases/startup-no... - http://xkbcommon.org/download/libxkbcommon-0.8.4.tar.xz + http://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xr...) build() { @@ -25,11 +25,10 @@ build() { make DESTDIR=$LIBS install # libxkbcommon - cd $SRC/libxkbcommon-0.8.4 - YFLAGS="-Wno-error=yacc" \ - ./configure --prefix=/ --disable-shared - make - make DESTDIR=$LIBS install + cd $SRC/libxkbcommon-0.10.0 + meson build --default-library=static -Denable-{wayland,docs}=false + ninja -C build -j ${JOBS:-1} + DESTDIR=$LIBS ninja -C build install # yajl cd $SRC/yajl-2.1.0 @@ -40,7 +39,7 @@ build() { cp yajl-2.1.0/share/pkgconfig/yajl.pc $LIBS/lib/pkgconfig # libev - cd $SRC/libev-4.27 + cd $SRC/libev-4.31 ./configure --prefix=/ --disable-shared make make DESTDIR=$LIBS install
participants (1)
-
crux@crux.nu