yad: major version bump
This commit is contained in:
@@ -4,20 +4,20 @@
|
||||
# Licensed under the GNU General Public License, version 3.
|
||||
# See the file http://www.gnu.org/licenses/gpl.txt
|
||||
|
||||
from pisi.actionsapi import get
|
||||
from pisi.actionsapi import autotools
|
||||
from pisi.actionsapi import pisitools
|
||||
from pisi.actionsapi import shelltools
|
||||
from pisi.actionsapi import get
|
||||
|
||||
def setup():
|
||||
autotools.autoreconf("-ivf")
|
||||
shelltools.system("intltoolize --force --copy --automake")
|
||||
autotools.configure("--with-gtk=gtk3 \
|
||||
--enable-icon-browser \
|
||||
autotools.configure("--enable-gio \
|
||||
--enable-html \
|
||||
--enable-gio \
|
||||
--enable-spell \
|
||||
--enable-sourceview")
|
||||
--with-gtk=gtk3 \
|
||||
--enable-sourceview \
|
||||
--enable-icon-browser")
|
||||
|
||||
def build():
|
||||
autotools.make()
|
||||
@@ -25,4 +25,4 @@ def build():
|
||||
def install():
|
||||
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
|
||||
|
||||
pisitools.dodoc("AUTHORS", "COPYING", "NEWS", "README*")
|
||||
pisitools.dodoc("COPYING", "README*")
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" ?>
|
||||
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<!DOCTYPE PISI SYSTEM "https://www.pisilinux.org/projeler/pisi/pisi-spec.dtd">
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>yad</Name>
|
||||
@@ -8,23 +8,25 @@
|
||||
<Name>PisiLinux Community</Name>
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Packager>
|
||||
<PartOf>programming.library</PartOf>
|
||||
<License>GPLv3</License>
|
||||
<IsA>library</IsA>
|
||||
<Summary> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Summary>
|
||||
<Description> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Description>
|
||||
<Archive sha1sum="5eb3f68109af94de6db5f0193e6c8978dd5ed005" type="targz">https://github.com/v1cont/yad/archive/v6.0.tar.gz</Archive>
|
||||
<Summary>Yet Another Dialog - display graphical dialogs from shell scripts or command line.</Summary>
|
||||
<Description>Yad allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only.</Description>
|
||||
<Archive sha1sum="5c466f9e50c93b1154ec3b7cef3c844477fe4085" type="targz">https://github.com/v1cont/yad/archive/v7.1.tar.gz</Archive>
|
||||
<BuildDependencies>
|
||||
<Dependency>intltool</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gtk3-devel</Dependency>
|
||||
<Dependency>gtkspell3-devel</Dependency>
|
||||
<Dependency>glib2-devel</Dependency>
|
||||
<Dependency>gettext-devel</Dependency>
|
||||
<Dependency>gtkspell3-devel</Dependency>
|
||||
<Dependency>shared-mime-info</Dependency>
|
||||
</BuildDependencies>
|
||||
</Source>
|
||||
|
||||
<Package>
|
||||
<Name>yad</Name>
|
||||
<Summary>Yet Another Dialog - display graphical dialogs from shell scripts or command line.</Summary>
|
||||
<Conflicts>
|
||||
<Package>yad-gtk2</Package>
|
||||
</Conflicts>
|
||||
@@ -37,15 +39,22 @@
|
||||
<Dependency>gdk-pixbuf</Dependency>
|
||||
</RuntimeDependencies>
|
||||
<Files>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="data">/usr/share</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
<Path fileType="man">/usr/share/man</Path>
|
||||
<Path fileType="doc">/usr/share/doc</Path>
|
||||
<Path fileType="executable">/usr/bin</Path>
|
||||
<Path fileType="localedata">/usr/share/locale</Path>
|
||||
</Files>
|
||||
</Package>
|
||||
|
||||
<History>
|
||||
<Update release="3">
|
||||
<Date>2020-09-23</Date>
|
||||
<Version>7.1</Version>
|
||||
<Comment>Major version bump. Fix translation</Comment>
|
||||
<Name>Blue Devil</Name>
|
||||
<Email>bluedevil@sctzine.com</Email>
|
||||
</Update>
|
||||
<Update release="2">
|
||||
<Date>2020-04-27</Date>
|
||||
<Version>6.0</Version>
|
||||
@@ -61,4 +70,4 @@
|
||||
<Email>admins@pisilinux.org</Email>
|
||||
</Update>
|
||||
</History>
|
||||
</PISI>
|
||||
</PISI>
|
||||
@@ -2,7 +2,7 @@
|
||||
<PISI>
|
||||
<Source>
|
||||
<Name>yad</Name>
|
||||
<Summary xml:lang="tr"> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Summary>
|
||||
<Description xml:lang="tr"> fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2</Description>
|
||||
<Summary xml:lang="tr">Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlar.</Summary>
|
||||
<Description xml:lang="tr">Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlayan kitaplığı içerir.</Description>
|
||||
</Source>
|
||||
</PISI>
|
||||
</PISI>
|
||||
Reference in New Issue
Block a user