ports/contrib (3.5): i3: update to 4.17
commit b21399e7f6dc65477e5ae9fc47a7266a41313931 Author: Juergen Daubert <jue@jue.li> Date: Sat Aug 3 19:36:57 2019 +0200 i3: update to 4.17 diff --git a/i3/.signature b/i3/.signature index f21d3820..29ad167a 100644 --- a/i3/.signature +++ b/i3/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF31o/EGtYvLuh0gelN13C/jDT2fUHg3xahC4tPGTEh4filb5gJJYfn636ocJOTx11beqmINzcUqe/UmMcnwl0ogo= -SHA256 (Pkgfile) = b1bb14b2cd0b4720feb78c08cbf405eec4785b4cb5543a0f93d70495404b52d8 +RWSagIOpLGJF35Dv04Z/ZpAmXdp2wjvXpmuLXtEsg7aC97RQn9FZ+gbGazQ7SnEM7ITMPMWGoa7GXTzONWXF+6NZLKtC/WuvKA8= +SHA256 (Pkgfile) = d37a76baf54997a582b2959635f0495a5c4e4e1b8c0e4809154772e898420dd5 SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe -SHA256 (i3-4.16.1.tar.bz2) = ab65c25c06acbdc67cba3ff23e2a82ea17911def65f4fd0200bb6f9382378576 +SHA256 (i3-4.17.tar.bz2) = 4ebe13e47d6b88fb31d0cb1492e9d968d96aafcd834b8d3cae18b684e7ac18fd SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a -SHA256 (libev-4.25.tar.gz) = 78757e1c27778d2f3795251d9fe09715d51ce0422416da4abb34af3929c02589 +SHA256 (libev-4.27.tar.gz) = 2d5526fc8da4f072dd5c73e18fbb1666f5ef8ed78b73bba12e195cfdd810344e SHA256 (startup-notification-0.12.tar.gz) = 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a -SHA256 (libxkbcommon-0.8.2.tar.xz) = 7ab8c4b3403d89d01898066b72cb6069bddeb5af94905a65368f671a026ed58c +SHA256 (libxkbcommon-0.8.4.tar.xz) = 60ddcff932b7fd352752d51a5c4f04f3d0403230a584df9a2e0d5ed87c486c8b SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 diff --git a/i3/Pkgfile b/i3/Pkgfile index 36179346..794bd010 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.16.1 +version=4.17 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.25.tar.gz + http://dist.schmorp.de/libev/Attic/libev-4.27.tar.gz http://www.freedesktop.org/software/startup-notification/releases/startup-no... - http://xkbcommon.org/download/libxkbcommon-0.8.2.tar.xz + http://xkbcommon.org/download/libxkbcommon-0.8.4.tar.xz https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xr...) build() { @@ -25,7 +25,7 @@ build() { make DESTDIR=$LIBS install # libxkbcommon - cd $SRC/libxkbcommon-0.8.2 + cd $SRC/libxkbcommon-0.8.4 YFLAGS="-Wno-error=yacc" \ ./configure --prefix=/ --disable-shared make @@ -40,7 +40,7 @@ build() { cp yajl-2.1.0/share/pkgconfig/yajl.pc $LIBS/lib/pkgconfig # libev - cd $SRC/libev-4.25 + cd $SRC/libev-4.27 ./configure --prefix=/ --disable-shared make make DESTDIR=$LIBS install
participants (1)
-
crux@crux.nu