diff --git a/x11/misc/i3status/actions.py b/x11/misc/i3status/actions.py index 3e43bd20b9..58124ac062 100644 --- a/x11/misc/i3status/actions.py +++ b/x11/misc/i3status/actions.py @@ -1,19 +1,19 @@ #!/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 https://www.gnu.org/licenses/gpl-3.0.txt -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools -from pisi.actionsapi import mesontools -from pisi.actionsapi import get +from pisi.actionsapi import mesontools, pisitools +y = ''.join([ + ' --prefix=/usr', + ' --buildtype=release', + ' -Dmans=true ' + ]) def setup(): - mesontools.configure() + mesontools.configure(y) def build(): mesontools.build() @@ -21,4 +21,4 @@ def build(): def install(): mesontools.install() - pisitools.dodoc("LICENSE", "README*") + pisitools.dodoc("LICENSE") diff --git a/x11/misc/i3status/pspec.xml b/x11/misc/i3status/pspec.xml index e133293357..146deb5f66 100644 --- a/x11/misc/i3status/pspec.xml +++ b/x11/misc/i3status/pspec.xml @@ -1,55 +1,56 @@ - + i3status - http://i3wm.org/i3status + https://i3wm.org/i3status/ Ertuğrul Erata ertugrulerata@gmail.com - GPLv2 - BSD - A small generator for status bars - a small program (about 1500 SLOC) for generating a status bar for dzen2, xmobar or similar programs - http://i3wm.org/i3status/i3status-2.14.tar.xz + BSDv3 + A small generator for status bars. + i3status is a small program for generating a status bar for i3bar, dzen2, xmobar or similar programs. + https://i3wm.org/i3status/i3status-2.15.tar.xz - - xmlto meson + xmlto asciidoc - libxslt-devel - alsa-lib-devel - pulseaudio-libs-devel - libnl-devel yajl-devel + libnl-devel + alsa-lib-devel libconfuse-devel + pulseaudio-libs-devel - + i3status - alsa-lib - pulseaudio-libs - libnl yajl + libnl + alsa-lib libconfuse + pulseaudio-libs /etc /usr/bin - /usr/share/man - /usr/share/doc + /usr/share + + 2025-02-06 + 2.15 + Version bump. + Mustafa Cinasal + muscnsl@gmail.com + 2022-09-26 2.14