Browse Source
office/atril: Updated for version 1.28.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/270/head
Johannes Schoepfer
10 months ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
14 additions and
4 deletions
-
office/atril/README
-
office/atril/atril.SlackBuild
-
office/atril/atril.info
|
|
@ -6,3 +6,4 @@ Optional dependencies, autodetected at buildtime: |
|
|
|
webkit2gtk or webkit2gtk4.1 for epub |
|
|
|
libgxps for xps |
|
|
|
caja for caja-extension |
|
|
|
yelp |
|
|
@ -27,7 +27,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=atril |
|
|
|
VERSION=${VERSION:-1.28.0} |
|
|
|
VERSION=${VERSION:-1.28.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
@ -84,6 +84,15 @@ 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 {} + |
|
|
|
|
|
|
|
# If yelp is not present don't build Help-files and remove HelpContents menuitem |
|
|
|
|
|
|
|
if ! command -v yelp; then |
|
|
|
sed -i Makefile.in \ |
|
|
|
-e "s/ help / /g" |
|
|
|
sed -i shell/atril-ui.xml \ |
|
|
|
-e "/HelpContentsMenu/d" |
|
|
|
fi |
|
|
|
|
|
|
|
# Autodetect caja extension |
|
|
|
pkg-config libcaja-extension && CAJA="enable" || CAJA="disable" |
|
|
|
|
|
|
|
|
|
@ -1,8 +1,8 @@ |
|
|
|
PRGNAM="atril" |
|
|
|
VERSION="1.28.0" |
|
|
|
VERSION="1.28.1" |
|
|
|
HOMEPAGE="https://wiki.mate-desktop.org/mate-desktop/applications/atril/" |
|
|
|
DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/atril-1.28.0.tar.xz" |
|
|
|
MD5SUM="e95c8aa600ec17548d473d2aa4e0635d" |
|
|
|
DOWNLOAD="https://pub.mate-desktop.org/releases/1.28/atril-1.28.1.tar.xz" |
|
|
|
MD5SUM="c25d57ef87f0fff6cda98bf8d4e17393" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="mate-desktop" |
|
|
|