zenity:First release-wine

This commit is contained in:
Rmys
2017-12-24 19:42:00 +03:00
parent 3ce6cdf193
commit d564e258bd
8 changed files with 128247 additions and 128084 deletions
+20
View File
@@ -0,0 +1,20 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
def setup():
autotools.configure()
def build():
autotools.make()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.dodoc("AUTHORS", "ChangeLog", "COPYING", "NEWS", "README")
+51
View File
@@ -0,0 +1,51 @@
<?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI>
<Source>
<Name>zenity</Name>
<Homepage>https://help.gnome.org/users/zenity/stable/</Homepage>
<Packager>
<Name>Pisi Linux Admins</Name>
<Email>admin@pisilinux.org</Email>
</Packager>
<License>LGPLv2</License>
<Icon>zenity</Icon>
<IsA>app:gui</IsA>
<Summary>A rewrite of gdialog</Summary>
<Description>Zenity is the GNOME port of dialog which allows you to display dialog boxes from the commandline and shell scripts.</Description>
<Archive sha1sum="4f1715d2ffda58ac86b3c6a452e2aa6cb23aca7f" type="tarxz">http://ftp.gnome.org/pub/gnome/sources/zenity/3.26/zenity-3.26.0.tar.xz</Archive>
<BuildDependencies>
<Dependency>itstool</Dependency>
<Dependency>gtk3-devel</Dependency>
<Dependency>glib2-devel</Dependency>
<Dependency>gnome-common</Dependency>
<Dependency>libnotify-devel</Dependency>
<Dependency>gdk-pixbuf-devel</Dependency>
</BuildDependencies>
</Source>
<Package>
<Name>zenity</Name>
<RuntimeDependencies>
<Dependency>gtk3</Dependency>
<Dependency>glib2</Dependency>
<Dependency>pango</Dependency>
<Dependency>libX11</Dependency>
<Dependency>libnotify</Dependency>
<Dependency>gdk-pixbuf</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="executable">/usr/bin</Path>
<Path fileType="data">/usr/share</Path>
<Path fileType="doc">/usr/share/help</Path>
</Files>
</Package>
<History>
<Update release="1">
<Date>2016-07-21</Date>
<Version>3.26.0</Version>
<Comment>First release</Comment>
<Name>Osman Erkan</Name>
<Email>osman.erkan@pisilinux.org</Email>
</Update>
</History>
</PISI>
@@ -0,0 +1,10 @@
<?xml version="1.0" ?>
<PISI>
<Source>
<Name>zenity</Name>
<Summary xml:lang="tr">Zenity enables you to create the following types of simple dialog:
</Summary>
<Description xml:lang="tr">Zenity enables you to create the following types of simple dialog:
</Description>
</Source>
</PISI>