From e36d1dcb5bd58c9b45bbaab8b802e0e7bdaa3ea8 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 18 Dec 2022 07:13:37 +0300 Subject: [PATCH 1/2] cherrytree. --- office/cherrytree/pspec.xml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/office/cherrytree/pspec.xml b/office/cherrytree/pspec.xml index 044806c3f0..a7a10c4e57 100644 --- a/office/cherrytree/pspec.xml +++ b/office/cherrytree/pspec.xml @@ -13,8 +13,8 @@ office Cherrytree A hierarchical note taking application. A hierarchical note taking application, featuring rich text and syntax highlighting, storing data in a single xml or sqlite file. - - https://github.com/giuspen/cherrytree/releases/download/0.99.51/cherrytree_0.99.51.tar.xz + + https://github.com/giuspen/cherrytree/releases/download/0.99.53/cherrytree_0.99.53.tar.xz cmake @@ -68,6 +68,13 @@ + + 2022-12-18 + 0.99.53 + Version bump. + fury + uglyside@yandex.ru + 2022-11-10 0.99.51 From 95f1e600750e12880169a7181d051155d4123fb3 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 18 Dec 2022 07:14:55 +0300 Subject: [PATCH 2/2] add conky. --- desktop/misc/conky/actions.py | 27 +++++++++++++ desktop/misc/conky/pspec.xml | 74 +++++++++++++++++++++++++++++++++++ 2 files changed, 101 insertions(+) create mode 100644 desktop/misc/conky/actions.py create mode 100644 desktop/misc/conky/pspec.xml diff --git a/desktop/misc/conky/actions.py b/desktop/misc/conky/actions.py new file mode 100644 index 0000000000..29fcd0aabf --- /dev/null +++ b/desktop/misc/conky/actions.py @@ -0,0 +1,27 @@ +#!/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 mesontools, cmaketools, pisitools + +j = ''.join([ + ' -DCMAKE_BUILD_TYPE="RELEASE"', + ' -DBUILD_CURL=ON', + ' -DBUILD_IMLIB2=OFF', + ' -DBUILD_BUILTIN_CONFIG=OFF', + ' -B_build -G Ninja -L ' + ]) + +def setup(): + cmaketools.configure(j) + +def build(): + mesontools.build("-C _build") + +def install(): + mesontools.install("-C _build") + + pisitools.doman("conky.1") + pisitools.insinto("/etc/conky", "data/conky.conf") diff --git a/desktop/misc/conky/pspec.xml b/desktop/misc/conky/pspec.xml new file mode 100644 index 0000000000..bdf25bbd79 --- /dev/null +++ b/desktop/misc/conky/pspec.xml @@ -0,0 +1,74 @@ + + + + + conky + https://conky.cc/ + + fury + uglyside@yandex.ru + + GPL-3 + app + desktop.misc + Lightweight system monitor for X. + Conky is a free, light-weight system monitor for X, that displays any kind of information on your desktop. + + https://github.com/brndnmtthws/conky/archive/refs/tags/v1.15.0.tar.gz + + + https://github.com/brndnmtthws/conky/releases/download/v1.15.0/conky.1.gz + + + git + ninja + cmake + lua-devel + curl-devel + libX11-devel + libXft-devel + python3-devel + ncurses-devel + libXdamage-devel + libXinerama-devel + + + + + + + + conky + + lua + curl + libXft + libX11 + libgcc + libXext + ncurses + libXfixes + libXdamage + libXinerama + + + /etc/conky/conky.conf + /usr/bin + /usr/lib/libtcp-portmon.a + /usr/share/man/man1/conky.1 + /usr/share/applications + /usr/share/doc + /usr/share/icons + + + + + + 2022-12-18 + 1.15.0 + First build. + fury + uglyside@yandex.ru + + +