1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

- Update to 0.15.1.

- Take over maintainership.

Approved by:	swills (maintainer)
This commit is contained in:
Jung-uk Kim 2015-06-22 17:51:19 +00:00
parent 24d8e54b4f
commit 912a8d2907
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=390306
4 changed files with 9 additions and 7 deletions

View File

@ -2,11 +2,11 @@
# $FreeBSD$
PORTNAME= xpra
PORTVERSION= 0.15.0
PORTVERSION= 0.15.1
CATEGORIES= x11
MASTER_SITES= http://xpra.org/src/
MAINTAINER= swills@FreeBSD.org
MAINTAINER= jkim@FreeBSD.org
COMMENT= Xpra gives you persistent remote applications for X
LICENSE= GPLv2

View File

@ -1,2 +1,2 @@
SHA256 (xpra-0.15.0.tar.xz) = bfa12806b245697b799a157f7882d0fa6abcb242a9937c3b0837cc779c0c519c
SIZE (xpra-0.15.0.tar.xz) = 1191104
SHA256 (xpra-0.15.1.tar.xz) = 6bd3d468f22057ef99093ec5bb357ecab78e40d2e1c26884d30b1001e1d98585
SIZE (xpra-0.15.1.tar.xz) = 1191520

View File

@ -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":

View File

@ -647,6 +647,7 @@ man/man1/xpra_launcher.1.gz
share/appdata/xpra.appdata.xml
share/applications/xpra.desktop
share/applications/xpra_launcher.desktop
share/mime/packages/application-x-xpraconfig.xml
share/pixmaps/xpra.png
%%DATADIR%%/COPYING
%%DATADIR%%/README