summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Aaditya Bagga <aaditya_gnulinux@zoho.com>2019-01-21 17:52:09 +0530
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2019-01-25 12:13:01 +0700
commitd22e8fca36b945ea785b82c2cf43f4fbd4879ec8 (patch)
treeed9ee54e8446e314f93d4e8b05a43e46a08b6342
parent6a91cefdf8fe91a3f082bfa7b7f82bf29f1f9069 (diff)
downloadslackbuilds-d22e8fca36b945ea785b82c2cf43f4fbd4879ec8.tar.gz
slackbuilds-d22e8fca36b945ea785b82c2cf43f4fbd4879ec8.tar.xz
system/openrc: Updated for version 0.40.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--system/openrc/doinst.sh4
-rw-r--r--system/openrc/openrc.SlackBuild6
-rw-r--r--system/openrc/openrc.info6
3 files changed, 11 insertions, 5 deletions
diff --git a/system/openrc/doinst.sh b/system/openrc/doinst.sh
index 36f86cdbce..59a9913953 100644
--- a/system/openrc/doinst.sh
+++ b/system/openrc/doinst.sh
@@ -25,3 +25,7 @@ done
# enable cgroups service as required by openrc 0.35+
[ ! -e etc/openrc/runlevels/sysinit/cgroups ] && ln -s /etc/openrc/init.d/cgroups etc/openrc/runlevels/sysinit/cgroups
+
+# enable save keymaps and termencoding services as needed by openrc 0.40+
+[ ! -e etc/openrc/runlevels/boot/save-keymaps ] && ln -s /etc/openrc/init.d/save-keymaps etc/openrc/runlevels/boot/save-keymaps
+[ ! -e etc/openrc/runlevels/boot/save-termencoding ] && ln -s /etc/openrc/init.d/save-termencoding etc/openrc/runlevels/boot/save-termencoding
diff --git a/system/openrc/openrc.SlackBuild b/system/openrc/openrc.SlackBuild
index 556197b760..0cea5f4391 100644
--- a/system/openrc/openrc.SlackBuild
+++ b/system/openrc/openrc.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for openrc
# Based upon https://aur.archlinux.org/packages/openrc/
-# Copyright 2015-2018 Aaditya Bagga <aaditya_gnulinux@zoho.com>
+# Copyright 2015-2019 Aaditya Bagga <aaditya_gnulinux@zoho.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=openrc
-VERSION=${VERSION:-0.39.2}
+VERSION=${VERSION:-0.40.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -80,7 +80,9 @@ MAKEARGS+=(SBINDIR=/sbin)
MAKEARGS+=(MANDIR=/usr/man)
MAKEARGS+=(DOCDIR=/usr/doc/$PRGNAM-$VERSION)
MAKEARGS+=(MKTERMCAP=ncurses)
+MAKEARGS+=(MKSYSVINIT=no)
MAKEARGS+=(MKBASHCOMP=yes)
+MAKEARGS+=(MKZSHCOMP=yes)
#MAKEARGS+=(BRANDING="$(cat /etc/slackware-version)")
make "${MAKEARGS[@]}"
diff --git a/system/openrc/openrc.info b/system/openrc/openrc.info
index 080d4426cf..753ad9fd89 100644
--- a/system/openrc/openrc.info
+++ b/system/openrc/openrc.info
@@ -1,8 +1,8 @@
PRGNAM="openrc"
-VERSION="0.39.2"
+VERSION="0.40.3"
HOMEPAGE="https://github.com/OpenRC/openrc"
-DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.39.2.tar.gz"
-MD5SUM="e5fe74acd25d691c2c48fc94eef68c90"
+DOWNLOAD="https://github.com/OpenRC/openrc/archive/0.40.3.tar.gz"
+MD5SUM="79ec210de5508041fcf79951e9b8e783"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README%"