Difference between revisions of "Zenity"

From LFScript
(Created page with "Category:Scripts <scriptname>zenity</scriptname> == Sources == * <sourcecode>https://ftp.gnome.org/pub/gnome/sources/zenity/3.22/zenity-3.22.0.tar.xz</sourcecode> <md5>e...")
 
(Update to 3.24.0)
 
Line 3: Line 3:
  
 
== Sources ==
 
== Sources ==
* <sourcecode>https://ftp.gnome.org/pub/gnome/sources/zenity/3.22/zenity-3.22.0.tar.xz</sourcecode>
+
* <sourcecode>https://ftp.gnome.org/pub/gnome/sources/zenity/3.24/zenity-3.24.0.tar.xz</sourcecode>
  
<md5>eaf4cbaac3a356817b837668b5a45a97 zenity-3.22.0.tar.xz</md5>
+
<md5>c905318c3ca76172d53829ed2471ac53 zenity-3.24.0.tar.xz</md5>
  
 
== Dependencies ==
 
== Dependencies ==

Latest revision as of 19:46, 28 April 2017

LFScript can find this software under the name zenity.

Sources


MD5 Checksums:

c905318c3ca76172d53829ed2471ac53  zenity-3.24.0.tar.xz

Dependencies

  • gtk+3
  • itstool

Installation

./configure --prefix=/usr \
        --localstatedir=/var \
        --mandir=/usr/share/man
make

As the root user:

make install