patches/compiz-fusion-unsupported-01-solaris-port.diff
author jurikm
Sun, 12 Feb 2012 14:04:10 +0000
changeset 8245 383896da4129
parent 610 f9420916cc03
permissions -rw-r--r--
SFEsauerbraten.spec: add IPS package name
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     1
diff -ruN compiz-fusion-plugins-unsupported-0.6.0.orig/configure.ac compiz-fusion-plugins-unsupported-0.6.0/configure.ac
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     2
--- compiz-fusion-plugins-unsupported-0.6.0.orig/configure.ac	2007-10-15 14:06:18.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     3
+++ compiz-fusion-plugins-unsupported-0.6.0/configure.ac	2007-10-31 15:51:50.027096933 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     4
@@ -1,6 +1,6 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     5
 AC_PREREQ(2.57)
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     6
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     7
-AC_INIT([compiz-fusion-plugins-unsupported],esyscmd(. ./VERSION;echo -n $VERSION), [[email protected]])
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
     8
+AC_INIT([compiz-fusion-plugins-unsupported],esyscmd(. ./VERSION;echo $VERSION | tr -d "\n"), [[email protected]])
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
     9
 
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    10
 AC_DEFINE_UNQUOTED(VERSION,"$VERSION",[Version])
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    11
 
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    12
diff -ruN compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/fakeargb.xml.in compiz-fusion-plugins-unsupported-0.6.0/metadata/fakeargb.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    13
--- compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/fakeargb.xml.in	2007-10-15 14:06:19.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    14
+++ compiz-fusion-plugins-unsupported-0.6.0/metadata/fakeargb.xml.in	2007-10-31 16:03:44.444126929 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    15
@@ -9,7 +9,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    16
 		<_long>Toggle window fake ARGB.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    17
 		<allowed key="true" button="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    18
 		<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    19
-		   <key>&lt;Super&gt;f</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    20
+		   <key>&lt;Mod4&gt;f</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    21
 		</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    22
 	    </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    23
 	</display>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    24
diff -ruN compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/mswitch.xml.in compiz-fusion-plugins-unsupported-0.6.0/metadata/mswitch.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    25
--- compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/mswitch.xml.in	2007-10-15 14:06:19.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    26
+++ compiz-fusion-plugins-unsupported-0.6.0/metadata/mswitch.xml.in	2007-10-31 16:03:44.444980442 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    27
@@ -9,7 +9,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    28
 	<_long> Begin Mouse Gesture </_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    29
 	<allowed key="true" button="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    30
 	<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    31
-	  <key>&lt;Super&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    32
+	  <key>&lt;Mod4&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    33
 	</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    34
       </option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    35
     </display>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    36
diff -ruN compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/snow.xml.in compiz-fusion-plugins-unsupported-0.6.0/metadata/snow.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    37
--- compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/snow.xml.in	2007-10-15 14:06:19.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    38
+++ compiz-fusion-plugins-unsupported-0.6.0/metadata/snow.xml.in	2007-10-31 16:03:44.445818001 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    39
@@ -123,7 +123,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    40
 					<_long>Snow toggle key</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    41
 					<allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    42
 					<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    43
-						<key>&lt;Super&gt;F3</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    44
+						<key>&lt;Mod4&gt;F3</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    45
 					</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    46
 				</option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    47
 			</group>
610
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    48
diff -ruN compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/tile.xml.in compiz-fusion-plugins-unsupported-0.6.0/metadata/tile.xml.in
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    49
--- compiz-fusion-plugins-unsupported-0.6.0.orig/metadata/tile.xml.in	2007-10-15 14:06:19.000000000 -0400
f9420916cc03 2007-10-31 Albert Lee <[email protected]>
trisk
parents: 430
diff changeset
    50
+++ compiz-fusion-plugins-unsupported-0.6.0/metadata/tile.xml.in	2007-10-31 16:03:44.444446706 -0400
430
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    51
@@ -116,7 +116,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    52
 					<_long>Move and resize all visible windows both vertically and horizontally, so that the occupy whole screen and are in a grid.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    53
 					<allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    54
 					<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    55
-						<key>&lt;Super&gt;&lt;Shift&gt;a</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    56
+						<key>&lt;Mod4&gt;&lt;Shift&gt;a</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    57
 					</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    58
 				</option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    59
 				<option name="tile_cascade" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    60
@@ -124,7 +124,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    61
 					<_long>Move and resize all visible windows with the delta value set for cascading.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    62
 					<allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    63
 					<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    64
-						<key>&lt;Super&gt;&lt;Shift&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    65
+						<key>&lt;Mod4&gt;&lt;Shift&gt;s</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    66
 					</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    67
 				</option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    68
 				<option name="tile_restore" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    69
@@ -132,7 +132,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    70
 					<_long>Restore windows to their original position they had before tiling.</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    71
 					<allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    72
 					<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    73
-						<key>&lt;Super&gt;&lt;Shift&gt;z</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    74
+						<key>&lt;Mod4&gt;&lt;Shift&gt;z</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    75
 					</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    76
 				</option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    77
 				<option name="tile_toggle" type="action">
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    78
@@ -140,7 +140,7 @@
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    79
 					<_long>Toggle between tile and restore</_long>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    80
 					<allowed key="true"/>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    81
 					<default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    82
-						<key>&lt;Super&gt;&lt;Shift&gt;x</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    83
+						<key>&lt;Mod4&gt;&lt;Shift&gt;x</key>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    84
 					</default>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    85
 				</option>
6683266ffa3b 2007-08-30 Erwann Chenede - <[email protected]>
erwannc
parents:
diff changeset
    86
 			</group>