From 01252a2bfc008e5585e113a6841e180278113f32 Mon Sep 17 00:00:00 2001 From: alick01 Date: Sun, 6 Dec 2020 17:03:33 +0300 Subject: [PATCH] nocsd --- desktop/toolkit/nocsd/actions.py | 20 +++++++++++++ desktop/toolkit/nocsd/pspec.xml | 48 ++++++++++++++++++++++++++++++++ 2 files changed, 68 insertions(+) create mode 100644 desktop/toolkit/nocsd/actions.py create mode 100644 desktop/toolkit/nocsd/pspec.xml diff --git a/desktop/toolkit/nocsd/actions.py b/desktop/toolkit/nocsd/actions.py new file mode 100644 index 0000000000..e349a79a53 --- /dev/null +++ b/desktop/toolkit/nocsd/actions.py @@ -0,0 +1,20 @@ +#!/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 +from pisi.actionsapi import pisitools +from pisi.actionsapi import get + +#def setup(): +# + +def build(): + autotools.make("prefix=/usr") + +def install(): + autotools.rawInstall("DESTDIR=%s prefix=/usr" % get.installDIR()) + + pisitools.dodoc("ChangeLog", "COPYING", "README.md") diff --git a/desktop/toolkit/nocsd/pspec.xml b/desktop/toolkit/nocsd/pspec.xml new file mode 100644 index 0000000000..64742157fb --- /dev/null +++ b/desktop/toolkit/nocsd/pspec.xml @@ -0,0 +1,48 @@ + + + + + nocsd + https://github.com/ZaWertun/gtk3-nocsd + + fury + wascheme@tuta.io + + LGPLv2.1 + library + desktop.toolkit.gtk + A hack to disable gtk+ 3 client side decoration + gtk3-nocsd is a small module used to disable the client side decoration of Gtk+ 3. + + https://github.com/ZaWertun/gtk3-nocsd/archive/v3.0.4.tar.gz + + + gtk3-devel + gobject-introspection-devel + + + + + nocsd + + + + + /usr/bin/gtk3-nocsd + /usr/lib/libgtk3-nocsd.so.0 + /usr/share + /usr/share/man + /usr/share/doc/gtk3-nocsd + + + + + + 2020-10-01 + 3.0.4 + Ver. bump + fury + wascheme@tuta.io + + +