diff options
author | Juergen Daubert <jue@jue.li> | 2020-10-20 11:24:51 +0200 |
---|---|---|
committer | Juergen Daubert <jue@jue.li> | 2020-10-20 11:24:51 +0200 |
commit | ff9c7c0990e4eb16334e5a9a98968db725e1e60f (patch) | |
tree | 53fd8b87cd360d5c53be1f52226c20e0e301f502 /i3 | |
parent | 94f798d8b226bf12c155f5bbb42a3c7d95af3395 (diff) | |
download | contrib-ff9c7c0990e4eb16334e5a9a98968db725e1e60f.tar.gz contrib-ff9c7c0990e4eb16334e5a9a98968db725e1e60f.tar.xz |
i3: update to 4.18.3
Diffstat (limited to 'i3')
-rw-r--r-- | i3/.signature | 8 | ||||
-rw-r--r-- | i3/Pkgfile | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/i3/.signature b/i3/.signature index a8ab8b726..b289ccec2 100644 --- a/i3/.signature +++ b/i3/.signature @@ -1,10 +1,10 @@ untrusted comment: verify with /etc/ports/contrib.pub -RWSagIOpLGJF3x4l10YUheJXtMDiSkSKflIGDWmtewjBDvcG2Nvxb9c8jOckb9L4GakDQnTXLPl5+TWTWTjktL4Eb3qUKSpJ4Qc= -SHA256 (Pkgfile) = e2c8f3a9769d95a5b4a7274bd2bd306e66bb734dd198542ec063218529975f40 +RWSagIOpLGJF3/Ws/zLSUZA+zACSLZMj1xStLOCXmy1mEtKtU1ycW0KuDCPX9Busu3U9jGc7zYNWyJQbXA6X1EQ87MFLmOEHoQs= +SHA256 (Pkgfile) = 02caeb18d563ccb505ec803d62ad275d857da99e52b4643120d12cf48754979b SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe -SHA256 (i3-4.18.2.tar.bz2) = b28617d62f308b93817fc9949daffee74cf4a001685de389f3072cb44cf5120c +SHA256 (i3-4.18.3.tar.bz2) = 53ae7903fad6eea830d58e949698e4a502c432c0d0a582659a0a59b1b995b10d SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a SHA256 (libev-4.33.tar.gz) = 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea SHA256 (startup-notification-0.12.tar.gz) = 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a -SHA256 (libxkbcommon-0.10.0.tar.xz) = 57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2 +SHA256 (libxkbcommon-1.0.1.tar.xz) = ab68b25341c99f2218d7cf3dad459c1827f411219901ade05bbccbdb856b6c8d SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85 diff --git a/i3/Pkgfile b/i3/Pkgfile index 23d462edb..0985bf47c 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.18.2 +version=4.18.3 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.33.tar.gz http://www.freedesktop.org/software/startup-notification/releases/startup-notification-0.12.tar.gz - http://xkbcommon.org/download/libxkbcommon-0.10.0.tar.xz + http://xkbcommon.org/download/libxkbcommon-1.0.1.tar.xz https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xrm-1.3.tar.bz2) build() { @@ -25,7 +25,7 @@ build() { make DESTDIR=$LIBS install # libxkbcommon - cd $SRC/libxkbcommon-0.10.0 + cd $SRC/libxkbcommon-1.0.1 meson build --prefix=/ --default-library=static -Denable-{wayland,docs}=false ninja -C build -j ${JOBS:-1} DESTDIR=$LIBS ninja -C build install |