packages: icewm/icewm.spec - rel 3 - conditional (off by default) wm-proper...

baggins baggins at pld-linux.org
Wed Jul 27 22:31:11 CEST 2011


Author: baggins                      Date: Wed Jul 27 20:31:11 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- rel 3
- conditional (off by default) wm-properties

---- Files affected:
packages/icewm:
   icewm.spec (1.217 -> 1.218) 

---- Diffs:

================================================================
Index: packages/icewm/icewm.spec
diff -u packages/icewm/icewm.spec:1.217 packages/icewm/icewm.spec:1.218
--- packages/icewm/icewm.spec:1.217	Wed Jul 27 22:11:51 2011
+++ packages/icewm/icewm.spec	Wed Jul 27 22:31:06 2011
@@ -4,6 +4,7 @@
 %bcond_without	gradients	# disable gradients (requires antialiasing which requires freetype)
 %bcond_without	freetype	# disable xfreetype support (implies !with_antialiasing)
 %bcond_without	guievents	# disable guievents
+%bcond_with	gnome		# build with support for GNOME2 wm-properties
 #
 # TODO:
 # - make a PLD-theme - default :]
@@ -19,7 +20,7 @@
 Version:	1.3.7
 %define	_iceicons_ver		0.6
 %define	_netscapeicons_ver	0.2
-Release:	2
+Release:	3
 Epoch:		2
 License:	LGPL
 Group:		X11/Window Managers
@@ -167,7 +168,7 @@
 %{__make} install \
 	DESTDIR=$RPM_BUILD_ROOT
 
-install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}
+%{?with_gnome:install %{SOURCE1} $RPM_BUILD_ROOT%{_wmpropsdir}}
 install %{SOURCE4} $RPM_BUILD_ROOT%{_datadir}/icewm/startup
 install %{SOURCE7} $RPM_BUILD_ROOT%{_datadir}/xsessions/%{name}.desktop
 install lib/keys $RPM_BUILD_ROOT%{_sysconfdir}/X11/%{name}/keys
@@ -207,7 +208,7 @@
 %{_datadir}/icewm/themes/Infadel2
 %{_datadir}/icewm/themes/icedesert
 %{_datadir}/xsessions/%{name}.desktop
-%{_wmpropsdir}/*
+%{?with_gnome:%{_wmpropsdir}/*}
 
 %files themes-base
 %defattr(644,root,root,755)
@@ -227,6 +228,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.218  2011/07/27 20:31:06  baggins
+- rel 3
+- conditional (off by default) wm-properties
+
 Revision 1.217  2011/07/27 20:11:51  baggins
 - replace wmstyle startup script with script run directly by icewm-session
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/icewm/icewm.spec?r1=1.217&r2=1.218&f=u



More information about the pld-cvs-commit mailing list