summaryrefslogtreecommitdiffstats
path: root/source/l
diff options
context:
space:
mode:
Diffstat (limited to 'source/l')
-rwxr-xr-xsource/l/LibRaw/LibRaw.SlackBuild2
-rwxr-xr-xsource/l/dconf-editor/dconf-editor.SlackBuild2
-rw-r--r--source/l/dconf-editor/doinst.sh2
-rwxr-xr-xsource/l/dconf/dconf.SlackBuild2
-rw-r--r--source/l/dconf/doinst.sh2
5 files changed, 5 insertions, 5 deletions
diff --git a/source/l/LibRaw/LibRaw.SlackBuild b/source/l/LibRaw/LibRaw.SlackBuild
index 750193563..1b8aa75a0 100755
--- a/source/l/LibRaw/LibRaw.SlackBuild
+++ b/source/l/LibRaw/LibRaw.SlackBuild
@@ -24,7 +24,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=LibRaw
-VERSION=${VERSION:-0.18.10}
+VERSION=${VERSION:-0.18.12}
DEMOSAIC=${DEMOSAIC:-0.18.8}
BUILD=${BUILD:-1}
diff --git a/source/l/dconf-editor/dconf-editor.SlackBuild b/source/l/dconf-editor/dconf-editor.SlackBuild
index f200c39b0..4a91ae1c2 100755
--- a/source/l/dconf-editor/dconf-editor.SlackBuild
+++ b/source/l/dconf-editor/dconf-editor.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dconf-editor
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/dconf-editor/doinst.sh b/source/l/dconf-editor/doinst.sh
index 5b77efb0c..d62af794c 100644
--- a/source/l/dconf-editor/doinst.sh
+++ b/source/l/dconf-editor/doinst.sh
@@ -1,6 +1,6 @@
# Reload messagebus service
if [ -x /etc/rc.d/rc.messagebus ]; then
- sh /etc/rc.d/rc.messagebus reload
+ sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null
fi
# Try to run these. If they fail, no biggie.
diff --git a/source/l/dconf/dconf.SlackBuild b/source/l/dconf/dconf.SlackBuild
index 7696405a1..561f6a342 100755
--- a/source/l/dconf/dconf.SlackBuild
+++ b/source/l/dconf/dconf.SlackBuild
@@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=dconf
VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z* | rev | cut -f 3- -d . | cut -f 1 -d - | rev)}
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
diff --git a/source/l/dconf/doinst.sh b/source/l/dconf/doinst.sh
index 5b77efb0c..d62af794c 100644
--- a/source/l/dconf/doinst.sh
+++ b/source/l/dconf/doinst.sh
@@ -1,6 +1,6 @@
# Reload messagebus service
if [ -x /etc/rc.d/rc.messagebus ]; then
- sh /etc/rc.d/rc.messagebus reload
+ sh /etc/rc.d/rc.messagebus reload 1> /dev/null 2> /dev/null
fi
# Try to run these. If they fail, no biggie.