From ada4dba7ab9c77a25f8919d6427b3074cada77ef Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Fri, 23 Feb 2024 17:15:18 +0900 Subject: office/atril: Updated for version 1.28.0. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- office/atril/atril.SlackBuild | 5 ++++- office/atril/atril.info | 8 ++++---- 2 files changed, 8 insertions(+), 5 deletions(-) (limited to 'office') diff --git a/office/atril/atril.SlackBuild b/office/atril/atril.SlackBuild index 829ce9f0b9..76b413210b 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 9cc29dfcad..4d284d72ae 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" -- cgit v1.2.3-65-gdbad