mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
desktop/yad: Updated for version 0.38.1.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
97d37ce315
commit
473495bd5f
3 changed files with 12 additions and 8 deletions
|
@ -1,7 +1,10 @@
|
|||
yad displays graphical dialogs from shell scripts or command line.
|
||||
Yad displays graphical dialogs from shell scripts or command line.
|
||||
|
||||
Yad is a fork of Zenity with many improvements, including custom
|
||||
buttons, additional dialogs and a pop-up menu in the notification
|
||||
area.
|
||||
|
||||
the optional dependency webkitgtk enables the html widget.
|
||||
The optional dependency webkitgtk enables the html widget.
|
||||
|
||||
By default this is built against gtk+2: if you want to use it
|
||||
with gtk+3 pass the script the parameter GTK=3
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for yad
|
||||
|
||||
# Copyright 2010-2014 Charles <SlackBuilds@catcons.co.uk>
|
||||
# Copyright 2015-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# Copyright 2015-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=yad
|
||||
VERSION=${VERSION:-0.38.0}
|
||||
VERSION=${VERSION:-0.38.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -55,6 +55,7 @@ else
|
|||
LIBDIRSUFFIX=""
|
||||
fi
|
||||
|
||||
GTK=${GTK:-2}
|
||||
if pkg-config --exists webkit-1.0 ; then HTML="--enable-html" ; else HTML="" ; fi
|
||||
|
||||
set -e
|
||||
|
@ -83,7 +84,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--docdir=/usr/doc/$PRGNAM-$VERSION \
|
||||
--with-rgb=/usr/share/X11/rgb.txt \
|
||||
--enable-icon-browser \
|
||||
--with-gtk=gtk2 \
|
||||
--with-gtk=gtk$GTK \
|
||||
$HTML \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="yad"
|
||||
VERSION="0.38.0"
|
||||
VERSION="0.38.1"
|
||||
HOMEPAGE="http://sourceforge.net/projects/yad-dialog/"
|
||||
DOWNLOAD="http://downloads.sf.net/yad-dialog/yad-0.38.0.tar.xz"
|
||||
MD5SUM="1fa3f46cd7e5006426c7f2a0bb49e1e1"
|
||||
DOWNLOAD="http://downloads.sf.net/yad-dialog/yad-0.38.1.tar.xz"
|
||||
MD5SUM="213df88dd7bdeb6b43fafc5fb0fc27c3"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue