Skip to content

Commit

Permalink
efreet is ready
Browse files Browse the repository at this point in the history
  • Loading branch information
H. İbrahim Güngör committed Aug 23, 2010
1 parent 54f9adf commit 88914c5
Show file tree
Hide file tree
Showing 3 changed files with 136 additions and 0 deletions.
21 changes: 21 additions & 0 deletions desktop/enlightenment/base/efreet/actions.py
@@ -0,0 +1,21 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2.
# See the file http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt

from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get

def setup():
autotools.autoreconf("-fi")
autotools.configure("--disable-static")

def build():
autotools.make()

def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())

pisitools.dodoc("AUTHORS", "COPYING*", "README", "TODO")
102 changes: 102 additions & 0 deletions desktop/enlightenment/base/efreet/pspec.xml
@@ -0,0 +1,102 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM 'http://www.pardus.org.tr/projeler/pisi/pisi-spec.dtd'>
<PISI>
<Source>
<Name>efreet</Name>
<Homepage>http://trac.enlightenment.org/e/wiki/Efreet</Homepage>
<Packager>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Packager>
<License>BSD</License>
<IsA>app:console</IsA>
<IsA>library</IsA>
<Summary>MIME-standards handler for E17 desktop shell</Summary>
<Description>efreet implements the FreeDesktop.Org application and MIME-handling standards.</Description>
<Archive sha1sum="4f15c158f8a1f9fb293d645798a77adebf8d6d70" type="tarbz2">http://download.enlightenment.org/snapshots/2010-06-07/efreet-0.5.0.49539.tar.bz2</Archive>
<BuildDependencies>
<Dependency versionFrom="0.9.9.49539">eina-devel</Dependency>
<Dependency versionFrom="1.3.0">eet-devel</Dependency>
<Dependency versionFrom="0.9.9.49539">ecore-devel</Dependency>
</BuildDependencies>
</Source>

<Package>
<Name>efreet</Name>
<RuntimeDependencies>
<Dependency versionFrom="0.9.9.49539">eina</Dependency>
<Dependency versionFrom="1.3.0">eet</Dependency>
<Dependency versionFrom="0.9.9.49539">ecore</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share/efreet</Path>
<Path fileType="library">/usr/lib</Path>
<Path fileType="doc">/usr/share/doc</Path>
</Files>
</Package>

<Package>
<Name>efreet-devel</Name>
<Summary>Development files for efreet</Summary>
<RuntimeDependencies>
<Dependency release="7">efreet</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
</Files>
</Package>

<History>
<Update release="7">
<Date>2010-06-07</Date>
<Version>0.5.0.49539</Version>
<Comment>New snapshot.</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="6">
<Date>2010-02-15</Date>
<Version>0.5.0.063_20100215</Version>
<Comment>New snapshot.</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="5">
<Date>2009-07-30</Date>
<Version>0.5.0.062</Version>
<Comment>New snapshot.</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="4">
<Date>2009-06-15</Date>
<Version>0.5.0.061</Version>
<Comment>New snapshot.</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="3">
<Date>2009-04-04</Date>
<Version>0.5.0.050_20090404</Version>
<Comment>New snapshot</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="2">
<Date>2009-03-20</Date>
<Version>0.5.0.050_20090319</Version>
<Comment>Bump to latest snapshot</Comment>
<Name>H. İbrahim Güngör</Name>
<Email>ibrahim@pardus.org.tr</Email>
</Update>
<Update release="1">
<Date>2008-05-20</Date>
<Version>0.5.0.043</Version>
<Comment>First release</Comment>
<Name>Kenan Pelit</Name>
<Email>kpelit@gmail.com</Email>
</Update>
</History>
</PISI>
13 changes: 13 additions & 0 deletions desktop/enlightenment/base/efreet/translations.xml
@@ -0,0 +1,13 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>efreet</Name>
<Summary xml:lang="tr">E17 için MIME standartları kitaplığı</Summary>
<Description xml:lang="tr">Efreet, FreeDesktop.Org uygulama ve MIME standartlarını gerçekleyen bir kitaplıktır.</Description>
</Source>

<Package>
<Name>efreet-devel</Name>
<Summary xml:lang="tr">efreet için geliştirme dosyaları</Summary>
</Package>
</PISI>

0 comments on commit 88914c5

Please sign in to comment.