desktop/xed: Updated for version 1.4.1.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Edinaldo P. Silva 2017-05-07 09:36:55 +01:00 committed by Willy Sudiarto Raharjo
parent 99271cb048
commit 5aa0adf237
3 changed files with 8 additions and 9 deletions

View file

@ -1,8 +1,8 @@
xed (small and lightweight text editor)
xed is a small and lightweight text editor.
xed is a small and lightweight text editor.
xed supports most standard editing features, plus several not found
xed supports most standard editing features, plus several not found
in your average text editor (plugins being the most notable of these).
Although new features are always under development, currently xed has:

View file

@ -1,6 +1,6 @@
#!/bin/sh
#
# Slackware build script for xed.
# Slackware build script for xed.
#
# Copyright 2016-2017 Edinaldo P. Silva, Rio de Janeiro, Brazil.
# All rights reserved.
@ -21,7 +21,7 @@
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=xed
VERSION=${VERSION:-1.4.0}
VERSION=${VERSION:-1.4.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -74,7 +74,6 @@ CXXFLAGS="$SLKCFLAGS" \
--with-gtk=3.0 \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--libexecdir="/usr/lib/xed" \
--sysconfdir=/etc \
--localstatedir=/var \
--mandir=/usr/man \

View file

@ -1,10 +1,10 @@
PRGNAM="xed"
VERSION="1.4.0"
VERSION="1.4.1"
HOMEPAGE="https://github.com/linuxmint/xed"
DOWNLOAD="https://github.com/linuxmint/xed/archive/1.4.0/xed-1.4.0.tar.gz"
MD5SUM="1ef8c17a2f21df93d11e121a994b32f7"
DOWNLOAD="https://github.com/linuxmint/xed/archive/1.4.1/xed-1.4.1.tar.gz"
MD5SUM="949be51888f0f7805b201c722a835e93"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gnome-common yelp-tools gtksourceview3 libpeas"
REQUIRES="gnome-common yelp-tools gtksourceview3 libpeas python3"
MAINTAINER="Edinaldo P. Silva"
EMAIL="edps.mundognu@gmail.com"