From fe3d5b39e238b9b13715e71255aab898e0e9a5aa Mon Sep 17 00:00:00 2001 From: suvari Date: Fri, 26 Nov 2021 16:56:26 +0300 Subject: [PATCH] i3wm: version bump to 4.21.1 --- x11/wm/i3wm/actions.py | 27 +++++++++++---------------- x11/wm/i3wm/pspec.xml | 32 +++++++++++++++++++++----------- 2 files changed, 32 insertions(+), 27 deletions(-) diff --git a/x11/wm/i3wm/actions.py b/x11/wm/i3wm/actions.py index 7c76cdc45b..2383388169 100644 --- a/x11/wm/i3wm/actions.py +++ b/x11/wm/i3wm/actions.py @@ -1,29 +1,24 @@ #!/usr/bin/python # -*- coding: utf-8 -*- # -# Copyright 2018 TUBITAK/UEKAE -# Licensed under the GNU General Public License, version 2. -# See the file http://www.gnu.org/copyleft/gpl.txt. +# Licensed under the GNU General Public License, version 3. +# See the file http://www.gnu.org/licenses/gpl.txt -from pisi.actionsapi import autotools +from pisi.actionsapi import mesontools from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import get - -# WorkDir = "" -# NoStrip = "/" def setup(): - autotools.configure() + mesontools.configure() def build(): - shelltools.cd("x86_64-pc-linux-gnu") - - autotools.make() + mesontools.build() + +#def check(): + #mesontools.build("test") def install(): - shelltools.cd("x86_64-pc-linux-gnu") - - autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + mesontools.install() + + pisitools.dodoc("LICENSE") #pisitools.dodoc("AUTHORS", "ChangeLog", "README*", "NEWS") diff --git a/x11/wm/i3wm/pspec.xml b/x11/wm/i3wm/pspec.xml index cb9946f4fd..f979496db1 100644 --- a/x11/wm/i3wm/pspec.xml +++ b/x11/wm/i3wm/pspec.xml @@ -1,5 +1,5 @@ - + i3wm @@ -11,8 +11,9 @@ GPLv2 A tiling window manager, completely written from scratch An improved dynamic tiling window manager - https://i3wm.org/downloads/i3-4.17.1.tar.bz2 + https://i3wm.org/downloads/i3-4.20.1.tar.xz + meson libev-devel startup-notification-devel libxcb-devel @@ -30,11 +31,13 @@ cairo-devel xcb-proto util-linux - libxslt + libxslt-devel util-macros asciidoc desktop-file-utils xmlto + perl-AnyEvent-I3 + perl-JSON-XS @@ -42,22 +45,22 @@ i3wm yajl + glib2 libev - libpcre + pango + cairo + libxcb + libpcre + i3status xcb-util xcb-util-wm xcb-util-xrm libxkbcommon + perl-JSON-XS xcb-util-cursor xcb-util-keysyms - startup-notification - pango - cairo - libxcb - glib2 - i3status perl-AnyEvent-I3 - perl-JSON-XS + startup-notification dmenu rofi @@ -104,6 +107,13 @@ + + 2021-11-26 + 4.20.1 + Version bump + Kamil Atlı + suvari@pisilinux.org + 2020-01-25 4.17.1