mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
office/atril: Updated for version 1.28.0.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
331e60a900
commit
ada4dba7ab
2 changed files with 8 additions and 5 deletions
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=atril
|
||||
VERSION=${VERSION:-1.26.2}
|
||||
VERSION=${VERSION:-1.28.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -84,7 +84,9 @@ find -L . \
|
|||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
|
||||
|
||||
# Autodetect caja extension
|
||||
pkg-config libcaja-extension && CAJA="enable" || CAJA="disable"
|
||||
|
||||
CFLAGS="$SLKCFLAGS" \
|
||||
CXXFLAGS="$SLKCFLAGS" \
|
||||
./configure \
|
||||
|
@ -98,6 +100,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--enable-shared \
|
||||
--${CAJA}-caja \
|
||||
--enable-introspection \
|
||||
--disable-schemas-compile \
|
||||
--enable-t1lib \
|
||||
--enable-pixbuf \
|
||||
--enable-comics \
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="atril"
|
||||
VERSION="1.26.2"
|
||||
VERSION="1.28.0"
|
||||
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/applications/atril/"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.26/atril-1.26.2.tar.xz"
|
||||
MD5SUM="bb59ff5a8bddc31e5aa77f72d3d34503"
|
||||
DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/atril-1.28.0.tar.xz"
|
||||
MD5SUM="e95c8aa600ec17548d473d2aa4e0635d"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
REQUIRES="mate-desktop"
|
||||
MAINTAINER="Johannes Schoepfer"
|
||||
EMAIL="slackbuilds@schoepfer.info"
|
||||
|
|
Loading…
Reference in a new issue