Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0456044e3df37c327f07f780bd08e15216e4d3a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (0456044e3df37c327f07f780bd08e15216e4d3a4)
  • Date: Sat, 10 Nov 2007 10:14:49 -0600

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ChangeLog | 3 +++
python-devel/driconf/DEPENDS | 3 +++
python-devel/driconf/DETAILS | 16 ++++++++++++++++
python-devel/driconf/HISTORY | 10 ++++++++++
python-devel/driconf/PRE_BUILD | 3 +++
5 files changed, 35 insertions(+)

New commits:
commit 0456044e3df37c327f07f780bd08e15216e4d3a4
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

driconf: new spell, dri configuration tool

diff --git a/ChangeLog b/ChangeLog
index 2d4aafa..93b639c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2007-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * python-devel/driconf: new spell, dri conf tool
+
2007-11-09 Eric Sandall <sandalle AT sourcemage.org>
* e/entice: Deprecated in favour of exhibit

diff --git a/python-devel/driconf/DEPENDS b/python-devel/driconf/DEPENDS
new file mode 100755
index 0000000..b8afbcd
--- /dev/null
+++ b/python-devel/driconf/DEPENDS
@@ -0,0 +1,3 @@
+depends python &&
+depends pygtk2 &&
+depends xdriinfo
diff --git a/python-devel/driconf/DETAILS b/python-devel/driconf/DETAILS
new file mode 100755
index 0000000..0003cc7
--- /dev/null
+++ b/python-devel/driconf/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=driconf
+ VERSION=0.9.1
+ SOURCE=${SPELL}-${VERSION}.tar.gz
+ SOURCE_URL[0]=http://people.freedesktop.org/~fxkuehl/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:659c857fd490384cb807d6f909fcf6a0e64b9245597c43b14a793a65934f3df6ab30770b45a4180279ff9ef4b74bf7d5253a6560fcd8b15df35a76b795b6c369
+SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
+ WEB_SITE=http://dri.freedesktop.org/wiki/DriConf
+ LICENSE[0]=GPL
+ ENTERED=20071110
+ SHORT="Configuration applet for the Direct Rendering
Infrastructure."
+cat << EOF
+DRIconf is a configuration applet for the Direct Rendering Infrastructure.
+
+The new DRI infrastructure benefits from having its own configuration.
+This program creates the needed configuration files.
+EOF
diff --git a/python-devel/driconf/HISTORY b/python-devel/driconf/HISTORY
new file mode 100644
index 0000000..59ddd55
--- /dev/null
+++ b/python-devel/driconf/HISTORY
@@ -0,0 +1,10 @@
+2007-11-10 Vlad Glagolev <stealth AT sourcemage.org>
+ * PRE_BUILD: cleaned up
+ * DETAILS: removed BUILD_API=2
+
+2007-11-09 linuxfan <demaillists AT comcast.net>
+ * PRE_BUILD: added to correctly install to /usr/bin,
+ not /usr/local/bin
+
+2007-11-08 linuxfan <demaillists AT comcast.net>
+ * DEPENDS, DETAILS: driconf initial creation
diff --git a/python-devel/driconf/PRE_BUILD b/python-devel/driconf/PRE_BUILD
new file mode 100755
index 0000000..29d09b8
--- /dev/null
+++ b/python-devel/driconf/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sed -i -e "s:/usr/local:/usr:g" driconf setup.cfg




Archive powered by MHonArc 2.6.24.

Top of Page