commit
d51d3f1ff4
|
@ -0,0 +1,14 @@
|
|||
# Template file for 'python-rencode'
|
||||
pycompile_module=rencode
|
||||
pkgname=python-${pycompile_module}
|
||||
version=1.0.3
|
||||
revision=1
|
||||
wrksrc="${pycompile_module}-${version}"
|
||||
build_style=python-module
|
||||
hostmakedepends="python python-Cython"
|
||||
short_desc="Python module for fast (basic) object serialization similar to bencode"
|
||||
maintainer="Andrea Brancaleoni <miwaxe@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="https://github.com/aresch/${pycompile_module}"
|
||||
distfiles="${homepage}/archive/v${version}.tar.gz"
|
||||
checksum=13c47ca2f9cf060083de7e5886e725731863c4a5d95545c68e0bb3a2149da444
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'xpra'
|
||||
pkgname=xpra
|
||||
version=0.15.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python-module
|
||||
conf_files="/etc/xpra/xpra.conf /etc/xpra/xorg.conf"
|
||||
pycompile_module="xpra"
|
||||
|
@ -9,7 +9,7 @@ hostmakedepends="python pkg-config python-Cython"
|
|||
makedepends="pygtk-devel python-Pillow-devel libXtst-devel libXrandr-devel
|
||||
libxkbfile-devel libXcomposite-devel libXdamage-devel x264-devel libwebp-devel
|
||||
libvpx-devel"
|
||||
depends="pygtk python-Pillow xorg-server-xvfb"
|
||||
depends="pygtk python-Pillow xorg-server-xvfb python-rencode"
|
||||
short_desc="Like screen(1) for X"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-2"
|
||||
|
|
Loading…
Reference in New Issue