Accepting request 121153 from home:vuntz:branches:GNOME:Apps
Update to 2.91.4; requires gtk3 from G:F OBS-URL: https://build.opensuse.org/request/show/121153 OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gtranslator?expand=0&rev=41
This commit is contained in:
parent
11c61a3647
commit
8b95591b4b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e398cf7909d1fbaf9db66e20913553b38d1af7cad097f5bc8cc229d9ffbc594
|
||||
size 4588528
|
3
gtranslator-2.91.4.tar.xz
Normal file
3
gtranslator-2.91.4.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:af4ede1495c0c52ecc1e7bd36c8ee6ce0bb35525144d687d1ce7cb4bf6630826
|
||||
size 4565740
|
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon May 14 11:52:43 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
- Update to version 2.91.4:
|
||||
+ Add app menu
|
||||
+ Move libgtranslator-private library to pkglibdir
|
||||
+ Better handling of the table message
|
||||
+ Update TM when a new po file is loaded
|
||||
+ Try using Content-Type charset if the file is not UTF-8
|
||||
+ Remove ok/cancel buttons to add new comments
|
||||
+ Fix a crash when dropping an item to the toolbar
|
||||
+ Misc bugfixes
|
||||
+ Updated translations.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 25 08:33:46 UTC 2012 - vuntz@opensuse.org
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: gtranslator
|
||||
Version: 2.91.3
|
||||
Version: 2.91.4
|
||||
Release: 0
|
||||
Summary: A GNOME po file editor with many bells and whistles
|
||||
License: GPL-3.0+
|
||||
@ -33,9 +33,9 @@ BuildRequires: translation-update-upstream
|
||||
BuildRequires: update-desktop-files
|
||||
BuildRequires: pkgconfig(gdict-1.0)
|
||||
BuildRequires: pkgconfig(gdl-3.0)
|
||||
BuildRequires: pkgconfig(glib-2.0)
|
||||
BuildRequires: pkgconfig(glib-2.0) >= 2.32.0
|
||||
BuildRequires: pkgconfig(gsettings-desktop-schemas)
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.3.15
|
||||
BuildRequires: pkgconfig(gtk+-3.0) >= 3.4.2
|
||||
BuildRequires: pkgconfig(gtksourceview-3.0) >= 3.0.0
|
||||
BuildRequires: pkgconfig(gtkspell-3.0)
|
||||
BuildRequires: pkgconfig(iso-codes)
|
||||
@ -112,7 +112,6 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
%doc %{_mandir}/man?/*
|
||||
%{_bindir}/%{name}
|
||||
%{_libdir}/%{name}/
|
||||
%{_libdir}/libgtranslator-private.so.0*
|
||||
%{_datadir}/%{name}/
|
||||
%{_datadir}/applications/*.desktop
|
||||
%{_datadir}/glib-2.0/schemas/*.gschema.xml
|
||||
@ -124,7 +123,6 @@ find %{buildroot}%{_libdir} -type f -name "*.la" -delete -print
|
||||
%files devel
|
||||
%defattr(-, root, root)
|
||||
%{_includedir}/gtranslator-3.0/
|
||||
%{_libdir}/libgtranslator-private.so
|
||||
%{_libdir}/pkgconfig/gtranslator.pc
|
||||
%doc %{_datadir}/gtk-doc/html/%{name}/
|
||||
%{_datadir}/%{name}/gir-1.0/
|
||||
|
Loading…
Reference in New Issue
Block a user