Skip to Content.
Sympa Menu

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

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 (abea73d727236c1ee247b73b0fa2c8c46d559d5e)
  • Date: Sun, 11 Nov 2007 18:08:46 -0600

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

windowmanagers/larswm/DETAILS | 3 -
windowmanagers/larswm/HISTORY | 3 +
windowmanagers/papuawm/DEPENDS | 5 -
windowmanagers/papuawm/DETAILS | 21 -------
windowmanagers/papuawm/FINAL | 3 -
windowmanagers/papuawm/HISTORY | 3 +
windowmanagers/papuawm/INSTALL | 3 -
windowmanagers/papuawm/PREPARE | 5 -
windowmanagers/papuawm/papuawm.conf | 98
---------------------------------
windowmanagers/papuawm/papuawm.desktop | 8 --
windowmanagers/papuawm/startpapuawm | 23 -------
11 files changed, 9 insertions(+), 166 deletions(-)

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

papuawm: deprecated spell, if anyone can find a tarball or projectpage for
it, feelfree to revert this deprecation

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

larswm: fixed download url

diff --git a/windowmanagers/larswm/DETAILS b/windowmanagers/larswm/DETAILS
index 67a6b77..093c796 100755
--- a/windowmanagers/larswm/DETAILS
+++ b/windowmanagers/larswm/DETAILS
@@ -2,11 +2,10 @@
VERSION=7.5.3
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
- SOURCE_URL[0]=http://home.earthlink.net/~lab1701/$SPELL/$SOURCE
+ SOURCE_URL[0]=http://www.lab1702.net/fnurt/$SPELL/$SOURCE

SOURCE_HASH=sha512:7c99aadcc419f695b55bf0ea2f9833757c06f6ba0f00ae58e1db6e38df70bf944bac44834418bb52188d844722a7ac3c49388280c649ede073a74c21572cf3d4
WEB_SITE=http://home.earthlink.net/~lab1701/larswm/
ENTERED=20020710
- UPDATED=20040409
LICENSE[0]=Freeware
KEYWORDS="windowmanagers"
SHORT="Hack of 9wm."
diff --git a/windowmanagers/larswm/HISTORY b/windowmanagers/larswm/HISTORY
index 5cdcb04..a9abb72 100644
--- a/windowmanagers/larswm/HISTORY
+++ b/windowmanagers/larswm/HISTORY
@@ -1,3 +1,6 @@
+2007-11-11 Arjan Bouter <abouter AT sourcemage.org>
+ * DETAILS: fixed download url
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/windowmanagers/papuawm/DEPENDS b/windowmanagers/papuawm/DEPENDS
deleted file mode 100755
index 468be02..0000000
--- a/windowmanagers/papuawm/DEPENDS
+++ /dev/null
@@ -1,5 +0,0 @@
-depends gcc34 &&
-depends X11-LIBS &&
-if [ "${PAPUAWMSVN}" == "y" ] ; then
- depends subversion
-fi
diff --git a/windowmanagers/papuawm/DETAILS b/windowmanagers/papuawm/DETAILS
index 8cc9867..834ff24 100755
--- a/windowmanagers/papuawm/DETAILS
+++ b/windowmanagers/papuawm/DETAILS
@@ -1,27 +1,8 @@
SPELL=papuawm
- GCC_VERSION=34
-if [ "${PAPUAWMSVN}" == "y" ] ; then
-if [ "${PAPUAWMSVN_AUTOUPDATE}" == "y" ] ; then
- VERSION=$(date +%Y%m%d)
-else
- VERSION=svn
-fi
- SOURCE=${SPELL}.tar.bz2
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
- SOURCE_HINTS=old_svn_compat
- SOURCE_URL=svn://lillesvin.linux.dk:8080/svn/${SPELL}/trunk/:${SPELL}
- SOURCE_IGNORE=volatile
- FORCE_DOWNLOAD=ON
-else
VERSION=0.4
- SOURCE=PapuaWM-${VERSION}.tar.gz
-SOURCE_DIRECTORY=${BUILD_DIRECTORY}/PapuaWM-${VERSION}
- SOURCE_URL=http://www.daimi.au.dk/~pg/${SPELL}/${SOURCE}
-
SOURCE_HASH=sha512:cddf81ef03baf909e650cac957787a18353c5613e9ac8145c794df22018b05377e91db410215452e382840a54ea183a14ecf7e0b6ae649b0e547f550225c37f0
-fi
WEB_SITE=http://papuaos.org/papuawm
ENTERED=20040308
- UPDATED=20040409
+ PATCHLEVEL=1
LICENSE[0]=GPL
KEYWORDS="windowmanagers"
SHORT="Window manager based on EvilWM"
diff --git a/windowmanagers/papuawm/FINAL b/windowmanagers/papuawm/FINAL
deleted file mode 100755
index 3c072f9..0000000
--- a/windowmanagers/papuawm/FINAL
+++ /dev/null
@@ -1,3 +0,0 @@
-[ -e ${INSTALL_ROOT}/etc/papuawm.conf ] ||
-cp ${SCRIPT_DIRECTORY}/papuawm.conf ${INSTALL_ROOT}/etc/papuawm.conf
-
diff --git a/windowmanagers/papuawm/HISTORY b/windowmanagers/papuawm/HISTORY
index b243ab7..ece982e 100644
--- a/windowmanagers/papuawm/HISTORY
+++ b/windowmanagers/papuawm/HISTORY
@@ -1,3 +1,6 @@
+2007-11-11 Arjan Bouter <abouter AT sourcemage.org>
+ * deprecated spell. no more website and tarball
+
2006-09-21 Juuso Alasuutari <iuso AT sourcemage.org>
* DETAILS: [automated] Removed BUILD_API=2.

