Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (55f8124ce45abb9f47d862468ce7c03a15ea92f5)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (55f8124ce45abb9f47d862468ce7c03a15ea92f5)
  • Date: Wed, 28 Jul 2021 13:41:11 +0000

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ChangeLog | 4 ++++
windowmanagers/fvwm95/BUILD | 2 ++
windowmanagers/fvwm95/DEPENDS | 7 +++++++
windowmanagers/fvwm95/DETAILS | 23 +++++++++++++++++++++++
windowmanagers/fvwm95/HISTORY | 2 ++
windowmanagers/fvwm95/PRE_BUILD | 5 +++++
6 files changed, 43 insertions(+)

New commits:
commit 55f8124ce45abb9f47d862468ce7c03a15ea92f5
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

fvwm95: new spell, X11 Window Manager with MS Windows 95 look and feel

diff --git a/ChangeLog b/ChangeLog
index 31b38ba..37f1e68 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2021-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * windowmanagers/fvwm95: new spell, X11 Window Manager with MS
+ Windows 95 look and feel
+
2021-07-26 Treeve Jelbert <treeve AT sourcemage.org>
* python-pypi/packaging: added, Core utilities for Python packages
* archive-libs/zlib-ng: modernized zlib
diff --git a/windowmanagers/fvwm95/BUILD b/windowmanagers/fvwm95/BUILD
new file mode 100755
index 0000000..003018d
--- /dev/null
+++ b/windowmanagers/fvwm95/BUILD
@@ -0,0 +1,2 @@
+CFLAGS+=' -fcommon' &&
+default_build
diff --git a/windowmanagers/fvwm95/DEPENDS b/windowmanagers/fvwm95/DEPENDS
new file mode 100755
index 0000000..e2f8383
--- /dev/null
+++ b/windowmanagers/fvwm95/DEPENDS
@@ -0,0 +1,7 @@
+depends libx11 &&
+depends libxext &&
+depends libxmu &&
+depends libxpm &&
+depends libxt &&
+depends readline &&
+depends xbitmaps
diff --git a/windowmanagers/fvwm95/DETAILS b/windowmanagers/fvwm95/DETAILS
new file mode 100755
index 0000000..1ce4052
--- /dev/null
+++ b/windowmanagers/fvwm95/DETAILS
@@ -0,0 +1,23 @@
+ SPELL=fvwm95
+ VERSION=2.0.43f
+ SOURCE="$SPELL-$VERSION.tar.gz"
+ SOURCE_URL[0]=$SOURCEFORGE_URL/project/$SPELL/$SPELL/$VERSION/$SOURCE
+
SOURCE_HASH=sha512:b8971d54d29bde62aa67919e0f8e0cbe660303201cc8ed488eb72d64b94a88fdfaf2aad01c40514b0ffdbf1a8336ce57d6c710b918eda05b9fdb262b4454168f
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+ WEB_SITE="http://fvwm95.sourceforge.net/";
+ LICENSE[0]="GPL-2.0"
+ ENTERED=20210728
+ KEYWORDS=""
+ SHORT="X11 Window Manager with MS Windows 95 look and feel"
+cat << EOF
+Fvwm95 is a hack based on fvwm2. It tries to emulate the good features of
+a well known product without bloating the regular fvwm code.
+
+The main aspects are:
+
+* MS Windows 95 look and feel.
+* Same flexible and easy configuration as the native fvwm.
+* Functionality extensible via loadable modules.
+* A taskbar: find quickly an application window and don't take space with
+ icon windows.
+EOF
diff --git a/windowmanagers/fvwm95/HISTORY b/windowmanagers/fvwm95/HISTORY
new file mode 100644
index 0000000..a2e6d2d
--- /dev/null
+++ b/windowmanagers/fvwm95/HISTORY
@@ -0,0 +1,2 @@
+2021-07-28 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD, DEPENDS, DETAILS, PRE_BUILD: spell created
diff --git a/windowmanagers/fvwm95/PRE_BUILD b/windowmanagers/fvwm95/PRE_BUILD
new file mode 100755
index 0000000..d7dcc2e
--- /dev/null
+++ b/windowmanagers/fvwm95/PRE_BUILD
@@ -0,0 +1,5 @@
+default_pre_build &&
+cd "$SOURCE_DIRECTORY" &&
+# Don't override environment's CFLAGS
+sedit '/^CFLAGS =/d' Makefile.in &&
+sedit '/^CFLAGS=-O/d' configure



  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (55f8124ce45abb9f47d862468ce7c03a15ea92f5), Ismael Luceno, 07/28/2021

Archive powered by MHonArc 2.6.24.

Top of Page