summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorCharles Bos2018-03-14 11:25:33 +0000
committerCharles Bos2018-03-14 11:25:33 +0000
commitc620e7ab7989c081b734e2602815bd2181ca0d44 (patch)
tree90bfeb39144ebd7b18bd3bd45e442b03423a1a4e
parent4caac5cbfa94995bf347833c8009064dd56cbbff (diff)
downloadaur-c620e7ab7989c081b734e2602815bd2181ca0d44.tar.gz
Revert "Update to pre-release tarball r4138"
This reverts commit 4caac5cbfa94995bf347833c8009064dd56cbbff.
-rw-r--r--.SRCINFO14
-rw-r--r--PKGBUILD35
-rw-r--r--reverse-unity-config.patch96
-rw-r--r--version.patch6
4 files changed, 78 insertions, 73 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d2bc9440c657..18ba99ce2c12 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,9 @@
# Generated by mksrcinfo v8
-# Mon Dec 18 10:52:33 UTC 2017
+# Sun Dec 10 19:05:43 UTC 2017
pkgbase = compiz
pkgdesc = Composite manager for Aiglx and Xgl, with plugins and CCSM
- pkgver = 0.9.13.1.r4138
- pkgrel = 1
+ pkgver = 0.9.13.1
+ pkgrel = 4
url = https://launchpad.net/compiz
arch = i686
arch = x86_64
@@ -50,16 +50,18 @@ pkgbase = compiz
conflicts = compizconfig-python
conflicts = libcompizconfig
conflicts = simple-ccsm
- source = http://bazaar.launchpad.net/~compiz-team/compiz/0.9.13/tarball/4138
+ source = https://launchpad.net/compiz/0.9.13/0.9.13.1/+download/compiz-0.9.13.1.tar.bz2
source = focus-prevention-disable.patch
source = gtk-extents.patch
source = reverse-unity-config.patch
source = screenshot-launch-fix.patch
- sha256sums = SKIP
+ source = version.patch
+ sha256sums = 9854802ba2a072a497552a55cc03cce1e947ff68ed3755b484c218f688222cbf
sha256sums = f4897590b0f677ba34767a29822f8f922a750daf66e8adf47be89f7c2550cf4b
sha256sums = 16ddb6311ce42d958505e21ca28faae5deeddce02cb558d55e648380274ba4d9
- sha256sums = 5da38bf4f7fd127a01ce9c68ab66d21fe69086228051073896d3d59c6bc400e8
+ sha256sums = 97778fde6eff779e10a03f5c03f26ffdda8bdb89091956fee19ce84d7d8c9ef9
sha256sums = 89ee91a8ea6b1424ef76661ea9a2db43412366aacddc12d24a7adf5e04bfbc61
+ sha256sums = 9df571e0f7332aeec6eaea35451439270e9516f1275aa8a639dc1fad9ccc3452
pkgname = compiz
diff --git a/PKGBUILD b/PKGBUILD
index ffa4c3fc9439..8eca91718e75 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,10 +5,8 @@
# Contributor: Nathan Hulse <nat.hulse@gmail.com>
pkgname=compiz
-_revno=r4138
-_upstream='~compiz-team'
-pkgver=0.9.13.1.${_revno}
-pkgrel=1
+pkgver=0.9.13.1
+pkgrel=4
pkgdesc="Composite manager for Aiglx and Xgl, with plugins and CCSM"
arch=('i686' 'x86_64')
url="https://launchpad.net/compiz"
@@ -19,22 +17,22 @@ optdepends=(
'xorg-xprop: grab various window properties for use in window matching rules'
)
conflicts=('compiz-core' 'compiz-gtk' 'compiz-bcop' 'ccsm' 'compiz-fusion-plugins-main' 'compiz-fusion-plugins-extra' 'compiz-fusion-plugins-experimental' 'compizconfig-python' 'libcompizconfig' 'simple-ccsm')
-provides=("compiz-core=${pkgver/.r*/}" "compiz-bcop=${pkgver/.r*/}" "ccsm=${pkgver/.r*/}" "compiz-plugins-main=${pkgver/.r*/}" "compiz-plugins-extra=${pkgver/.r*/}" "compizconfig-python=${pkgver/.r*/}" "libcompizconfig=${pkgver/.r*/}")
-source=(#"https://launchpad.net/${pkgname}/${pkgver:0:6}/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"
- "http://bazaar.launchpad.net/${_upstream}/${pkgname}/${pkgver:0:6}/tarball/${_revno:1}"
+provides=("compiz-core=${pkgver}" "compiz-bcop=${pkgver}" "ccsm=${pkgver}" "compiz-plugins-main=${pkgver}" "compiz-plugins-extra=${pkgver}" "compizconfig-python=${pkgver}" "libcompizconfig=${pkgver}")
+source=("https://launchpad.net/${pkgname}/${pkgver:0:6}/${pkgver}/+download/${pkgname}-${pkgver}.tar.bz2"
"focus-prevention-disable.patch"
"gtk-extents.patch"
"reverse-unity-config.patch"
- "screenshot-launch-fix.patch")
-sha256sums=('SKIP'
+ "screenshot-launch-fix.patch"
+ "version.patch")
+sha256sums=('9854802ba2a072a497552a55cc03cce1e947ff68ed3755b484c218f688222cbf'
'f4897590b0f677ba34767a29822f8f922a750daf66e8adf47be89f7c2550cf4b'
'16ddb6311ce42d958505e21ca28faae5deeddce02cb558d55e648380274ba4d9'
- '5da38bf4f7fd127a01ce9c68ab66d21fe69086228051073896d3d59c6bc400e8'
- '89ee91a8ea6b1424ef76661ea9a2db43412366aacddc12d24a7adf5e04bfbc61')
+ '97778fde6eff779e10a03f5c03f26ffdda8bdb89091956fee19ce84d7d8c9ef9'
+ '89ee91a8ea6b1424ef76661ea9a2db43412366aacddc12d24a7adf5e04bfbc61'
+ '9df571e0f7332aeec6eaea35451439270e9516f1275aa8a639dc1fad9ccc3452')
prepare() {
- #cd "${pkgname}-${pkgver}"
- cd "${srcdir}/${_upstream}/${pkgname}/${pkgver:0:6}"
+ cd "${pkgname}-${pkgver}"
# Reverse Unity specific configuration patches
patch -p1 -i "${srcdir}/reverse-unity-config.patch"
@@ -54,11 +52,13 @@ prepare() {
# Fix application launching for the screenshot plugin
patch -p1 -i "${srcdir}/screenshot-launch-fix.patch"
+
+ # Fix version number, should be 0.9.13.1
+ patch -p1 -i "${srcdir}/version.patch"
}
build() {
- #cd "${pkgname}-${pkgver}"
- cd "${srcdir}/${_upstream}/${pkgname}/${pkgver:0:6}"
+ cd "${pkgname}-${pkgver}"
export PYTHON="/usr/bin/python2"
@@ -76,14 +76,13 @@ build() {
-DBUILD_KDE4=Off \
-DCOMPIZ_BUILD_TESTING=Off \
-DCOMPIZ_WERROR=Off \
- -DCOMPIZ_DEFAULT_PLUGINS="composite,opengl,decor,resize,place,move,compiztoolbox,staticswitcher,regex,animation,wall,ccp"
+ -DCOMPIZ_DEFAULT_PLUGINS="composite,opengl,decor,resize,place,move,compiztoolbox,staticswitcher,regex,animation,wall,ccp" \
make
}
package() {
- #cd "${pkgname}-${pkgver}/build"
- cd "${srcdir}/${_upstream}/${pkgname}/${pkgver:0:6}/build"
+ cd "${pkgname}-${pkgver}/build"
make DESTDIR="${pkgdir}" install
# findcompiz_install needs COMPIZ_DESTDIR and install needs DESTDIR
diff --git a/reverse-unity-config.patch b/reverse-unity-config.patch
index fec2a3754adc..c8eb9b646425 100644
--- a/reverse-unity-config.patch
+++ b/reverse-unity-config.patch
@@ -1,6 +1,6 @@
diff -Nur original/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml modified/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml
---- original/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2017-12-18 09:57:24.000000000 +0000
-+++ modified/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2017-12-18 10:12:40.592440489 +0000
+--- original/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2016-07-01 12:39:57.000000000 +0100
++++ modified/compizconfig/integration/gnome/gsettings/org.compiz.integrated.gschema.xml 2016-10-15 09:18:20.339453526 +0100
@@ -10,9 +10,6 @@
<key type="s" name="command-screenshot">
<default>"gnome-screenshot"</default>
@@ -22,8 +22,8 @@ diff -Nur original/compizconfig/integration/gnome/gsettings/org.compiz.integrate
<default>""</default>
</key>
diff -Nur original/metadata/core.xml.in modified/metadata/core.xml.in
---- original/metadata/core.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/metadata/core.xml.in 2017-12-18 10:12:40.592440489 +0000
+--- original/metadata/core.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/metadata/core.xml.in 2016-10-15 09:18:20.339453526 +0100
@@ -144,7 +144,7 @@
<option name="focus_prevention_match" type="match">
<_short>Focus Prevention Windows</_short>
@@ -87,8 +87,8 @@ diff -Nur original/metadata/core.xml.in modified/metadata/core.xml.in
<max>32</max>
</option>
diff -Nur original/plugins/animation/animation.xml.in modified/plugins/animation/animation.xml.in
---- original/plugins/animation/animation.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/animation/animation.xml.in 2017-12-18 10:12:40.592440489 +0000
+--- original/plugins/animation/animation.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/animation/animation.xml.in 2016-10-15 09:18:20.339453526 +0100
@@ -36,7 +36,7 @@
<extensible/>
<sort start="2"/>
@@ -228,8 +228,8 @@ diff -Nur original/plugins/animation/animation.xml.in modified/plugins/animation
<max>1</max>
<precision>0.01</precision>
diff -Nur original/plugins/commands/commands.xml.in modified/plugins/commands/commands.xml.in
---- original/plugins/commands/commands.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/commands/commands.xml.in 2017-12-18 10:12:40.595773805 +0000
+--- original/plugins/commands/commands.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/commands/commands.xml.in 2016-10-15 09:18:20.339453526 +0100
@@ -117,7 +117,7 @@
<option name="command20" type="string">
<_short>Command line 20</_short>
@@ -248,8 +248,8 @@ diff -Nur original/plugins/commands/commands.xml.in modified/plugins/commands/co
</group>
<group>
diff -Nur original/plugins/decor/decor.xml.in modified/plugins/decor/decor.xml.in
---- original/plugins/decor/decor.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/decor/decor.xml.in 2017-12-18 10:12:40.595773805 +0000
+--- original/plugins/decor/decor.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/decor/decor.xml.in 2016-10-15 09:18:20.339453526 +0100
@@ -31,7 +31,7 @@
<option name="active_shadow_opacity" type="float">
<_short>Shadow Opacity</_short>
@@ -287,8 +287,8 @@ diff -Nur original/plugins/decor/decor.xml.in modified/plugins/decor/decor.xml.i
<option name="mipmap" type="bool">
<_short>Mipmap</_short>
diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
---- original/plugins/expo/expo.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/expo/expo.xml.in 2017-12-18 10:12:40.595773805 +0000
+--- original/plugins/expo/expo.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/expo/expo.xml.in 2016-10-15 09:18:20.339453526 +0100
@@ -17,7 +17,6 @@
<plugin>wobbly</plugin>
<plugin>animation</plugin>
@@ -323,7 +323,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
<min>0.1</min>
<max>5.0</max>
<precision>0.1</precision>
-@@ -146,12 +146,12 @@
+@@ -142,12 +142,12 @@
<option name="x_offset" type="int">
<_short>X Offset</_short>
<_long>Horizontal offset (in pixels).</_long>
@@ -338,7 +338,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
</option>
<option name="y_bottom_offset" type="int">
<_short>Y Bottom Offset</_short>
-@@ -170,7 +170,7 @@
+@@ -166,7 +166,7 @@
<option name="vp_distance" type="float">
<_short>Viewport Distance</_short>
<_long>The distance between viewports in Expo mode.</_long>
@@ -347,7 +347,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
<min>0.0</min>
<max>1.0</max>
<precision>0.01</precision>
-@@ -198,7 +198,7 @@
+@@ -194,7 +194,7 @@
<_long>How the Expo wall should be displayed, if multiple output devices are used.</_long>
<min>0</min>
<max>1</max>
@@ -356,7 +356,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
<desc>
<value>0</value>
<_name>One big wall</_name>
-@@ -213,7 +213,7 @@
+@@ -209,7 +209,7 @@
<option name="vp_brightness" type="float">
<_short>Brightness</_short>
<_long>The brightness of unfocused viewports (in percent).</_long>
@@ -365,7 +365,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
<min>0.0</min>
<max>100.0</max>
<precision>0.1</precision>
-@@ -233,7 +233,7 @@
+@@ -229,7 +229,7 @@
<red>0xfbfb</red>
<green>0x8b8b</green>
<blue>0x0</blue>
@@ -374,7 +374,7 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
</default>
</option>
</subgroup>
-@@ -242,7 +242,7 @@
+@@ -238,7 +238,7 @@
<option name="reflection" type="bool">
<_short>Reflection</_short>
<_long>Render a realtime reflection of the viewports on the ground.</_long>
@@ -384,8 +384,8 @@ diff -Nur original/plugins/expo/expo.xml.in modified/plugins/expo/expo.xml.in
<option name="ground_color1" type="color">
<_short>Ground Color (near)</_short>
diff -Nur original/plugins/ezoom/ezoom.xml.in modified/plugins/ezoom/ezoom.xml.in
---- original/plugins/ezoom/ezoom.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/ezoom/ezoom.xml.in 2017-12-18 10:12:40.595773805 +0000
+--- original/plugins/ezoom/ezoom.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/ezoom/ezoom.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -30,7 +30,7 @@
<option type="button" name="zoom_in_button">
<_short>Zoom In Button</_short>
@@ -413,7 +413,7 @@ diff -Nur original/plugins/ezoom/ezoom.xml.in modified/plugins/ezoom/ezoom.xml.i
</option>
<option name="zoom_box_outline_color" type="color">
<_short>Zoom Box Outline Color</_short>
-@@ -331,7 +331,7 @@
+@@ -162,7 +162,7 @@
<option type="key" name="fit_to_window_key">
<_short>Fit zoomed area to window</_short>
<_long>Zooms in/out so the focused window is zoomed to the maximum while still being fully visible.</_long>
@@ -423,8 +423,8 @@ diff -Nur original/plugins/ezoom/ezoom.xml.in modified/plugins/ezoom/ezoom.xml.i
</subgroup>
</group>
diff -Nur original/plugins/fade/fade.xml.in modified/plugins/fade/fade.xml.in
---- original/plugins/fade/fade.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/fade/fade.xml.in 2017-12-18 10:12:40.595773805 +0000
+--- original/plugins/fade/fade.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/fade/fade.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -10,7 +10,6 @@
</requirement>
<relation type="after">
@@ -443,9 +443,9 @@ diff -Nur original/plugins/fade/fade.xml.in modified/plugins/fade/fade.xml.in
<option name="visual_bell" type="bell">
<_short>Visual Bell</_short>
diff -Nur original/plugins/gnomecompat/gnomecompat.xml.in modified/plugins/gnomecompat/gnomecompat.xml.in
---- original/plugins/gnomecompat/gnomecompat.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/gnomecompat/gnomecompat.xml.in 2017-12-18 10:12:40.599107122 +0000
-@@ -57,7 +57,6 @@
+--- original/plugins/gnomecompat/gnomecompat.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/gnomecompat/gnomecompat.xml.in 2016-10-15 09:18:20.342786836 +0100
+@@ -54,7 +54,6 @@
<option name="run_command_terminal_key" type="key">
<_short>Open a terminal</_short>
<_long>Open a terminal</_long>
@@ -454,8 +454,8 @@ diff -Nur original/plugins/gnomecompat/gnomecompat.xml.in modified/plugins/gnome
</group>
</options>
diff -Nur original/plugins/grid/grid.xml.in modified/plugins/grid/grid.xml.in
---- original/plugins/grid/grid.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/grid/grid.xml.in 2017-12-18 10:12:40.599107122 +0000
+--- original/plugins/grid/grid.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/grid/grid.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -68,12 +68,12 @@
<option name="put_maximize_key" type="key">
<_short>Maximize Key</_short>
@@ -472,18 +472,16 @@ diff -Nur original/plugins/grid/grid.xml.in modified/plugins/grid/grid.xml.in
<option name="left_maximize" type="key">
<_short>Left Maximize</_short>
diff -Nur original/plugins/resize/resize.xml.in modified/plugins/resize/resize.xml.in
---- original/plugins/resize/resize.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/resize/resize.xml.in 2017-12-18 10:15:46.954831086 +0000
-@@ -56,7 +56,7 @@
+--- original/plugins/resize/resize.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/resize/resize.xml.in 2016-10-15 09:18:20.342786836 +0100
+@@ -56,15 +56,15 @@
<option name="maximize_vertically" type="bool">
<short>Maximize Vertically if screen edge hit</short>
<long>Maximizes the window vertically if the top or bottom screen edge is hit while resizing</long>
- <default>true</default>
+ <default>false</default>
</option>
- <option name="increase_border_contrast" type="bool">
- <_short>Use a double-border in 'Rectangle' and 'Outline' modes</_short>
-@@ -72,9 +72,9 @@
+ <option name="border_color" type="color">
<_short>Border Color</_short>
<_long>Border color used for outline and rectangle resize modes</_long>
<default>
@@ -496,7 +494,7 @@ diff -Nur original/plugins/resize/resize.xml.in modified/plugins/resize/resize.x
<alpha>0x9f9f</alpha>
</default>
</option>
-@@ -82,10 +82,10 @@
+@@ -72,10 +72,10 @@
<_short>Fill Color</_short>
<_long>Fill color used for rectangle resize mode</_long>
<default>
@@ -510,10 +508,10 @@ diff -Nur original/plugins/resize/resize.xml.in modified/plugins/resize/resize.x
+ <alpha>0x4f4f</alpha>
</default>
</option>
- <option name="disable_blend" type="bool">
+ <subgroup>
diff -Nur original/plugins/scale/scale.xml.in modified/plugins/scale/scale.xml.in
---- original/plugins/scale/scale.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/scale/scale.xml.in 2017-12-18 10:12:40.599107122 +0000
+--- original/plugins/scale/scale.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/scale/scale.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -21,7 +21,7 @@
<option name="spacing" type="int">
<_short>Spacing</_short>
@@ -568,7 +566,7 @@ diff -Nur original/plugins/scale/scale.xml.in modified/plugins/scale/scale.xml.i
<desc>
<value>0</value>
<_name>On current output device</_name>
-@@ -150,7 +150,7 @@
+@@ -145,7 +145,7 @@
<option name="key_bindings_toggle" type="bool">
<_short>Key Bindings Toggle Scale Mode</_short>
<_long>Key bindings toggle scale mode instead of enabling it when pressed and disabling it when released.</_long>
@@ -577,7 +575,7 @@ diff -Nur original/plugins/scale/scale.xml.in modified/plugins/scale/scale.xml.i
</option>
<option name="button_bindings_toggle" type="bool">
<_short>Button Bindings Toggle Scale Mode</_short>
-@@ -160,12 +160,15 @@
+@@ -155,12 +155,15 @@
<option name="initiate_edge" type="edge">
<_short>Initiate Window Picker</_short>
<_long>Layout and start transforming windows</_long>
@@ -594,7 +592,7 @@ diff -Nur original/plugins/scale/scale.xml.in modified/plugins/scale/scale.xml.i
</option>
<option name="initiate_button" type="button">
<_short>Initiate Window Picker</_short>
-@@ -183,7 +186,6 @@
+@@ -178,7 +181,6 @@
<option name="initiate_all_key" type="key">
<_short>Initiate Window Picker For All Windows</_short>
<_long>Layout and start transforming all windows</_long>
@@ -603,8 +601,8 @@ diff -Nur original/plugins/scale/scale.xml.in modified/plugins/scale/scale.xml.i
<option name="initiate_group_edge" type="edge">
<_short>Initiate Window Picker For Window Group</_short>
diff -Nur original/plugins/staticswitcher/staticswitcher.xml.in modified/plugins/staticswitcher/staticswitcher.xml.in
---- original/plugins/staticswitcher/staticswitcher.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/staticswitcher/staticswitcher.xml.in 2017-12-18 10:12:40.599107122 +0000
+--- original/plugins/staticswitcher/staticswitcher.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/staticswitcher/staticswitcher.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -11,6 +11,7 @@
<relation type="after">
<plugin>composite</plugin>
@@ -682,8 +680,8 @@ diff -Nur original/plugins/staticswitcher/staticswitcher.xml.in modified/plugins
<value>0</value>
<_name>None</_name>
diff -Nur original/plugins/vpswitch/vpswitch.xml.in modified/plugins/vpswitch/vpswitch.xml.in
---- original/plugins/vpswitch/vpswitch.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/vpswitch/vpswitch.xml.in 2017-12-18 10:12:40.599107122 +0000
+--- original/plugins/vpswitch/vpswitch.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/vpswitch/vpswitch.xml.in 2016-10-15 09:18:20.342786836 +0100
@@ -95,11 +95,13 @@
<option name="next_button" type="button">
<_short>Move Next</_short>
@@ -699,8 +697,8 @@ diff -Nur original/plugins/vpswitch/vpswitch.xml.in modified/plugins/vpswitch/vp
</option>
<option name="initiate_button" type="button">
diff -Nur original/plugins/wall/wall.xml.in modified/plugins/wall/wall.xml.in
---- original/plugins/wall/wall.xml.in 2017-12-18 09:57:24.000000000 +0000
-+++ modified/plugins/wall/wall.xml.in 2017-12-18 10:12:40.602440439 +0000
+--- original/plugins/wall/wall.xml.in 2016-07-01 12:39:57.000000000 +0100
++++ modified/plugins/wall/wall.xml.in 2016-10-15 09:18:20.346120144 +0100
@@ -30,12 +30,12 @@
<option name="miniscreen" type="bool">
<_short>Show Live Viewport Previews</_short>
@@ -858,8 +856,8 @@ diff -Nur original/plugins/wall/wall.xml.in modified/plugins/wall/wall.xml.in
<option name="edgeflip_dnd" type="bool">
<_short>Edge Flip DnD</_short>
diff -Nur original/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp modified/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp
---- original/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp 2017-12-18 09:57:24.000000000 +0000
-+++ modified/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp 2017-12-18 10:12:40.602440439 +0000
+--- original/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp 2016-07-01 12:39:57.000000000 +0100
++++ modified/tests/system/xorg-gtest/tests/compiz_xorg_gtest_ewmh.cpp 2016-10-15 09:18:20.346120144 +0100
@@ -46,7 +46,7 @@
namespace
diff --git a/version.patch b/version.patch
new file mode 100644
index 000000000000..b674cd19da86
--- /dev/null
+++ b/version.patch
@@ -0,0 +1,6 @@
+diff -Nur original/VERSION modified/VERSION
+--- original/VERSION 2016-11-11 16:20:40.000000000 +0000
++++ modified/VERSION 2017-12-10 18:59:54.699598593 +0000
+@@ -1 +1 @@
+-0.9.13.0
++0.9.13.1