mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
office/evince: Updated for version 41.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a3f34314a4
commit
77ecf39915
2 changed files with 4 additions and 11 deletions
|
@ -26,17 +26,10 @@
|
|||
|
||||
# Now maintained by B. Watson <yalhcru@gmail.com>
|
||||
|
||||
# 20210730 bkw: update for v40.4 and slackware-current. Add libhandy dep.
|
||||
# 20191231 bkw:
|
||||
# - take over maintenance
|
||||
# - update for v3.28.5.3, which is the last version that will build with
|
||||
# Slack 14.2's rather outdated gtk+3 libraries. Actually it requires
|
||||
# some fugly hackery to work, see shim.h for gory details and polemic.
|
||||
|
||||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=evince
|
||||
VERSION=${VERSION:-40.4}
|
||||
VERSION=${VERSION:-41.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="evince"
|
||||
VERSION="40.4"
|
||||
VERSION="41.3"
|
||||
HOMEPAGE="http://projects.gnome.org/evince/"
|
||||
DOWNLOAD="https://download.gnome.org/sources/evince/40/evince-40.4.tar.xz"
|
||||
MD5SUM="bf78a8e8c384bbd2780b7be0ac917e79"
|
||||
DOWNLOAD="https://download.gnome.org/sources/evince/41/evince-41.3.tar.xz"
|
||||
MD5SUM="15518c459805277b90bad34e7d4551f6"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="libhandy"
|
||||
|
|
Loading…
Reference in a new issue