Skip to Content.
Sympa Menu

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

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 (5b17989a5ee60be1d2125b35dc47f1236a7d7f9d)
  • Date: Thu, 29 May 2008 13:17:05 -0500

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

z-windowmanagers/ion3/HISTORY | 3 +++
z-windowmanagers/ion3/INSTALL | 4 +++-
z-windowmanagers/ion3/ion3.desktop | 6 +++---
z-windowmanagers/ion3/pwm3.desktop | 8 ++++++++
z-windowmanagers/ion3/startpwm3 | 22 ++++++++++++++++++++++
5 files changed, 39 insertions(+), 4 deletions(-)

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

ion3: added pwm3 files

diff --git a/z-windowmanagers/ion3/HISTORY b/z-windowmanagers/ion3/HISTORY
index 8cf040a..5e946f5 100644
--- a/z-windowmanagers/ion3/HISTORY
+++ b/z-windowmanagers/ion3/HISTORY
@@ -1,5 +1,8 @@
2008-05-29 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 20080411
+ * startpwm3, pwm3.desktop: added loginmanager files for pwm3
+ * startion3: fixed executable names.
+ * INSTALL: install pwm3 files along with ion3 files

2008-02-11 Arjan Bouter <abouter AT sourcemage.org>
* DETAILS: version 20080207
diff --git a/z-windowmanagers/ion3/INSTALL b/z-windowmanagers/ion3/INSTALL
index ea39e30..37562b4 100755
--- a/z-windowmanagers/ion3/INSTALL
+++ b/z-windowmanagers/ion3/INSTALL
@@ -1,2 +1,4 @@
default_install &&
-install_wmfiles
+install_wmfiles &&
+install -m 0755 startpwm3 $INSTALL_ROOT/usr/bin/ &&
+install -m 0755 pwm3.desktop $INSTALL_ROOT/usr/share/xsessions
diff --git a/z-windowmanagers/ion3/ion3.desktop
b/z-windowmanagers/ion3/ion3.desktop
index ad6d69b..6e1b80a 100644
--- a/z-windowmanagers/ion3/ion3.desktop
+++ b/z-windowmanagers/ion3/ion3.desktop
@@ -1,8 +1,8 @@
[Desktop Entry]
Encoding=UTF-8
Name=Ion
-Comment=This session logs you into Ion
-Exec=startion
-TryExec=startion
+Comment=This session logs you into Ion3
+Exec=startion3
+TryExec=startion3
Icon=
Type=Application
diff --git a/z-windowmanagers/ion3/pwm3.desktop
b/z-windowmanagers/ion3/pwm3.desktop
new file mode 100644
index 0000000..cf04ff3
--- /dev/null
+++ b/z-windowmanagers/ion3/pwm3.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pwm3
+Comment=This session logs you into Pwm3
+Exec=startpwm3
+TryExec=startpwm3
+Icon=
+Type=Application
diff --git a/z-windowmanagers/ion3/startpwm3 b/z-windowmanagers/ion3/startpwm3
new file mode 100644
index 0000000..001fb8c
--- /dev/null
+++ b/z-windowmanagers/ion3/startpwm3
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# startion
+#
+# Copyright (C) 2008 Arjan Bouter <abouter 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 pwm3



  • [SM-Commit] GIT changes to master z-rejected grimoire by Arjan Bouter (5b17989a5ee60be1d2125b35dc47f1236a7d7f9d), Arjan Bouter, 05/29/2008

Archive powered by MHonArc 2.6.24.

Top of Page