Skip to content
Closed

Poedit #14664

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion development/poedit/poedit.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=poedit
VERSION=${VERSION:-3.8.1}
VERSION=${VERSION:-3.8.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand Down
6 changes: 3 additions & 3 deletions development/poedit/poedit.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="poedit"
VERSION="3.8.1"
VERSION="3.8.2"
HOMEPAGE="https://www.poedit.net"
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.8.1-oss/poedit-3.8.1.tar.gz"
MD5SUM="cb169db0b5ab12b8222a6e43d2475946"
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.8.2-oss/poedit-3.8.2.tar.gz"
MD5SUM="9046f63c4089e3ec3c95ced7aecbf8df"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="wxWidgets LucenePlusPlus gtkspell3"
Expand Down
21 changes: 6 additions & 15 deletions libraries/LucenePlusPlus/LucenePlusPlus.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Slackware build script for LucenePlusPlus

# Copyright 2014-2025 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# Copyright 2014-2026 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,7 +26,8 @@ cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=LucenePlusPlus
VERSION=${VERSION:-3.0.9}
BUILD=${BUILD:-3}
COMMITID="29fcfed6b4c92710dd16685c9fcc7b8575789ddb"
BUILD=${BUILD:-4}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

Expand Down Expand Up @@ -66,26 +67,16 @@ set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-rel_${VERSION}
tar xvf $CWD/rel_${VERSION}.tar.gz || tar xvf $CWD/$PRGNAM-rel_${VERSION}.tar.gz
cd $PRGNAM-rel_${VERSION}
rm -rf $PRGNAM-$COMMITID
unzip $CWD/$PRGNAM-$COMMITID.zip
cd $PRGNAM-$COMMITID
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;

patch -p1 < $CWD/a460863810b3a6a473780686e5d3fd70bf4378ba.patch
patch -p1 < $CWD/76dc90f2b65d81be018c499714ff11e121ba5585.patch
patch -p1 < $CWD/e6a376836e5c891577eae6369263152106b9bc02.patch
patch -p1 < $CWD/boost.patch
patch -p1 < $CWD/noboost.patch

# Thanks to Conraid
sed -e '/cmake_minimum_required/s/VERSION [0-9.]*)/VERSION 3.5...4.0)/' \
-i CMakeLists.txt -i cmake/cotire.cmake -i src/core/CMakeLists.txt -i src/contrib/CMakeLists.txt

mkdir -p build
cd build
cmake \
Expand Down
4 changes: 2 additions & 2 deletions libraries/LucenePlusPlus/LucenePlusPlus.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="LucenePlusPlus"
VERSION="3.0.9"
HOMEPAGE="https://github.com/luceneplusplus/LucenePlusPlus"
DOWNLOAD="https://github.com/luceneplusplus/LucenePlusPlus/archive/rel_3.0.9/LucenePlusPlus-rel_3.0.9.tar.gz"
MD5SUM="33da6751de47523e22e7a1beebd78c29"
DOWNLOAD="https://github.com/luceneplusplus/LucenePlusPlus/archive/29fcfed6b4c92710dd16685c9fcc7b8575789ddb/LucenePlusPlus-29fcfed6b4c92710dd16685c9fcc7b8575789ddb.zip"
MD5SUM="2732d180b0e6ac741aa7db600e222b2c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down
319 changes: 319 additions & 0 deletions libraries/webkit2gtk4.1/javascriptcoregtk-4.1.vapi

Large diffs are not rendered by default.

Loading