diff --git a/windowmanagers/papuawm/INSTALL b/windowmanagers/papuawm/INSTALL
index c514af8..27ba77d 100755
--- a/windowmanagers/papuawm/INSTALL
+++ b/windowmanagers/papuawm/INSTALL
@@ -1,2 +1 @@
-default_install &&
-install_wmfiles
+true
diff --git a/windowmanagers/papuawm/PREPARE b/windowmanagers/papuawm/PREPARE
deleted file mode 100755
index c0fe464..0000000
--- a/windowmanagers/papuawm/PREPARE
+++ /dev/null
@@ -1,5 +0,0 @@
-config_query PAPUAWMSVN "Build SVN version?" n &&
-if [ "${PAPUAWMSVN}" == "y" ] ; then
- config_query PAPUAWMSVN_AUTOUPDATE \
- "Automaticaly update the spell on sorcery queue/system-update?"
"n"
-fi
diff --git a/windowmanagers/papuawm/papuawm.conf
b/windowmanagers/papuawm/papuawm.conf
deleted file mode 100644
index 25a4908..0000000
--- a/windowmanagers/papuawm/papuawm.conf
+++ /dev/null
@@ -1,98 +0,0 @@
-# Window movement keys
-bind(ctrl-alt h, moveRelative(-10, 0))
-bind(ctrl-alt l, moveRelative(10, 0))
-bind(ctrl-alt j, moveRelative(0, 10))
-bind(ctrl-alt k, moveRelative(0, -10))
-bind(ctrl-alt b, moveBottomLeft())
-bind(ctrl-alt n, moveBottomRight())
-bind(ctrl-alt y, moveTopLeft())
-bind(ctrl-alt u, moveTopRight())
-
-# Window resizing
-bind(ctrl-alt d, resizeWindow(5, 0))
-bind(ctrl-alt a, resizeWindow(-5, 0))
-bind(ctrl-alt s, resizeWindow(0, 5))
-bind(ctrl-alt w, resizeWindow(0, -5))
-
-# Reverse window resizing (grow/shrink to/from the opposite side)
-bind(ctrl-shift-alt d, resizeWindowReverse(-5, 0))
-bind(ctrl-shift-alt a, resizeWindowReverse(5, 0))
-bind(ctrl-shift-alt s, resizeWindowReverse(0, -5))
-bind(ctrl-shift-alt w, resizeWindowReverse(0, 5))
-
-bind(ctrl-alt t, resizeWindowMaxVert())
-bind(ctrl-alt g, resizeWindowMaxHoriz())
-bind(ctrl-alt r, resizeWindowMaxFull())
-
-bind(ctrl-alt x, closeWindow())
-
-bind(ctrl-alt f, toggleWindowSticky())
-bind(ctrl-alt v, toggleWindowSkipList())
-
-# Misc. window handling
-bind(ctrl-alt Up, raiseWindow())
-bind(ctrl-alt Down, lowerWindow())
-
-# Window selection
-bind(alt Tab, cycleNextWindow())
-bind(shift-alt Tab, cyclePrevWindow())
-
-# Desktop stuff, The first one is the default one
-newDesktop("Main")
-bind(alt F1, switchDesktop("Main"))
-
-newDesktop("Mail")
-bind(alt F2, switchDesktop("Mail"))
-
-newDesktop("WWW")
-bind(alt F3, switchDesktop("WWW"))
-
-newDesktop("Multimedia")
-bind(alt F4, switchDesktop("Multimedia"))
-
-newDesktop("Misc")
-bind(alt F5, switchDesktop("Misc"))
-
-newDesktop("Gimp")
-bind(alt F6, switchDesktop("Gimp"))
-
-bind(ctrl-alt Right, nextDesktop())
-bind(ctrl-alt Left, prevDesktop())
-
-bind(shift-ctrl-alt Right, nextDesktopMove())
-bind(shift-ctrl-alt Left, prevDesktopMove())
-
-# Setup the classes
-newClass("xmms", "Multimedia")
-newClass("navigator:browser", "Multimedia")
-newClass("konqueror", Multimedia)
-newClass(kmail, Mail)
-newClass(knode, Mail)
-
-# Set the border of the Windows to be 3 pixels thick, active border to be
-# white, and inactive border black
-setWindowBorder(3, #ffffff, #511111)
-
-# Execute programs
-bind(ctrl-alt Return, executeProgram("xterm -fg white -bg black"))
-bind(ctrl-alt o, executeProgram("emacs"))
-bind(ctrl-alt e, executeProgram("grun"))
-
-# Mouse configuration
-mouseDragWindow(alt Button1)
-
-# Weird enough Button2 is the middle-button on my mouse :/
-mouseResizeWindow(alt Button2)
-
-mouseFollowFocus(false)
-
-
-
-
-
-
-
-
-
-
-
diff --git a/windowmanagers/papuawm/papuawm.desktop
b/windowmanagers/papuawm/papuawm.desktop
deleted file mode 100644
index f3678bc..0000000
--- a/windowmanagers/papuawm/papuawm.desktop
+++ /dev/null
@@ -1,8 +0,0 @@
-[Desktop Entry]
-Encoding=UTF-8
-Name=PapuaWM
-Comment=This session logs you into PapuaWM
-Exec=startpapuawm
-TryExec=startpapuawm
-Icon=
-Type=Application
diff --git a/windowmanagers/papuawm/startpapuawm
b/windowmanagers/papuawm/startpapuawm
deleted file mode 100644
index 305024c..0000000
--- a/windowmanagers/papuawm/startpapuawm
+++ /dev/null
@@ -1,23 +0,0 @@
-#!/bin/sh
-#
-# startpapuawm
-#
-# 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 xterm &
-exec papuawm



  • [SM-Commit] GIT changes to master grimoire by Arjan Bouter (abea73d727236c1ee247b73b0fa2c8c46d559d5e), Arjan Bouter, 11/11/2007

Archive powered by MHonArc 2.6.24.

Top of Page