Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a099e77a3ba3e49ee2bac7c417594d2219c61bd6)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (a099e77a3ba3e49ee2bac7c417594d2219c61bd6)
  • Date: Sat, 13 Oct 2007 15:28:43 -0500

GIT changes to master grimoire by Florian Franzmann
<siflfran AT hawo.stw.uni-erlangen.de>:

dev/null |binary
windowmanagers/fvwm/DETAILS | 4 -
windowmanagers/fvwm/HISTORY | 35
++++++++++
windowmanagers/fvwm/PRE_BUILD | 2
windowmanagers/fvwm/patches/02-ResizeOutlineThin.patch.bz2 | 0
windowmanagers/fvwm/patches/03-Conditionals.patch.bz2 | 0
windowmanagers/fvwm/patches/04-FlatSeparators.patch.bz2 | 0
windowmanagers/fvwm/patches/05-BorderUnderTitle.patch.bz2 | 0
windowmanagers/fvwm/patches/06-InactiveFont.patch.bz2 | 0
windowmanagers/fvwm/patches/07-FluxboxHandles.patch.bz2 | 0
windowmanagers/fvwm/patches/08-RoundedCorners.patch.bz2 | 0
windowmanagers/fvwm/patches/09-TopBorder.patch.bz2 | 0
windowmanagers/fvwm/patches/10-ButtonWidth.patch.bz2 | 0
windowmanagers/fvwm/patches/11-MultiBorder.patch.bz2 | 0
windowmanagers/fvwm/patches/12-Hover.patch.bz2 | 0
windowmanagers/fvwm/patches/15-FvwmIconMan.patch.bz2 | 0
windowmanagers/fvwm/patches/16-FvwmButtonsTips.patch.bz2 | 0
windowmanagers/fvwm/patches/17-DefaultCharset.patch.bz2 | 0
windowmanagers/fvwm/patches/18-FirstItemUnderPointer.patch.bz2 | 0
windowmanagers/fvwm/patches/19-FluxCorner.patch.bz2 | 0
windowmanagers/fvwm/patches/20-ThinGeometryProxy.patch.bz2 | 0
windowmanagers/fvwm/patches/BorderUnderTitle.patch.bz2 |binary
windowmanagers/fvwm/patches/ButtonWidth.patch.bz2 |binary
windowmanagers/fvwm/patches/Conditionals.patch.bz2 |binary
windowmanagers/fvwm/patches/FlatSeparators.patch.bz2 |binary
windowmanagers/fvwm/patches/FluxboxHandles.patch.bz2 |binary
windowmanagers/fvwm/patches/FvwmIconMan.patch.bz2 |binary
windowmanagers/fvwm/patches/Hover.patch.bz2 |binary
windowmanagers/fvwm/patches/InactiveFont.patch.bz2 |binary
windowmanagers/fvwm/patches/MenuTranslucency.patch.bz2 |binary
windowmanagers/fvwm/patches/MultiBorder.patch.bz2 |binary
windowmanagers/fvwm/patches/ResizeOutlineThin.patch.bz2 |binary
windowmanagers/fvwm/patches/RoundedCorners.patch.bz2 |binary
windowmanagers/fvwm/patches/TopBorder.patch.bz2 |binary
34 files changed, 38 insertions(+), 3 deletions(-)

New commits:
commit fcf299a4ad2a19610aa67aa279fb5e79d94dc00c
Author: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
Commit: Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>

windowmanagers/fvwm: updated to 2.5.23

diff --git a/windowmanagers/fvwm/DETAILS b/windowmanagers/fvwm/DETAILS
index f37d51f..c7059b6 100755
--- a/windowmanagers/fvwm/DETAILS
+++ b/windowmanagers/fvwm/DETAILS
@@ -17,8 +17,8 @@ if [[ "${FVWM_RELEASE}" == "cvs" ]] ; then
FORCE_DOWNLOAD=on

