Hello community, here is the log from the commit of package eekboard for openSUSE:Factory checked in at 2013-01-31 14:45:35 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/eekboard (Old) and /work/SRC/openSUSE:Factory/.eekboard.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "eekboard", Maintainer is "" Changes: -------- --- /work/SRC/openSUSE:Factory/eekboard/eekboard.changes 2012-09-26 16:18:51.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.eekboard.new/eekboard.changes 2013-01-31 14:45:36.000000000 +0100 @@ -1,0 +2,5 @@ +Thu Jan 31 11:24:12 UTC 2013 - [email protected] + +- makes more flexible for pkgconfig with vala + +------------------------------------------------------------------- ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ eekboard.spec ++++++ --- /var/tmp/diff_new_pack.K1dRAn/_old 2013-01-31 14:45:37.000000000 +0100 +++ /var/tmp/diff_new_pack.K1dRAn/_new 2013-01-31 14:45:37.000000000 +0100 @@ -1,7 +1,7 @@ # # spec file for package eekboard # -# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -15,39 +15,42 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # + %define build_xtest (0%{suse_version} > 1210) Name: eekboard Version: 1.0.8 -Release: 1 +Release: 0 Summary: An easy to use virtual keyboard toolkit -Group: System/GUI/Other License: GPL-3.0+ -URL: http://github.com/ueno/eekboard +Group: System/GUI/Other +Url: http://github.com/ueno/eekboard Source0: %{name}-%{version}.tar.gz BuildRequires: pkgconfig(glib-2.0) BuildRequires: pkgconfig(gmodule-2.0) BuildRequires: pkgconfig(gobject-2.0) -BuildRequires: pkgconfig(gthread-2.0) BuildRequires: pkgconfig(gobject-introspection-1.0) +BuildRequires: pkgconfig(gthread-2.0) %if 0%{?suse_version} >= 1220 -BuildRequires: pkgconfig(vapigen-0.16) +BuildRequires: pkgconfig(vapigen) >= 0.16.0 %else -BuildRequires: vala libvala-0_14-devel +BuildRequires: libvala-0_14-devel +BuildRequires: vala %endif -BuildRequires: libxklavier-devel BuildRequires: at-spi2-core-devel -BuildRequires: gtk3-devel -BuildRequires: pango-devel BuildRequires: cairo-devel +BuildRequires: gtk3-devel BuildRequires: libcanberra-devel BuildRequires: libcroco-devel +BuildRequires: libxklavier-devel +BuildRequires: pango-devel %if %{build_xtest} BuildRequires: libXtst-devel %endif -BuildRequires: intltool BuildRequires: gcc-c++ -BuildRequires: python python-devel +BuildRequires: intltool +BuildRequires: python +BuildRequires: python-devel BuildRequires: update-desktop-files %glib2_gsettings_schema_requires @@ -89,7 +92,6 @@ make %{?_smp_mflags} - %install make DESTDIR=$RPM_BUILD_ROOT install rm -rf %{buildroot}%{_libdir}/*.la @@ -108,7 +110,6 @@ %icon_theme_cache_postun %glib2_gsettings_schema_postun - %files -f %{name}.lang %defattr(-,root,root) %doc COPYING README AUTHORS -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
