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 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 + + +