SF.net SVN: geany-plugins:[240] trunk/geanydoc/install
yurand at users.sourceforge.net
yurand at xxxxx
Wed Oct 22 22:36:50 UTC 2008
Revision: 240
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=240&view=rev
Author: yurand
Date: 2008-10-22 22:36:49 +0000 (Wed, 22 Oct 2008)
Log Message:
-----------
geanydoc: update distribution scripts
Modified Paths:
--------------
trunk/geanydoc/install/PKGBUILD.in
trunk/geanydoc/install/ebuild.in
trunk/geanydoc/install/setup.nsi.in
Modified: trunk/geanydoc/install/PKGBUILD.in
===================================================================
--- trunk/geanydoc/install/PKGBUILD.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/PKGBUILD.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -1,12 +1,13 @@
# Contributor: Yura Siamashka <yurand2 at gmail.com>
+
pkgname=geanydoc
pkgver=VERSION
pkgrel=1
pkgdesc="Plugin for Geany IDE that execute specified commands for the word at the cursor"
arch=(i686 x86_64)
-url="http://users.cosmostv.by/yurand/geanydoc/"
+url="http://geany-plugins.sourceforge.net/geanydoc/"
license=("GPL3")
-depends=('geany>=0.14')
+depends=('geany>=0.15')
makedepends=()
conflicts=()
replaces=()
Modified: trunk/geanydoc/install/ebuild.in
===================================================================
--- trunk/geanydoc/install/ebuild.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/ebuild.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -2,14 +2,14 @@
# Distributed under the terms of the GNU General Public License v2
DESCRIPTION="Plugin for Geany IDE that execute specified commands for the word at the cursor"
-HOMEPAGE="http://users.cosmostv.by/yurand/geanydoc/"
+HOMEPAGE="http://geany-plugins.sourceforge.net/geanydoc/"
SRC_URI="http://users.cosmostv.by/yurand/${PN}/${P}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-RDEPEND=">=dev-util/geany-0.14"
+RDEPEND=">=dev-util/geany-0.15"
DEPEND="${RDEPEND}"
Modified: trunk/geanydoc/install/setup.nsi.in
===================================================================
--- trunk/geanydoc/install/setup.nsi.in 2008-10-22 22:34:01 UTC (rev 239)
+++ trunk/geanydoc/install/setup.nsi.in 2008-10-22 22:36:49 UTC (rev 240)
@@ -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."
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