mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
desktop/zenity: Updated for version 3.16.2.
Signed-off-by: Erik Hanson <erik@slackbuilds.org>.
This commit is contained in:
parent
936fa40064
commit
6621f2905f
2 changed files with 28 additions and 8 deletions
|
@ -1,10 +1,31 @@
|
|||
#!/bin/sh
|
||||
# Slackware build script for zenity
|
||||
# Written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
# Maintained by Erik Hanson <erik@slackbuilds.org>
|
||||
|
||||
# Slackware build script for Zenity
|
||||
|
||||
# Copyright 2015 Erik W. Hanson, Minneapolis, MN, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
#
|
||||
# 1. Redistributions of this script must retain the above copyright
|
||||
# notice, this list of conditions and the following disclaimer.
|
||||
#
|
||||
# THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED
|
||||
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
|
||||
# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
|
||||
# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
|
||||
# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
|
||||
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
|
||||
# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
|
||||
# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
|
||||
# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
|
||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
# Originally written by Larry Hajali <larryhaja[at]gmail[dot]com>
|
||||
|
||||
PRGNAM=zenity
|
||||
VERSION=${VERSION:-3.6.0}
|
||||
VERSION=${VERSION:-3.16.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -60,7 +81,6 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--enable-debug=no \
|
||||
--enable-libnotify \
|
||||
--disable-scrollkeeper \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="zenity"
|
||||
VERSION="3.6.0"
|
||||
VERSION="3.16.2"
|
||||
HOMEPAGE="http://live.gnome.org/Zenity"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/zenity/3.6/zenity-3.6.0.tar.xz"
|
||||
MD5SUM="a9ba39d7286ec172f726c938d911e933"
|
||||
DOWNLOAD="http://ftp.acc.umu.se/pub/gnome/sources/zenity/3.16/zenity-3.16.2.tar.xz"
|
||||
MD5SUM="82953e2a10e5ea64b689870b29fa40a4"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libgnomecanvas"
|
||||
|
|
Loading…
Reference in a new issue