diff options
author | Juan M. Lasca <juanmlasca@gmail.com> | 2023-07-07 21:19:22 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-07 21:19:22 +0700 |
commit | 10a63a5a0ddf912ca5f1b5c0f2457e35d54b32df (patch) | |
tree | a9356289cc731e52280a2c421ad2118874be1681 /development/gedit | |
parent | f55458456cefbeff2c2e28030c040f6a786c4ed8 (diff) |
development/gedit: Updated for version 44.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'development/gedit')
-rw-r--r-- | development/gedit/gedit.SlackBuild | 3 | ||||
-rw-r--r-- | development/gedit/gedit.info | 8 |
2 files changed, 5 insertions, 6 deletions
diff --git a/development/gedit/gedit.SlackBuild b/development/gedit/gedit.SlackBuild index f2c9e4ffe2614..091603808f74d 100644 --- a/development/gedit/gedit.SlackBuild +++ b/development/gedit/gedit.SlackBuild @@ -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" \ diff --git a/development/gedit/gedit.info b/development/gedit/gedit.info index b93734d62ba54..206bfa027ddcb 100644 --- a/development/gedit/gedit.info +++ b/development/gedit/gedit.info @@ -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" |