summaryrefslogtreecommitdiffstats
path: root/smgl
diff options
context:
space:
mode:
authorTreeve Jelbert2018-07-19 13:59:38 +0200
committerTreeve Jelbert2018-07-20 08:20:18 +0200
commit25408217bc18ac78a267f9499202a03366ebc0cf (patch)
tree8b5fd658b149c885d5187c8fa7789499de62659a /smgl
parentd503ceef9214d5533e100e0a412e1e3a54d0d9d0 (diff)
elogind: => 238.1
Diffstat (limited to 'smgl')
-rwxr-xr-xsmgl/elogind/BUILD1
-rwxr-xr-xsmgl/elogind/DEPENDS7
-rwxr-xr-xsmgl/elogind/DETAILS4
-rw-r--r--smgl/elogind/HISTORY5
4 files changed, 12 insertions, 5 deletions
diff --git a/smgl/elogind/BUILD b/smgl/elogind/BUILD
index 6d32287cdb..2c45e6fd46 100755
--- a/smgl/elogind/BUILD
+++ b/smgl/elogind/BUILD
@@ -1,4 +1,5 @@
OPTS+=' smack=false tests=unsafe split-usr=true' &&
+OPTS+=' split-bin=true' &&
OPTS+=' rootlibdir=/lib' &&
#OPTS+=' halt-path=/sbin reboot-path=/sbin' &&
OPTS+=' default-hierarchy=hybrid' &&
diff --git a/smgl/elogind/DEPENDS b/smgl/elogind/DEPENDS
index cbe3fac334..8d5e66477e 100755
--- a/smgl/elogind/DEPENDS
+++ b/smgl/elogind/DEPENDS
@@ -2,7 +2,6 @@ depends ninja-build-system &&
depends meson &&
depends eudev &&
depends gperf &&
-depends glib2 &&
#depends INIT &&
depends libcap &&
depends perl &&
@@ -17,5 +16,7 @@ optional_depends libselinux 'selinux=true' 'selinux=false' 'SELINUX support' &&
optional_depends linux-pam 'pam=true' 'pam=false' 'PAM support' &&
optional_depends acl 'acl=true' 'acl=false' 'ACL support' &&
optional_depends audit 'audit=true' 'audit=false' 'Audit support' &&
-optional_depends policykit 'polkit=true' 'polkit=false' 'PolicyKit support' &&
-runtime_depends dbus
+optional_depends dbus 'dbus=true' 'dbus=false' 'use Dbus' &&
+optional_depends glib2 'glib=true' 'glib=false' 'use glib'
+optional_depends pcre2 'pcre2=true' 'pcre2=false' 'use PCRE2' &&
+optional_depends policykit 'polkit=true' 'polkit=false' 'PolicyKit support'
diff --git a/smgl/elogind/DETAILS b/smgl/elogind/DETAILS
index 32b02d8165..338d924910 100755
--- a/smgl/elogind/DETAILS
+++ b/smgl/elogind/DETAILS
@@ -1,7 +1,7 @@
source $GRIMOIRE/MESON_FUNCTIONS
SPELL=elogind
- VERSION=236.1
- SOURCE_HASH=sha512:ab4989f4467ef001bb8b837035bee870beaf5ec5fa2389649bdcad2fe7bbf82691bfd3176cf9a3bf3b5c232c77210f431f2d38ebdbfd09f5a7868cd50e476c59
+ VERSION=238.1
+ SOURCE_HASH=sha512:ba0a74e9b9168b08a54b13ed500e9c713c48bb1648aa6064dbe666a96fa3fbd5b69447c35f686db3a1813476a5585be34b1ae13e3c9017eac8171b73f6311c4c
PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
diff --git a/smgl/elogind/HISTORY b/smgl/elogind/HISTORY
index 352290a7de..a3aef4c756 100644
--- a/smgl/elogind/HISTORY
+++ b/smgl/elogind/HISTORY
@@ -1,3 +1,8 @@
+2018-06-29 Treeve Jelbert <treeve@sourcemage.org>
+ * DETAILS: version 238.1
+ * BUILD: note that /bin and /sbin are separate
+ * DEPENDS: add pcre2; dbus, glib2 optional
+
2018-05-27 Treeve Jelbert <treeve@sourcemage.org>
* BUILD: fix nobody-group to match smgl
* DETAILS: PATCHLEVEL=1