Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (dac54af5306b5e8fa2f50f1989b8b5fc67441799)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Andra?? Levstik <scm AT mail.sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (dac54af5306b5e8fa2f50f1989b8b5fc67441799)
  • Date: Fri, 12 Jan 2007 09:35:20 -0600

GIT changes to master grimoire by Andra?? Levstik <ruskie AT mages.ath.cx>:

ChangeLog | 11 +++++++++
FUNCTIONS | 16 ++++++++++++++
audio-players/azrael/DETAILS | 4 +--
audio-players/azrael/HISTORY | 3 ++
audio-players/gx2osd/BUILD | 1
audio-players/gx2osd/DEPENDS | 9 ++++++++
audio-players/gx2osd/DETAILS | 13 +++++++++++
audio-players/gx2osd/HISTORY | 2 +
audio-players/gx2osd/INSTALL | 1
audio-players/lxmusic/BUILD | 1
audio-players/lxmusic/DEPENDS | 3 ++
audio-players/lxmusic/DETAILS | 18 ++++++++++++++++
audio-players/lxmusic/HISTORY | 2 +
audio-players/lxmusic/PRE_BUILD | 3 ++
shell-term-fm/pcmanfm/DEPENDS | 3 ++
shell-term-fm/pcmanfm/DETAILS | 14 ++++++++++++
shell-term-fm/pcmanfm/HISTORY | 2 +
wm-addons/lxpanel/DEPENDS | 3 ++
wm-addons/lxpanel/DETAILS | 13 +++++++++++
wm-addons/lxpanel/HISTORY | 2 +
wm-addons/lxsession/DEPENDS | 4 +++
wm-addons/lxsession/DETAILS | 43
+++++++++++++++++++++++++++++++++++++++
wm-addons/lxsession/HISTORY | 2 +
x11/gtk-engines-cleanice/DEPENDS | 1
x11/gtk-engines-cleanice/DETAILS | 16 ++++++++++++++
x11/gtk-engines-cleanice/HISTORY | 2 +
26 files changed, 190 insertions(+), 2 deletions(-)

New commits:
commit 9f5ae454973fb65e7e3e3b445cd6b2b95c04e35e
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lxmusic: another new xmms2 client

commit b7cf16eb628f251e71880d22a645f0d966302a40
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

gx2osd: new xmms2 client

commit dc2d320fb0b8432d19c58fc1b20b1298817ab380
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

FUNCTIONS added a waf_build and waf_install

commit a6ee3bf1cf6190c5e1e23f591ee45594e91008c8
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lxsession: lightweight X11 session manager

commit d2c071c64b01be3872482a7e0f0032668ed11def
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

lxpanel: new lightweight panel

commit ccf81c05891e6528d50e74c1b3fb71665f2f21e2
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

pcmanfm: new filemanager in gtk+2

commit d055e5795e2f0a9832ab120336e29146c9fae9e6
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

azrael: version update

commit 884326bdda9ef778a6def25a7acc4a0795b26a75
Author: Andra?? Levstik <ruskie AT mages.ath.cx>
Commit: Andra?? Levstik <ruskie AT mages.ath.cx>

gtk-engines-cleanice: added new theme engine for gtk+2, couldn't find
it in any other engine/theme pack we have

diff --git a/ChangeLog b/ChangeLog
index 9f1f5a3..5159358 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * x11/gtk-engines-cleanice: theme engine cleanice
+ * shell-term-fm/pcmanfm: new filemanager gtk+2
+ * wm-addons/lxpanel: new lightweight panel
+ * wm-addons/lxsession: lightweight X11 session manager
+ * FUNCTIONS: added a waf_build and waf_install functions
+ since waf has a more or less standardised interface
+ it's acctually possible and I'd say desirable for it
+ * audio-players/gx2osd: xmms2 gtk+2 c++ osd client
+ * audio-players/lxmusic: another xmms2 client
+
2007-01-09 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
* wm-addons/peksystray: new spell, a systray

diff --git a/FUNCTIONS b/FUNCTIONS
index b3e55cd..8c47db9 100755
--- a/FUNCTIONS
+++ b/FUNCTIONS
@@ -480,3 +480,19 @@ if check_if_modified "$1"; then
fi
}

