Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5f8acffb812eb8d5960258ce0a2eb0e9ccc18156)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Jaka Kranjc <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5f8acffb812eb8d5960258ce0a2eb0e9ccc18156)
  • Date: Thu, 9 Aug 2007 07:27:28 -0500

GIT changes to master grimoire by Jaka Kranjc <lynxlynxlynx AT sourcemage.org>:

ChangeLog | 4 ++++
windowmanagers/jwm/DEPENDS | 39 +++++++++++++++++++++++++++++++++++++++
windowmanagers/jwm/DETAILS | 27 +++++++++++++++++++++++++++
windowmanagers/jwm/HISTORY | 9 +++++++++
x11/yaf-splash/DEPENDS | 1 +
x11/yaf-splash/DETAILS | 20 ++++++++++++++++++++
x11/yaf-splash/HISTORY | 2 ++
7 files changed, 102 insertions(+)

New commits:
commit 5f8acffb812eb8d5960258ce0a2eb0e9ccc18156
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

jwm: space cleanup

commit 9cbb1847aae4eb4891634a2257d6a19bf6bcf0db
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added yaf-splash

commit 8fd5dc6eecf1ade69f9c36557845c7ab0c546669
Author: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
Commit: Jaka Kranjc <lynxlynxlynx AT sourcemage.org>

added jwm #13931

diff --git a/ChangeLog b/ChangeLog
index 69681f3..90e35b3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-08-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * windowmanagers/jwm: a minimalistic WM written in C #13931
+ * x11/yaf-splash: Yet Another Fine Splash program for X
+
2007-08-09 Ladislav Hagara <hgr AT vabo.cz>
* libs/libsexymm: new spell, a set of C++ bindings around libsexy

diff --git a/windowmanagers/jwm/DEPENDS b/windowmanagers/jwm/DEPENDS
new file mode 100755
index 0000000..ef10425
--- /dev/null
+++ b/windowmanagers/jwm/DEPENDS
@@ -0,0 +1,39 @@
+depends X11-LIBS &&
+
+source $GRIMOIRE/FUNCTIONS &&
+if check_if_xorg_modular_libs; then
+ optional_depends libxext \
+ "" \
+ "--disable-shape" \
+ "X shape and render extensions" &&
+
+ optional_depends libxinerama \
+ "" \
+ "--disable-xinerama" \
+ "Xinerama support" &&
+
+ optional_depends libxpm \
+ "" \
+ "--disable-xpm" \
+ "XPM image support" &&
+
+ optional_depends libxft \
+ "" \
+ "--disable-xft" \
+ "antialiased and true type fonts support"
+fi &&
+
+optional_depends jpeg \
+ "" \
+ "--disable-jpeg" \
+ "JPEG image support" &&
+
+optional_depends libpng \
+ "" \
+ "--disable-png" \
+ "PNG image support" &&
+
+optional_depends fribidi \
+ "" \
+ "--disable-fribidi" \
+ "bi-directional unicode support"
diff --git a/windowmanagers/jwm/DETAILS b/windowmanagers/jwm/DETAILS
new file mode 100755
index 0000000..67e007c
--- /dev/null
+++ b/windowmanagers/jwm/DETAILS
@@ -0,0 +1,27 @@
+ SPELL=jwm
+ VERSION=2.0.1
+ SOURCE=$SPELL-$VERSION.tar.bz2
+ SOURCE_URL[0]=http://joewing.net/programs/$SPELL/releases/$SOURCE
+
SOURCE_HASH=sha512:ec5124a3995fa314e8e484b9ab2fe3088df022223c3f4594202755f7baa02f28be368863ced783814463377eb2b3ce63b756f1e1720b539acade3d819d8d4a0b
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://joewing.net/programs/jwm/";
+ LICENSE[0]=GPL2
+ ENTERED=20070807
+ SHORT="a minimalistic WM written in C"
+cat << EOF
+JWM is a window manager for the X11 Window System. JWM is written in C and
uses
+only Xlib at a minimum. The following libraries can also be used if
available:
+
+ * libXext for the shape extension
+ * libXext for the render extension
+ * libXinerama for Xinerama support
+ * libXpm for XPM backgrounds and icons
+ * libjpeg for JPEG backgrounds and icons.
+ * libpng for PNG backgrounds and icons
+ * libxft for antialiased and true type fonts
+ * libfribidi for right-to-left language support
+
+It can support some MWM, GNOME, and WM Spec hints.
+
+http://joewing.net/programs/jwm/
+EOF
diff --git a/windowmanagers/jwm/HISTORY b/windowmanagers/jwm/HISTORY
new file mode 100644
index 0000000..b932774
--- /dev/null
+++ b/windowmanagers/jwm/HISTORY
@@ -0,0 +1,9 @@
+2007-08-09 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DEPENDS: added xorg-mdular support
+ * DETAILS: cleaned up
+
+2007-08-08 J.P. Nimmo <capnnimmo712 AT gmail.com>
+ * DETAILS: updated spell to 2.0.1
+
+2007-08-07 J.P. Nimmo <capnnimmo712 AT gmail.com>
+ * DETAILS, DEPENDS, HISTORY: created spell
diff --git a/x11/yaf-splash/DEPENDS b/x11/yaf-splash/DEPENDS
new file mode 100755
index 0000000..0bfa422
--- /dev/null
+++ b/x11/yaf-splash/DEPENDS
@@ -0,0 +1 @@
+depends X11-SERVER
diff --git a/x11/yaf-splash/DETAILS b/x11/yaf-splash/DETAILS
new file mode 100755
index 0000000..e393cdf
--- /dev/null
+++ b/x11/yaf-splash/DETAILS
@@ -0,0 +1,20 @@
+ SPELL=yaf-splash
+ VERSION=1.02
+ SOURCE=$SPELL-$VERSION.tar.gz
+
SOURCE_URL[0]=http://kambing.vlsm.org/gnuftp/savannah/files/$SPELL/stable.pkg/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:cafc8248d119ad69ef0fa7b644781cb66e71b051fb033d87726b40d5fcc4e332a14ccd44758dc195c33f7064cd52c7a2e31f6f3b33acfbae03c0e34b4aecab99
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://www.nongnu.org/yaf-splash/";
+ LICENSE[0]=BSD
+ ENTERED=20070724
+ SHORT="Yet Another Fine Splash program for X"
+cat << EOF
+yaf-splash pops up a window of text, auto-sized and centered on the screen,
+that is dismissed when you click on it, rather like xmessage. Unlike
xmessage,
+it lacks buttons and other window manager cruft, can appear transparent via
+the SHAPE extension, or overlays if your xserver supports them, and has a
+bunch of other configuration options to tart it up with.
+
+It also includes a clock with a countdown timer and a mirror mode to aid in
+back projection, just to round out the feature bloat.
+EOF
diff --git a/x11/yaf-splash/HISTORY b/x11/yaf-splash/HISTORY
new file mode 100644
index 0000000..e15920b
--- /dev/null
+++ b/x11/yaf-splash/HISTORY
@@ -0,0 +1,2 @@
+2007-07-24 Jaka Kranjc <lynxlynxlynx AT sourcemage.org>
+ * DETAILS, DEPENDS, HISTORY: created spell



  • [SM-Commit] GIT changes to master grimoire by Jaka Kranjc (5f8acffb812eb8d5960258ce0a2eb0e9ccc18156), Jaka Kranjc, 08/09/2007

Archive powered by MHonArc 2.6.24.

Top of Page