xpra: update to 1.0.1.
This commit is contained in:
parent
e7e1675f99
commit
09517b5f77
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'xpra'
|
# Template file for 'xpra'
|
||||||
pkgname=xpra
|
pkgname=xpra
|
||||||
version=1.0
|
version=1.0.1
|
||||||
revision=2
|
revision=1
|
||||||
build_style=python2-module
|
build_style=python2-module
|
||||||
conf_files="
|
conf_files="
|
||||||
/etc/xpra/xpra.conf
|
/etc/xpra/xpra.conf
|
||||||
|
@ -16,11 +16,11 @@ makedepends="ffmpeg-devel libXcomposite-devel libXdamage-devel libXrandr-devel
|
||||||
x264-devel"
|
x264-devel"
|
||||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4"
|
depends="pygtk python-Pillow xorg-server-xvfb python-rencode python-lz4"
|
||||||
short_desc="Like screen(1) for X"
|
short_desc="Like screen(1) for X"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://xpra.org/"
|
homepage="http://xpra.org/"
|
||||||
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
distfiles="https://xpra.org/src/${pkgname}-${version}.tar.xz"
|
||||||
checksum=87b7c4e4bd4afe40363b23add4b3246004c8a027b305faee23b6063761c3826a
|
checksum=415eea94dc7efabb1fd2e4eaa8a7665fefe65ed91be1cf31605394fb6d48ec17
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
sed -i 's/-Werror/-Wno-error/g' setup.py # ugh
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue