Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Eric Sandall (0c8f37969bed2be35f5dddb08824bb9b8ba1ada1)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (0c8f37969bed2be35f5dddb08824bb9b8ba1ada1)
  • Date: Sun, 19 Apr 2009 16:22:53 -0500

GIT changes to master grimoire by Eric Sandall <sandalle AT sourcemage.org>:

ChangeLog | 4 ++++
python-devel/notify-python/DEPENDS | 4 ++++
python-devel/notify-python/DETAILS | 14
++++++++++++++
python-devel/notify-python/HISTORY | 3 +++
python-devel/notify-python/notify-python-0.1.1.tar.gz.sig |binary
python-pypi/system-config-printer/DEPENDS | 6 ++++--
python-pypi/system-config-printer/HISTORY | 4 ++++
7 files changed, 33 insertions(+), 2 deletions(-)

New commits:
commit 0c8f37969bed2be35f5dddb08824bb9b8ba1ada1
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

system-config-printer: Depends on pycups and notify-python
Bug #15190

commit e2ac9a0706007387f259fc51672e0169e1eb5821
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

notify-python: Added Python bindings for libnotify
Required to fix Bug #15190

diff --git a/ChangeLog b/ChangeLog
index 47e6b5f..9cae40f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * python-devel/notify-python: Added Python bindings for libnotify
+ Required to fix Bug #15190
+
2009-04-19 Arjan Bouter <abouter AT sourcemage.org>
* windowmanagers/golem: removed deprecated spell

diff --git a/python-devel/notify-python/DEPENDS
b/python-devel/notify-python/DEPENDS
new file mode 100755
index 0000000..58c75ec
--- /dev/null
+++ b/python-devel/notify-python/DEPENDS
@@ -0,0 +1,4 @@
+depends libnotify &&
+depends pkgconfig &&
+depends pygtk2 &&
+depends python
diff --git a/python-devel/notify-python/DETAILS
b/python-devel/notify-python/DETAILS
new file mode 100755
index 0000000..fd05632
--- /dev/null
+++ b/python-devel/notify-python/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=notify-python
+ VERSION=0.1.1
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://www.galago-project.org/files/releases/source/$SPELL/$SOURCE
+ SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ LICENSE[0]=GPL
+ WEB_SITE=http://www.galago-project.org/
+ KEYWORDS="python"
+ ENTERED=20090419
+ SHORT="Python bindings for libnotify"
+cat << EOF
+Python bindings for libnotify.
+EOF
diff --git a/python-devel/notify-python/HISTORY
b/python-devel/notify-python/HISTORY
new file mode 100644
index 0000000..5fe8ebc
--- /dev/null
+++ b/python-devel/notify-python/HISTORY
@@ -0,0 +1,3 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS, DEPENDS: Created
+
diff --git a/python-devel/notify-python/notify-python-0.1.1.tar.gz.sig
b/python-devel/notify-python/notify-python-0.1.1.tar.gz.sig
new file mode 100644
index 0000000..2a185d9
Binary files /dev/null and
b/python-devel/notify-python/notify-python-0.1.1.tar.gz.sig differ
diff --git a/python-pypi/system-config-printer/DEPENDS
b/python-pypi/system-config-printer/DEPENDS
index 9ca0d3c..e88cbaa 100755
--- a/python-pypi/system-config-printer/DEPENDS
+++ b/python-pypi/system-config-printer/DEPENDS
@@ -1,2 +1,4 @@
-depends python &&
-depends config
+depends config &&
+depends notify-python &&
+depends pycups &&
+depends python
diff --git a/python-pypi/system-config-printer/HISTORY
b/python-pypi/system-config-printer/HISTORY
index 76337a5..c712f95 100644
--- a/python-pypi/system-config-printer/HISTORY
+++ b/python-pypi/system-config-printer/HISTORY
@@ -1,3 +1,7 @@
+2009-04-19 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Depends on pycups and notify-python
+ Bug #15190
+
2009-04-15 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 1.1.7




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (0c8f37969bed2be35f5dddb08824bb9b8ba1ada1), Eric Sandall, 04/19/2009

Archive powered by MHonArc 2.6.24.

Top of Page