elif [[ "${FVWM_RELEASE}" == "unstable" ]] ; then
- VERSION=2.5.21
-
SOURCE_HASH=sha512:3ad24d321777ecfa37c4fc1b152738f1da8410c07e7045ffcc705cfb09ca0b50e7ef082cd5b077b7ad37ed285cd6c27ce4d660522a219cc53ba63432b5a06052
+ VERSION=2.5.23
+
SOURCE_HASH=sha512:18e0027e7fbd6a8a9139b24391ccb3d6779c1574e1e9e1041a034b32c6064c7268cf4b72046935d68bd00b65df43382cad11501d3fb381db3693c0820e992396
else
VERSION=2.4.20

SOURCE_HASH=sha512:6704f3204a9850628da2bf53acd8afca64368d0a744a91a4200fe17212deaecc92f1616457f8a43bcc8f01a5d6a2159928526eac3d66af7c00a4f39a2c875501
diff --git a/windowmanagers/fvwm/HISTORY b/windowmanagers/fvwm/HISTORY
index 40cdfda..95930c7 100644
--- a/windowmanagers/fvwm/HISTORY
+++ b/windowmanagers/fvwm/HISTORY
@@ -1,3 +1,37 @@
+2007-10-13 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
+ * DETAILS: updated to 2.5.23
+ * patches/02-ResizeOutlineThin.patch.bz2,
+ patches/03-Conditionals.patch.bz2,
+ patches/04-FlatSeparators.patch.bz2,
+ patches/05-BorderUnderTitle.patch.bz2,
+ patches/06-InactiveFont.patch.bz2,
+ patches/07-FluxboxHandles.patch.bz2,
+ patches/08-RoundedCorners.patch.bz2,
+ patches/09-TopBorder.patch.bz2,
+ patches/10-ButtonWidth.patch.bz2,
+ patches/11-MultiBorder.patch.bz2,
+ patches/12-Hover.patch.bz2,
+ patches/15-FvwmIconMan.patch.bz2,
+ patches/16-FvwmButtonsTips.patch.bz2,
+ patches/17-DefaultCharset.patch.bz2,
+ patches/18-FirstItemUnderPointer.patch.bz2,
+ patches/19-FluxCorner.patch.bz2,
+ patches/20-ThinGeometryProxy.patch.bz2: removed
+ * patches/BorderUnderTitle.patch.bz2,
+ patches/ButtonWidth.patch.bz2,
+ patches/Conditionals.patch.bz2,
+ patches/FlatSeparators.patch.bz2,
+ patches/FluxboxHandles.patch.bz2,
+ patches/FvwmIconMan.patch.bz2,
+ patches/Hover.patch.bz2,
+ patches/InactiveFont.patch.bz2,
+ patches/MenuTranslucency.patch.bz2,
+ patches/MultiBorder.patch.bz2,
+ patches/ResizeOutlineThin.patch.bz2,
+ patches/RoundedCorners.patch.bz2,
+ patches/TopBorder.patch.bz2: added new version of the patchset
+ * PRE_BUILD: changed so it uses the new version of the patchset
+
2007-03-03 Florian Franzmann <siflfran AT hawo.stw.uni-erlangen.de>
* patches/{02-ResizeOutlineThin.patch,
03-Conditionals.patch,
@@ -206,3 +240,4 @@
* DETAILS: Added licence field and md5sum to details,
bumped version up to 2.4.8 that fixed bug#433.

+
diff --git a/windowmanagers/fvwm/PRE_BUILD b/windowmanagers/fvwm/PRE_BUILD
index 6d1f844..f374a8a 100755
--- a/windowmanagers/fvwm/PRE_BUILD
+++ b/windowmanagers/fvwm/PRE_BUILD
@@ -5,6 +5,6 @@ if [[ "$FVWM_RELEASE" == "unstable" ]] &&
for patch in *.patch.bz2; do
cd ${SOURCE_DIRECTORY} &&
message "${MESSAGE_COLOR}applying
${FILE_COLOR}$patch${DEFAULT_COLOR}" &&
- bzcat ${SCRIPT_DIRECTORY}/patches/$patch | patch -p1
+ bzcat ${SCRIPT_DIRECTORY}/patches/$patch | patch -p0
done
fi
diff --git a/windowmanagers/fvwm/patches/02-ResizeOutlineThin.patch.bz2
b/windowmanagers/fvwm/patches/02-ResizeOutlineThin.patch.bz2
deleted file mode 100644
index ec44807..0000000
Binary files a/windowmanagers/fvwm/patches/02-ResizeOutlineThin.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/03-Conditionals.patch.bz2
b/windowmanagers/fvwm/patches/03-Conditionals.patch.bz2
deleted file mode 100644
index ef1fee0..0000000
Binary files a/windowmanagers/fvwm/patches/03-Conditionals.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/04-FlatSeparators.patch.bz2
b/windowmanagers/fvwm/patches/04-FlatSeparators.patch.bz2
deleted file mode 100644
index 81af565..0000000
Binary files a/windowmanagers/fvwm/patches/04-FlatSeparators.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/05-BorderUnderTitle.patch.bz2
b/windowmanagers/fvwm/patches/05-BorderUnderTitle.patch.bz2
deleted file mode 100644
index 43b4bd6..0000000
Binary files a/windowmanagers/fvwm/patches/05-BorderUnderTitle.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/06-InactiveFont.patch.bz2
b/windowmanagers/fvwm/patches/06-InactiveFont.patch.bz2
deleted file mode 100644
index 3c4b83f..0000000
Binary files a/windowmanagers/fvwm/patches/06-InactiveFont.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/07-FluxboxHandles.patch.bz2
b/windowmanagers/fvwm/patches/07-FluxboxHandles.patch.bz2
deleted file mode 100644
index d27cfc1..0000000
Binary files a/windowmanagers/fvwm/patches/07-FluxboxHandles.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/08-RoundedCorners.patch.bz2
b/windowmanagers/fvwm/patches/08-RoundedCorners.patch.bz2
deleted file mode 100644
index 1e0573a..0000000
Binary files a/windowmanagers/fvwm/patches/08-RoundedCorners.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/09-TopBorder.patch.bz2
b/windowmanagers/fvwm/patches/09-TopBorder.patch.bz2
deleted file mode 100644
index d6b2c0e..0000000
Binary files a/windowmanagers/fvwm/patches/09-TopBorder.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/10-ButtonWidth.patch.bz2
b/windowmanagers/fvwm/patches/10-ButtonWidth.patch.bz2
deleted file mode 100644
index cf20398..0000000
Binary files a/windowmanagers/fvwm/patches/10-ButtonWidth.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/11-MultiBorder.patch.bz2
b/windowmanagers/fvwm/patches/11-MultiBorder.patch.bz2
deleted file mode 100644
index 3af2d45..0000000
Binary files a/windowmanagers/fvwm/patches/11-MultiBorder.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/12-Hover.patch.bz2
b/windowmanagers/fvwm/patches/12-Hover.patch.bz2
deleted file mode 100644
index 9905be0..0000000
Binary files a/windowmanagers/fvwm/patches/12-Hover.patch.bz2 and /dev/null
differ
diff --git a/windowmanagers/fvwm/patches/15-FvwmIconMan.patch.bz2
b/windowmanagers/fvwm/patches/15-FvwmIconMan.patch.bz2
deleted file mode 100644
index 5327586..0000000
Binary files a/windowmanagers/fvwm/patches/15-FvwmIconMan.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/16-FvwmButtonsTips.patch.bz2
b/windowmanagers/fvwm/patches/16-FvwmButtonsTips.patch.bz2
deleted file mode 100644
index edd3282..0000000
Binary files a/windowmanagers/fvwm/patches/16-FvwmButtonsTips.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/17-DefaultCharset.patch.bz2
b/windowmanagers/fvwm/patches/17-DefaultCharset.patch.bz2
deleted file mode 100644
index 0b031bc..0000000
Binary files a/windowmanagers/fvwm/patches/17-DefaultCharset.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/18-FirstItemUnderPointer.patch.bz2
b/windowmanagers/fvwm/patches/18-FirstItemUnderPointer.patch.bz2
deleted file mode 100644
index 8299985..0000000
Binary files a/windowmanagers/fvwm/patches/18-FirstItemUnderPointer.patch.bz2
and /dev/null differ
diff --git a/windowmanagers/fvwm/patches/19-FluxCorner.patch.bz2
b/windowmanagers/fvwm/patches/19-FluxCorner.patch.bz2
deleted file mode 100644
index ff995e8..0000000
Binary files a/windowmanagers/fvwm/patches/19-FluxCorner.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/20-ThinGeometryProxy.patch.bz2
b/windowmanagers/fvwm/patches/20-ThinGeometryProxy.patch.bz2
deleted file mode 100644
index fd29d65..0000000
Binary files a/windowmanagers/fvwm/patches/20-ThinGeometryProxy.patch.bz2 and
/dev/null differ
diff --git a/windowmanagers/fvwm/patches/BorderUnderTitle.patch.bz2
b/windowmanagers/fvwm/patches/BorderUnderTitle.patch.bz2
new file mode 100644
index 0000000..6e07442
Binary files /dev/null and
b/windowmanagers/fvwm/patches/BorderUnderTitle.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/ButtonWidth.patch.bz2
b/windowmanagers/fvwm/patches/ButtonWidth.patch.bz2
new file mode 100644
index 0000000..25edb90
Binary files /dev/null and
b/windowmanagers/fvwm/patches/ButtonWidth.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/Conditionals.patch.bz2
b/windowmanagers/fvwm/patches/Conditionals.patch.bz2
new file mode 100644
index 0000000..b01e378
Binary files /dev/null and
b/windowmanagers/fvwm/patches/Conditionals.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/FlatSeparators.patch.bz2
b/windowmanagers/fvwm/patches/FlatSeparators.patch.bz2
new file mode 100644
index 0000000..db14bd8
Binary files /dev/null and
b/windowmanagers/fvwm/patches/FlatSeparators.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/FluxboxHandles.patch.bz2
b/windowmanagers/fvwm/patches/FluxboxHandles.patch.bz2
new file mode 100644
index 0000000..720ced6
Binary files /dev/null and
b/windowmanagers/fvwm/patches/FluxboxHandles.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/FvwmIconMan.patch.bz2
b/windowmanagers/fvwm/patches/FvwmIconMan.patch.bz2
new file mode 100644
index 0000000..0c01eb7
Binary files /dev/null and
b/windowmanagers/fvwm/patches/FvwmIconMan.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/Hover.patch.bz2
b/windowmanagers/fvwm/patches/Hover.patch.bz2
new file mode 100644
index 0000000..2284e5c
Binary files /dev/null and b/windowmanagers/fvwm/patches/Hover.patch.bz2
differ
diff --git a/windowmanagers/fvwm/patches/InactiveFont.patch.bz2
b/windowmanagers/fvwm/patches/InactiveFont.patch.bz2
new file mode 100644
index 0000000..be355ce
Binary files /dev/null and
b/windowmanagers/fvwm/patches/InactiveFont.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/MenuTranslucency.patch.bz2
b/windowmanagers/fvwm/patches/MenuTranslucency.patch.bz2
new file mode 100644
index 0000000..b763fd2
Binary files /dev/null and
b/windowmanagers/fvwm/patches/MenuTranslucency.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/MultiBorder.patch.bz2
b/windowmanagers/fvwm/patches/MultiBorder.patch.bz2
new file mode 100644
index 0000000..901f317
Binary files /dev/null and
b/windowmanagers/fvwm/patches/MultiBorder.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/ResizeOutlineThin.patch.bz2
b/windowmanagers/fvwm/patches/ResizeOutlineThin.patch.bz2
new file mode 100644
index 0000000..2713859
Binary files /dev/null and
b/windowmanagers/fvwm/patches/ResizeOutlineThin.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/RoundedCorners.patch.bz2
b/windowmanagers/fvwm/patches/RoundedCorners.patch.bz2
new file mode 100644
index 0000000..db734d4
Binary files /dev/null and
b/windowmanagers/fvwm/patches/RoundedCorners.patch.bz2 differ
diff --git a/windowmanagers/fvwm/patches/TopBorder.patch.bz2
b/windowmanagers/fvwm/patches/TopBorder.patch.bz2
new file mode 100644
index 0000000..05a943b
Binary files /dev/null and b/windowmanagers/fvwm/patches/TopBorder.patch.bz2
differ




Archive powered by MHonArc 2.6.24.

Top of Page