Skip to Content.
Sympa Menu

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

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 (5446305ebd73ef1d686359015f1f2850be91202b)
  • Date: Tue, 17 Jun 2008 14:26:15 -0500

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

ChangeLog | 3 +++
windowmanagers/awesome/DEPENDS | 9 +++++++++
windowmanagers/awesome/DETAILS | 1 +
windowmanagers/awesome/HISTORY | 5 +++++
wm-addons/amazing/BUILD | 1 +
wm-addons/amazing/DEPENDS | 2 ++
wm-addons/amazing/DETAILS | 22 ++++++++++++++++++++++
wm-addons/amazing/HISTORY | 2 ++
wm-addons/amazing/INSTALL | 1 +
9 files changed, 46 insertions(+)

New commits:
commit 5cc5e1cbd2dfd0de59bd84ee95ffd3664a1e9df6
Author: Arjan Bouter <abouter AT sourcemage.org>
Commit: Arjan Bouter <abouter AT sourcemage.org>

amazing: new spell, status widgets for awesome

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

awesome: added missing deps

diff --git a/ChangeLog b/ChangeLog
index 7b73eb1..c736bac 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2008-06-17 Arjan Bouter <abouter AT sourcemage.org>
+ * wm-addons/amazing: status widgets for awesome
+
2008-06-17 Ladislav Hagara <hgr AT vabo.cz>
* doc/man-pages-posix: new spell
The POSIX.1 man pages (sections 0p, 1p, 3p) have been moved out of
diff --git a/windowmanagers/awesome/DEPENDS b/windowmanagers/awesome/DEPENDS
index 6b84586..349ff82 100755
--- a/windowmanagers/awesome/DEPENDS
+++ b/windowmanagers/awesome/DEPENDS
@@ -3,6 +3,15 @@ depends confuse &&
depends pkgconfig &&
depends X11-LIBS &&

+message "Awesome depends on either Imlib2 or gtk+2," &&
+message "If you say y to both, it will build with GTK+2" &&
+optional_depends imlib2 '' '' 'Build against imlib2?' &&
+optional_depends gtk+2 '--with-gtk' '' 'Build against GTK+2?' &&
+
+optional_depends xmlto '' '' 'For manpage generation' &&
+optional_depends asciidoc '' '' 'Create the manpage?' &&
+optional_depends doxygen '' '' 'Create the developer docs?' &&
+
. $GRIMOIRE/FUNCTIONS &&

if check_if_xorg_modular_libs; then
diff --git a/windowmanagers/awesome/DETAILS b/windowmanagers/awesome/DETAILS
index 0cd91c6..0a4ff02 100755
--- a/windowmanagers/awesome/DETAILS
+++ b/windowmanagers/awesome/DETAILS
@@ -6,6 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_GPG="gurus.gpg:$SOURCE.sig:WORKS_FOR_ME"
LICENSE[0]=MIT
KEYWORDS="windowmanagers"
+ PATCHLEVEL=1
WEB_SITE=http://awesome.naquadah.org/
ENTERED=20080324
SHORT='A dwm-based window manager with many layouts'
diff --git a/windowmanagers/awesome/HISTORY b/windowmanagers/awesome/HISTORY
index 91c3cae..064c310 100644
--- a/windowmanagers/awesome/HISTORY
+++ b/windowmanagers/awesome/HISTORY
@@ -1,3 +1,8 @@
+2008-06-17 Arjan Bouter <abouter AT sourcemage.org>
+ * DEPENDS: added missing optional deps on imlib2 or gtk+2
+ also added missing deps for manpage generation.
+ * DETAILS: patchlevel+1
+
2008-06-12 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: updated to 2.3.1

diff --git a/wm-addons/amazing/BUILD b/wm-addons/amazing/BUILD
new file mode 100755
index 0000000..27ba77d
--- /dev/null
+++ b/wm-addons/amazing/BUILD
@@ -0,0 +1 @@
+true
diff --git a/wm-addons/amazing/DEPENDS b/wm-addons/amazing/DEPENDS
new file mode 100755
index 0000000..e566d44
--- /dev/null
+++ b/wm-addons/amazing/DEPENDS
@@ -0,0 +1,2 @@
+depends awesome &&
+depends ruby
diff --git a/wm-addons/amazing/DETAILS b/wm-addons/amazing/DETAILS
new file mode 100755
index 0000000..f7444eb
--- /dev/null
+++ b/wm-addons/amazing/DETAILS
@@ -0,0 +1,22 @@
+ SPELL=amazing
+ VERSION=0.1
+ SOURCE=$SPELL.tar.bz2
+ FORCE_DOWNLOAD=on
+ SOURCE_IGNORE=volatile
+ SOURCE_URL[0]="git://github.com/dag/amazing.git:amazing"
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
+ WEB_SITE=http://amazing.rubyforge.org
+ ENTERED=20080617
+ LICENSE[0]=GPL
+ SHORT="Widget manager for the awesome window manager"
+cat << EOF
+An amazing widget manager for an awesome window manager
+
+- Feeds information to statusbars in the awesome window manager
+- Framework for creating widgets
+- Centralized configuration
(http://github.com/dag/amazing/wikis/configuration)
+
+Widgets included in the core:
+AcAdapter, Alsa, Battery, CpuInfo, CpuUsage, Clock, File, FileSystem, Gmail,
+Moc, Mpd, Maildir, Memory, NetTraffic, Noop, Pacman, Raggle, Sup
+EOF
diff --git a/wm-addons/amazing/HISTORY b/wm-addons/amazing/HISTORY
new file mode 100644
index 0000000..6715643
--- /dev/null
+++ b/wm-addons/amazing/HISTORY
@@ -0,0 +1,2 @@
+2008-06-17 Arjan Bouter <abouter AT sourcemage.org>
+ * BUILD, DETAILS, DEPENDS, INSTALL, HISTORY: created spell
diff --git a/wm-addons/amazing/INSTALL b/wm-addons/amazing/INSTALL
new file mode 100755
index 0000000..5f63888
--- /dev/null
+++ b/wm-addons/amazing/INSTALL
@@ -0,0 +1 @@
+ruby setup.rb all




Archive powered by MHonArc 2.6.24.

Top of Page