remove xfce

This commit is contained in:
groni
2017-01-11 14:18:41 +01:00
parent 038c271e56
commit 264db35d84
119 changed files with 0 additions and 39288 deletions
-26
View File
@@ -1,26 +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
from pisi.actionsapi import get
def setup():
autotools.configure("--prefix=/usr \
--disable-static \
--disable-gtk-doc \
--disable-debug")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "COPYING*", "ChangeLog", "NEWS", "README", "THANKS", "TODO")
-94
View File
@@ -1,94 +0,0 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>exo</Name>
<Homepage>http://www.xfce.org</Homepage>
<Packager>
<Name>Ayhan Yalcinsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Packager>
<License>GPLv2</License>
<License>LGPLv2.1</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>Xfce extension library</Summary>
<Description>exo is an extension library to Xfce, developed by os-cillation. While Xfce comes with quite a few libraries that are targeted at desktop development, exo is targeted at application development.</Description>
<Archive sha1sum="1edbd1eeda577ff0a0473145490b33eb8f9c24c4" type="tarbz2">mirrors://xfce/src/xfce/exo/0.10/exo-0.10.7.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libxfce4ui-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>intltool</Dependency>
<Dependency>perl-URI</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>exo</Name>
<RuntimeDependencies>
<Dependency>libxfce4ui</Dependency>
<Dependency>atk</Dependency>
<Dependency>cairo</Dependency>
<Dependency>glib2</Dependency>
<Dependency>gtk2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>gdk-pixbuf</Dependency>
<Dependency>libxfce4util</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="config">/etc</Path>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="executable">/usr/libexec</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="localedata">/usr/share/locale</Path>
<Path fileType="data">/usr/share/applications</Path>
<Path fileType="data">/usr/share/icons</Path>
<Path fileType="data">/usr/share/pixmaps</Path>
<Path fileType="data">/usr/share/pygtk</Path>
<Path fileType="doc">/usr/share/xfce4/doc</Path>
<Path fileType="data">/usr/share/xfce4</Path>
<Path fileType="man">/usr/share/man</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>
<Package>
<Name>exo-devel</Name>
<Summary>Development files for exo</Summary>
<RuntimeDependencies>
<Dependency release="current">exo</Dependency>
<Dependency>libxfce4util-devel</Dependency>
<Dependency>gtk2-devel</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>
<Package>
<Name>exo-docs</Name>
<IsA>data:doc</IsA>
<Summary>Documentation for exo library</Summary>
<RuntimeDependencies>
<Dependency release="current">exo</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="doc">/usr/share/gtk-doc</Path>
<Path fileType="doc">/usr/share/doc/exo/html</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2015-10-03</Date>
<Version>0.10.7</Version>
<Comment>First release</Comment>
<Name>Ayhan Yalçınsoy</Name>
<Email>ayhanyalcinsoy@pisilinux.org</Email>
</Update>
</History>
</PISI>
-18
View File
@@ -1,18 +0,0 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>exo</Name>
<Summary xml:lang="tr">Xfce eklenti kitaplığı</Summary>
<Description xml:lang="tr">exo, os-cillation tarafından geliştirilen Xfce eklenti kitaplığıdır. Xfce masaüstü ortamını hedefleyen az kitaplıkla gelirken, exo uygulama geliştirmeyi hedefliyor.</Description>
</Source>
<Package>
<Name>exo-devel</Name>
<Summary xml:lang="tr">exo geliştirme dosyaları</Summary>
</Package>
<Package>
<Name>exo-docs</Name>
<Summary xml:lang="tr">exo belgeleri</Summary>
</Package>
</PISI>