libraries/xview: Updated for version 3.2p4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
531526c479
commit
d1f4411163
|
@ -9,3 +9,9 @@ simple calculator (olcalc).
|
||||||
|
|
||||||
!!! IMPORTANT !!!
|
!!! IMPORTANT !!!
|
||||||
Due to conflict with /sbin/clock, XView's clock was renamed to olclock.
|
Due to conflict with /sbin/clock, XView's clock was renamed to olclock.
|
||||||
|
|
||||||
|
If you are using one of certain, older Slackware versions, XView
|
||||||
|
applications may hang after first mouse button click. To prevent this
|
||||||
|
behaviour, build this SlackBuild in the following way:
|
||||||
|
|
||||||
|
XVIEW_BROKEN_X11_WORKAROUND=1 ./xview.SlackBuild
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xview
|
PRGNAM=xview
|
||||||
VERSION=${VERSION:-3.2p3}
|
VERSION=${VERSION:-3.2p4}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="xview"
|
PRGNAM="xview"
|
||||||
VERSION="3.2p3"
|
VERSION="3.2p4"
|
||||||
HOMEPAGE="http://xview.xenu.tk"
|
HOMEPAGE="http://xview.xenu.tk"
|
||||||
DOWNLOAD="http://cdn.xenu.tk/pub/xview/xview-3.2p3.tar.Z"
|
DOWNLOAD="http://cdn.xenu.tk/pub/xview/xview-3.2p4.tar.Z"
|
||||||
MD5SUM="2d4953130483160223f53a4251bc23f9"
|
MD5SUM="27b10252d53d2ccee12650221d873e2b"
|
||||||
DOWNLOAD_x86_64="UNSUPPORTED"
|
DOWNLOAD_x86_64="UNSUPPORTED"
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
|
|
Loading…
Reference in New Issue