Update to geany 0.18, from Pawlowski Marcin Piotr, thanks!
Changelog here : http://www.geany.org/Main/20090816 ok MAINTAINER
This commit is contained in:
parent
a95930487b
commit
d1ed51c9e8
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.21 2009/08/10 06:31:07 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.22 2009/09/04 11:38:31 landry Exp $
|
||||
|
||||
SHARED_ONLY= Yes
|
||||
|
||||
COMMENT= small and lightweight IDE
|
||||
|
||||
DISTNAME= geany-0.17
|
||||
PKGNAME= ${DISTNAME}p1
|
||||
DISTNAME= geany-0.18
|
||||
PKGNAME= ${DISTNAME}
|
||||
CATEGORIES= devel
|
||||
|
||||
HOMEPAGE= http://www.geany.org
|
||||
@ -18,7 +18,7 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=geany/}
|
||||
MASTER_SITES= http://download.geany.org/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MODULES= devel/gettext \
|
||||
|
@ -1,5 +1,5 @@
|
||||
MD5 (geany-0.17.tar.bz2) = CX9hn18IAAmKJDiiFqKOew==
|
||||
RMD160 (geany-0.17.tar.bz2) = K+JZSe4s0kyeD/hqzn6z05oJrCA=
|
||||
SHA1 (geany-0.17.tar.bz2) = mLDxLB5blzKqY7506uJWIjk82+U=
|
||||
SHA256 (geany-0.17.tar.bz2) = La7lSxbRmha9pVfTx/0L3pAGQK/Ubxt1KcB8wkAZ/YQ=
|
||||
SIZE (geany-0.17.tar.bz2) = 2336257
|
||||
MD5 (geany-0.18.tar.bz2) = 2OMB9pM8go4sNrOv2z9MNA==
|
||||
RMD160 (geany-0.18.tar.bz2) = ONBTu5lSllVgrhnPSFhKPW+I0wo=
|
||||
SHA1 (geany-0.18.tar.bz2) = UoTgadXaVYHPh0dLWks3rtAV134=
|
||||
SHA256 (geany-0.18.tar.bz2) = fLOH05S1i57hEZ3GdwtDfkpMnnK1kbC9Qx5UVY9RIS0=
|
||||
SIZE (geany-0.18.tar.bz2) = 2457351
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.12 2009/05/31 02:33:08 landry Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.13 2009/09/04 11:38:31 landry Exp $
|
||||
@bin bin/geany
|
||||
include/geany/
|
||||
include/geany/dialogs.h
|
||||
@ -8,6 +8,7 @@ include/geany/encodings.h
|
||||
include/geany/filetypes.h
|
||||
include/geany/geany.h
|
||||
include/geany/geanyfunctions.h
|
||||
include/geany/geanyplugin.h
|
||||
include/geany/highlighting.h
|
||||
include/geany/keybindings.h
|
||||
include/geany/main.h
|
||||
@ -89,6 +90,7 @@ share/geany/GPL-2
|
||||
share/geany/c99.tags
|
||||
share/geany/filetype_extensions.conf
|
||||
share/geany/filetypes.actionscript
|
||||
share/geany/filetypes.ada
|
||||
share/geany/filetypes.asm
|
||||
share/geany/filetypes.c
|
||||
share/geany/filetypes.caml
|
||||
@ -146,6 +148,9 @@ share/icons/hicolor/16x16/apps/classviewer-namespace.png
|
||||
share/icons/hicolor/16x16/apps/classviewer-other.png
|
||||
share/icons/hicolor/16x16/apps/classviewer-struct.png
|
||||
share/icons/hicolor/16x16/apps/classviewer-var.png
|
||||
share/icons/hicolor/16x16/apps/geany.png
|
||||
share/icons/hicolor/48x48/apps/geany.png
|
||||
share/icons/hicolor/scalable/apps/geany.svg
|
||||
share/locale/be/LC_MESSAGES/geany.mo
|
||||
share/locale/bg/LC_MESSAGES/geany.mo
|
||||
share/locale/ca/LC_MESSAGES/geany.mo
|
||||
@ -160,19 +165,24 @@ share/locale/hu/LC_MESSAGES/geany.mo
|
||||
share/locale/it/LC_MESSAGES/geany.mo
|
||||
share/locale/ja/LC_MESSAGES/geany.mo
|
||||
share/locale/ko/LC_MESSAGES/geany.mo
|
||||
share/locale/lb/
|
||||
share/locale/lb/LC_MESSAGES/
|
||||
share/locale/lb/LC_MESSAGES/geany.mo
|
||||
share/locale/nl/LC_MESSAGES/geany.mo
|
||||
share/locale/pl/LC_MESSAGES/geany.mo
|
||||
share/locale/pt_BR/LC_MESSAGES/geany.mo
|
||||
share/locale/pt_PT/
|
||||
share/locale/pt_PT/LC_MESSAGES/
|
||||
share/locale/pt_PT/LC_MESSAGES/geany.mo
|
||||
share/locale/ro/LC_MESSAGES/geany.mo
|
||||
share/locale/ru/LC_MESSAGES/geany.mo
|
||||
share/locale/sl/LC_MESSAGES/geany.mo
|
||||
share/locale/sv/LC_MESSAGES/geany.mo
|
||||
share/locale/tr/LC_MESSAGES/geany.mo
|
||||
share/locale/uk/LC_MESSAGES/geany.mo
|
||||
share/locale/vi/LC_MESSAGES/geany.mo
|
||||
share/locale/zh_CN/LC_MESSAGES/geany.mo
|
||||
share/locale/zh_TW/LC_MESSAGES/geany.mo
|
||||
share/pixmaps/
|
||||
share/pixmaps/geany.png
|
||||
@exec %D/bin/update-desktop-database
|
||||
@unexec %D/bin/update-desktop-database
|
||||
@exec %D/bin/gtk-update-icon-cache -q -f -t %D/share/icons/hicolor 2> /dev/null || true
|
||||
|
Loading…
Reference in New Issue
Block a user