Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=frugalware-current.git;a=commitdiff;h=8e1c41efd0ed73745e0b6fd8045b6958a1c004ae

commit 8e1c41efd0ed73745e0b6fd8045b6958a1c004ae
Author: James Buren <[EMAIL PROTECTED]>
Date:   Wed Jun 4 05:20:46 2008 -0500

icewm-1.2.35-1-i686
* taking over from vmiklos
* moved to x11-extra

diff --git a/source/x11-extra/icewm/FrugalBuild 
b/source/x11-extra/icewm/FrugalBuild
new file mode 100644
index 0000000..8ec09df
--- /dev/null
+++ b/source/x11-extra/icewm/FrugalBuild
@@ -0,0 +1,24 @@
+# Compiling Time: 0.36 SBU
+# Maintainer: James Buren <[EMAIL PROTECTED]>
+
+pkgname=icewm
+pkgver=1.2.35
+pkgrel=1
+pkgdesc="A window manager, whose goal is speed and simplicity."
+pkgdesc_localized=('hu_HU Egy ablakkezelõ, melynek célja a sebesség és az 
egyszerûség.')
+depends=('libsm' 'libxinerama' 'libstdc++' 'imlib' 'libxft' 'libpng' 
'libxrandr')
+groups=('x11-extra')
+archs=('i686' 'x86_64')
+Finclude sourceforge
+source=([EMAIL PROTECTED] xinitrc.icewm icewm.desktop)
+sha1sums=('a0174901ca89aa091a58efedfec1536c5e477210' \
+          '6149ed5fae01115186d6e55adedf5bfa0fde839a' \
+          '39e0879b896572c1c448a243876857f89f946c24')
+
+build()
+{
+       Fmake --enable-shaped-decorations --enable-gradients --with-imlib
+       Fmakeinstall install-docs
+       Ffile /etc/X11/sessions/icewm.desktop
+       Fexe /etc/X11/xinit/xinitrc.icewm
+}
diff --git a/source/x11-extra/icewm/icewm.desktop 
b/source/x11-extra/icewm/icewm.desktop
new file mode 100644
index 0000000..518a468
--- /dev/null
+++ b/source/x11-extra/icewm/icewm.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=IceWM
+Comment=A window manager, whose goal is speed and simplicity.
+Exec=icewm-session
+Icon=
+Type=Application
+
diff --git a/source/x11-extra/icewm/xinitrc.icewm 
b/source/x11-extra/icewm/xinitrc.icewm
new file mode 100644
index 0000000..5715560
--- /dev/null
+++ b/source/x11-extra/icewm/xinitrc.icewm
@@ -0,0 +1,29 @@
+#!/bin/sh
+# $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $
+
+userresources=$HOME/.Xresources
+usermodmap=$HOME/.Xmodmap
+sysresources=/usr/X11R6/lib/X11/xinit/.Xresources
+sysmodmap=/usr/X11R6/lib/X11/xinit/.Xmodmap
+
+# merge in defaults and keymaps
+
+if [ -f $sysresources ]; then
+    xrdb -merge $sysresources
+fi
+
+if [ -f $sysmodmap ]; then
+    xmodmap $sysmodmap
+fi
+
+if [ -f $userresources ]; then
+    xrdb -merge $userresources
+fi
+
+if [ -f $usermodmap ]; then
+    xmodmap $usermodmap
+fi
+
+# start some nice programs
+
+icewm-session
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to