From bf46ca01817bc6d6a640c0c36f39500e1c6a2af0 Mon Sep 17 00:00:00 2001
From: Tobias Hintze
Date: Mon, 29 Sep 2003 23:33:40 +0000
Subject: [PATCH] Tobias Hintze | : introducing pekwm
git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1550 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
---
Documentation/Developers/CHANGELOG-RENE | 1 +
package/teha/pekwm/pekwm.conf | 3 ++
package/teha/pekwm/pekwm.desc | 48 +++++++++++++++++++++++++
3 files changed, 52 insertions(+)
create mode 100644 package/teha/pekwm/pekwm.conf
create mode 100644 package/teha/pekwm/pekwm.desc
diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE
index d1a9efd14..3ea067366 100644
--- a/Documentation/Developers/CHANGELOG-RENE
+++ b/Documentation/Developers/CHANGELOG-RENE
@@ -9,6 +9,7 @@
- Kasza Karoly: fixed usbutils url and scripts/Download to create the download
directory early
- fixed Emerge-Pkg to be able to process multiple packages at once
+ - Tobias Hintze: added pekwm
*) 2003-09-28 (2.0.0-rc1 - 2.0.0-rc2)
diff --git a/package/teha/pekwm/pekwm.conf b/package/teha/pekwm/pekwm.conf
new file mode 100644
index 000000000..8f67a8bcf
--- /dev/null
+++ b/package/teha/pekwm/pekwm.conf
@@ -0,0 +1,3 @@
+LD=$CXX
+CC=$CXX
+hook_add postinstall 3 "register_wm pekwm 'pek window manager' /$prefix/bin/pekwm"
diff --git a/package/teha/pekwm/pekwm.desc b/package/teha/pekwm/pekwm.desc
new file mode 100644
index 000000000..bc544a6e1
--- /dev/null
+++ b/package/teha/pekwm/pekwm.desc
@@ -0,0 +1,48 @@
+
+[COPY] --- ROCK-COPYRIGHT-NOTE-BEGIN ---
+[COPY]
+[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
+[COPY] Please add additional copyright information _after_ the line containing
+[COPY] the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by
+[COPY] the ./scripts/Create-CopyPatch script. Do not edit this copyright text!
+[COPY]
+[COPY] ROCK Linux: rock-src/package/teha/pekwm/pekwm.desc
+[COPY] ROCK Linux is Copyright (C) 1998 - 2003 Clifford Wolf
+[COPY]
+[COPY] This program is free software; you can redistribute it and/or modify
+[COPY] it under the terms of the GNU General Public License as published by
+[COPY] the Free Software Foundation; either version 2 of the License, or
+[COPY] (at your option) any later version. A copy of the GNU General Public
+[COPY] License can be found at Documentation/COPYING.
+[COPY]
+[COPY] Many people helped and are helping developing ROCK Linux. Please
+[COPY] have a look at http://www.rocklinux.org/ and the Documentation/TEAM
+[COPY] file for details.
+[COPY]
+[COPY] --- ROCK-COPYRIGHT-NOTE-END ---
+
+[I] Pekwm Window Manager
+
+
+[T] The Pekwm Window Manager is written by Claes Nästen. The code
+[T] is based on the aewm++ window manager, but it has
+[T] evolved enough that it no longer resembles aewm++ at
+[T] all. It also has an expanded feature-set, including
+[T] window grouping (similar to ion, pwm, or fluxbox), auto
+[T] properties, xinerama and keygrabber that supports
+[T] keychains, and much more.
+
+[U] www.pekwm.org
+
+[A] Claes Nästen
+[M] Tobias Hintze |
+
+[C] extra/windowmanager
+
+[L] GPL
+[S] Stable
+[V] 0.1.3
+[P] X -----5---9 800.000
+
+[D] 535942822 pekwm-0.1.3.tar.bz2 http://pekwm.org/files/source/
+
|