summaryrefslogtreecommitdiff
path: root/x11/xpra/files/patch-setup.py
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2015-06-22 17:51:19 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2015-06-22 17:51:19 +0000
commit912a8d290714c37e4cd1fd79c0db636c5f51cac3 (patch)
tree07fb087031f0597c83c8655ab74aa5881359b38f /x11/xpra/files/patch-setup.py
parent- Update to 2.0.3 (diff)
- Update to 0.15.1.
- Take over maintainership. Approved by: swills (maintainer)
Notes
Notes: svn path=/head/; revision=390306
Diffstat (limited to 'x11/xpra/files/patch-setup.py')
-rw-r--r--x11/xpra/files/patch-setup.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/x11/xpra/files/patch-setup.py b/x11/xpra/files/patch-setup.py
index 4c0f9f5cb156..08a4ddb8a652 100644
--- a/x11/xpra/files/patch-setup.py
+++ b/x11/xpra/files/patch-setup.py
@@ -1,6 +1,6 @@
---- setup.py.orig 2015-05-11 14:15:11 UTC
+--- setup.py.orig 2015-06-12 20:31:00 UTC
+++ setup.py
-@@ -1546,11 +1546,11 @@ if WIN32:
+@@ -1552,12 +1552,12 @@ if WIN32:
else:
#OSX and *nix:
scripts += ["scripts/xpra", "scripts/xpra_launcher"]
@@ -9,12 +9,13 @@
add_data_files("share/xpra", ["README", "COPYING"])
add_data_files("share/xpra/icons", glob.glob("icons/*"))
add_data_files("share/applications", ["xdg/xpra_launcher.desktop", "xdg/xpra.desktop"])
+ add_data_files("share/mime/packages", ["xdg/application-x-xpraconfig.xml"])
- add_data_files("share/icons", ["xdg/xpra.png"])
+ add_data_files("share/pixmaps", ["xdg/xpra.png"])
add_data_files("share/appdata", ["xdg/xpra.appdata.xml"])
html5_dir = "share/xpra/www"
-@@ -1673,7 +1673,7 @@ if html5_ENABLED:
+@@ -1680,7 +1680,7 @@ if html5_ENABLED:
if printing_ENABLED and os.name=="posix":
#"/usr/lib/cups/backend":