From b663d50d19bcd6f4796ca4657529705a5db11d5f Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Fri, 10 Mar 2023 21:16:22 +0300 Subject: [PATCH 1/2] add CCZE: a fast log(text output) colorizer. --- x11/terminal/ccze-rv/actions.py | 18 +++++++++++ x11/terminal/ccze-rv/pspec.xml | 53 +++++++++++++++++++++++++++++++++ 2 files changed, 71 insertions(+) create mode 100644 x11/terminal/ccze-rv/actions.py create mode 100644 x11/terminal/ccze-rv/pspec.xml diff --git a/x11/terminal/ccze-rv/actions.py b/x11/terminal/ccze-rv/actions.py new file mode 100644 index 0000000000..00fa5ca9e5 --- /dev/null +++ b/x11/terminal/ccze-rv/actions.py @@ -0,0 +1,18 @@ +#!/usr/bin/python +# -*- coding: utf-8 -*- +# +# 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, pisitools, get + +def setup(): + autotools.configure() + +def build(): + autotools.make() + +def install(): + autotools.rawInstall("DESTDIR=%s" % get.installDIR()) + + pisitools.dodoc("AUTHORS", "NEWS", "THANKS") diff --git a/x11/terminal/ccze-rv/pspec.xml b/x11/terminal/ccze-rv/pspec.xml new file mode 100644 index 0000000000..2deb9d4b4b --- /dev/null +++ b/x11/terminal/ccze-rv/pspec.xml @@ -0,0 +1,53 @@ + + + + + ccze-rv + https://github.com/software-revive/ccze-rv + + fury + uglyside@yandex.ru + + GPL-2 + app:console + x11.terminal + CCZE is a fast log colorizer written in C. + pass + + https://github.com/software-revive/ccze-rv/releases/download/0.3.0/ccze-0.3.0.tar.gz + + + ncurses-devel + libpcre-devel + + + + + + + + ccze-rv + + ncurses + libpcre + + + /usr/bin + /usr/lib/ccze + /usr/include/ccze.h + /usr/share/man/man1 + /usr/share/man/man7 + /usr/share/doc/ccze-rv + + + + + + 2023-03-10 + 0.3.0 + First build. + fury + uglyside@yandex.ru + + + From 1a920f29a0f5b29aa46fd8e1a2a7edc3520b0c78 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sat, 11 Mar 2023 00:26:32 +0300 Subject: [PATCH 2/2] dunst-1.9.1 --- desktop/misc/dunst/actions.py | 3 +-- desktop/misc/dunst/pspec.xml | 11 +++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/desktop/misc/dunst/actions.py b/desktop/misc/dunst/actions.py index 6a80759232..e0e57b224f 100644 --- a/desktop/misc/dunst/actions.py +++ b/desktop/misc/dunst/actions.py @@ -23,5 +23,4 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s %s" % (get.installDIR(), j)) - pisitools.dodoc("AUTHORS", "CHANGELOG.md", "HACKING.md", "README.md", "RELEASE_NOTES") - + pisitools.dodoc("AUTHORS", "CHANGELOG.md", "RELEASE_NOTES") diff --git a/desktop/misc/dunst/pspec.xml b/desktop/misc/dunst/pspec.xml index a39bb55033..1ab1fa4d2c 100644 --- a/desktop/misc/dunst/pspec.xml +++ b/desktop/misc/dunst/pspec.xml @@ -13,8 +13,8 @@ desktop.misc Lightweight and customizable notification daemon. Dunst is a lightweight replacement for the notification daemons provided by most desktop environments. It’s very customizable, isn’t dependent on any toolkits, and therefore fits into those window manager centric setups we all love to customize to perfection. - - https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.0.tar.gz + + https://github.com/dunst-project/dunst/archive/refs/tags/v1.9.1.tar.gz dbus-devel @@ -60,6 +60,13 @@ + + 2023-03-11 + 1.9.1 + Version bump. + fury + uglyside@yandex.ru + 2022-07-10 1.9.0