py-xpra: update to 0.16.2.
v0.16.2 (2016-02-08) ====================== -- fix subcommand logging clutter -- fix clean build target (failed to clean some html files) -- fix focus regression -- fix client message on server upgrade -- fix opus sound codec bundling on OSX -- fix exception logging on MS Windows exit errors -- fix missing window icons after window re-initialization -- fix NVENC crashes with some card / driver combinations -- fix system tray location mapping when scaling is active -- fix forwarding of network printers on MS Windows -- fix webp library conflicts -- fix magic key border toggle -- fix window decorations flag detection -- fix current working directory of start commands -- include workaround for some Java applications (disabled) -- reduce the amount of default "desktop-scaling" applied -- filter out more problematic desktop environment variables -- skip comments when showing command line help -- remove confusing unused code
This commit is contained in:
parent
b310904698
commit
73f97b9a46
3 changed files with 5 additions and 6 deletions
1
TODO
1
TODO
|
@ -106,7 +106,6 @@ Suggested package updates
|
|||
o py-PyPE-2.9
|
||||
o py-bitstring-3.1.3
|
||||
o py-rpyc-3.2.1
|
||||
o py-xpra-0.16.2
|
||||
o py-zeitgeist-0.9.16
|
||||
o qmc2-0.59
|
||||
o qtcreator-3.5
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
|
||||
|
||||
DISTNAME= xpra-0.16.1
|
||||
DISTNAME= xpra-0.16.2
|
||||
PKGNAME= ${PYPKGPREFIX}-${DISTNAME}
|
||||
CATEGORIES= x11
|
||||
MASTER_SITES= http://xpra.org/src/
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
$NetBSD: distinfo,v 1.21 2015/09/07 13:10:43 thomasklausner Exp $
|
||||
|
||||
SHA1 (xpra-0.16.1.tar.xz) = 5d0d80d7c5788f8b6c6e61ba09b22077f84bdb21
|
||||
RMD160 (xpra-0.16.1.tar.xz) = bd4fa6079be717b7eeb1e1747cc9be40f7274972
|
||||
SHA512 (xpra-0.16.1.tar.xz) = 98359817e756f5bb7df086f3078b61040acd1757230352228f53b9846a669878c3d2f035cd113442118d0b89d95385067723a5d2d1d768886b3158e93d9f7762
|
||||
Size (xpra-0.16.1.tar.xz) = 1340888 bytes
|
||||
SHA1 (xpra-0.16.2.tar.xz) = 131fd30896e5bff3a7b7c00399419d49d016b0e3
|
||||
RMD160 (xpra-0.16.2.tar.xz) = ef17df830733b68e82ac1ed9a48da2046117c67a
|
||||
SHA512 (xpra-0.16.2.tar.xz) = a5431367918551c630a7f80bd59c51b3bd360472ee268b7865862f4de03b0962b534ab65c4926faa386098c48cdab49f8d7e91b60b998017df52ab077d270a33
|
||||
Size (xpra-0.16.2.tar.xz) = 1341856 bytes
|
||||
SHA1 (patch-xpra_x11_gtk2_gdk__bindings.pyx) = 66e9688758e777de440ab047e9444309d543aac1
|
||||
SHA1 (patch-xpra_x11_gtk2_gdk__display__source.pyx) = 22184d73ed547373762070a550a5379eb6b4561b
|
||||
|
|
Loading…
Reference in a new issue