X-Git-Url: https://git.proxmox.com/?p=vncterm.git;a=blobdiff_plain;f=Makefile;h=e4246cf64ce232b21979cd1c58aac70024e954f6;hp=0d881fea3af81ae3ada165951eb9aca975613c1e;hb=336e20e1c7aff1db230add4ebd74c4d50318fd55;hpb=e6d0212c1efc9ee64187dc1b398fcae3df3a526b diff --git a/Makefile b/Makefile index 0d881fe..e4246cf 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,8 @@ -RELEASE=2.0 +RELEASE=3.0 PACKAGE=vncterm -VERSION=1.0 +# 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