- Update to 0.2

PR:		141428
Submitted by:	Ruslan Mahmatkhanov <cvs-src@yandex.ru> (maintainer)
This commit is contained in:
Dmitry Marakasov 2009-12-13 14:56:43 +00:00
parent 3176ade167
commit 96bfbda5b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=245710
3 changed files with 5 additions and 16 deletions

View file

@ -6,9 +6,9 @@
#
PORTNAME= gtg
PORTVERSION= 0.1.99
PORTVERSION= 0.2
CATEGORIES= deskutils gnome python
MASTER_SITES= http://launchpad.net/gtg/trunk/0.2/+download/
MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/
MAINTAINER= cvs-src@yandex.ru
COMMENT= GTD organizer for the GNOME desktop environment

View file

@ -1,3 +1,3 @@
MD5 (gtg-0.1.99.tar.gz) = 54e37db4770759236bbd6fc746f9cd95
SHA256 (gtg-0.1.99.tar.gz) = 822235ef1c4bccd109a5f5b86794229391c934bcc1a38d7c41858cc09e5fc649
SIZE (gtg-0.1.99.tar.gz) = 275535
MD5 (gtg-0.2.tar.gz) = 1a8ba423cab1efe61967f103c1f04935
SHA256 (gtg-0.2.tar.gz) = 27075419f695909f7b9fc818914dc1d9d1be9676cb428ea3098754632f704ed7
SIZE (gtg-0.2.tar.gz) = 348103

View file

@ -1,11 +0,0 @@
--- GTG/__init__.py.orig 2009-04-04 01:00:16.000000000 +0400
+++ GTG/__init__.py 2009-06-17 12:59:18.000000000 +0400
@@ -60,7 +60,7 @@
GETTEXT_DOMAIN = 'gtg'
LOCALE_PATH = abspath(join(dirname(__file__), pardir, 'locales'))
if not os.path.isdir(LOCALE_PATH):
- LOCALE_PATH = '/usr/share/locale'
+ LOCALE_PATH = '/usr/local/share/locale'
languages_used = []
lc, encoding = locale.getdefaultlocale()
if lc: