diff options
author | Johannes Schoepfer <slackbuilds@schoepfer.info> | 2024-02-23 17:15:18 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-24 15:34:53 +0700 |
commit | ada4dba7ab9c77a25f8919d6427b3074cada77ef (patch) | |
tree | 5514b9e81d201f4d1148d2212be65ac130465f82 /office/atril | |
parent | 331e60a900d078f158aaf2ddcd7e896b6d8459db (diff) |
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>
Diffstat (limited to 'office/atril')
-rw-r--r-- | office/atril/atril.SlackBuild | 5 | ||||
-rw-r--r-- | office/atril/atril.info | 8 |
2 files changed, 8 insertions, 5 deletions
diff --git a/office/atril/atril.SlackBuild b/office/atril/atril.SlackBuild index 829ce9f0b9199..76b413210bb8b 100644 --- a/office/atril/atril.SlackBuild +++ b/office/atril/atril.SlackBuild @@ -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 \ diff --git a/office/atril/atril.info b/office/atril/atril.info index 9cc29dfcad6aa..4d284d72aea49 100644 --- a/office/atril/atril.info +++ b/office/atril/atril.info @@ -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" |