summaryrefslogtreecommitdiffstats
path: root/source/a
diff options
context:
space:
mode:
Diffstat (limited to 'source/a')
-rw-r--r--source/a/coreutils/DIR_COLORS4
-rwxr-xr-xsource/a/coreutils/coreutils.SlackBuild2
-rwxr-xr-xsource/a/elvis/elvis.SlackBuild2
-rw-r--r--source/a/elvis/elvis.clr.orig56
4 files changed, 6 insertions, 58 deletions
diff --git a/source/a/coreutils/DIR_COLORS b/source/a/coreutils/DIR_COLORS
index 17120ec63..ceb18a087 100644
--- a/source/a/coreutils/DIR_COLORS
+++ b/source/a/coreutils/DIR_COLORS
@@ -130,10 +130,12 @@ EXEC 01;32 # This is for files with execute permission:
.txz 01;31
.tz 01;31
.tz2 01;31
+.tzst 01;31
.xz 01;31
.z 01;31
.zip 01;31
.zoo 01;31
+.zst 01;31
# multimedia (video/image/sound) file formats
.aac 01;35
@@ -146,11 +148,13 @@ EXEC 01;32 # This is for files with execute permission:
.bmp 01;35
.divx 01;35
.flac 01;35
+.flv 01;35
.gif 01;35
.ico 01;35
.jpg 01;35
.jpeg 01;35
.m2a 01;35
+.m2t 01;35
.m2v 01;35
.m4a 01;35
.m4p 01;35
diff --git a/source/a/coreutils/coreutils.SlackBuild b/source/a/coreutils/coreutils.SlackBuild
index 7115320b9..d54fbde85 100755
--- a/source/a/coreutils/coreutils.SlackBuild
+++ b/source/a/coreutils/coreutils.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=coreutils
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | cut -d - -f 2 | rev | cut -f 3- -d . | rev)}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(expr $(nproc) + 1) "}
diff --git a/source/a/elvis/elvis.SlackBuild b/source/a/elvis/elvis.SlackBuild
index c8eb3e9c3..fe2817d3b 100755
--- a/source/a/elvis/elvis.SlackBuild
+++ b/source/a/elvis/elvis.SlackBuild
@@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=elvis
VERSION=2.2_0
-BUILD=${BUILD:-7}
+BUILD=${BUILD:-8}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/a/elvis/elvis.clr.orig b/source/a/elvis/elvis.clr.orig
deleted file mode 100644
index d132c6738..000000000
--- a/source/a/elvis/elvis.clr.orig
+++ /dev/null
@@ -1,56 +0,0 @@
-switch gui
-case windows
-case x11 {
- color normal black on gray90
- color argument like keyword green or dark green
- color bottom like normal
- color comment italic dark green or light green
- color cursor blue on navyblue
- color fixed gray35 or gray80
- color function Red4 or pink
- color guide white
- color hexheading gray70
- color hlsearch boxed
- color keyword bold
- color libt like keyword italic
- color linenumber gray
- color link like formatted underlined blue or light blue
- color number Blue4 or light blue
- color other like keyword
- color prep bold Blue4 or light blue
- color prepquote like string
- color scroll like tool
- color scrollbar like toolbar
- color selection on tan
- color spell on pink
- color status like tool
- color statusbar like toolbar
- color string tan4 or tan1
- color tool black on gray75
- color toolbar white on gray40
- color variable Gray15 or palegoldenrod
-}
-case vio
-case termcap {
- color normal yellow or black
- color char like string
- color comment italic light green or green
- color fixed white or gray
- color function light cyan or cyan
- color hexheading gray
- color hlsearch bold
- color keyword bold white or black
- color libt like keyword
- color linenumber gray
- color link underlined blue or light cyan
- color number light cyan or blue
- color other like keyword
- color prep bold magenta or blue
- color prepquote like string
- color regexp like string
- color ruler blue or light cyan
- color showmode green boxed
- color spell red or light magenta
- color string white or brown
- color variable like normal
-}