diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-08-14 15:00:21 +1200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-08-14 21:17:56 +0700 |
commit | a6a2ccd3e56ac5f8d340e1e0a53f33f8bda74ed7 (patch) | |
tree | b9d3d7c27966a7750416c1d7d7d953173671d536 /misc/xapian-omega | |
parent | 89f4af211a4e1e84912757ccb9ac576ebefb5f3b (diff) |
misc/xapian-omega: Updated for version 1.4.18.
Slackware -current ships with xapian-core 1.4.18.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'misc/xapian-omega')
-rw-r--r-- | misc/xapian-omega/slack-desc | 2 | ||||
-rw-r--r-- | misc/xapian-omega/xapian-omega.SlackBuild | 10 | ||||
-rw-r--r-- | misc/xapian-omega/xapian-omega.info | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/misc/xapian-omega/slack-desc b/misc/xapian-omega/slack-desc index cb7e513a92f7..2b24abcdc708 100644 --- a/misc/xapian-omega/slack-desc +++ b/misc/xapian-omega/slack-desc @@ -15,5 +15,5 @@ xapian-omega: The default configuration file is /etc/xapian-omega.conf. This dif xapian-omega: from the upstream Xapian Omega default of /etc/omega.conf to avoid xapian-omega: clashing with other applications that use /etc/omega.conf. xapian-omega: -xapian-omega: Homepage: http://www.xapian.org/ +xapian-omega: Homepage: https://xapian.org/ xapian-omega: diff --git a/misc/xapian-omega/xapian-omega.SlackBuild b/misc/xapian-omega/xapian-omega.SlackBuild index 11025dbd3e3d..ce0a22c6462a 100644 --- a/misc/xapian-omega/xapian-omega.SlackBuild +++ b/misc/xapian-omega/xapian-omega.SlackBuild @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=xapian-omega -VERSION=${VERSION:-1.2.12} +VERSION=${VERSION:-1.4.18} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -37,7 +37,7 @@ HTTPD_DIR=${HTTPD_DIR:-/srv/httpd} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -55,8 +55,8 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then - SLKCFLAGS="-O2 -march=i486 -mtune=i686" +if [ "$ARCH" = "i586" ]; then + SLKCFLAGS="-O2 -march=i586 -mtune=i686" LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then SLKCFLAGS="-O2 -march=i686 -mtune=i686" @@ -75,7 +75,7 @@ rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP rm -rf $PRGNAM-$VERSION -tar xvf $CWD/$PRGNAM-$VERSION.tar.gz +tar xvf $CWD/$PRGNAM-$VERSION.tar.xz cd $PRGNAM-$VERSION chown -R root:root . find -L . \ diff --git a/misc/xapian-omega/xapian-omega.info b/misc/xapian-omega/xapian-omega.info index d5f9b61c4a0c..1b0b26b43500 100644 --- a/misc/xapian-omega/xapian-omega.info +++ b/misc/xapian-omega/xapian-omega.info @@ -1,8 +1,8 @@ PRGNAM="xapian-omega" -VERSION="1.2.12" -HOMEPAGE="http://www.xapian.org/" -DOWNLOAD="http://oligarchy.co.uk/xapian/1.2.12/xapian-omega-1.2.12.tar.gz" -MD5SUM="7eed3c1e9e6acb703d6587ed9a038265" +VERSION="1.4.18" +HOMEPAGE="https://xapian.org/" +DOWNLOAD="https://oligarchy.co.uk/xapian/1.4.18/xapian-omega-1.4.18.tar.xz" +MD5SUM="a17d54d17eb5b40482901821f0f3d785" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |