Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (d679c68c827cd6059f7a421bcb9f9c813991b83c)

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 z-rejected grimoire by Arjan Bouter (d679c68c827cd6059f7a421bcb9f9c813991b83c)
  • Date: Sun, 16 Dec 2007 16:13:57 -0600

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

ChangeLog | 4 +
z-windowmanagers/ion3/BUILD | 20 +++++
z-windowmanagers/ion3/CONFIGURE | 13 +++
z-windowmanagers/ion3/DEPENDS | 14 +++
z-windowmanagers/ion3/DETAILS | 18 ++++
z-windowmanagers/ion3/HISTORY | 148
+++++++++++++++++++++++++++++++++++++
z-windowmanagers/ion3/INSTALL | 2
z-windowmanagers/ion3/ion3.desktop | 8 ++
z-windowmanagers/ion3/ion3.gpg |binary
z-windowmanagers/ion3/startion3 | 22 +++++
10 files changed, 249 insertions(+)

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

ion3: moved spell from the main grimoire

diff --git a/ChangeLog b/ChangeLog
index 423d115..a645b05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-12-16 Arjan Bouter <abouter AT sourcemage.org>
+ * z-windowmanagers/ion3: moved spell from windowmanagers
+ working on the update to the latest version
+
2007-12-16 Alexander Tsamutali <astsmtl AT gmail.com>
* z-http/icecat-bin: new spell, the GNU version of the Firefox browser
* z-http/iceweasel-bin: deprecated in favour of icecat-bin
diff --git a/z-windowmanagers/ion3/BUILD b/z-windowmanagers/ion3/BUILD
new file mode 100755
index 0000000..eec72fb
--- /dev/null
+++ b/z-windowmanagers/ion3/BUILD
@@ -0,0 +1,20 @@
+cd "$SOURCE_DIRECTORY/build/ac" &&
+autoreconf &&
+
+OPTS="$ION3_XINERAMA $ION3_LOCALE $OPTS --build=${BUILD}" &&
+
+if [[ $CROSS_INSTALL == on ]]
+then
+ OPTS="$OPTS --host=${HOST}"
+fi &&
+
+./configure --prefix=${INSTALL_ROOT}/usr \
+ --sysconfdir=${INSTALL_ROOT}/etc \
+ --localstatedir=${INSTALL_ROOT}/var \
+ --mandir=${INSTALL_ROOT}/usr/share/man \
+ --infodir=${INSTALL_ROOT}/usr/share/info \
+ $OPTS &&
+
+cd "$SOURCE_DIRECTORY" &&
+
+make
diff --git a/z-windowmanagers/ion3/CONFIGURE b/z-windowmanagers/ion3/CONFIGURE
new file mode 100755
index 0000000..fa4470f
--- /dev/null
+++ b/z-windowmanagers/ion3/CONFIGURE
@@ -0,0 +1,13 @@
+# Standard rejected warnings.
+#
+source $GRIMOIRE/REJECTED_MSG
+
+config_query_option ION3_XINERAMA \
+ "Enable Xinerama support?" y \
+ "--enable-xinerama" \
+ "--disable-xinerama" &&
+
+config_query_option ION3_LOCALE \
+ "Enable locale support?" y \
+ "--enable-locale" \
+ "--disable-locale"
diff --git a/z-windowmanagers/ion3/DEPENDS b/z-windowmanagers/ion3/DEPENDS
new file mode 100755
index 0000000..040d85f
--- /dev/null
+++ b/z-windowmanagers/ion3/DEPENDS
@@ -0,0 +1,14 @@
+depends X11-LIBS &&
+depends autoconf &&
+depends libtool &&
+depends lua &&
+
+. "$GRIMOIRE/FUNCTIONS"
+
+if check_if_xorg_modular_libs
+then
+ depends libsm &&
+ depends libx11 &&
+ depends libice &&
+ depends libxext
+fi
diff --git a/z-windowmanagers/ion3/DETAILS b/z-windowmanagers/ion3/DETAILS
new file mode 100755
index 0000000..c76d753
--- /dev/null
+++ b/z-windowmanagers/ion3/DETAILS
@@ -0,0 +1,18 @@
+ SPELL=ion3
+ VERSION=3rc-20071130
+ SOURCE=ion-$VERSION.tar.gz
+ SOURCE2=$SOURCE.asc
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/ion-$VERSION"
+ SOURCE_URL=http://iki.fi/tuomov/dl/$SOURCE
+ SOURCE2_URL=$SOURCE_URL.asc
+ SOURCE_GPG=ion3.gpg:$SOURCE.asc:ESTABLISHED_UPSTREAM_KEY
+ SOURCE2_IGNORE=signature
+ WEB_SITE=http://modeemi.cs.tut.fi/~tuomov/ion/
+ ENTERED=20020127
+ LICENSE[0]=LGPL
+ REJECT="licensing issues"
+ KEYWORDS="windowmanagers"
+ SHORT="A tiling tabbed window manager."
+cat << EOF
+Ion is a tiling tabbed window manager designed with keyboard users in mind.
+EOF
diff --git a/z-windowmanagers/ion3/HISTORY b/z-windowmanagers/ion3/HISTORY
new file mode 100644
index 0000000..f039b75
--- /dev/null
+++ b/z-windowmanagers/ion3/HISTORY
@@ -0,0 +1,148 @@
+2007-12-16 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: version bump to rc-20071130
+ added REJECT reason
+ * CONFIGURE: added reject message
+ * spell moved from windowmanagers to z-windowmanagers
+
+2007-12-05 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: this version was LGPL
+
+2007-02-15 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Changed WEB_SITE.
+
+2007-02-06 Juuso Alasuutari <iuso AT sourcemage.org>
+ * ion3.desktop, ion3.gpg, startion3: Renamed to make
install_wmfiles() work and for consistency.
+ * ion.desktop, ion.gpg, startion: Deleted.
+ * DETAILS: Added PATCHLEVEL=1.
+
+2007-02-05 Juuso Alasuutari <iuso AT sourcemage.org>
+ * all: Renamed to ion3 (was ion).
+
+2007-02-04 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: Updated to 20070203, updated descriptions.
+ * CONFIGURE: Added, query about xinerama and locale support.
+ * DEPENDS: Added xorg-modular dependencies.
+ * BUILD: Added xinerama and locale options to OPTS, changed
+ cross-install option check to not break the chain.
+
+2006-11-02 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20061029
+
+2006-10-21 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20061020, ESTABLISHED_UPSTREAM_KEY
+ * BUILD: autoreconf and ./configure needed in build/ac/ dir
+
+2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
+ * DETAILS: [automated] Removed BUILD_API=2.
+
+2006-06-20 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20060524
+
+2006-03-20 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20060519
+
+2006-03-12 Karsten Behrmann <BearPerson AT sourcemage.org>
+ * DETAILS: (automated) Add KEYWORDS
+
+2006-03-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20060305
+
+2006-01-10 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20060107, removed sha512sum
+
+2005-11-13 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20051029, added md5 and sha512
+
+2005-08-22 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to 20050820, added gpg verification
+ * added ion.gpg, from pgp.mit.edu, verified through irc
+
+2005-07-29 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 20050728
+
+2005-06-27 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 20050625
+
+2005-06-10 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 20050607
+ * added BUILD: needs autoconf
+ * DEPENDS: depends autoconf
+
+2005-05-05 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 20050502
+
+2005-04-07 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 20050406
+
+2005-04-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: v 20050322
+
+2005-03-17 Arjan Bouter <abouter AT sourcemage.org>
+ * INSTALL: edited to call install_wmfiles
+
+2005-03-01 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 3ds-20050227
+
+2005-01-05 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to version 3ds-20050102
+
+2004-10-06 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: updated to version 3ds-20041005
+ * HISTORY: swapped spaces for tabs in my 2004-09-22 entry
+
+2004-09-22 Pieter Lenaerts <e-type AT sourcemage.org>
+ * DETAILS: version 3ds-20040906, update SOURCE_URL
+ * removed BUILD, added default_install to INSTALL
+
+2004-08-08 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
+ * DETAILS: version update
+
+2004-07-21 Arjan Bouter <a_bouter AT ezrs.com>
+ * INSTALL: added check for xsessions
+
+2004-07-16 Eric Sandall <sandalle AT sourcemage.org>
+ * DETAILS: Updated to 2-20040601 (old version gone)
+ BUILD_API=2
+ Shortened SHORT
+ * BUILD: Converted to BUILD_API 2
+ Explicitly set location of LUA_DIR
+ * startion,ion.desktop: Added desktop scripts for login managers
+ * INSTALL: Added
+ Install desktop scripts
+
+2004-05-17 Eric Sandall <sandalle AT sourcemage.org>
+ * DEPENDS: Added dependency on libtool and lua
+ http://forums.sourcemage.org/viewtopic.php?p=3297
+ Thanks to e-type
+
+2004-04-05 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DETAILS: changed WEB_SITE to http://modeemi.fi/~tuomov/ion/
+
+2003-10-10 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change x11-libs to X11-LIBS
+
+2003-10-03 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Change requires x11-libs to depends x11-libs
+
+2003-09-16 hgg <hgreig AT bigpond.net.au>
+ * DEPENDS: Add requires x11-libs
+
+2003-08-28 Arwed v. Merkatz <v.merkatz AT gmx.net>
+ * DEPENDS: add DEPENDS file with dependency on xfree86
+
+2002-12-18Tom Garland <tgarland AT email.com>
+ * DETAILS: Fixed bug 1757, DETAILS formatting.
+
+2002-10-14 Laurent Wandrebeck <wandre.l AT free.fr>
+ * DETAILS: Added SMGL Mirror URL.
+
+2002-08-21 Laurent Wandrebeck <wandre.l AT free.fr>
+ * DETAILS: Updated MD5[0] to reflect Grimoire Gurus Handbook 2.3.
+ * HISTORY: Updated HISTORY file format for the same reason.
+
+2002-18-19 Laurent Wandrebeck <wandre.l AT free.fr>
+ * DETAILS: Added and filled up MD5[0] and LICENSE[0].
+
+2002-08-19 Laurent Wandrebeck <wandre.l AT free.fr>
+ * HISTORY: Added missing HISTORY file.
+
diff --git a/z-windowmanagers/ion3/INSTALL b/z-windowmanagers/ion3/INSTALL
new file mode 100755
index 0000000..ea39e30
--- /dev/null
+++ b/z-windowmanagers/ion3/INSTALL
@@ -0,0 +1,2 @@
+default_install &&
+install_wmfiles
diff --git a/z-windowmanagers/ion3/ion3.desktop
b/z-windowmanagers/ion3/ion3.desktop
new file mode 100644
index 0000000..ad6d69b
--- /dev/null
+++ b/z-windowmanagers/ion3/ion3.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Ion
+Comment=This session logs you into Ion
+Exec=startion
+TryExec=startion
+Icon=
+Type=Application
diff --git a/z-windowmanagers/ion3/ion3.gpg b/z-windowmanagers/ion3/ion3.gpg
new file mode 100644
index 0000000..b0b97e5
Binary files /dev/null and b/z-windowmanagers/ion3/ion3.gpg differ
diff --git a/z-windowmanagers/ion3/startion3 b/z-windowmanagers/ion3/startion3
new file mode 100644
index 0000000..75cc345
--- /dev/null
+++ b/z-windowmanagers/ion3/startion3
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# startion
+#
+# Copyright (C) 2004 Eric Sandall <sandalle AT sourcemage.org>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
+#
+
+exec ion3



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (d679c68c827cd6059f7a421bcb9f9c813991b83c), Arjan Bouter, 12/16/2007

Archive powered by MHonArc 2.6.24.

Top of Page