diff options
author | titopoquito <titopoquito@gmail.com> | 2024-04-02 09:41:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-04-02 10:29:41 +0700 |
commit | 8835105ff57a1b2994ac884b9d0c359387912590 (patch) | |
tree | 2cbde9d3eab598c7ba54d4c2fa74defc1590f1e0 /desktop | |
parent | c55660d0efc8ae1071e5f3176a5d9203e83a3d63 (diff) |
desktop/recoll: Updated for version 1.37.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop')
-rw-r--r-- | desktop/recoll/recoll.SlackBuild | 11 | ||||
-rw-r--r-- | desktop/recoll/recoll.info | 10 |
2 files changed, 9 insertions, 12 deletions
diff --git a/desktop/recoll/recoll.SlackBuild b/desktop/recoll/recoll.SlackBuild index 14224eed2bf8..2d8fecf3b3c8 100644 --- a/desktop/recoll/recoll.SlackBuild +++ b/desktop/recoll/recoll.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=recoll -VERSION=${VERSION:-1.34.4} +VERSION=${VERSION:-1.37.5} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then esac fi -# If the variable PRINT_PACKAGE_NAME is set, then this script will report what -# the name of the created package would be, and then exit. This information -# could be useful to other scripts. if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE" exit 0 @@ -65,7 +62,7 @@ else LIBDIRSUFFIX="" fi -# from the official online documenatation: +# from the official online documentation: # # --enable-camelcase will enable splitting camelCase words. This is not enabled # by default as it has the unfortunate side-effect of making some phrase searches @@ -96,8 +93,6 @@ 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 {} \; -sed -i '1,1i#include <QAbstractItemView>' qtgui/ssearch_w.cpp || exit 1 - # Ugly hack, but it seems to work... sed -i "s|recoll\.pro)|recoll.pro ; sed -i 's, -fno-exceptions,,' Makefile)|" Makefile.in @@ -116,6 +111,8 @@ CXXFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG +rm -f $PKG/usr/lib${LIBDIRSUFFIX}/*.la + find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true diff --git a/desktop/recoll/recoll.info b/desktop/recoll/recoll.info index f2c628d1edef..a502414fe974 100644 --- a/desktop/recoll/recoll.info +++ b/desktop/recoll/recoll.info @@ -1,10 +1,10 @@ PRGNAM="recoll" -VERSION="1.34.4" -HOMEPAGE="https://www.lesbonscomptes.com/recoll/" -DOWNLOAD="https://www.lesbonscomptes.com/recoll/recoll-1.34.4.tar.gz" -MD5SUM="e953da138da567f4aacde580e22cfe13" +VERSION="1.37.5" +HOMEPAGE="https://www.recoll.org/" +DOWNLOAD="https://www.recoll.org/recoll-1.37.5.tar.gz" +MD5SUM="35d595dcc48f5abc434fd8d7e4afebbc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="antiword exiftool python2-lxml python3-lxml mutagen unrtf untex" +REQUIRES="antiword exiftool python3-lxml mutagen unrtf untex" MAINTAINER="titopoquito" EMAIL="titopoquito@gmail.com" |