Skip to Content.
Sympa Menu

sm-commit - [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6feb76aff1bb786c3e6b4d24db189165d7fdf93d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Pavel Vinogradov <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org, sm-commit AT lists.sourcemage.org
  • Subject: [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6feb76aff1bb786c3e6b4d24db189165d7fdf93d)
  • Date: Sun, 5 Jan 2025 06:46:41 +0000

GIT changes to master grimoire by Pavel Vinogradov <public AT sourcemage.org>:

smgl/openrc/BUILD | 7 ++++---
smgl/openrc/DEPENDS | 4 ++--
smgl/openrc/DETAILS | 4 ++--
smgl/openrc/HISTORY | 10 ++++++++++
4 files changed, 18 insertions(+), 7 deletions(-)

New commits:
commit 6feb76aff1bb786c3e6b4d24db189165d7fdf93d
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

smgl/openrc: added libexecdir flag, needs libcap after all

commit 34390815c69c200a1840f406642911dfba20eb85
Author: Pavel Vinogradov <public AT sourcemage.org>
Commit: Pavel Vinogradov <public AT sourcemage.org>

smgl/openrc: version 0.56

diff --git a/smgl/openrc/BUILD b/smgl/openrc/BUILD
index e28a140..f600d3d 100755
--- a/smgl/openrc/BUILD
+++ b/smgl/openrc/BUILD
@@ -1,5 +1,6 @@
-OPTS+=" ${OPENRC_OPTS}" &&
-OPTS+=" rootprefix=${INSTALL_ROOT}" &&
-OPTS+=" branding=\"SourceMage$(uname -s)\"" &&
+OPTS="libexecdir=${INSTALL_ROOT}/lib
+ local_prefix=${INSTALL_ROOT}/
+ pkg_prefix=${INSTALL_ROOT}/
+ branding=\"SourceMage$(uname -s)\" ${OPENRC_OPTS} ${OPTS}" &&

default_build
diff --git a/smgl/openrc/DEPENDS b/smgl/openrc/DEPENDS
index 5b2881f..897d7ba 100755
--- a/smgl/openrc/DEPENDS
+++ b/smgl/openrc/DEPENDS
@@ -1,12 +1,12 @@
. "${GRIMOIRE}/MESON_DEPENDS" &&

+depends libcap &&
+
optional_depends audit 'audit=enabled' 'audit=disabled' 'enable audit
support' &&

optional_depends bash-completion 'bash-completions=true'
'bash-completions=false' \
'install bash completions' &&

-optional_depends libcap 'capabilities=enabled' 'capabilities=disabled'
'enable capabilities support' &&
-
optional_depends libselinux 'selinux=enabled' 'selinux=disabled' 'enable
SELinux support' &&

optional_depends linux-pam 'pam=true' 'pam=false' 'for PAM support' &&
diff --git a/smgl/openrc/DETAILS b/smgl/openrc/DETAILS
index 6bcf1be..a80f29f 100755
--- a/smgl/openrc/DETAILS
+++ b/smgl/openrc/DETAILS
@@ -1,7 +1,7 @@
. "${GRIMOIRE}/MESON_FUNCTIONS"
SPELL=openrc
- VERSION=0.55.1
-
SOURCE_HASH=sha512:a06018ef98870bf42f209cdbcb1c578864653929df3d5954ce27adb28fa11c8a2fe0374fe6e10b03a957f7f513b3d64a94800b40f5ab104695d1ed2bfc91615d
+ VERSION=0.56
+
SOURCE_HASH=sha512:d3533a12b1f54494492a54f20ddf943c669bc7c8e35e16cd5496d9d1819393ddd47af6ed0ae25f9e70b9980ca0f0a3d58ec057caa26f0f02df282ac00929997b
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
WEB_SITE=https://github.com/OpenRC/$SPELL
diff --git a/smgl/openrc/HISTORY b/smgl/openrc/HISTORY
index 150109e..ee2ab4c 100644
--- a/smgl/openrc/HISTORY
+++ b/smgl/openrc/HISTORY
@@ -1,3 +1,13 @@
+2025-01-05 Pavel Vinogradov <public AT sourcemage.org>
+ * BUILD: added libexecdir flag
+ * DEPENDS: readded wrongly removed libcap, now as a hard dependency
+
+2025-01-04 Pavel Vinogradov <public AT sourcemage.org>
+ * DETAILS: version 0.56
+ * BUILD: removed rootprefix flag, added local_prefix and pkg_prefix,
+ reformatted
+ * DEPENDS: no longer optionally depends on libcap, deleted it
+
2024-09-30 Pavel Vinogradov <public AT sourcemage.org>
* DETAILS: version 0.55.1



  • [[SM-Commit] ] GIT changes to master grimoire by Pavel Vinogradov (6feb76aff1bb786c3e6b4d24db189165d7fdf93d), Pavel Vinogradov, 01/05/2025

Archive powered by MHonArc 2.6.24.

Top of Page