summaryrefslogtreecommitdiffstats
path: root/x11-wm/metacity/files/patch-configure
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-11 06:17:00 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-06-11 06:17:00 +0800
commit46e5247dd30d6ff2a5d3786916d835cb048c26bd (patch)
treeb2325891e434b0a6070ee5dff7c0bae395b5429c /x11-wm/metacity/files/patch-configure
parent599a34504939a9957c46c4ab515adfec42cd8b7c (diff)
downloadmarcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.gz
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.bz2
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.lz
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.xz
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.tar.zst
marcuscom-ports-46e5247dd30d6ff2a5d3786916d835cb048c26bd.zip
Move the metacity 2.34.x from x11-wm/metacity to x11-wm/metacity3 then
downgrade the x11-wm/metacity to 2.30.x. The GNOME 2 needs metacity 2.30.x for correct default of theme, fonts, hotkey and etc. Also, function a bit different. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16054 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11-wm/metacity/files/patch-configure')
-rw-r--r--x11-wm/metacity/files/patch-configure8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-wm/metacity/files/patch-configure b/x11-wm/metacity/files/patch-configure
index 5ae975a06..223d0af9e 100644
--- a/x11-wm/metacity/files/patch-configure
+++ b/x11-wm/metacity/files/patch-configure
@@ -1,9 +1,9 @@
---- configure.orig 2011-04-05 20:58:36.000000000 +0200
-+++ configure 2011-04-05 20:59:24.000000000 +0200
-@@ -18286,7 +18286,7 @@
+--- configure.orig 2010-04-01 13:44:38.000000000 +0200
++++ configure 2010-04-01 13:45:49.000000000 +0200
+@@ -24238,7 +24238,7 @@
"
- METACITY_MINOR_VERSION=34
+ METACITY_MINOR_VERSION=30
-if test $(( $(echo $METACITY_MINOR_VERSION) %2)) == "1"; then
+if test $(( $(echo $METACITY_MINOR_VERSION) %2)) = "1"; then
stable_version=$(( ($METACITY_MINOR_VERSION / 2) * 2))