Update to 0.81.0.1
OBS-URL: https://build.opensuse.org/package/show/M17N:Maliit/maliit-framework?expand=0&rev=4
This commit is contained in:
parent
167bf76cdd
commit
e77b12777e
3
maliit-framework-0.81.0.1.tar.bz2
Normal file
3
maliit-framework-0.81.0.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:43857fffd1e3c0fc2ac7de5c53138ebea97a0b255e4958650347589c2370d859
|
||||||
|
size 195184
|
@ -6,26 +6,33 @@
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
Name: maliit-framework
|
Name: maliit-framework
|
||||||
Version: 0.80.8
|
Version: 0.81.0.1
|
||||||
Release: 0%{?dist}
|
Release: 0%{?dist}
|
||||||
Summary: Maliit Input Method Framework
|
Summary: Maliit Input Method Framework
|
||||||
|
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
License: LGPLv2
|
License: LGPLv2
|
||||||
URL: https://gitorious.org/maliit/maliit-framework
|
URL: http://www.maliit.org
|
||||||
Source0: %{name}-%{version}.tar.gz
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
|
||||||
|
|
||||||
BuildRequires: pkgconfig(QtCore) >= 4.7.0
|
BuildRequires: pkgconfig(QtCore) >= 4.7.0
|
||||||
BuildRequires: pkgconfig(QtDeclarative)
|
BuildRequires: pkgconfig(QtDeclarative)
|
||||||
|
|
||||||
|
BuildRequires: pkgconfig(gtk+-2.0)
|
||||||
|
# BuildRequires: pkgconfig(gtk+-3.0)
|
||||||
|
# FIXME: enable for distro version which has this dep
|
||||||
|
|
||||||
BuildRequires: pkgconfig(dbus-1)
|
BuildRequires: pkgconfig(dbus-1)
|
||||||
BuildRequires: pkgconfig(dbus-glib-1)
|
BuildRequires: pkgconfig(dbus-glib-1)
|
||||||
BuildRequires: pkgconfig(gconf-2.0)
|
BuildRequires: pkgconfig(gconf-2.0)
|
||||||
|
|
||||||
BuildRequires: pkgconfig(x11)
|
BuildRequires: pkgconfig(x11)
|
||||||
BuildRequires: pkgconfig(xcomposite)
|
BuildRequires: pkgconfig(xcomposite)
|
||||||
BuildRequires: pkgconfig(xdamage)
|
BuildRequires: pkgconfig(xdamage)
|
||||||
BuildRequires: pkgconfig(xext)
|
BuildRequires: pkgconfig(xext)
|
||||||
BuildRequires: pkgconfig(xfixes)
|
BuildRequires: pkgconfig(xfixes)
|
||||||
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
|
|
||||||
%if 0%{?suse_version}
|
%if 0%{?suse_version}
|
||||||
@ -52,7 +59,7 @@ input method plugins for Maliit, and applications using the libmaliit
|
|||||||
extension library.
|
extension library.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n maliit-maliit-framework
|
%setup -q -n maliit-framework-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{_qt4_qmake} -r M_IM_VERSION=%{version} \
|
%{_qt4_qmake} -r M_IM_VERSION=%{version} \
|
||||||
@ -136,6 +143,9 @@ rm -rf %{buildroot}
|
|||||||
%{_libdir}/pkgconfig/*.pc
|
%{_libdir}/pkgconfig/*.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.81.0.1-0
|
||||||
|
- Update to 0.81.0.1
|
||||||
|
|
||||||
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.80.8-0
|
* Tue Sep 06 2011 Jon Nordby <jonn@openismus.com> - 0.80.8-0
|
||||||
- Update to 0.80.8
|
- Update to 0.80.8
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user