]> git.pld-linux.org Git - packages/bluefish.git/blob - bluefish-locales.patch
- added missing Require: gnome-vfs2 (without it bluefish got SIGSEGV); rel 4
[packages/bluefish.git] / bluefish-locales.patch
1 diff -urN bluefish-1.0.7/configure.ac bluefish-1.0.7.new/configure.ac
2 --- bluefish-1.0.7/configure.ac 2007-02-07 11:33:01.000000000 +0100
3 +++ bluefish-1.0.7.new/configure.ac     2007-02-07 11:36:56.000000000 +0100
4 @@ -30,7 +30,7 @@
5  AC_DEFINE_UNQUOTED(CONFIGURE_OPTIONS, "$0 $*")
6  
7  # these are the languages that will be installed, so these should be finished
8 -ALL_LINGUAS="bg cs da de es eu fi fr hu it ja no pl pt pt_BR ru sk sr sv ta tr zh_CN zh_TW"
9 +ALL_LINGUAS="bg cs da de es eu fi fr hu it ja nb nl pl pt pt_BR ru sk sr@Latn sv ta tr zh_CN zh_TW"
10  AC_SUBST(ALL_LINGUAS)
11  
12  dnl ************************
13 diff -urN bluefish-1.0.7/po/Makefile.in bluefish-1.0.7.new/po/Makefile.in
14 --- bluefish-1.0.7/po/Makefile.in       2007-02-07 11:33:01.000000000 +0100
15 +++ bluefish-1.0.7.new/po/Makefile.in   2007-02-07 11:37:42.000000000 +0100
16 @@ -26,7 +26,7 @@
17  XGETTEXT = @XGETTEXT@
18  MSGMERGE = @MSGMERGE@
19  
20 -SRCS = bg.po cs.po da.po de.po el.po es.po eu.po fi.po fr.po hu.po it.po ja.po nl.po no.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr.po sv.po ta.po tr.po zh_CN.po zh_TW.po
21 +SRCS = bg.po cs.po da.po de.po el.po es.po eu.po fi.po fr.po hu.po it.po ja.po nl.po nb.po pl.po pt.po pt_BR.po ro.po ru.po sk.po sr@Latn.po sv.po ta.po tr.po zh_CN.po zh_TW.po
22  .SUFFIXES: .po .gmo
23  OBJS = $(SRCS:.po=.gmo)
24  
This page took 0.078303 seconds and 4 git commands to generate.