X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=blobdiff_plain;f=Makefile;h=e4246cf64ce232b21979cd1c58aac70024e954f6;hp=5595c50a784a51d8a6cc05d3d190c92dd9be86f7;hb=6b53b0de888be298f86369904560e6352a86e5ce;hpb=802fe47e6fa83b0b6639aaf54a8e75f1869b54c8;ds=sidebyside diff --git a/Makefile b/Makefile index 5595c50..e4246cf 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,9 @@ -RELEASE=2.1 +RELEASE=3.0 PACKAGE=vncterm -VERSION=1.0 -PACKAGERELEASE=3 +# Note: also change version in debian/control and debian/changelog +VERSION=1.1 +PACKAGERELEASE=1 ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) CDATE:=$(shell date +%F) @@ -12,6 +13,7 @@ VNCSRC=${VNCDIR}.tar.gz VNCLIB=${VNCDIR}/libvncserver/.libs/libvncserver.a TIGERVNCSRC=tigervnc-1.1.0.tgz +#TIGERVNCSRC=tigervnc-1.2.0.tgz DEB=${PACKAGE}_${VERSION}-${PACKAGERELEASE}_${ARCH}.deb SNAP=${PACKAGE}-${VERSION}-${CDATE}.tar.gz @@ -45,12 +47,16 @@ jar: tigervnc.org cd tigervnc; quilt push -a cd tigervnc/java/src/com/tigervnc/vncviewer; make clean; make jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/src/com/tigervnc/vncviewer/VncViewer.jar proxmox +# this is for version 1.2 +# ln -s ../newtigerpatches tigervnc/patches +# cd tigervnc/java;cmake -G "Unix Makefiles"; make +# jarsigner -keystore ${KEYSTORE} -signedjar VncViewer.jar tigervnc/java/VncViewer.jar proxmox tigervnc.org: ${TIGERVNCSRC} rm -rf tigervnc.org tar xf ${TIGERVNCSRC} -downlaod: +download: rm -rf tigervnc.org svn co https://tigervnc.svn.sourceforge.net/svnroot/tigervnc/tags/1_1_0 tigervnc.org tar cf ${TIGERVNCSRC} tigervnc.org