+# Functions for default_build and default_install for waf based build systems
+# please use this one instead of maunaly calling waf when possible
+# Disabled caching as this has GREAT potential for borkage
+# and waf is fast without it as well
+
+function waf_build(){
+./waf configure \
+ --nocache \
+ --prefix=${INSTALL_ROOT}/usr \
+ $OPTS &&
+./waf --verbose
+}
+
+function waf_install(){
+./waf install
+}
diff --git a/audio-players/azrael/DETAILS b/audio-players/azrael/DETAILS
index 5a8d0e1..7a30f6f 100755
--- a/audio-players/azrael/DETAILS
+++ b/audio-players/azrael/DETAILS
@@ -1,8 +1,8 @@
SPELL=azrael
- VERSION=0.3.1
+ VERSION=0.3.5
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
-
SOURCE_HASH=sha512:191931497dd3c4a43a3542791ef5611d2d35aab699c61360686c6be4056168dcab1e4a863756bc02abe9476c4a32dde19b3d3436280da1a763d875a36967116b
+
SOURCE_HASH=sha512:8529658b0a36a484641d15897ed7180b88493908dca05c15b84e8f2c7415597698ff2585f26084890b100f07756f32f88a052168899dbefd864bee14086d45f4
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
WEB_SITE=http://sourceforge.net/projects/azrael/
ENTERED=20060227
diff --git a/audio-players/azrael/HISTORY b/audio-players/azrael/HISTORY
index 949c61c..a835849 100644
--- a/audio-players/azrael/HISTORY
+++ b/audio-players/azrael/HISTORY
@@ -1,3 +1,6 @@
+2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update
+
2006-10-03 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed UPDATED.

