rpms/fluxbox/FC-4 fluxbox-menu.patch, NONE, 1.1 .cvsignore, 1.5, 1.6 fluxbox-xdg-menu.py, 1.1, 1.2 fluxbox.spec, 1.16, 1.17 sources, 1.5, 1.6

Andreas Bierfert (awjb) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:44 UTC 2006


Author: awjb

Update of /cvs/extras/rpms/fluxbox/FC-4
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26515/FC-4

Modified Files:
	.cvsignore fluxbox-xdg-menu.py fluxbox.spec sources 
Added Files:
	fluxbox-menu.patch 
Log Message:
- version upgrade
- cleanups


fluxbox-menu.patch:

--- NEW FILE fluxbox-menu.patch ---
--- util/startfluxbox.in.orig	2006-03-02 16:10:01.000000000 +0100
+++ util/startfluxbox.in	2006-03-02 16:11:29.000000000 +0100
@@ -76,6 +76,10 @@
 # wmsmixer -w &
 # idesk &
 
+if [ -x /usr/bin/fluxbox-xdg-menu ]; then
+ /usr/bin/fluxbox-xdg-menu --with-icons &
+fi
+
 # And last but not least we start fluxbox.
 # Because it is the last app you have to run it with ''exec'' before it.
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/fluxbox/FC-4/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	17 Sep 2005 07:38:59 -0000	1.5
+++ .cvsignore	5 Apr 2006 21:19:29 -0000	1.6
@@ -1,2 +1 @@
-fluxbox-0.9.14.tar.bz2
-artwiz-aleczapka.tar.bz2
+fluxbox-0.9.15.1.tar.bz2




Index: fluxbox.spec
===================================================================
RCS file: /cvs/extras/rpms/fluxbox/FC-4/fluxbox.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- fluxbox.spec	29 Nov 2005 15:56:04 -0000	1.16
+++ fluxbox.spec	5 Apr 2006 21:19:29 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           fluxbox
-Version:        0.9.14
-Release:        2%{?dist}
+Version:        0.9.15.1
+Release:        1%{?dist}
 
 Summary:	Window Manager based on Blackbox
 
@@ -8,18 +8,19 @@
 License:        MIT
 URL:            http://fluxbox.sourceforge.net
 
-Source0:        http://download.sourceforge.net/fluxbox/fluxbox-0.9.14.tar.bz2
+Source0:        http://download.sourceforge.net/fluxbox/fluxbox-0.9.15.1.tar.bz2
 Source1:        Xclients.%{name}
 Source2:        FluxBox
 Source3:        fluxbox.desktop
 Source4:        fluxbox-xdg-menu.py
+Patch1:         fluxbox-menu.patch
 
 BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot
 BuildRequires:  imlib2-devel
 BuildRequires:	xorg-x11-devel
 BuildRequires:	zlib-devel
 
-Requires(post): python
+Requires:       pyxdg
 Requires:       artwiz-aleczapka-fonts
 
 %description
@@ -34,6 +35,7 @@
 
 %prep
 %setup -q
+%patch1
 
 %build
 %configure      --enable-xft \
@@ -63,10 +65,6 @@
 
 install -m 0755 -p %SOURCE4 $RPM_BUILD_ROOT%{_bindir}/fluxbox-xdg-menu
 
-%post
-# New menu-system
-%{_bindir}/fluxbox-xdg-menu --with-icons
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -82,6 +80,10 @@
 %{_sysconfdir}/X11/dm/Sessions/fluxbox.desktop
 
 %changelog
+* Wed Apr 05 2006 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
+0.9.15.1-1
+- version upgrade
+
 * Thu Nov 10 2005 Andreas Bierfert <andreas.bierfert[AT]lowlatency.de>
 0.9.14-2
 - enable nls and imlib2


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/fluxbox/FC-4/sources,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sources	17 Sep 2005 07:38:59 -0000	1.5
+++ sources	5 Apr 2006 21:19:29 -0000	1.6
@@ -1,2 +1 @@
-7641aaea532841e103e9705bb5b98f62  fluxbox-0.9.14.tar.bz2
-3c7da9a10a84d517e6846b2031950380  artwiz-aleczapka.tar.bz2
+098eb36a09338aabb63b938a5eab9ef6  fluxbox-0.9.15.1.tar.bz2




More information about the fedora-extras-commits mailing list