[Lunar-commits] Initial release. I setup all the things needed to compile & configure pekwm.
Auke Kok
sofar at foo-projects.org
Tue Feb 5 18:29:51 CET 2008
commit 7ec6ff0ee79228bf02e49cf963a227b00eb8ea27
Author: James Buren <flakeroats at hotmail.com>
Date: Tue Feb 5 18:29:51 2008 +0100
Initial release. I setup all the things needed to compile & configure pekwm.
---
zbeta/pekwm/CONFIGURE | 2 ++
zbeta/pekwm/DEPENDS | 3 +++
zbeta/pekwm/DETAILS | 16 ++++++++++++++++
zbeta/pekwm/PRE_BUILD | 2 ++
4 files changed, 23 insertions(+), 0 deletions(-)
diff --git a/zbeta/pekwm/CONFIGURE b/zbeta/pekwm/CONFIGURE
new file mode 100644
index 0000000..10c26df
--- /dev/null
+++ b/zbeta/pekwm/CONFIGURE
@@ -0,0 +1,2 @@
+mquery PEKWM_XFT "Enable XFT support?" y "--enable-xft" "--disable-xft"
+mquery PEKWM_XINERAMA "Enable Xinerama support? (needed if you intend to use more than one monitor)" n "--enable-xinerama" "--disable-xinerama"
diff --git a/zbeta/pekwm/DEPENDS b/zbeta/pekwm/DEPENDS
new file mode 100644
index 0000000..6bafd6e
--- /dev/null
+++ b/zbeta/pekwm/DEPENDS
@@ -0,0 +1,3 @@
+optional_depends "pcre" "--enable-pcre" "--disable-pcre" "enables pcre support"
+optional_depends "libpng" "--enable-image-png" "--disable-image-png" "enables png image support"
+optional_depends "jpeg" "--enable-image-jpeg" "--disable-image-jpeg" "enables jpeg image support"
diff --git a/zbeta/pekwm/DETAILS b/zbeta/pekwm/DETAILS
new file mode 100644
index 0000000..383ff87
--- /dev/null
+++ b/zbeta/pekwm/DETAILS
@@ -0,0 +1,16 @@
+ MODULE=pekwm
+ VERSION=0.1.6
+ SOURCE=15
+ SOURCE_URL=http://projects.pekdon.net/files/download
+ SOURCE_VFY=sha1:f1be57d14d32d096a399b1b9409ee9c44820bb6e
+ WEB_SITE=http://projects.pekdon.net/projects/3
+ ENTERED=20080130
+ UPDATED=20080130
+ SHORT="Window manager for X."
+
+cat << EOF
+PekWM is a WM forked from aewm++. Supports window grouping(otherwise known as
+tabs), has its own root menu, key/mouse bindings, autoproperties(changes the
+default properties of specific windows upon startup), startup list, and
+flexible theming.
+EOF
diff --git a/zbeta/pekwm/PRE_BUILD b/zbeta/pekwm/PRE_BUILD
new file mode 100644
index 0000000..726efd4
--- /dev/null
+++ b/zbeta/pekwm/PRE_BUILD
@@ -0,0 +1,2 @@
+tar -xf $SOURCE_CACHE/$SOURCE &&
+cd $MODULE-$VERSION
More information about the Lunar-commits
mailing list