summaryrefslogtreecommitdiff
path: root/multimedia/openshot/files/patch-setup.py
diff options
context:
space:
mode:
authorLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-27 15:44:28 +0000
committerLi-Wen Hsu <lwhsu@FreeBSD.org>2020-06-27 15:44:28 +0000
commit62e7942dd286cc865e6aed36db6e9b617e09271e (patch)
treeae616aeb77f52db4f9d5eced80f2486f6eb8617d /multimedia/openshot/files/patch-setup.py
parentUpdate to 0.2.5.106 (diff)
Update to 2.5.1.236
PR: 247533 Submitted by: Tatsuki Makino <tatsuki_makino@hotmail.com> (maintainer)
Notes
Notes: svn path=/head/; revision=540621
Diffstat (limited to 'multimedia/openshot/files/patch-setup.py')
-rw-r--r--multimedia/openshot/files/patch-setup.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/multimedia/openshot/files/patch-setup.py b/multimedia/openshot/files/patch-setup.py
index eca60c821bb2..66bea9fadd7d 100644
--- a/multimedia/openshot/files/patch-setup.py
+++ b/multimedia/openshot/files/patch-setup.py
@@ -1,4 +1,4 @@
---- setup.py.orig 2020-02-10 04:29:35 UTC
+--- setup.py.orig 2020-06-15 23:50:00 UTC
+++ setup.py
@@ -68,7 +68,7 @@ os_files = [
# AppStream metadata
@@ -8,8 +8,8 @@
+ ('share/pixmaps', ['xdg/icon/64/openshot-qt.png']),
# XDG Freedesktop icon paths
('share/icons/hicolor/scalable/apps', ['xdg/openshot-qt.svg']),
- ('share/icons/hicolor/64x64/apps', ['xdg/icon/64/openshot-qt.png']),
-@@ -77,7 +77,7 @@ os_files = [
+ ('share/icons/hicolor/scalable/mimetypes', ['xdg/openshot-qt-doc.svg']),
+@@ -79,7 +79,7 @@ os_files = [
# XDG desktop mime types cache
('share/mime/packages', ['xdg/org.openshot.OpenShot.xml']),
# launcher (mime.types)
@@ -18,7 +18,7 @@
]
# Find files matching patterns
-@@ -118,26 +118,6 @@ if os.path.exists(os.path.join(PATH, "src")):
+@@ -120,26 +120,6 @@ if os.path.exists(os.path.join(PATH, "src")):
FAILED = 'Failed to update.\n'
if ROOT and dist != None: