Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8808c0d12fc2b5a7a002f4a39cd15eb4ec33063a)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Treeve Jelbert <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Treeve Jelbert (8808c0d12fc2b5a7a002f4a39cd15eb4ec33063a)
  • Date: Sat, 17 May 2008 13:27:26 -0500

GIT changes to master grimoire by Treeve Jelbert <treeve AT sourcemage.org>:

kde4/akonadi/DEPENDS | 8 ++++----
kde4/kdebase4/DEPENDS | 1 +
kde4/kdebase4/HISTORY | 3 +++
utils/pciutils/BUILD | 4 +---
utils/pciutils/DETAILS | 1 +
utils/pciutils/HISTORY | 5 +++++
utils/pciutils/INSTALL | 5 ++---
7 files changed, 17 insertions(+), 10 deletions(-)

New commits:
commit 1a3d28f994c3870a6c0d5e62c4c3b81eba6bd35e
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

akonadi - update depends

commit 5484d45cafc9453151263e8e074ade9ed9a1aa3d
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

kdebase4 - add optional pciutils

commit 8b20fd62fda4d3d16d3d47f8acfa6482a13346c3
Author: Treeve Jelbert <treeve AT sourcemage.org>
Commit: Treeve Jelbert <treeve AT sourcemage.org>

pciutils - install shared library

diff --git a/kde4/akonadi/DEPENDS b/kde4/akonadi/DEPENDS
index 9fd94aa..1d4262f 100755
--- a/kde4/akonadi/DEPENDS
+++ b/kde4/akonadi/DEPENDS
@@ -1,6 +1,6 @@
depends -sub DBUS qt4 &&
-depends g++ &&
-depends cmake &&
-depends libxslt &&
-depends automoc &&
+depends g++ &&
+depends cmake &&
+depends libxslt &&
+depends automoc &&
depends subversion
diff --git a/kde4/kdebase4/DEPENDS b/kde4/kdebase4/DEPENDS
index 3ddaef2..a271f39 100755
--- a/kde4/kdebase4/DEPENDS
+++ b/kde4/kdebase4/DEPENDS
@@ -33,6 +33,7 @@ optional_depends libraw1394 '' '' 'Firewire support'
&&
optional_depends fontconfig '' '' 'font management' &&
optional_depends libxklavier '' '' 'keyboard configuration' &&
optional_depends libusb '' '' 'usb support' &&
+optional_depends pciutils '' '' 'show pci data' &&
optional_depends bluez-libs '' '' 'Bluetooth support ' &&
optional_depends openldap '' '' 'LDAP authentication' &&
optional_depends cyrus-sasl '' '' 'Cyrus SASL authentication'
diff --git a/kde4/kdebase4/HISTORY b/kde4/kdebase4/HISTORY
index a4a89fa..bf23b2f 100644
--- a/kde4/kdebase4/HISTORY
+++ b/kde4/kdebase4/HISTORY
@@ -1,3 +1,6 @@
+2008-05-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DEPENDS: add optional pciutils
+
2008-05-16 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 4.0.74

diff --git a/utils/pciutils/BUILD b/utils/pciutils/BUILD
index 0570607..086d274 100755
--- a/utils/pciutils/BUILD
+++ b/utils/pciutils/BUILD
@@ -1,3 +1 @@
-sedit "s:/local::" Makefile &&
-sedit "s:PREFIX=/usr:PREFIX=${INSTALL_ROOT}/usr:" Makefile &&
-make
+make SHARED=yes OPT="$CFLAGS"
diff --git a/utils/pciutils/DETAILS b/utils/pciutils/DETAILS
index 6cf2bca..3cd5d07 100755
--- a/utils/pciutils/DETAILS
+++ b/utils/pciutils/DETAILS
@@ -1,6 +1,7 @@
SPELL=pciutils
VERSION=3.0.0

SOURCE_HASH=sha512:4afe436a197a94b150309b2b3c2e2b1f8262e155394cc552bf410d488407478370bb825348e7339024f674592b085e91789d2fc42c3147f8f1c479a0a43fc3df
+ PATCHLEVEL=1
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci/$SOURCE
diff --git a/utils/pciutils/HISTORY b/utils/pciutils/HISTORY
index 333de98..66470a3 100644
--- a/utils/pciutils/HISTORY
+++ b/utils/pciutils/HISTORY
@@ -1,3 +1,8 @@
+2008-05-17 Treeve Jelbert <treeve AT sourcemage.org>
+ * DETAILS: PATCHLEVEL++
+ * BUILD, INSTALL: make shared libraries
+ remove sedit's
+
2008-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 3.0.0
* BUILD: simplify, for new version
diff --git a/utils/pciutils/INSTALL b/utils/pciutils/INSTALL
index 965702c..db30a47 100755
--- a/utils/pciutils/INSTALL
+++ b/utils/pciutils/INSTALL
@@ -1,3 +1,2 @@
-make_normal &&
-make install &&
-make install-lib
+make PREFIX=${INSTALL_ROOT}/usr SHARED=yes install &&
+make PREFIX=${INSTALL_ROOT}/usr SHARED=yes install-lib




Archive powered by MHonArc 2.6.24.

Top of Page