summaryrefslogtreecommitdiff
path: root/pcr/font-manager/2003-file-roller-syntax-fix.patch
diff options
context:
space:
mode:
authorAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
committerAndreas Grapentin <andreas@grapentin.org>2018-01-21 11:54:49 +0100
commitdfcadab0ceae4d8144a6ea1968ad8e22d6035ed1 (patch)
tree5793e426ffc3ae28bb810d8e6b9fd2cbf9097a82 /pcr/font-manager/2003-file-roller-syntax-fix.patch
parent0f53aeb2acf73985536487bb3838262ba2779694 (diff)
downloadabslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.gz
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.tar.bz2
abslibre-dfcadab0ceae4d8144a6ea1968ad8e22d6035ed1.zip
pcr/font-manager: updated to 0.7.3
Diffstat (limited to 'pcr/font-manager/2003-file-roller-syntax-fix.patch')
-rw-r--r--pcr/font-manager/2003-file-roller-syntax-fix.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/pcr/font-manager/2003-file-roller-syntax-fix.patch b/pcr/font-manager/2003-file-roller-syntax-fix.patch
deleted file mode 100644
index 229e13dc6..000000000
--- a/pcr/font-manager/2003-file-roller-syntax-fix.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- font-manager/src/utils/common.py 2010-12-20 12:47:37.000000000 +0800
-+++ font-manager/src/utils/common.py 2013-06-12 22:09:06.296985078 +0800
-@@ -146,7 +146,7 @@
-
- If delete is True, folder will be deleted afterwards
- """
-- archiver = """file-roller -a '{0}.{1}' '{2}'""".format(arch_name,
-+ archiver = """file-roller --add-to='{0}.{1}' '{2}'""".format(arch_name,
- arch_type, folder)
- os.chdir(destination)
- roller = subprocess.Popen(shlex.split(archiver))
---- font-manager/src/core/fonts.py 2010-12-20 13:14:43.000000000 +0800
-+++ font-manager/src/core/fonts.py 2013-06-12 22:26:29.084669145 +0800
-@@ -524,7 +524,7 @@
- tmp_dir = tempfile.mkdtemp(suffix='-font-manager', prefix='tmp-')
- arch_dir = join(tmp_dir, dir_name)
- os.mkdir(arch_dir)
-- subprocess.call(['file-roller', '-e', arch_dir, filepath])
-+ subprocess.call(['file-roller', '--extract-to=' + arch_dir, filepath])
- # Todo: Need to check whether archive actually contained any fonts
- # if user_is_stupid:
- # self.notify()