mirror of
https://github.com/Ponce/slackbuilds
synced 2024-12-04 00:56:07 +01:00
office/xreader: Updated for version 1.4.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
17c2a19ae9
commit
2ac5baa8f2
2 changed files with 9 additions and 9 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for xreader
|
# Slackware build script for xreader
|
||||||
|
|
||||||
# Copyright 2017 Rodrigo Gimenez <rodrigog83[at]gmail[dot]com>
|
# Copyright 2017 Rodrigo Gimenez <estrod[at]zoho[dot]com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,10 +23,10 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=xreader
|
PRGNAM=xreader
|
||||||
VERSION=${VERSION:-1.2.2}
|
VERSION=${VERSION:-1.4.0}
|
||||||
# To configure the source we need macros that exist in mate-common
|
# To configure the source we need macros that exist in mate-common
|
||||||
# This defines the version of mate-common we'll use
|
# This defines the version of mate-common we'll use
|
||||||
MATECOMMONVERSION=1.16.0
|
MATECOMMONVERSION=1.18.0
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
PRGNAM="xreader"
|
PRGNAM="xreader"
|
||||||
VERSION="1.2.2"
|
VERSION="1.4.0"
|
||||||
HOMEPAGE="https://github.com/linuxmint/xreader"
|
HOMEPAGE="https://github.com/linuxmint/xreader"
|
||||||
DOWNLOAD="https://github.com/linuxmint/xreader/archive/1.2.2/xreader-1.2.2.tar.gz \
|
DOWNLOAD="https://github.com/linuxmint/xreader/archive/1.4.0/xreader-1.4.0.tar.gz \
|
||||||
https://github.com/mate-desktop/mate-common/archive/v1.16.0/mate-common-1.16.0.tar.gz"
|
https://github.com/mate-desktop/mate-common/archive/v1.18.0/mate-common-1.18.0.tar.gz"
|
||||||
MD5SUM="ae878ed2658747c42bce2fd6ebb18a0a \
|
MD5SUM="9b2173cb1f3d67aec0472317220b15dd \
|
||||||
a6e57c48263118cbb7e4e61c72372328"
|
aaeb3d9b510d4fabaca363d71f35539c"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="yelp-tools"
|
REQUIRES="yelp-tools"
|
||||||
MAINTAINER="Rodrigo Gimenez"
|
MAINTAINER="Rodrigo Gimenez"
|
||||||
EMAIL="rodrigog83[at]gmail[dot]com"
|
EMAIL="estrod[at]zoho[dot]com"
|
||||||
|
|
Loading…
Reference in a new issue