mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-26 22:06:35 +01:00
development/gedit: Updated for version 44.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f55458456c
commit
10a63a5a0d
2 changed files with 5 additions and 6 deletions
|
@ -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" \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue