wok-next diff novnc/receipt @ rev 21323

lcdnurse: added build dependency wxWidgets28
author Hans-G?nter Theisgen
date Wed Dec 11 14:19:01 2019 +0100 (2019-12-11)
parents 2949147cd6ec
children
line diff
     1.1 --- a/novnc/receipt	Thu Sep 27 01:34:11 2018 +0300
     1.2 +++ b/novnc/receipt	Wed Dec 11 14:19:01 2019 +0100
     1.3 @@ -27,13 +27,16 @@
     1.4  
     1.5  genpkg_rules() {
     1.6  	copy @std
     1.7 +	DEPENDS="python-websockify net-tools"
     1.8 +	SUGGESTED="openssl"
     1.9 +	TAGS="vnc remote-desktop html5"
    1.10  }
    1.11  
    1.12  post_install() {
    1.13  	which openssl >/dev/null &&
    1.14  	openssl req -new -x509 -keyout "$1/usr/share/novnc/self.pem" \
    1.15  		-out "$1/usr/share/novnc/self.pem" -days 3650 -nodes <<EOT
    1.16 -$(. "$1/etc/locale.conf" ; echo ${LANG#*_})
    1.17 +$(. "$1/etc/locale.conf"; echo ${LANG#*_})
    1.18  $(cat "$1/etc/TZ")
    1.19  
    1.20  $(cat "$1/etc/hostname")
    1.21 @@ -41,7 +44,4 @@
    1.22  
    1.23  
    1.24  EOT
    1.25 -	DEPENDS="python-websockify net-tools"
    1.26 -	SUGGESTED="openssl"
    1.27 -	TAGS="vnc remote-desktop html5"
    1.28  }