Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Mar 2013 08:20:07 -0700 (PDT)
From:      William Grzybowski <william88@gmail.com>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/177315: [PATCH] x11-toolkits/elementary: fix plist
Message-ID:  <514dc827.8596ec0a.27ac.6b5c@mx.google.com>
Resent-Message-ID: <201303231550.r2NFo0bB076678@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         177315
>Category:       ports
>Synopsis:       [PATCH] x11-toolkits/elementary: fix plist
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 23 15:50:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     William Grzybowski
>Release:        FreeBSD 9.1-RELEASE amd64
>Organization:
>Environment:
>Description:

	Fix plist, caught by pointyhat

>How-To-Repeat:
>Fix:

	See attached patch


--- elementary.patch begins here ---
Index: pkg-plist
===================================================================
--- pkg-plist	(revision 314933)
+++ pkg-plist	(working copy)
@@ -377,6 +377,7 @@
 %%NLS%%share/locale/pt/LC_MESSAGES/elementary.mo
 %%NLS%%share/locale/ur/LC_MESSAGES/elementary.mo
 %%NLS%%share/locale/yi/LC_MESSAGES/elementary.mo
+%%NLS%%share/locale/zh_CN/LC_MESSAGES/elementary.mo
 @dirrm include/elementary-1
 @dirrm lib/edje/modules/elm/%%E17_ARCH%%
 @dirrm lib/edje/modules/elm
@@ -431,5 +432,7 @@
 %%NLS%%@dirrmtry share/locale/ur
 %%NLS%%@dirrmtry share/locale/yi/LC_MESSAGES
 %%NLS%%@dirrmtry share/locale/yi
+%%NLS%%@dirrmtry share/locale/zh_CN/LC_MESSAGES
+%%NLS%%@dirrmtry share/locale/zh_CN
 @dirrmtry share/applications
 @dirrmtry share/icons
--- elementary.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?514dc827.8596ec0a.27ac.6b5c>