Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (de9fc438afab88dac8d4cc7587ded977e4d771a4)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Remko van der Vossen <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (de9fc438afab88dac8d4cc7587ded977e4d771a4)
  • Date: Mon, 17 Sep 2012 18:40:52 -0500

GIT changes to master z-rejected grimoire by Remko van der Vossen
<wich AT yuugen.jp>:

z-windowmanagers/notion/DETAILS | 2 +-
z-windowmanagers/notion/INSTALL | 12 ++++++------
z-windowmanagers/notion/pwm3.desktop | 8 --------
z-windowmanagers/notion/pwm3plus.desktop | 8 ++++++++
z-windowmanagers/notion/startnotion | 4 ++--
z-windowmanagers/notion/startpwm3 | 22 ----------------------
z-windowmanagers/notion/startpwm3plus | 22 ++++++++++++++++++++++
7 files changed, 39 insertions(+), 39 deletions(-)

New commits:
commit de9fc438afab88dac8d4cc7587ded977e4d771a4
Author: Remko van der Vossen <wich AT yuugen.jp>
Commit: Remko van der Vossen <wich AT yuugen.jp>

notion: fix naming issues

diff --git a/z-windowmanagers/notion/DETAILS b/z-windowmanagers/notion/DETAILS
index 65dd4d0..4c46d41 100755
--- a/z-windowmanagers/notion/DETAILS
+++ b/z-windowmanagers/notion/DETAILS
@@ -6,7 +6,7 @@ SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE

SOURCE_HASH=sha512:44108356ba14fc5c145ffe22871ea3ec11de9ba450ce04f9fc58ccb29fc3d42105e528f2c2e72bf207e466b7106515bfbe379b0a30edcd19e92ef41b143dbb86
LICENSE[0]=LGPL
- REJECT="ion3 has licensing issues."
+ REJECT="notion has licensing issues."
ENTERED=20120917
KEYWORDS="windowmanagers"
SHORT="A tiling tabbed window manager."
diff --git a/z-windowmanagers/notion/INSTALL b/z-windowmanagers/notion/INSTALL
index 368f01c..700f822 100755
--- a/z-windowmanagers/notion/INSTALL
+++ b/z-windowmanagers/notion/INSTALL
@@ -1,8 +1,8 @@
-default_install &&
-install_wmfiles &&
-[ ! -e $INSTALL_ROOT/usr/bin/startpwm3 ] &&
-install -m 0755 $SCRIPT_DIRECTORY/startpwm3 \
+default_install &&
+install_wmfiles &&
+[ ! -e $INSTALL_ROOT/usr/bin/startpwm3plus ] &&
+install -m 0755 $SCRIPT_DIRECTORY/startpwm3plus \
$INSTALL_ROOT/usr/bin/
-[ ! -e $INSTALL_ROOT/usr/share/xsessions/pwm3.desktop ] &&
-install -m 0755 $SCRIPT_DIRECTORY/pwm3.desktop \
+[ ! -e $INSTALL_ROOT/usr/share/xsessions/pwm3plus.desktop ] &&
+install -m 0755 $SCRIPT_DIRECTORY/pwm3plus.desktop \
$INSTALL_ROOT/usr/share/xsessions/
diff --git a/z-windowmanagers/notion/pwm3.desktop
b/z-windowmanagers/notion/pwm3.desktop
deleted file mode 100644
index cf04ff3..0000000
--- a/z-windowmanagers/notion/pwm3.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[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/notion/pwm3plus.desktop
b/z-windowmanagers/notion/pwm3plus.desktop
new file mode 100644
index 0000000..1b6e85f
--- /dev/null
+++ b/z-windowmanagers/notion/pwm3plus.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Pwm3plus
+Comment=This session logs you into Pwm3plus
+Exec=startpwm3plus
+TryExec=startpwm3plus
+Icon=
+Type=Application
diff --git a/z-windowmanagers/notion/startnotion
b/z-windowmanagers/notion/startnotion
index 75cc345..18e5056 100644
--- a/z-windowmanagers/notion/startnotion
+++ b/z-windowmanagers/notion/startnotion
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# startion
+# startnotion
#
# Copyright (C) 2004 Eric Sandall <sandalle AT sourcemage.org>
#
@@ -19,4 +19,4 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#

-exec ion3
+exec notion
diff --git a/z-windowmanagers/notion/startpwm3
b/z-windowmanagers/notion/startpwm3
deleted file mode 100644
index 001fb8c..0000000
--- a/z-windowmanagers/notion/startpwm3
+++ /dev/null
@@ -1,22 +0,0 @@
-#!/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
diff --git a/z-windowmanagers/notion/startpwm3plus
b/z-windowmanagers/notion/startpwm3plus
new file mode 100644
index 0000000..b6b33a2
--- /dev/null
+++ b/z-windowmanagers/notion/startpwm3plus
@@ -0,0 +1,22 @@
+#!/bin/sh
+#
+# startpwm3plus
+#
+# 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 pwm3plus



  • [SM-Commit] GIT changes to master z-rejected grimoire by Remko van der Vossen (de9fc438afab88dac8d4cc7587ded977e4d771a4), Remko van der Vossen, 09/17/2012

Archive powered by MHonArc 2.6.24.

Top of Page