diff --git a/desktop/xfce/addon/gtk-style-xfce/actions.py b/desktop/xfce/addon/gtk-style-xfce/actions.py deleted file mode 100644 index 1b5b018f28..0000000000 --- a/desktop/xfce/addon/gtk-style-xfce/actions.py +++ /dev/null @@ -1,23 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2 -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import shelltools - -def setup(): - shelltools.system('xdt-autogen') - autotools.configure('--disable-static') - - pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ") - -def build(): - autotools.make() - -def install(): - autotools.install() - - pisitools.dodoc("NEWS", "README", "ChangeLog", "AUTHORS") diff --git a/desktop/xfce/addon/gtk-style-xfce/pspec.xml b/desktop/xfce/addon/gtk-style-xfce/pspec.xml deleted file mode 100644 index 825753af09..0000000000 --- a/desktop/xfce/addon/gtk-style-xfce/pspec.xml +++ /dev/null @@ -1,50 +0,0 @@ - - - - - gtk-style-xfce - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - library - desktop.xfce.lookandfeel - GTK+ Xfce theme engine - Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment. - http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2 - - xfce4-dev-tools - gtk2-devel - - - - - gtk-style-xfce - - atk - gtk2 - gtk3 - cairo - pango - gdk-pixbuf - fontconfig - - - /usr/lib - /usr/share/themes - /usr/share/doc - - - - - - 2020-11-21 - 2.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - diff --git a/desktop/xfce/addon/gtk-style-xfce/translations.xml b/desktop/xfce/addon/gtk-style-xfce/translations.xml deleted file mode 100644 index 5ae66269de..0000000000 --- a/desktop/xfce/addon/gtk-style-xfce/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - gtk-style-xfce - GTK+ Xfce tema motoru - Gtk2-engines-xfce, Xfce masaüstü yöneticisi için hazırlanmış GTK+ tema motorudur. - - diff --git a/desktop/xfce/addon/icon-theme-xfce4/actions.py b/desktop/xfce/addon/icon-theme-xfce4/actions.py deleted file mode 100644 index 4c40a7f19b..0000000000 --- a/desktop/xfce/addon/icon-theme-xfce4/actions.py +++ /dev/null @@ -1,22 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2 -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools -from pisi.actionsapi import get - -WorkDir = 'xfce4-icon-theme-%s' % get.srcVERSION() - -def setup(): - autotools.configure() - -def build(): - autotools.make() - -def install(): - autotools.install() - - pisitools.dodoc("Rodent/README", "NEWS", "ChangeLog", "AUTHORS") diff --git a/desktop/xfce/addon/icon-theme-xfce4/pspec.xml b/desktop/xfce/addon/icon-theme-xfce4/pspec.xml deleted file mode 100644 index 88c1584969..0000000000 --- a/desktop/xfce/addon/icon-theme-xfce4/pspec.xml +++ /dev/null @@ -1,45 +0,0 @@ - - - - - icon-theme-xfce4 - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - data - desktop.xfce.lookandfeel - Xfce icon theme - Icon theme Rodent for the Xfce Desktop Environment. - http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2 - - intltool - icon-theme-hicolor - - - - - icon-theme-xfce4 - - icon-theme-hicolor - - - /usr/lib - /usr/lib/pkgconfig - /usr/share - /usr/share/doc - - - - - - 2020-11-23 - 4.4.3 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - diff --git a/desktop/xfce/addon/icon-theme-xfce4/translations.xml b/desktop/xfce/addon/icon-theme-xfce4/translations.xml deleted file mode 100644 index dc15f50a56..0000000000 --- a/desktop/xfce/addon/icon-theme-xfce4/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - icon-theme-xfce4 - Xfce simge teması - Bu paket, Xfce masaüstü ortamı için Rodent simge temasını içerir. - - diff --git a/desktop/xfce/addon/xfwm4-themes/actions.py b/desktop/xfce/addon/xfwm4-themes/actions.py deleted file mode 100644 index 7b904a5ca0..0000000000 --- a/desktop/xfce/addon/xfwm4-themes/actions.py +++ /dev/null @@ -1,19 +0,0 @@ -#!/usr/bin/python -# -*- coding: utf-8 -*- -# -# Licensed under the GNU General Public License, version 2 -# See the file http://www.gnu.org/copyleft/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import pisitools - -def setup(): - autotools.configure() - -def build(): - autotools.make() - -def install(): - autotools.install() - - pisitools.dodoc("TODO", "README", "NEWS", "ChangeLog", "AUTHORS") diff --git a/desktop/xfce/addon/xfwm4-themes/pspec.xml b/desktop/xfce/addon/xfwm4-themes/pspec.xml deleted file mode 100644 index 9ee438e036..0000000000 --- a/desktop/xfce/addon/xfwm4-themes/pspec.xml +++ /dev/null @@ -1,39 +0,0 @@ - - - - - xfwm4-themes - https://www.xfce.org/ - - Ayhan Yalçınsoy - ayhanyalcinsoy@pisilinux.org - - GPLv2 - data - desktop.xfce.lookandfeel - Xfce window manager themes - Xfce4-themes is a set of additional themes for the Xfwm window manager. - http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2 - - - - xfwm4-themes - - xfwm4 - - - /usr/share - /usr/share/doc - - - - - - 2020-11-21 - 4.10.0 - Rebuild.For Beta System - Ali Cengiz Kurt - alicengizkurt@gmail.com - - - diff --git a/desktop/xfce/addon/xfwm4-themes/translations.xml b/desktop/xfce/addon/xfwm4-themes/translations.xml deleted file mode 100644 index 83936e2a3d..0000000000 --- a/desktop/xfce/addon/xfwm4-themes/translations.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - xfwm4-themes - Xfwm pencere yöneticisi temaları - Bu paket, Xfce masaüstü yönetici pencereleri için ek temalar içerir. - - diff --git a/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml b/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml index 9bd54f537b..825753af09 100644 --- a/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml +++ b/desktop/xfce/lookandfeel/gtk-style-xfce/pspec.xml @@ -10,6 +10,7 @@ GPLv2 library + desktop.xfce.lookandfeel GTK+ Xfce theme engine Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment. http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2 diff --git a/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml b/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml index 78f57ab609..88c1584969 100644 --- a/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml +++ b/desktop/xfce/lookandfeel/icon-theme-xfce4/pspec.xml @@ -10,6 +10,7 @@ GPLv2 data + desktop.xfce.lookandfeel Xfce icon theme Icon theme Rodent for the Xfce Desktop Environment. http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2 diff --git a/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml b/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml index 0d1f82179e..9ee438e036 100644 --- a/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml +++ b/desktop/xfce/lookandfeel/xfwm4-themes/pspec.xml @@ -10,6 +10,7 @@ GPLv2 data + desktop.xfce.lookandfeel Xfce window manager themes Xfce4-themes is a set of additional themes for the Xfwm window manager. http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2