[gedit/wip/3.14-osx: 23/69] [osx] Move patchers to updater/
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit/wip/3.14-osx: 23/69] [osx] Move patchers to updater/
- Date: Tue, 26 Aug 2014 16:49:38 +0000 (UTC)
commit 951c2c16cccedfcc4a2e0749172c5b0279d9393b
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Fri Aug 22 14:31:03 2014 +0200
[osx] Move patchers to updater/
.../patches/dbus-relocatable-services.patch | 0
.../{ => updater}/patches/enchant-applespell.patch | 0
.../patches/gedit-plugins-disable-terminal.patch | 0
.../patches/mac-integration-open-files.patch | 0
...t-Merge-multiple-platform-case-statements.patch | 0
osx/build/updater/update_modulesets.py | 2 +-
6 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/osx/build/patches/dbus-relocatable-services.patch
b/osx/build/updater/patches/dbus-relocatable-services.patch
similarity index 100%
rename from osx/build/patches/dbus-relocatable-services.patch
rename to osx/build/updater/patches/dbus-relocatable-services.patch
diff --git a/osx/build/patches/enchant-applespell.patch b/osx/build/updater/patches/enchant-applespell.patch
similarity index 100%
rename from osx/build/patches/enchant-applespell.patch
rename to osx/build/updater/patches/enchant-applespell.patch
diff --git a/osx/build/patches/gedit-plugins-disable-terminal.patch
b/osx/build/updater/patches/gedit-plugins-disable-terminal.patch
similarity index 100%
rename from osx/build/patches/gedit-plugins-disable-terminal.patch
rename to osx/build/updater/patches/gedit-plugins-disable-terminal.patch
diff --git a/osx/build/patches/mac-integration-open-files.patch
b/osx/build/updater/patches/mac-integration-open-files.patch
similarity index 100%
rename from osx/build/patches/mac-integration-open-files.patch
rename to osx/build/updater/patches/mac-integration-open-files.patch
diff --git a/osx/build/patches/pygobject-Merge-multiple-platform-case-statements.patch
b/osx/build/updater/patches/pygobject-Merge-multiple-platform-case-statements.patch
similarity index 100%
rename from osx/build/patches/pygobject-Merge-multiple-platform-case-statements.patch
rename to osx/build/updater/patches/pygobject-Merge-multiple-platform-case-statements.patch
diff --git a/osx/build/updater/update_modulesets.py b/osx/build/updater/update_modulesets.py
index 5d0ce72..5fa646b 100755
--- a/osx/build/updater/update_modulesets.py
+++ b/osx/build/updater/update_modulesets.py
@@ -100,7 +100,7 @@ class Merger:
if f.startswith(locc):
shutil.copyfile('.gtk-osx/' + f[len(locc):], dname + '/' + pname)
elif f.startswith('patches/'):
- shutil.copyfile('../' + f, dname + '/' + pname)
+ shutil.copyfile(f, dname + '/' + pname)
else:
content = self.from_cache_or_url(os.path.join('patches', mod.attrib['id'], pname), f)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]