development/gedit: Updated for version 44.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Juan M. Lasca 2023-07-07 21:19:22 +07:00 committed by Willy Sudiarto Raharjo
parent f55458456c
commit 10a63a5a0d
2 changed files with 5 additions and 6 deletions

View file

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gedit
VERSION=${VERSION:-42.2}
VERSION=${VERSION:-44.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -91,7 +91,6 @@ fi;
# Allow the user to disable user documentation inclusion
[ "${WITH_USER_DOCS:-yes}" != "no" ] && WITH_USER_DOCS="true" || WITH_USER_DOCS="false"
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \

View file

@ -1,10 +1,10 @@
PRGNAM="gedit"
VERSION="42.2"
VERSION="44.2"
HOMEPAGE="http://projects.gnome.org/gedit/"
DOWNLOAD="https://download.gnome.org/sources/gedit/42/gedit-42.2.tar.xz"
MD5SUM="733fcdd4db8e344460995857381cfaac"
DOWNLOAD="https://download.gnome.org/sources/gedit/44/gedit-44.2.tar.xz"
MD5SUM="fc257c0bce2ee900208032913f94053f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gtksourceview4 libpeas"
REQUIRES="libpeas tepl"
MAINTAINER="Juan M. Lasca"
EMAIL="juanmlasca@gmail.com"