development/poedit: Updated for version 3.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
c5f1980b42
commit
d574f76a61
|
@ -3,7 +3,7 @@
|
||||||
# Slackware build script for poedit
|
# Slackware build script for poedit
|
||||||
|
|
||||||
# Copyright 2008 Niklas "Nille" Åkerström
|
# Copyright 2008 Niklas "Nille" Åkerström
|
||||||
# Copyright 2014-2021 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
# Copyright 2014-2024 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -26,7 +26,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=poedit
|
PRGNAM=poedit
|
||||||
VERSION=${VERSION:-3.4.4}
|
VERSION=${VERSION:-3.5}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
|
||||||
esac
|
esac
|
||||||
fi
|
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
|
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||||
exit 0
|
exit 0
|
||||||
|
@ -81,7 +78,7 @@ find -L . \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
||||||
|
|
||||||
CFLAGS="$SLKCFLAGS" \
|
CFLAGS="$SLKCFLAGS" \
|
||||||
CXXFLAGS="$SLKCFLAGS" \
|
CXXFLAGS="$SLKCFLAGS -fno-permissive" \
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
--libdir=/usr/lib${LIBDIRSUFFIX} \
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="poedit"
|
PRGNAM="poedit"
|
||||||
VERSION="3.4.4"
|
VERSION="3.5"
|
||||||
HOMEPAGE="https://www.poedit.net"
|
HOMEPAGE="https://www.poedit.net"
|
||||||
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.4.4-oss/poedit-3.4.4.tar.gz"
|
DOWNLOAD="https://github.com/vslavik/poedit/releases/download/v3.5-oss/poedit-3.5.tar.gz"
|
||||||
MD5SUM="3461a4ce906007a971ed204297871395"
|
MD5SUM="a0bcb00a8eda939c53f82f29bf42df24"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="wxGTK3 LucenePlusPlus gtkspell3 webkit2gtk"
|
REQUIRES="wxWidgets LucenePlusPlus gtkspell3 cpprestsdk"
|
||||||
MAINTAINER="Willy Sudiarto Raharjo"
|
MAINTAINER="Willy Sudiarto Raharjo"
|
||||||
EMAIL="willysr@slackbuilds.org"
|
EMAIL="willysr@slackbuilds.org"
|
||||||
|
|
Loading…
Reference in New Issue