Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Arjan Bouter (88ce54afd9bc81ddc6c52cf52902d6d33b7b7037)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Arjan Bouter <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Arjan Bouter (88ce54afd9bc81ddc6c52cf52902d6d33b7b7037)
  • Date: Sat, 18 Jul 2009 20:20:50 -0500

GIT changes to master grimoire by Arjan Bouter <abouter AT sourcemage.org>:

ChangeLog | 3
++
dev/null |binary
gnome2-libs/gnome-applets2/PRE_BUILD | 5
+++
gnome2-libs/startup-notification/DETAILS | 7
++---
gnome2-libs/startup-notification/HISTORY | 4
+++
gnome2-libs/startup-notification/startup-notification-0.10.tar.gz.sig |binary
gnome2-libs/startup-notification/startup-notification-0.9.tar.bz2.sig | 0
libs/libxdg-basedir/BUILD | 3
++
libs/libxdg-basedir/DEPENDS | 1
libs/libxdg-basedir/DETAILS | 13
++++++++++
libs/libxdg-basedir/HISTORY | 3
++
11 files changed, 35 insertions(+), 4 deletions(-)

New commits:
commit 88ce54afd9bc81ddc6c52cf52902d6d33b7b7037
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

gnome-applets2: added PRE_BUILD to really disable rarian

commit 2880d4c658e0941908615c8e7faec7bf816442e4
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

libxdg-basedir: new spell, freedesktop.org xdg basedir implementation

commit ac515f90470ed8f1df884885f773764fd5f81446
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

startup-notification: version 0.10 and changed source url and bz2 -> gz

diff --git a/ChangeLog b/ChangeLog
index b6f34bf..0ef500b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2009-07-19 Arjan Bouter <abouter AT sourcemage.org>
+ * libs/libxdg-basedir: new spell, xdg basedir lib
+
2009-07-19 Vlad Glagolev <stealth AT sourcemage.org>
* python-pypi/pywebkitgtk: -> http
* python-pypi/notify-python: -> utils
diff --git a/gnome2-libs/gnome-applets2/PRE_BUILD
b/gnome2-libs/gnome-applets2/PRE_BUILD
new file mode 100755
index 0000000..5a460a5
--- /dev/null
+++ b/gnome2-libs/gnome-applets2/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd ${SOURCE_DIRECTORY} &&
+if ! is_depends_enabled $SPELL rarian ; then
+ patch -p1 < ${SCRIPT_DIRECTORY}/disable-rarian.patch
+fi
diff --git a/gnome2-libs/startup-notification/DETAILS
b/gnome2-libs/startup-notification/DETAILS
index 17aac5c..1f8f4a6 100755
--- a/gnome2-libs/startup-notification/DETAILS
+++ b/gnome2-libs/startup-notification/DETAILS
@@ -1,9 +1,8 @@
SPELL=startup-notification
- VERSION=0.9
- BRANCH=`echo $VERSION|cut -d . -f 1,2`
- SOURCE=$SPELL-$VERSION.tar.bz2
+ VERSION=0.10
+ SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=$GNOME_URL/sources/$SPELL/$BRANCH/$SOURCE
+
SOURCE_URL[0]=http://www.freedesktop.org/software/startup-notification/releases/$SOURCE
SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
LICENSE[0]=LGPL
WEB_SITE=http://developer.gnome.org/projects/gap
diff --git a/gnome2-libs/startup-notification/HISTORY
b/gnome2-libs/startup-notification/HISTORY
index eff37bf..83b30d9 100644
--- a/gnome2-libs/startup-notification/HISTORY
+++ b/gnome2-libs/startup-notification/HISTORY
@@ -1,3 +1,7 @@
+2009-07-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version 0.10, changed source url to
+ freedesktop.org
+
2008-09-29 Robin Cook <rcook AT wyrms.net>
* DEPENDS: added for xorg libs

diff --git
a/gnome2-libs/startup-notification/startup-notification-0.10.tar.gz.sig
b/gnome2-libs/startup-notification/startup-notification-0.10.tar.gz.sig
new file mode 100644
index 0000000..cc1da5a
Binary files /dev/null and
b/gnome2-libs/startup-notification/startup-notification-0.10.tar.gz.sig differ
diff --git
a/gnome2-libs/startup-notification/startup-notification-0.9.tar.bz2.sig
b/gnome2-libs/startup-notification/startup-notification-0.9.tar.bz2.sig
deleted file mode 100644
index f8cd3ac..0000000
Binary files
a/gnome2-libs/startup-notification/startup-notification-0.9.tar.bz2.sig and
/dev/null differ
diff --git a/libs/libxdg-basedir/BUILD b/libs/libxdg-basedir/BUILD
new file mode 100755
index 0000000..e06f203
--- /dev/null
+++ b/libs/libxdg-basedir/BUILD
@@ -0,0 +1,3 @@
+cd ${SOURCE_DIRECTORY} &&
+./autogen.sh &&
+default_build
diff --git a/libs/libxdg-basedir/DEPENDS b/libs/libxdg-basedir/DEPENDS
new file mode 100755
index 0000000..f7ec598
--- /dev/null
+++ b/libs/libxdg-basedir/DEPENDS
@@ -0,0 +1 @@
+optional_depends doxygen '' '' 'To generate some docs'
diff --git a/libs/libxdg-basedir/DETAILS b/libs/libxdg-basedir/DETAILS
new file mode 100755
index 0000000..43bbe43
--- /dev/null
+++ b/libs/libxdg-basedir/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=libxdg-basedir
+ VERSION=1.0.1
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=http://n.ethz.ch/student/nevillm/download/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:cc405aafbfeb1754160fe6b73bfe7031394f0a34c520dec0005f1d89e39de38961fceeb5dca0b60bc86f951c0bf8c38a17947d6120dd94112ec32b8ab625ae85
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE="http://n.ethz.ch/student/nevillm/download/libxdg-basedir/";
+ LICENSE[0]=GPL
+ ENTERED=20090719
+ SHORT="XDG basedir implementation"
+cat << EOF
+Small library to access XDG Base Directories Specification paths.
+EOF
diff --git a/libs/libxdg-basedir/HISTORY b/libs/libxdg-basedir/HISTORY
new file mode 100644
index 0000000..92ed0e7
--- /dev/null
+++ b/libs/libxdg-basedir/HISTORY
@@ -0,0 +1,3 @@
+2009-07-19 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS, DETAILS, BUILD: spell created
+



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (88ce54afd9bc81ddc6c52cf52902d6d33b7b7037), Arjan Bouter, 07/18/2009

Archive powered by MHonArc 2.6.24.

Top of Page