Git-Url:
http://git.frugalware.org/gitweb/gitweb.cgi?p=interim.git;a=commitdiff;h=d35096a0fefd66175558e2bef86bf7e35c86b9f7
commit d35096a0fefd66175558e2bef86bf7e35c86b9f7
Author: James Buren <[EMAIL PROTECTED]>
Date: Wed Jun 11 10:15:25 2008 -0500
fvwm-2.4.20-1-i686
* moved to x11-extra
* taking over from vmiklos
* updated SBU
* adjusted depends
* moved sha1sums
* adjusted source array
diff --git a/source/x11-extra/fvwm/FrugalBuild
b/source/x11-extra/fvwm/FrugalBuild
new file mode 100644
index 0000000..9ee74fc
--- /dev/null
+++ b/source/x11-extra/fvwm/FrugalBuild
@@ -0,0 +1,26 @@
+# Compiling Time: 0.34 SBU
+# Maintainer: James Buren <[EMAIL PROTECTED]>
+
+pkgname=fvwm
+pkgver=2.4.20
+pkgrel=1
+pkgdesc="An ICCCM-compliant multiple virtual desktop window manager."
+pkgdesc_localized=('hu_HU Egy ICCCM-kompatibilis, több virtuális asztalt
támogató ablakkezelõ.')
+url="http://www.fvwm.org"
+depends=('libx11' 'libsm' 'libxinerama' 'libxpm' 'gtk+' 'imlib' 'termcap'
'readline' 'libstroke')
+groups=('x11-extra')
+archs=('i686' 'x86_64')
+up2date="lynx -dump $url|grep Stable|sed 's/.*]\(.*\)/\1/'|tr -d ' '"
+source=(ftp://ftp.fvwm.org/pub/$pkgname/version-2/$pkgname-$pkgver.tar.gz \
+ xinitrc.$pkgname $pkgname.desktop)
+sha1sums=('2130a16590462cbbf15f255a46abe8b8a6cb4401' \
+ '6ee65c9cb2ba144f47f8c619c8177607a248c5ab' \
+ 'aac25fcdbbe3ef8c13d4eb92208b2e0d64fc4485')
+
+build() {
+ Fbuild --libexecdir=/usr/lib --enable-multibyte
+ Ffile /etc/X11/sessions/$pkgname.desktop
+ Fexe /etc/X11/xinit/xinitrc.$pkgname
+}
+
+# optimization OK
diff --git a/source/x11-extra/fvwm/fvwm.desktop
b/source/x11-extra/fvwm/fvwm.desktop
new file mode 100644
index 0000000..5ed6276
--- /dev/null
+++ b/source/x11-extra/fvwm/fvwm.desktop
@@ -0,0 +1,8 @@
+[Desktop Entry]
+Encoding=UTF-8
+Name=FVWM
+Comment=An ICCCM-compliant multiple virtual desktop window manager.
+Exec=fvwm
+Icon=
+Type=Application
+
diff --git a/source/x11-extra/fvwm/xinitrc.fvwm
b/source/x11-extra/fvwm/xinitrc.fvwm
new file mode 100644
index 0000000..1cc0454
--- /dev/null
+++ b/source/x11-extra/fvwm/xinitrc.fvwm
@@ -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
+
+fvwm
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git