Author: lisu Date: Thu Dec 22 12:05:02 2011 GMT Module: packages Tag: HEAD ---- Log message: - start update to 2.2.0 - fix plugins' po building
---- Files affected: packages/bluefish: bluefish.spec (1.98 -> 1.99) ---- Diffs: ================================================================ Index: packages/bluefish/bluefish.spec diff -u packages/bluefish/bluefish.spec:1.98 packages/bluefish/bluefish.spec:1.99 --- packages/bluefish/bluefish.spec:1.98 Sun Jun 5 14:40:47 2011 +++ packages/bluefish/bluefish.spec Thu Dec 22 13:04:57 2011 @@ -6,13 +6,13 @@ Summary: Bluefish - HTML editor for the experienced web designer Summary(pl.UTF-8): Bluefish - Edytor HTML-a dla zaawansowanych Name: bluefish -Version: 2.0.3 +Version: 2.2.0 Release: 0.1 License: GPL Group: X11/Applications/Editors # The master server is here Source0: http://www.bennewitz.com/bluefish/stable/source/%{name}-%{version}.tar.bz2 -# Source0-md5: 4c062fcb1f90f91a35687b877d37d6dd +# Source0-md5: 23d894e065585d35dbc74c246c15cc9d # but if you want ftp: try this one # Source0: ftp://bluefish.advancecreations.com/bluefish/downloads/%{name}-%{version}.tar.bz2 Patch0: %{name}-locales.patch @@ -23,7 +23,7 @@ BuildRequires: gettext-devel BuildRequires: glib2-devel >= 2.16 BuildRequires: gtk+2-devel >= 2.14 -BuildRequires: gucharmap2-devel >= 2.20 +BuildRequires: gucharmap-devel >= 2.20 BuildRequires: intltool BuildRequires: libpng >= 1.2.5 BuildRequires: libtool @@ -58,7 +58,6 @@ %setup -q %patch0 -p1 -mv -f po/ko{_KR,}.po mv -f po/sr{,@Latn}.po mv -f src/plugin_about/po/sr{,@Latn}.po mv -f src/plugin_charmap/po/sr{,@Latn}.po @@ -67,6 +66,10 @@ mv -f src/plugin_infbrowser/po/sr{,@Latn}.po mv -f src/plugin_snippets/po/sr{,@Latn}.po +for plugin in `ls -d src/plugin_*`; do + cp %{_datadir}/gettext/po/Makefile.in.in $plugin/po +done + %{__libtoolize} %{__intltoolize} %{__aclocal} @@ -149,6 +152,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.99 2011/12/22 12:04:57 lisu +- start update to 2.2.0 +- fix plugins' po building + Revision 1.98 2011/06/05 12:40:47 kiesiu - fixed BRs - add missing data dir ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/bluefish/bluefish.spec?r1=1.98&r2=1.99&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
