i3: update to 4.18.1

This commit is contained in:
Juergen Daubert 2020-04-22 12:05:18 +02:00
parent 0910d555e9
commit 6ae60c5ce9
2 changed files with 8 additions and 8 deletions

View File

@ -1,10 +1,10 @@
untrusted comment: verify with /etc/ports/contrib.pub
RWSagIOpLGJF3wzYwG9xH0schx3iIiVB9icsMdG4jygMn0YK/CIn90OJYOxpsd3yOfzb1K78oIx1kgGznDHclr+H38MpLtAjEgg=
SHA256 (Pkgfile) = 51c7a052819b63506ceb5fa2f0a6614b384dd33524e521708138d63e1aa1048f
RWSagIOpLGJF39xGjgJ2bYUWnq8W2drfQX9enqGLxgykuI3swgm5oDa8QsVmAGxWRXnh1E7f4JTybWyGSvnzRLJl7Y41hITpQwA=
SHA256 (Pkgfile) = 0c0268e373f8c534d383544957f823c3c7365b1078dd7317e7fb3ac1cf924f03
SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe
SHA256 (i3-4.18.tar.bz2) = 1fbb58d580e8f8afb7e807fe71164d6003e454d71f22eea5eb3256c73c7a6537
SHA256 (i3-4.18.1.tar.bz2) = 9abf90fa803f2cb8e53e3bc8c952eba48c43463083608e4107fc53ab224be07c
SHA256 (yajl-2.1.0.tar.gz) = 3fb73364a5a30efe615046d07e6db9d09fd2b41c763c5f7d3bfb121cd5c5ac5a
SHA256 (libev-4.31.tar.gz) = ed855d2b52118e32c0c1a6a32bd18c97f9e6711ca511f5ee12de3b9eccc66e5a
SHA256 (libev-4.33.tar.gz) = 507eb7b8d1015fbec5b935f34ebed15bf346bed04a11ab82b8eee848c4205aea
SHA256 (startup-notification-0.12.tar.gz) = 3c391f7e930c583095045cd2d10eb73a64f085c7fde9d260f2652c7cb3cfbe4a
SHA256 (libxkbcommon-0.10.0.tar.xz) = 57c3630cdc38fb4734cd57fa349e92244f5ae3862813e533cedbd86721a0b6f2
SHA256 (xcb-util-xrm-1.3.tar.bz2) = 301cf33701207ea8782d49f4cb6404abd8f2d64e16f242017fd720be7c900c85

View File

@ -4,11 +4,11 @@
# Depends on: cmake pango xorg-xcb-util-cursor xorg-xcb-util-keysyms xorg-xcb-util-wm
name=i3
version=4.18
release=2
version=4.18.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.31.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
https://github.com/Airblader/xcb-util-xrm/releases/download/v1.3/xcb-util-xrm-1.3.tar.bz2)
@ -39,7 +39,7 @@ build() {
cp yajl-2.1.0/share/pkgconfig/yajl.pc $LIBS/lib/pkgconfig
# libev
cd $SRC/libev-4.31
cd $SRC/libev-4.33
./configure --prefix=/ --disable-shared
make
make DESTDIR=$LIBS install