diff --git a/programming/library/yad/actions.py b/programming/library/yad/actions.py index 35a3b36997..882710994a 100644 --- a/programming/library/yad/actions.py +++ b/programming/library/yad/actions.py @@ -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*") \ No newline at end of file diff --git a/programming/library/yad/pspec.xml b/programming/library/yad/pspec.xml index 5e58250585..c7b7764915 100644 --- a/programming/library/yad/pspec.xml +++ b/programming/library/yad/pspec.xml @@ -1,5 +1,5 @@ - + yad @@ -8,23 +8,25 @@ PisiLinux Community admins@pisilinux.org + programming.library GPLv3 library - fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2 - fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2 - https://github.com/v1cont/yad/archive/v6.0.tar.gz + Yet Another Dialog - display graphical dialogs from shell scripts or command line. + Yad allows you to display GTK+ dialog boxes from command line or shell scripts. YAD depends on GTK+ only. + https://github.com/v1cont/yad/archive/v7.1.tar.gz intltool - glib2-devel gtk3-devel - gtkspell3-devel + glib2-devel gettext-devel + gtkspell3-devel shared-mime-info yad + Yet Another Dialog - display graphical dialogs from shell scripts or command line. yad-gtk2 @@ -37,15 +39,22 @@ gdk-pixbuf - /usr/bin /usr/share - /usr/share/locale /usr/share/man /usr/share/doc + /usr/bin + /usr/share/locale + + 2020-09-23 + 7.1 + Major version bump. Fix translation + Blue Devil + bluedevil@sctzine.com + 2020-04-27 6.0 @@ -61,4 +70,4 @@ admins@pisilinux.org - + \ No newline at end of file diff --git a/programming/library/yad/translations.xml b/programming/library/yad/translations.xml index 35749c0eb5..003b3a6743 100644 --- a/programming/library/yad/translations.xml +++ b/programming/library/yad/translations.xml @@ -2,7 +2,7 @@ yad - fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2 - fork of zenity - display graphical dialogs from shell scripts or command line - for gtk2 + Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlar. + Yad komut satırından veya kabuk betikleriyle diyalog kutuları yapmanızı sağlayan kitaplığı içerir. - + \ No newline at end of file