libvncserver:ver.bump

This commit is contained in:
Rmys
2018-08-07 12:02:12 +03:00
parent 670a415139
commit 8e41ad7ce5
2 changed files with 11 additions and 3 deletions
+3 -2
View File
@@ -8,9 +8,10 @@ from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import get
WorkDir = "LibVNCServer-%s" % get.srcVERSION()
WorkDir = "libvncserver-LibVNCServer-%s" % get.srcVERSION()
def setup():
autotools.autoreconf("-vif")
autotools.configure("--disable-static \
--disable-dependency-tracking \
--with-24bpp \
@@ -24,4 +25,4 @@ def build():
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
pisitools.remove("/usr/bin/linuxvnc")
#pisitools.remove("/usr/bin/linuxvnc")
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:console</IsA>
<Summary>Library for creating VNC (Virtual Network Computing) servers</Summary>
<Description>libvncserver provides a C library to create VNC servers.</Description>
<Archive sha1sum="2004c6ae493baeff3da40b61e0a0f73c83182dad" type="targz">mirrors://sourceforge/libvncserver/LibVNCServer-0.9.9.tar.gz</Archive>
<Archive sha1sum="d844a2c9e69465d104a8468dce515a49e4db9585" type="targz">https://github.com/LibVNC/libvncserver/archive/LibVNCServer-0.9.11.tar.gz</Archive>
<BuildDependencies>
<Dependency>gnutls-devel</Dependency>
<Dependency>libjpeg-turbo-devel</Dependency>
@@ -58,6 +58,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-07</Date>
<Version>0.9.11</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2017-01-29</Date>
<Version>0.9.9</Version>