packages: avant-window-navigator/avant-window-navigator.spec -=?UTF-8?Q?=20?=--disable-sc...

glen glen at pld-linux.org
Sun Feb 5 12:13:40 CET 2012


Author: glen                         Date: Sun Feb  5 11:13:40 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- --disable-schemas-install disabled schema files install as well, not just registering; use GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 at install stage instead to skip build time install

---- Files affected:
packages/avant-window-navigator:
   avant-window-navigator.spec (1.39 -> 1.40) 

---- Diffs:

================================================================
Index: packages/avant-window-navigator/avant-window-navigator.spec
diff -u packages/avant-window-navigator/avant-window-navigator.spec:1.39 packages/avant-window-navigator/avant-window-navigator.spec:1.40
--- packages/avant-window-navigator/avant-window-navigator.spec:1.39	Sat Feb  4 22:28:33 2012
+++ packages/avant-window-navigator/avant-window-navigator.spec	Sun Feb  5 12:13:35 2012
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	W pełni konfigurowalny dokowy nawigator okien dla GNOME
 Name:		avant-window-navigator
 Version:	0.4.0
-Release:	2
+Release:	3
 License:	GPL v2+
 Group:		X11/Applications
 Source0:	http://launchpad.net/awn/0.4/%{version}/+download/%{name}-%{version}.tar.gz
@@ -38,6 +38,7 @@
 Requires(post,postun):	/sbin/ldconfig
 Requires(post,postun):	gtk-update-icon-cache
 Requires(post,postun):	hicolor-icon-theme
+Requires(post,preun):	GConf2
 Requires:	python-desktop-agnostic
 Requires:	python-pycairo >= 1.0.2
 Requires:	python-pygtk-glade >= 2:2.12.0
@@ -119,9 +120,9 @@
 %{__automake}
 %configure \
 	--enable-gtk-doc \
+	--with-vala \
 	--with-html-dir=%{_gtkdocdir} \
 	--disable-pymod-checks \
-	--disable-schemas-install
 
 %{__make}
 
@@ -129,6 +130,7 @@
 rm -rf $RPM_BUILD_ROOT
 
 %{__make} install \
+	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 \
 	DESTDIR=$RPM_BUILD_ROOT
 
 # not supported by glibc (as for 2.13-3)
@@ -149,6 +151,12 @@
 %post
 /sbin/ldconfig
 %update_icon_cache hicolor
+%gconf_schema_install avant-window-navigator.schemas
+%gconf_schema_install awn-applet-taskmanager.schemas
+
+%preun
+%gconf_schema_uninstall avant-window-navigator.schemas
+%gconf_schema_uninstall awn-applet-taskmanager.schemas
 
 %postun
 /sbin/ldconfig
@@ -157,6 +165,8 @@
 %files -f %{name}.lang
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
+%{_sysconfdir}/gconf/schemas/avant-window-navigator.schemas
+%{_sysconfdir}/gconf/schemas/awn-applet-taskmanager.schemas
 %attr(755,root,root) %{_bindir}/avant-window-navigator
 %attr(755,root,root) %{_bindir}/awn-applet
 %attr(755,root,root) %{_bindir}/awn-settings
@@ -210,6 +220,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.40  2012/02/05 11:13:35  glen
+- --disable-schemas-install disabled schema files install as well, not just registering; use GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 at install stage instead to skip build time install
+
 Revision 1.39  2012/02/04 21:28:33  glen
 - awn-settings imports desktopagnostic
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/avant-window-navigator/avant-window-navigator.spec?r1=1.39&r2=1.40&f=u



More information about the pld-cvs-commit mailing list