SF.net SVN: geany-plugins:[248] trunk/geanyvc
yurand at users.sourceforge.net
yurand at xxxxx
Thu Oct 23 23:34:44 UTC 2008
Revision: 248
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=248&view=rev
Author: yurand
Date: 2008-10-23 23:34:44 +0000 (Thu, 23 Oct 2008)
Log Message:
-----------
geanyVC: Uptate README, install, makefile.win32 before 0.4 release
Modified Paths:
--------------
trunk/geanyvc/README
trunk/geanyvc/install/PKGBUILD.in
trunk/geanyvc/install/ebuild.in
trunk/geanyvc/install/setup.nsi.in
trunk/geanyvc/makefile.win32
trunk/geanyvc/update_web.sh
Modified: trunk/geanyvc/README
===================================================================
--- trunk/geanyvc/README 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/README 2008-10-23 23:34:44 UTC (rev 248)
@@ -14,6 +14,8 @@
implemented, but, hey, you don't need anything besides diff, log, status,
revert and commit most time.
+In order to use it you need Geany 0.15.
+
Features
========
@@ -130,7 +132,7 @@
Download
========
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.3.tar.gz
+The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4.tar.gz
Up to date source code can be downloaded here::
@@ -156,7 +158,7 @@
Windows
-------
-A windows installer is available here: http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.3_setup.exe
+A windows installer is available here: http://users.cosmostv.by/yurand/geanyvc/geanyvc-0.4_setup.exe
--
2007-2008 by Yura Siamashka and Frank Lanitz
Modified: trunk/geanyvc/install/PKGBUILD.in
===================================================================
--- trunk/geanyvc/install/PKGBUILD.in 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/install/PKGBUILD.in 2008-10-23 23:34:44 UTC (rev 248)
@@ -4,9 +4,9 @@
pkgrel=1
pkgdesc="Version control systems plugin for Geany IDE"
arch=(i686 x86_64)
-url="http://users.cosmostv.by/yurand/geanyvc/"
+url="http://geany-plugins.sourceforge.net/geanyvc/"
license=("GPL3")
-depends=('geany>=0.14')
+depends=('geany>=0.15')
makedepends=()
conflicts=()
replaces=()
Modified: trunk/geanyvc/install/ebuild.in
===================================================================
--- trunk/geanyvc/install/ebuild.in 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/install/ebuild.in 2008-10-23 23:34:44 UTC (rev 248)
@@ -1,15 +1,17 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
+# $Header: $
DESCRIPTION="Version control systems plugin for Geany IDE"
-HOMEPAGE="http://users.cosmostv.by/yurand/geanyvc/"
+HOMEPAGE="http://geany-plugins.sourceforge.net/geanyvc/"
SRC_URI="http://users.cosmostv.by/yurand/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
+IUSE=""
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=dev-util/geany-0.14"
+RDEPEND=">=dev-util/geany-0.15"
DEPEND="${RDEPEND}"
Modified: trunk/geanyvc/install/setup.nsi.in
===================================================================
--- trunk/geanyvc/install/setup.nsi.in 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/install/setup.nsi.in 2008-10-23 23:34:44 UTC (rev 248)
@@ -21,7 +21,7 @@
Function .onInit
ReadRegStr $R0 "HKLM" "Software\Microsoft\Windows\CurrentVersion\Uninstall\Geany" "UninstallString"
StrCmp $R0 "" warning
- ${StrRep} $INSTDIR $R0 "uninst.exe" "plugins"
+ ${StrRep} $INSTDIR $R0 "uninst.exe" "lib"
goto done
warning:
MessageBox MB_OK|MB_ICONEXCLAMATION "You need install geany first."
Modified: trunk/geanyvc/makefile.win32
===================================================================
--- trunk/geanyvc/makefile.win32 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/makefile.win32 2008-10-23 23:34:44 UTC (rev 248)
@@ -20,7 +20,7 @@
.SUFFIXES: .c .o
-include localwin32.mk
-OBJS = geanyvc.o vc_cvs.o vc_svk.o vc_svn.o vc_git.o vc_bzr.o vc_hg.o
+OBJS = externdiff.o geanyvc.o utils.o vc_cvs.o vc_svk.o vc_svn.o vc_git.o vc_bzr.o vc_hg.o
INCLUDEDIRS= -I. -I.. \
-I$(GEANY_SRC) \
-I$(GEANY_SRC)/src \
Modified: trunk/geanyvc/update_web.sh
===================================================================
--- trunk/geanyvc/update_web.sh 2008-10-23 23:33:29 UTC (rev 247)
+++ trunk/geanyvc/update_web.sh 2008-10-23 23:34:44 UTC (rev 248)
@@ -10,5 +10,5 @@
PLUGIN=`pwd | xargs basename`
rst2html.py README > index.html
-scp index.html ${USERNAME}@shell.sourceforge.net:/home/groups/g/ge/geany-plugins/htdocs/${PLUGIN}
+scp index.html ${USERNAME}@web.sourceforge.net:/home/groups/g/ge/geany-plugins/htdocs/${PLUGIN}
rm index.html
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Plugins-Commits
mailing list