Skip to Content.
Sympa Menu

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

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
  • Subject: [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (91bcad7a977a0b0a6377d732101baabe16dcad57)
  • Date: Sun, 24 Jul 2022 01:36:03 +0000

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

smgl/openrc/DEPENDS | 2 +-
smgl/openrc/HISTORY | 3 +++
2 files changed, 4 insertions(+), 1 deletion(-)

New commits:
commit 91bcad7a977a0b0a6377d732101baabe16dcad57
Author: Pavel Vinogradov <public AT sourcemaage.org>
Commit: Pavel Vinogradov <public AT sourcemaage.org>

smgl/openrc: depends on PKG-CONFIG now

diff --git a/smgl/openrc/DEPENDS b/smgl/openrc/DEPENDS
index 274cb51..5b2881f 100755
--- a/smgl/openrc/DEPENDS
+++ b/smgl/openrc/DEPENDS
@@ -11,7 +11,7 @@ optional_depends libselinux 'selinux=enabled'
'selinux=disabled' 'enable SELinux

optional_depends linux-pam 'pam=true' 'pam=false' 'for PAM support' &&

-optional_depends pkgconfig 'pkgconfig=true' 'pkgconfig=false' 'build
PKGConfig files' &&
+optional_depends PKG-CONFIG 'pkgconfig=true' 'pkgconfig=false' 'build
PKGConfig files' &&

optional_depends termcap 'termcap=termcap' '' 'for termcap usage (instead of
ncurses)' &&
if ! is_depends_enabled ${SPELL} termcap; then
diff --git a/smgl/openrc/HISTORY b/smgl/openrc/HISTORY
index 736cdb3..4576bc0 100644
--- a/smgl/openrc/HISTORY
+++ b/smgl/openrc/HISTORY
@@ -1,3 +1,6 @@
+2022-07-23 Pavel Vinogradov <public AT sourcemage.org>
+ * DEPENDS: pkgconfig -> PKG-CONFIG
+
2022-07-20 Pavel Vinogradov <public AT sourcemage.org>
* CONFLICTS: added init.d
* PROVIDES: added INITSCRIPTS



  • [SM-Commit] GIT changes to master grimoire by Pavel Vinogradov (91bcad7a977a0b0a6377d732101baabe16dcad57), Pavel Vinogradov, 07/23/2022

Archive powered by MHonArc 2.6.24.

Top of Page