Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Robin Cook <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Robin Cook (0bd9ee3faaa2c1816a945044c02d35c37d14bc6d)
  • Date: Sun, 23 Jul 2006 09:17:46 -0500

GIT changes to master grimoire by Robin Cook <rcook AT wyrms.net>:

devel/pkgconfig/HISTORY | 3 +++
devel/pkgconfig/INSTALL | 7 +++++++
devel/pkgconfig/profile.d/pkgconfig.sh | 8 ++++++++
3 files changed, 18 insertions(+)

New commits:
commit 0bd9ee3faaa2c1816a945044c02d35c37d14bc6d
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

pkgconfig: adde INSTALL to install a profile.d script

commit 1133fbc849e6ae4590adb6c799fdd5ab99a0faff
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

Revert "gnucash: deleted from gnome1-apps"

This reverts d28281341c9cb6fdfc68d1a1dfb885ec2cc40669 commit.

gnucash: reverting since gnucash2 was created

commit d28281341c9cb6fdfc68d1a1dfb885ec2cc40669
Author: Robin Cook <rcook AT wyrms.net>
Commit: Robin Cook <rcook AT wyrms.net>

gnucash: deleted from gnome1-apps

diff --git a/devel/pkgconfig/HISTORY b/devel/pkgconfig/HISTORY
index eba7032..b90f871 100644
--- a/devel/pkgconfig/HISTORY
+++ b/devel/pkgconfig/HISTORY
@@ -1,3 +1,6 @@
+2006-07-23 Robin Cook <rcook AT wyrms.net>
+ * INSTALL: added to install profile.d stript
+
2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
* DETAILS: (automated) Add KEYWORDS

diff --git a/devel/pkgconfig/INSTALL b/devel/pkgconfig/INSTALL
new file mode 100644
index 0000000..f0f14a1
--- /dev/null
+++ b/devel/pkgconfig/INSTALL
@@ -0,0 +1,7 @@
+default_install &&
+
+if install_config_file ${SCRIPT_DIRECTORY}/profile.d/pkgconfig.sh \
+ ${INSTALL_ROOT}/etc/profile.d/pkgconfig.sh; then
+ chmod 0755 ${INSTALL_ROOT}/etc/profile.d/pkgconfig.sh
+fi
+
diff --git a/devel/pkgconfig/profile.d/pkgconfig.sh
b/devel/pkgconfig/profile.d/pkgconfig.sh
new file mode 100644
index 0000000..1010cfb
--- /dev/null
+++ b/devel/pkgconfig/profile.d/pkgconfig.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+# First check if this variable is already set
+# then if not set, check it (maybe), then set it
+
+if [ -z "$PKG_CONFIG_PATH" ] ; then
+ PKG_CONFIG_PATH="/usr/lib/pkgconfig:/usr/share/pkgconfig"
+fi
+export PKG_CONFIG_PATH




Archive powered by MHonArc 2.6.24.

Top of Page