diff --git a/audio-players/gx2osd/BUILD b/audio-players/gx2osd/BUILD
new file mode 100755
index 0000000..1d8ce04
--- /dev/null
+++ b/audio-players/gx2osd/BUILD
@@ -0,0 +1 @@
+waf_build
diff --git a/audio-players/gx2osd/DEPENDS b/audio-players/gx2osd/DEPENDS
new file mode 100755
index 0000000..03859ea
--- /dev/null
+++ b/audio-players/gx2osd/DEPENDS
@@ -0,0 +1,9 @@
+depends gtkmm2 &&
+depends g++ &&
+depends xerces-c &&
+depends python &&
+depends boost &&
+sub_depends boost PROGRAM_OPTIONS &&
+sub_depends boost FILESYSTEM &&
+depends xmms2 &&
+sub_depends xmms2 CLIENTLIB_CXX
diff --git a/audio-players/gx2osd/DETAILS b/audio-players/gx2osd/DETAILS
new file mode 100755
index 0000000..514fe24
--- /dev/null
+++ b/audio-players/gx2osd/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=gx2osd
+ VERSION=0.1
+ SOURCE="${SPELL}.tar.bz2"
+ SOURCE_URL[0]=http://eclipser.no-ip.org/${SOURCE}
+
SOURCE_HASH=sha512:d8aaae49fb8638e662b5d87e3158ceacf7b9baefc0cf6ce31687e27313baa301f13d445310ba2d647eb54d12bacac916f20415ffad64f49da69a3e6cace1fef2
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ LICENSE[0]="Do what the fuck you want to public license"
+ ENTERED=20070112
+ SHORT="gx2osd is a skinnable on-screen display client for xmms2
written in C++ and GTKmm."
+cat << EOF
+gx2osd is a skinnable on-screen display client for xmms2 written in C++
+and GTKmm.
+EOF
diff --git a/audio-players/gx2osd/HISTORY b/audio-players/gx2osd/HISTORY
new file mode 100644
index 0000000..df57678
--- /dev/null
+++ b/audio-players/gx2osd/HISTORY
@@ -0,0 +1,2 @@
+2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, BUILD, INSTALL, HISTORY: created spell
diff --git a/audio-players/gx2osd/INSTALL b/audio-players/gx2osd/INSTALL
new file mode 100755
index 0000000..0ea15cc
--- /dev/null
+++ b/audio-players/gx2osd/INSTALL
@@ -0,0 +1 @@
+waf_install
diff --git a/audio-players/lxmusic/BUILD b/audio-players/lxmusic/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/audio-players/lxmusic/BUILD
@@ -0,0 +1 @@
+make
diff --git a/audio-players/lxmusic/DEPENDS b/audio-players/lxmusic/DEPENDS
new file mode 100755
index 0000000..65d8056
--- /dev/null
+++ b/audio-players/lxmusic/DEPENDS
@@ -0,0 +1,3 @@
+depends xmms2 &&
+sub_depends xmms2 CLIENTLIB &&
+depends gtk+2
diff --git a/audio-players/lxmusic/DETAILS b/audio-players/lxmusic/DETAILS
new file mode 100755
index 0000000..1ba780d
--- /dev/null
+++ b/audio-players/lxmusic/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=lxmusic
+ VERSION=0.1.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
+
SOURCE_HASH=sha512:4aa6d3fa6792055c099c95207141bb90d0708011f36a64be0307cadb4ac189e352bf546ed17d4d630e81391ae0aaff26f641b069da592260d9a076a7f586f581
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://lxde.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20070112
+ SHORT="LXMusic is a very simple gtk+ xmms2 client written in pure
c."
+cat << EOF
+LXMusic is a very simple gtk+ client written in pure C. It has very few
+functionality, and can do nothing more than play the music. The UI is very
+clean and simple. This is currently aimed to be used as the default music
+player of LXDE (Lightweight X11 Desktop Environment) project. LXDE is a new
+project aimed to provide a new desktop environment with faster speed and
+less resoruce usage.
+EOF
diff --git a/audio-players/lxmusic/HISTORY b/audio-players/lxmusic/HISTORY
new file mode 100644
index 0000000..b533633
--- /dev/null
+++ b/audio-players/lxmusic/HISTORY
@@ -0,0 +1,2 @@
+2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/audio-players/lxmusic/PRE_BUILD b/audio-players/lxmusic/PRE_BUILD
new file mode 100755
index 0000000..fb070ba
--- /dev/null
+++ b/audio-players/lxmusic/PRE_BUILD
@@ -0,0 +1,3 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit "s:^CFLAGS=:CFLAGS=$CFLAGS:" Makefile
diff --git a/shell-term-fm/pcmanfm/DEPENDS b/shell-term-fm/pcmanfm/DEPENDS
new file mode 100755
index 0000000..45950a3
--- /dev/null
+++ b/shell-term-fm/pcmanfm/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends hal &&
+depends shared-mime-info
diff --git a/shell-term-fm/pcmanfm/DETAILS b/shell-term-fm/pcmanfm/DETAILS
new file mode 100755
index 0000000..e2eaf09
--- /dev/null
+++ b/shell-term-fm/pcmanfm/DETAILS
@@ -0,0 +1,14 @@
+ SPELL=pcmanfm
+ VERSION=0.3.2.2
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/${SPELL}/${SOURCE}
+
SOURCE_HASH=sha512:c526f6d2f5b89bde60d5ba613df6aba7b448caf0b0a92689d03df2941e6686d303de893d2a26cd5183bf3162049c09c7cda6bf32800d61ececc5124be6ff7b23
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://pcmanfm.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20070108
+ SHORT="A fast and lightweight file manager developed with GTK+ 2."
+cat << EOF
+PCMan File Manager is a very fast and lightweight file manager which features
+tabbed browsing.
+EOF
diff --git a/shell-term-fm/pcmanfm/HISTORY b/shell-term-fm/pcmanfm/HISTORY
new file mode 100644
index 0000000..538d2e7
--- /dev/null
+++ b/shell-term-fm/pcmanfm/HISTORY
@@ -0,0 +1,2 @@
+2007-01-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/wm-addons/lxpanel/DEPENDS b/wm-addons/lxpanel/DEPENDS
new file mode 100755
index 0000000..85c9d7c
--- /dev/null
+++ b/wm-addons/lxpanel/DEPENDS
@@ -0,0 +1,3 @@
+depends gtk+2 &&
+depends libxmu &&
+depends libxpm
diff --git a/wm-addons/lxpanel/DETAILS b/wm-addons/lxpanel/DETAILS
new file mode 100755
index 0000000..4678d13
--- /dev/null
+++ b/wm-addons/lxpanel/DETAILS
@@ -0,0 +1,13 @@
+ SPELL=lxpanel
+ VERSION=0.2.4
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
+
SOURCE_HASH=sha512:294af11dd43aae9ee2e9ff7cd6559a5675f96c0408fa0969799516b0a706d466948cad65dabce14f84ad4bab81b1efab5b0d00a39e57163c8b4ecccd02a8ca61
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://lxde.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20070108
+ SHORT="A lightweight X11 desktop panel based on fbpanel."
+cat << EOF
+LXPanel is a lightweight X11 desktop panel based on fbpanel.
+EOF
diff --git a/wm-addons/lxpanel/HISTORY b/wm-addons/lxpanel/HISTORY
new file mode 100644
index 0000000..538d2e7
--- /dev/null
+++ b/wm-addons/lxpanel/HISTORY
@@ -0,0 +1,2 @@
+2007-01-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/wm-addons/lxsession/DEPENDS b/wm-addons/lxsession/DEPENDS
new file mode 100755
index 0000000..8a40885
--- /dev/null
+++ b/wm-addons/lxsession/DEPENDS
@@ -0,0 +1,4 @@
+depends gtk+2 &&
+depends libsm &&
+depends libice &&
+depends netkit-rsh
diff --git a/wm-addons/lxsession/DETAILS b/wm-addons/lxsession/DETAILS
new file mode 100755
index 0000000..fd09f99
--- /dev/null
+++ b/wm-addons/lxsession/DETAILS
@@ -0,0 +1,43 @@
+ SPELL=lxsession
+ VERSION=0.1.1
+ SOURCE="${SPELL}-${VERSION}.tar.bz2"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/lxde/${SOURCE}
+
SOURCE_HASH=sha512:e5d1a6487ffdabef85b4306cc7ecd64a85506affcb7c8604c51647d38e8f32eaefda1aad7340e75cc71bed68a24b36b19f3133b9d776d5166a4bf5ba418081cd
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://lxde.sourceforge.net/
+ LICENSE[0]=GPL
+ ENTERED=20070108
+ SHORT="Lightweight X11 session manager derived from XSM."
+cat << EOF
+Lightweight X11 session manager derived from XSM.
+
+ LXSession is the default X11 session manager of LXDE. (LXDE: Lightweight
+ X11 Desktop Environment) http://lxde.sourceforge.net/
+
+ Though being part of LXDE, it's totally desktop-independent. It doesn't
+ depend on any desktop environment, and has few dependencies. The goal
+ of this project is to make a simple and clean a X11 session manager which
+ isn't tight to any desktop environment.
+
+ We know that GNOME session by default loads GNOME, XFCE4 session by default
+ loads XFCE, and what will LXSession load then? "It's all up to you." You
can
+ give it a list of applications you want to launch, including window manager
+ and other components of a regular desktop environment should have. Then,
+ give this combination a new name, and you can have "your own custom
+ desktop environment" now. At the end of this README file, there will be
+ a tutorial telling you how to create your own new desktop environment. So,
+ be patient. :-)
+
+ By default LXSession ships with a set of config files giving you a new
+ desktop environment called LXDE. When you choose LXDE in GDM, KDM, or
+ simply execute startlxde in xinitrc, When launching, LXDE will load icewm
+ (window manager), pcmanfm (file manager), and lxpanel (desktop panel).
+ This, of course, can be changed, but I guess users will be intrested in
+ creating their own new customized DE.
+
+ Check these files with text editors to see how LXSession works. These files
+ define a default session named LXDE: /usr/share/xsessions/LXDE.desktop:
+ Add an entry in GDM & KDM /usr/bin/startlxde: Convinient script launching
+ LXDE /etc/LXSM-LXDE-Default: Default programs loaded when LXDE is started,
+ containing window manager, desktop panel...etc.
+EOF
diff --git a/wm-addons/lxsession/HISTORY b/wm-addons/lxsession/HISTORY
new file mode 100644
index 0000000..538d2e7
--- /dev/null
+++ b/wm-addons/lxsession/HISTORY
@@ -0,0 +1,2 @@
+2007-01-08 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/x11/gtk-engines-cleanice/DEPENDS
b/x11/gtk-engines-cleanice/DEPENDS
new file mode 100755
index 0000000..0205dad
--- /dev/null
+++ b/x11/gtk-engines-cleanice/DEPENDS
@@ -0,0 +1 @@
+depends gtk+2
diff --git a/x11/gtk-engines-cleanice/DETAILS
b/x11/gtk-engines-cleanice/DETAILS
new file mode 100755
index 0000000..9011b50
--- /dev/null
+++ b/x11/gtk-engines-cleanice/DETAILS
@@ -0,0 +1,16 @@
+ SPELL=gtk-engines-cleanice
+ VERSION=2.4.0
+ SOURCE="${SPELL}-${VERSION}.tar.gz"
+ SOURCE_URL[0]=${SOURCEFORGE_URL}/elysium-project/${SOURCE}
+
SOURCE_HASH=sha512:39102ee4421454044a12840744869e85fe8273ccdeff20766e639f607aa7b3f54ae70ec7d069a2d22fae6c128077b1b3e5f545385e20b63201e1e0a742efc3fb
+SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
+ WEB_SITE=http://sourceforge.net/projects/elysium-project/
+ LICENSE[0]=GPL
+ ENTERED=20070112
+ SHORT="A simplistic GTK+ 2.x theme engine."
+cat << EOF
+CleanIce is a simplistic, semi-flat theme engine for GTK+ 2.x, based on the
+ThinIce and Clean engines of old. The GTK+ 2.x engine has many benefits over
+the original theme. The arrows are more consistent, the colors are slightly
+revised to be more usable, etc.
+EOF
diff --git a/x11/gtk-engines-cleanice/HISTORY
b/x11/gtk-engines-cleanice/HISTORY
new file mode 100644
index 0000000..b533633
--- /dev/null
+++ b/x11/gtk-engines-cleanice/HISTORY
@@ -0,0 +1,2 @@
+2007-01-12 Andra?? "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Andra?? Levstik (dac54af5306b5e8fa2f50f1989b8b5fc67441799), Andra?? Levstik, 01/12/2007

Archive powered by MHonArc 2.6.24.

Top of Page