Skip to Content.
Sympa Menu

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

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 (9a31c3fb8062ec7cfb9b6afcfaa8def045474cf1)
  • Date: Mon, 17 Sep 2012 00:30:51 -0500

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

ChangeLog | 3 +++
z-windowmanagers/notion/BUILD | 1 +
z-windowmanagers/notion/CONFIGURE | 7 +++++++
z-windowmanagers/notion/DEPENDS | 17 +++++++++++++++++
z-windowmanagers/notion/DETAILS | 15 +++++++++++++++
z-windowmanagers/notion/HISTORY | 2 ++
z-windowmanagers/notion/INSTALL | 8 ++++++++
z-windowmanagers/notion/PRE_BUILD | 20 ++++++++++++++++++++
z-windowmanagers/notion/notion.desktop | 8 ++++++++
z-windowmanagers/notion/pwm3.desktop | 8 ++++++++
z-windowmanagers/notion/startnotion | 22 ++++++++++++++++++++++
z-windowmanagers/notion/startpwm3 | 22 ++++++++++++++++++++++
12 files changed, 133 insertions(+)

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

notion: new spell, fork of dead ion3

diff --git a/ChangeLog b/ChangeLog
index 10fbce2..4fe8af9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
+2012-09-17 Remko van der Vossen <wich AT sourcemage.org>
+ * z-windowmanagers/notion: new spell, fork of the dead ion3
+
2012-08-10 Vlad Glagolev <stealth AT sourcemage.org>
* z-kernels/nvidia_legacy_295xx: new spell, certified NVIDIA binary
drivers for older cards like from GeForce 200 series, based on spell
diff --git a/z-windowmanagers/notion/BUILD b/z-windowmanagers/notion/BUILD
new file mode 100755
index 0000000..8f58e6d
--- /dev/null
+++ b/z-windowmanagers/notion/BUILD
@@ -0,0 +1 @@
+make
diff --git a/z-windowmanagers/notion/CONFIGURE
b/z-windowmanagers/notion/CONFIGURE
new file mode 100755
index 0000000..b4f830d
--- /dev/null
+++ b/z-windowmanagers/notion/CONFIGURE
@@ -0,0 +1,7 @@
+# Standard rejected warnings.
+source $GRIMOIRE/REJECTED_MSG &&
+
+config_query_option NOTION_SYSTEM_ASPRINTF \
+ "Use system asprintf?" y \
+ "y" \
+ "n"
diff --git a/z-windowmanagers/notion/DEPENDS b/z-windowmanagers/notion/DEPENDS
new file mode 100755
index 0000000..c07018a
--- /dev/null
+++ b/z-windowmanagers/notion/DEPENDS
@@ -0,0 +1,17 @@
+depends gettext &&
+depends libtool &&
+depends libice &&
+depends libsm &&
+depends libx11 &&
+depends libxext &&
+depends lua51 &&
+
+optional_depends libxinerama \
+ "" \
+ "" \
+ "Enable Xinerama support?" &&
+
+optional_depends libxrandr \
+ "" \
+ "" \
+ "Enable X Resize and Rotate?"
diff --git a/z-windowmanagers/notion/DETAILS b/z-windowmanagers/notion/DETAILS
new file mode 100755
index 0000000..65dd4d0
--- /dev/null
+++ b/z-windowmanagers/notion/DETAILS
@@ -0,0 +1,15 @@
+ SPELL=notion
+ VERSION=3-2012042300
+ SOURCE=$SPELL-$VERSION-src.tar.bz2
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
+ WEB_SITE=http://notion.sourceforge.net/
+ SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
+
SOURCE_HASH=sha512:44108356ba14fc5c145ffe22871ea3ec11de9ba450ce04f9fc58ccb29fc3d42105e528f2c2e72bf207e466b7106515bfbe379b0a30edcd19e92ef41b143dbb86
+ LICENSE[0]=LGPL
+ REJECT="ion3 has licensing issues."
+ ENTERED=20120917
+ 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/notion/HISTORY b/z-windowmanagers/notion/HISTORY
new file mode 100644
index 0000000..1961fa2
--- /dev/null
+++ b/z-windowmanagers/notion/HISTORY
@@ -0,0 +1,2 @@
+2012-09-17 Remko van der Vossen <wich AT sourcemage.org>
+ * Created spell based on ion3 spell
diff --git a/z-windowmanagers/notion/INSTALL b/z-windowmanagers/notion/INSTALL
new file mode 100755
index 0000000..368f01c
--- /dev/null
+++ b/z-windowmanagers/notion/INSTALL
@@ -0,0 +1,8 @@
+default_install &&
+install_wmfiles &&
+[ ! -e $INSTALL_ROOT/usr/bin/startpwm3 ] &&
+install -m 0755 $SCRIPT_DIRECTORY/startpwm3 \
+ $INSTALL_ROOT/usr/bin/
+[ ! -e $INSTALL_ROOT/usr/share/xsessions/pwm3.desktop ] &&
+install -m 0755 $SCRIPT_DIRECTORY/pwm3.desktop \
+ $INSTALL_ROOT/usr/share/xsessions/
diff --git a/z-windowmanagers/notion/PRE_BUILD
b/z-windowmanagers/notion/PRE_BUILD
new file mode 100755
index 0000000..a71386e
--- /dev/null
+++ b/z-windowmanagers/notion/PRE_BUILD
@@ -0,0 +1,20 @@
+default_pre_build &&
+cd $SOURCE_DIRECTORY &&
+sedit 's,^PREFIX=/usr/local,PREFIX=/usr,' system.mk &&
+sedit 's,^LUA_DIR=/usr/local,LUA_DIR=/usr,' system.mk &&
+sedit 's,^X11_PREFIX=/usr/X11R6,PREFIX=/usr,' system.mk &&
+sedit 's,^ETCDIR=$(PREFIX)/etc/,ETCDIR=/etc/,' system.mk &&
+sedit 's,^PREFIX=/usr/local,PREFIX=/usr,' build/system-inc.mk &&
+sedit 's,/usr/local,/usr,' libextl/libextl-mkexports.in &&
+
+if [[ "$NOTION_SYSTEM_ASPRINTF" == "y" ]]; then
+ sedit 's,^#\?HAS_SYSTEM_ASPRINTF=[01],HAS_SYSTEM_ASPRINTF=1,' system.mk
+fi
+
+if ! is_depends_enabled $SPELL libxinerama; then
+ sedit 's,mod_xinerama,,' modulelist.mk
+fi
+
+if ! is_depends_enabled $SPELL libxrandr; then
+ sedit 's,mod_xrandr,,' modulelist.mk
+fi
diff --git a/z-windowmanagers/notion/notion.desktop
b/z-windowmanagers/notion/notion.desktop
new file mode 100644
index 0000000..518092b
--- /dev/null
+++ b/z-windowmanagers/notion/notion.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=Notion
+Comment=This session logs you into Notion
+Exec=startnotion
+TryExec=startnotion
+Icon=
+Type=Application
diff --git a/z-windowmanagers/notion/pwm3.desktop
b/z-windowmanagers/notion/pwm3.desktop
new file mode 100644
index 0000000..cf04ff3
--- /dev/null
+++ b/z-windowmanagers/notion/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/notion/startnotion
b/z-windowmanagers/notion/startnotion
new file mode 100644
index 0000000..75cc345
--- /dev/null
+++ b/z-windowmanagers/notion/startnotion
@@ -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
diff --git a/z-windowmanagers/notion/startpwm3
b/z-windowmanagers/notion/startpwm3
new file mode 100644
index 0000000..001fb8c
--- /dev/null
+++ b/z-windowmanagers/notion/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




Archive powered by MHonArc 2.6.24.

Top of Page