development/gedit-plugins: Updated for version 44.1.

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

View file

@ -30,7 +30,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=gedit-plugins
VERSION=${VERSION:-42.1}
VERSION=${VERSION:-44.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -81,7 +81,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 {} \;
mkdir build
cd build
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
@ -100,7 +99,7 @@ cd ..
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS COPYING NEWS README.md \
COPYING NEWS README.md \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="gedit-plugins"
VERSION="42.1"
VERSION="44.1"
HOMEPAGE="http://projects.gnome.org/gedit/"
DOWNLOAD="https://download.gnome.org/sources/gedit-plugins/42/gedit-plugins-42.1.tar.xz"
MD5SUM="d101c446fcc2b2bcaf3688e3000cbd6e"
DOWNLOAD="https://download.gnome.org/sources/gedit-plugins/44/gedit-plugins-44.1.tar.xz"
MD5SUM="02841bc9ee6657bbd33ea99e3b1f46cb"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gedit"