summaryrefslogtreecommitdiff
path: root/i3
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2022-10-25 18:29:35 +0200
committerJuergen Daubert <jue@jue.li>2022-10-25 18:29:35 +0200
commitdd8b4704f2960f4604bcabf046d108f51fc6eb0b (patch)
tree6b81f28077826a14ae8dc6f1f6e90ead70e02505 /i3
parent1983d3a5c1305496d7bfe7324012c6063a256069 (diff)
downloadopt-dd8b4704f2960f4604bcabf046d108f51fc6eb0b.tar.gz
opt-dd8b4704f2960f4604bcabf046d108f51fc6eb0b.tar.xz
i3: update to 4.21.1
Diffstat (limited to 'i3')
-rw-r--r--i3/.signature6
-rw-r--r--i3/Pkgfile7
2 files changed, 8 insertions, 5 deletions
diff --git a/i3/.signature b/i3/.signature
index cfc30026f..840b297aa 100644
--- a/i3/.signature
+++ b/i3/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/opt.pub
-RWSE3ohX2g5d/dTpDolyGaJFHBDQeB0fPfYi+s4VvPn1Ktx2qV0FYGTeFKi3eUJ9cNVr75+P0SpYFjgY+9jdBP7t3sbmuc790Qs=
-SHA256 (Pkgfile) = 5256a542cbb4218c05090bfae8d8e998877a0b5ff23caa5c4c7abde637543223
+RWSE3ohX2g5d/eMe69b3uslRvwRJ27fzwRRhlbia8aubVQW2XRtlQ0ERQuX3B05+kLALWXtnXmxTUsOz+MxQeWi4oO2jprT13AY=
+SHA256 (Pkgfile) = 46aeb75ea7e0ec35fad6be848a001f4ec2b4b054a0bc2fb095d6d7238cdc5032
SHA256 (.footprint) = ffddeda3d45fadfa85e007ad5f4413605d3f52ef3d4489eb7445b4fc8528afbe
-SHA256 (i3-4.21.tar.xz) = 8dc5205e0f3443d58661e30783521fd9c6d426d1e7f3667ab12f2ac1b2d32078
+SHA256 (i3-4.21.1.tar.xz) = edfd781285c654a05dc6db272ce0300c4428e6fbd875d99964e57de25b41bc1e
diff --git a/i3/Pkgfile b/i3/Pkgfile
index 5ff021383..791ff1b0b 100644
--- a/i3/Pkgfile
+++ b/i3/Pkgfile
@@ -4,7 +4,7 @@
# Depends on: pango xorg-xcb-util-cursor xorg-xcb-util-keysyms xorg-xcb-util-wm xorg-xcb-util-xrm libxkbcommon yajl libev startup-notification
name=i3
-version=4.21
+version=4.21.1
release=1
source=(http://i3wm.org/downloads/$name-$version.tar.xz)
@@ -12,7 +12,10 @@ build() {
meson setup build $name-$version \
--prefix=/usr \
--sysconfdir=/usr/etc \
- --buildtype=release
+ --buildtype=plain \
+ --wrap-mode nodownload \
+ -D b_lto=true \
+ -D b_pie=true
meson compile -C build -j ${JOBS:-1}
DESTDIR=$PKG meson install -C build

Generated by cgit