aboutsummaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-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 b32d0c017fb53..1cb20b04b009f 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 1de758586727d..5a9eee3806fd6 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 e964b5bb27489..256ddf64e9de8 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"