@@ -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")
|
||||
@@ -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>
|
||||
@@ -12,7 +12,7 @@
|
||||
<IsA>app:console</IsA>
|
||||
<Summary>WINE Is Not An Emulator, which lets you run Microsoft Windows applications</Summary>
|
||||
<Description>Wine allows running Windows 3.*, Windows 95/98 and Windows NT programs on a i386 (or compatible) machine running X11. It is still alpha level code; don't expect everything to work.</Description>
|
||||
<Archive sha1sum="5dd69cb843039ab7a4987da0d4f37cf6a9c48b4e" type="tarxz">https://dl.winehq.org/wine/source/2.x/wine-2.9.tar.xz</Archive>
|
||||
<Archive sha1sum="d4b80eee620f05479287f9bca3bce278b4f00432" type="tarxz">https://dl.winehq.org/wine/source/2.x/wine-2.22.tar.xz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>lcms2-devel</Dependency>
|
||||
<Dependency>libao-devel</Dependency>
|
||||
@@ -261,6 +261,13 @@
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="11">
|
||||
<Date>2017-12-24</Date>
|
||||
<Version>2.22</Version>
|
||||
<Comment>Version bump</Comment>
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
<Update release="10">
|
||||
<Date>2017-05-28</Date>
|
||||
<Version>2.9</Version>
|
||||
|
||||
+128156
-128081
File diff suppressed because it is too large
Load Diff
@@ -1 +1 @@
|
||||
224917ece0dee22e7d3a748f7646bf584910d649
|
||||
f2cff766793865c7118cca07ae2be709e0dd665d
|
||||
Binary file not shown.
@@ -1 +1 @@
|
||||
cccb46f7e3ee85a15cf1b40d44985ecbe464cd30
|
||||
6d180420a9a22da4fc49d402b6ad9b34081ab84a
|
||||
Reference in New Issue
Block a user