ports/contrib (3.4): i3: update to 4.16.1
commit 8255d3e27fcc8bc31b7525050929fec69b03fe3b Author: Juergen Daubert <jue@jue.li> Date: Sun Jan 27 18:10:04 2019 +0100 i3: update to 4.16.1 diff --git a/i3/.signature b/i3/.signature index 6dda1956..f21d3820 100644 --- a/i3/.signature +++ b/i3/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF35fE5iNee71lEglcta52YYz30d9SWHDXsAty13bAQotnvCq2x7FEvc7J56PY5n5JGhQcKe5/dsn/Sr5jomW3UgA= -SHA256 (Pkgfile) = ee117991e21e31755a9ed801ff6b041e5133415ddc9befebd79154ec37bda2fd +RWSagIOpLGJF31o/EGtYvLuh0gelN13C/jDT2fUHg3xahC4tPGTEh4filb5gJJYfn636ocJOTx11beqmINzcUqe/UmMcnwl0ogo= +SHA256 (Pkgfile) = b1bb14b2cd0b4720feb78c08cbf405eec4785b4cb5543a0f93d70495404b52d8 SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe -SHA256 (i3-4.16.tar.bz2) = cc60a5f518c5e37b4143b644a840bb2ad2a63ea7a771954c332cd5637db655b4 +SHA256 (i3-4.16.1.tar.bz2) = ab65c25c06acbdc67cba3ff23e2a82ea17911def65f4fd0200bb6f9382378576 SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a -SHA256 (libev-4.24.tar.gz) = 973593d3479abdf657674a55afe5f78624b0e440614e2b8cb3a07f16d4d7f821 +SHA256 (libev-4.25.tar.gz) = 78757e1c27778d2f3795251d9fe09715d51ce0422416da4abb34af3929c02589 SHA256 (startup-notification-0.12.tar.gz) = 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a SHA256 (libxkbcommon-0.8.2.tar.xz) = 7ab8c4b3403d89d01898066b72cb6069bddeb5af94905a65368f671a026ed58c SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 diff --git a/i3/Pkgfile b/i3/Pkgfile index fe876272..36179346 100644 --- a/i3/Pkgfile +++ b/i3/Pkgfile @@ -4,11 +4,11 @@ # Depends on: cmake pango xorg-xcb-util-cursor xorg-xcb-util-keysyms xorg-xcb-util-wm name=i3 -version=4.16 +version=4.16.1 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.24.tar.gz + http://dist.schmorp.de/libev/Attic/libev-4.25.tar.gz http://www.freedesktop.org/software/startup-notification/releases/startup-no... http://xkbcommon.org/download/libxkbcommon-0.8.2.tar.xz https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xr...) @@ -26,6 +26,7 @@ build() { # libxkbcommon cd $SRC/libxkbcommon-0.8.2 + YFLAGS="-Wno-error=yacc" \ ./configure --prefix=/ --disable-shared make make DESTDIR=$LIBS install @@ -39,7 +40,7 @@ build() { cp yajl-2.1.0/share/pkgconfig/yajl.pc $LIBS/lib/pkgconfig # libev - cd $SRC/libev-4.24 + cd $SRC/libev-4.25 ./configure --prefix=/ --disable-shared make make DESTDIR=$LIBS install
participants (1)
-
crux@crux.nu