Editing last commit
This commit is contained in:
@@ -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")
|
||||
@@ -1,50 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtk-style-xfce</Name>
|
||||
<Homepage>https://www.xfce.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>GTK+ Xfce theme engine</Summary>
|
||||
<Description>Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment.</Description>
|
||||
<Archive sha1sum="4046ecd36886f4f7399a64230e516bd0e697448f" type="tarbz2">http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>xfce4-dev-tools</Dependency>
|
||||
<Dependency>gtk2-devel</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>gtk-style-xfce</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>atk</Dependency>
|
||||
<Dependency>gtk2</Dependency>
|
||||
<Dependency>gtk3</Dependency>
|
||||
<Dependency>cairo</Dependency>
|
||||
<Dependency>pango</Dependency>
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
<Dependency>fontconfig</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/share/themes</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-21</Date>
|
||||
<Version>2.10.0</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>gtk-style-xfce</Name>
|
||||
<Summary xml:lang="tr">GTK+ Xfce tema motoru</Summary>
|
||||
<Description xml:lang="tr">Gtk2-engines-xfce, Xfce masaüstü yöneticisi için hazırlanmış GTK+ tema motorudur.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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")
|
||||
@@ -1,45 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-xfce4</Name>
|
||||
<Homepage>https://www.xfce.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>Xfce icon theme</Summary>
|
||||
<Description>Icon theme Rodent for the Xfce Desktop Environment.</Description>
|
||||
<Archive sha1sum="0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7" type="tarbz2">http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>icon-theme-xfce4</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>icon-theme-hicolor</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="library">/usr/lib</Path>
|
||||
<Path fileType="data">/usr/lib/pkgconfig</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-23</Date>
|
||||
<Version>4.4.3</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>icon-theme-xfce4</Name>
|
||||
<Summary xml:lang="tr">Xfce simge teması</Summary>
|
||||
<Description xml:lang="tr">Bu paket, Xfce masaüstü ortamı için Rodent simge temasını içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -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")
|
||||
@@ -1,39 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xfwm4-themes</Name>
|
||||
<Homepage>https://www.xfce.org/</Homepage>
|
||||
<Packager>
|
||||
<Name>Ayhan Yalçınsoy</Name>
|
||||
<Email>ayhanyalcinsoy@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>Xfce window manager themes</Summary>
|
||||
<Description>Xfce4-themes is a set of additional themes for the Xfwm window manager.</Description>
|
||||
<Archive sha1sum="6608cd2e615e0e058f25ccf2868f903b35b2115f" type="tarbz2">http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2</Archive>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>xfwm4-themes</Name>
|
||||
<RuntimeDependencies>
|
||||
<Dependency>xfwm4</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="1">
|
||||
<Date>2020-11-21</Date>
|
||||
<Version>4.10.0</Version>
|
||||
<Comment>Rebuild.For Beta System</Comment>
|
||||
<Name>Ali Cengiz Kurt</Name>
|
||||
<Email>alicengizkurt@gmail.com</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
@@ -1,8 +0,0 @@
|
||||
<?xml version="1.0" ?>
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>xfwm4-themes</Name>
|
||||
<Summary xml:lang="tr">Xfwm pencere yöneticisi temaları</Summary>
|
||||
<Description xml:lang="tr">Bu paket, Xfce masaüstü yönetici pencereleri için ek temalar içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
@@ -10,6 +10,7 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>library</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>GTK+ Xfce theme engine</Summary>
|
||||
<Description>Gtk2-engines-xfce is a GTK+ engine for Xfce desktop environment.</Description>
|
||||
<Archive sha1sum="4046ecd36886f4f7399a64230e516bd0e697448f" type="tarbz2">http://archive.xfce.org/xfce/4.12/src/gtk-xfce-engine-2.10.0.tar.bz2</Archive>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>Xfce icon theme</Summary>
|
||||
<Description>Icon theme Rodent for the Xfce Desktop Environment.</Description>
|
||||
<Archive sha1sum="0c0d0c45cd4a7f609310db8e9d17c1c4a131a6e7" type="tarbz2">http://archive.xfce.org/src/art/xfce4-icon-theme/4.4/xfce4-icon-theme-4.4.3.tar.bz2</Archive>
|
||||
|
||||
@@ -10,6 +10,7 @@
|
||||
</Packager>
|
||||
<License>GPLv2</License>
|
||||
<IsA>data</IsA>
|
||||
<PartOf>desktop.xfce.lookandfeel</PartOf>
|
||||
<Summary>Xfce window manager themes</Summary>
|
||||
<Description>Xfce4-themes is a set of additional themes for the Xfwm window manager.</Description>
|
||||
<Archive sha1sum="6608cd2e615e0e058f25ccf2868f903b35b2115f" type="tarbz2">http://archive.xfce.org/src/art/xfwm4-themes/4.10/xfwm4-themes-4.10.0.tar.bz2</Archive>
|
||||
|
||||
Reference in New Issue
Block a user