FreeBSD Bugzilla – Attachment 96955 Details for
Bug 135661
[MAINTAINER] deskutils/gtg: fix l10n
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.58 KB, created by
R.Mahmatkhanov
on 2009-06-17 10:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
R.Mahmatkhanov
Created:
2009-06-17 10:20:02 UTC
Size:
1.58 KB
patch
obsolete
>diff -ruN gtg.orig/Makefile gtg/Makefile >--- gtg.orig/Makefile 2009-04-09 16:53:16.000000000 +0400 >+++ gtg/Makefile 2009-06-17 13:05:36.000000000 +0400 >@@ -7,6 +7,7 @@ > > PORTNAME= gtg > PORTVERSION= 0.1.1 >+PORTREVISION= 1 > CATEGORIES= deskutils gnome python > MASTER_SITES= http://launchpad.net/gtg/trunk/${PORTVERSION}/+download/ \ > http://freebsd.unixfreunde.de/sources/ >diff -ruN gtg.orig/files/patch-GTG___init__.py gtg/files/patch-GTG___init__.py >--- gtg.orig/files/patch-GTG___init__.py 2009-03-17 00:11:39.000000000 +0300 >+++ gtg/files/patch-GTG___init__.py 2009-06-17 13:04:25.000000000 +0400 >@@ -1,11 +1,20 @@ >---- GTG/__init__.py.orig 2009-03-07 02:09:57.000000000 +0300 >-+++ GTG/__init__.py 2009-03-16 01:19:21.000000000 +0300 >-@@ -22,7 +22,7 @@ >+--- GTG/__init__.py.orig 2009-04-04 01:00:16.000000000 +0400 >++++ GTG/__init__.py 2009-06-17 12:59:18.000000000 +0400 >+@@ -32,7 +32,7 @@ > EMAIL = "gtg@lists.launchpad.net" >- VERSION = '0.1' >+ VERSION = '0.1.1' > LOCAL_ROOTDIR = os.path.abspath(os.path.join(os.path.dirname(__file__), '..')) > -DIST_ROOTDIR = "/usr/share/gtg" > +DIST_ROOTDIR = "/usr/local/share/gtg" > >- if not os.path.isdir( os.path.join(LOCAL_ROOTDIR,'data') ) : >- DATA_DIR = DIST_ROOTDIR >+ # CREDITS >+ AUTHORS = ["Main developers:", \ >+@@ -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:
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 135661
: 96955