From 927c05e35549f01eb2c5ddbad77cfc1a53fee3e8 Mon Sep 17 00:00:00 2001 From: alick01 Date: Sun, 6 Dec 2020 23:45:53 +0300 Subject: [PATCH] nocsd removed --- desktop/toolkit/nocsd/actions.py | 20 ------------- desktop/toolkit/nocsd/pspec.xml | 48 -------------------------------- 2 files changed, 68 deletions(-) delete mode 100644 desktop/toolkit/nocsd/actions.py delete mode 100644 desktop/toolkit/nocsd/pspec.xml diff --git a/desktop/toolkit/nocsd/actions.py b/desktop/toolkit/nocsd/actions.py deleted file mode 100644 index e349a79a53..0000000000 --- a/desktop/toolkit/nocsd/actions.py +++ /dev/null @@ -1,20 +0,0 @@ -#!/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 deleted file mode 100644 index 64742157fb..0000000000 --- a/desktop/toolkit/nocsd/pspec.xml +++ /dev/null @@ -1,48 +0,0 @@ - - - - - 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 - - -