summaryrefslogtreecommitdiffstats
path: root/desktop/xed
diff options
context:
space:
mode:
author Edinaldo P. Silva2017-05-07 10:36:55 +0200
committer Willy Sudiarto Raharjo2017-05-13 01:58:41 +0200
commit5aa0adf237016e6d3472eaad4daa2ae029db3a03 (patch)
tree61215a8e973a33daf808b2096907d14c4d6e68ff /desktop/xed
parent99271cb048d5904d8f10eea2983161cf4d09f927 (diff)
downloadslackbuilds-5aa0adf237016e6d3472eaad4daa2ae029db3a03.tar.gz
desktop/xed: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'desktop/xed')
-rw-r--r--desktop/xed/README4
-rw-r--r--desktop/xed/xed.SlackBuild5
-rw-r--r--desktop/xed/xed.info8
3 files changed, 8 insertions, 9 deletions
diff --git a/desktop/xed/README b/desktop/xed/README
index b32d0c017f..1cb20b04b0 100644
--- a/desktop/xed/README
+++ b/desktop/xed/README
@@ -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:
diff --git a/desktop/xed/xed.SlackBuild b/desktop/xed/xed.SlackBuild
index 1de7585867..5a9eee3806 100644
--- a/desktop/xed/xed.SlackBuild
+++ b/desktop/xed/xed.SlackBuild
@@ -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 \
diff --git a/desktop/xed/xed.info b/desktop/xed/xed.info
index e964b5bb27..256ddf64e9 100644
--- a/desktop/xed/xed.info
+++ b/desktop/xed/xed.info
@@ -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"