Author: qboosh Date: Mon Apr 4 16:55:48 2011 GMT Module: packages Tag: HEAD ---- Log message: - updated to 1.1.10 - pl - handle glade (3.x) support with glade3 bcond
---- Files affected: packages/mx: mx.spec (1.1 -> 1.2) ---- Diffs: ================================================================ Index: packages/mx/mx.spec diff -u packages/mx/mx.spec:1.1 packages/mx/mx.spec:1.2 --- packages/mx/mx.spec:1.1 Sat Apr 2 11:57:45 2011 +++ packages/mx/mx.spec Mon Apr 4 18:55:43 2011 @@ -2,17 +2,19 @@ # # Conditional build: %bcond_without apidocs # do not build and package API docs +%bcond_without glade3 # Glade 3 support # Summary: Mx Toolkit +Summary(pl.UTF-8): Toolkit widgetów Mx Name: mx -Version: 1.1.9 +Version: 1.1.10 Release: 1 -License: LGPL v2 +License: LGPL v2.1 Group: X11/Libraries Source0: http://source.clutter-project.org/sources/mx/1.1/%{name}-%{version}.tar.bz2 -# Source0-md5: a486b817bef19e017b3e09fe1578b126 +# Source0-md5: 9ae61291dd38a05b6c5b4917905e5de0 URL: http://www.clutter-project.org/ -BuildRequires: autoconf +BuildRequires: autoconf >= 2.50 BuildRequires: automake BuildRequires: clutter-devel >= 1.4.0 BuildRequires: dbus-glib-devel >= 0.82 @@ -20,7 +22,8 @@ BuildRequires: gobject-introspection-devel >= 0.6.4 BuildRequires: gtk+2-devel >= 2:2.20.0 BuildRequires: gtk-doc >= 1.14 -BuildRequires: libgladeui-devel >= 3.4.5 +BuildRequires: intltool >= 0.35.0 +%{?with_glade3:BuildRequires: libgladeui-devel >= 3.4.5} BuildRequires: libtool BuildRequires: pkgconfig BuildRequires: startup-notification-devel >= 0.9 @@ -34,6 +37,13 @@ interesting feature is the possibility setting style properties from a CSS format file. +%description -l pl.UTF-8 +Mx to toolkit widgetów korzystający z biblioteki Clutter, +udostępniający zbiór podstawowych elementów interfejsów graficznych, +w tym przyciski, paski postępu, paski przewijania i inne. Implementuje +także niektórych standardowych zarządców. Interesującą funkcją jest +możliwość ustawiania właściwości styli poprzz plik w formacie CSS. + %package devel Summary: Header files for mx libraries Summary(pl.UTF-8): Pliki nagłówkowe bibliotek mx @@ -72,6 +82,7 @@ %configure \ %{__enable_disable apidocs gtk-doc} \ --disable-silent-rules \ + %{?with_glade3:--with-glade} \ --with-html-dir=%{_gtkdocdir} %{__make} @@ -126,6 +137,10 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.2 2011/04/04 16:55:43 qboosh +- updated to 1.1.10 +- pl +- handle glade (3.x) support with glade3 bcond + Revision 1.1 2011/04/02 09:57:45 megabajt - new - ================================================================ ---- CVS-web: http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/mx/mx.spec?r1=1.1&r2=1.2&f=u _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
