]> git.pld-linux.org Git - packages/ibus-anthy.git/commitdiff
- updated to 1.5.11 auto/th/ibus-anthy-1.5.11-1
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Apr 2020 18:36:54 +0000 (20:36 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Fri, 24 Apr 2020 18:36:54 +0000 (20:36 +0200)
ibus-anthy.spec

index fc3bf265cdcceab1bfd31ccc1aae53c74d62f613..fe8c3667058d6239a698265e957abcf9bcb33fdf 100644 (file)
@@ -6,33 +6,34 @@
 Summary:       The Anthy engine for IBus input platform
 Summary(pl.UTF-8):     Silnik Anthy dla platformy wprowadzania znaków IBus
 Name:          ibus-anthy
-Version:       1.5.9
+Version:       1.5.11
 Release:       1
 License:       GPL v2+
 Group:         Libraries
 #Source0Download: https://github.com/ibus/ibus-anthy/releases
-Source0:       https://github.com/ibus/ibus-anthy/archive/%{version}/%{name}-%{version}.tar.gz
-# Source0-md5: 57f560e080b0d78b581493535dda78ec
+Source0:       https://github.com/ibus/ibus-anthy/releases/download/%{version}/%{name}-%{version}.tar.gz
+# Source0-md5: 70d90438a88cd3baf7712b697ac43852
 URL:           https://github.com/fujiwarat/ibus-anthy/wiki
-BuildRequires: anthy-devel
+BuildRequires: anthy-unicode-devel
 BuildRequires: autoconf >= 2.50
 BuildRequires: automake >= 1:1.10
-BuildRequires: gettext-tools >= 0.16.1
+BuildRequires: gettext-tools >= 0.19.8
 BuildRequires: glib2-devel >= 1:2.26.0
 BuildRequires: gobject-introspection-devel >= 0.6.8
-BuildRequires: ibus-devel >= 1.5
-BuildRequires: intltool >= 0.41.1
+BuildRequires: ibus-devel >= 1.5.11
 BuildRequires: libstdc++-devel
+BuildRequires: libtool >= 2:2
 BuildRequires: pkgconfig
 BuildRequires: python-devel >= 1:2.5
 BuildRequires: rpmbuild(macros) >= 1.219
 BuildRequires: sed >= 4.0
 %{?with_swig:BuildRequires:    swig-python}
+Requires(post,postun): glib2-devel >= 1:2.26.0
 Requires(post,postun): gtk-update-icon-cache
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      anthy
+Requires:      anthy-unicode
 Requires:      hicolor-icon-theme
-Requires:      ibus >= 1.5
+Requires:      ibus >= 1.5.11
 Requires:      kasumi
 Requires:      python-ibus >= 1.5
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -65,7 +66,7 @@ Summary:      Header files for Anthy GObject library
 Summary(pl.UTF-8):     Pliki nagłówkowe biblioteki Anthy GObject
 Group:         Development/Libraries
 Requires:      %{name}-libs = %{version}-%{release}
-Requires:      anthy-devel
+Requires:      anthy-unicode-devel
 Requires:      glib2-devel >= 1:2.26.0
 
 %description devel
@@ -95,11 +96,10 @@ Oparty na SWIG-u pythonowy interfejs do biblioteki Anthy.
 %{__sed} -i -e 's,\$SYMBOL_TEST,exit(0),' configure.ac
 
 # gettextize will add it again
-%{__sed} -i -e '/AC_CONFIG_FILES/s@ po/Makefile\.in@@' configure.ac
+#%{__sed} -i -e '/AC_CONFIG_FILES/s@ po/Makefile\.in@@' configure.ac
 
 %build
 %{__gettextize}
-%{__intltoolize}
 %{__libtoolize}
 %{__aclocal}
 %{__autoconf}
@@ -131,9 +131,11 @@ rm -rf $RPM_BUILD_ROOT
 rm -rf $RPM_BUILD_ROOT
 
 %post
+%glib_compile_schemas
 %update_icon_cache hicolor
 
 %postun
+%glib_compile_schemas
 %update_icon_cache hicolor
 
 %post  libs -p /sbin/ldconfig
@@ -144,9 +146,10 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS README
 %attr(755,root,root) %{_libexecdir}/ibus-engine-anthy
 %attr(755,root,root) %{_libexecdir}/ibus-setup-anthy
-%{_datadir}/appdata/ibus-anthy.appdata.xml
+%{_datadir}/glib-2.0/schemas/org.freedesktop.ibus.engine.anthy.gschema.xml
 %{_datadir}/ibus-anthy
 %{_datadir}/ibus/component/anthy.xml
+%{_datadir}/metainfo/org.freedesktop.ibus.engine.anthy.metainfo.xml
 %{_desktopdir}/ibus-setup-anthy.desktop
 %{_iconsdir}/hicolor/scalable/apps/ibus-anthy.svg
 
This page took 0.099076 seconds and 4 git commands to generate.