rpms/lxpanel/devel .cvsignore, 1.9, 1.10 lxpanel-default.patch, 1.4, 1.5 lxpanel.spec, 1.14, 1.15 sources, 1.9, 1.10

Christoph Wickert cwickert at fedoraproject.org
Sat Nov 1 04:17:10 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/lxpanel/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv22036

Modified Files:
	.cvsignore lxpanel-default.patch lxpanel.spec sources 
Log Message:
* Fri Oct 03 2008 Christoph Wickert <cwickert at fedoraproject.org> 0.3.8.1-3
- Add battery callback patch
- Add gnome-run icon and update default patch



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxpanel/devel/.cvsignore,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- .cvsignore	8 Jul 2008 08:36:52 -0000	1.9
+++ .cvsignore	1 Nov 2008 04:16:39 -0000	1.10
@@ -1 +1,2 @@
 lxpanel-0.3.8.1.tar.gz
+gnome-run.png

lxpanel-default.patch:

Index: lxpanel-default.patch
===================================================================
RCS file: /cvs/pkgs/rpms/lxpanel/devel/lxpanel-default.patch,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- lxpanel-default.patch	28 Aug 2008 19:48:44 -0000	1.4
+++ lxpanel-default.patch	1 Nov 2008 04:16:39 -0000	1.5
@@ -1,7 +1,15 @@
 diff -up lxpanel-0.3.8.1/data/default/panels/panel.in.orig lxpanel-0.3.8.1/data/default/panels/panel.in
 --- lxpanel-0.3.8.1/data/default/panels/panel.in.orig	2008-08-28 21:19:43.000000000 +0200
 +++ lxpanel-0.3.8.1/data/default/panels/panel.in	2008-08-28 21:20:00.000000000 +0200
-@@ -50,13 +50,10 @@ Plugin {
+@@ -35,6 +35,7 @@
+         separator {
+         }
+         item {
++            image=gnome-run
+             command=run
+         }
+         separator {
+@@ -50,13 +51,10 @@ Plugin {
      type = launchbar
      Config {
          Button {


Index: lxpanel.spec
===================================================================
RCS file: /cvs/pkgs/rpms/lxpanel/devel/lxpanel.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- lxpanel.spec	28 Aug 2008 19:48:44 -0000	1.14
+++ lxpanel.spec	1 Nov 2008 04:16:39 -0000	1.15
@@ -1,17 +1,23 @@
 # Review Request:
 # https://bugzilla.redhat.com/show_bug.cgi?id=219930
 
+#define _default_patch_fuzz 0
+
 Name:           lxpanel
 Version:        0.3.8.1
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        A lightweight X11 desktop panel
 
 Group:          User Interface/Desktops
 License:        GPLv2+
 URL:            http://lxde.sourceforge.net/
 Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
+Source1:        gnome-run.png
 Patch1:         lxpanel-default.patch
 Patch2:         lxpanel-0.2.8-manpage.patch
+# Posted on LXDE mailing list by Jürgen Hötzel, see
+# http://sourceforge.net/mailarchive/forum.php?thread_name=20081026205556.GA20553%40p15200770.pureserver.info&forum_name=lxde-list
+Patch3:         lxpanel-battery-callback.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildRequires:  docbook-utils
@@ -31,6 +37,7 @@
 %setup -q
 %patch1 -p1 -b .default
 %patch2 -p1 -b .manpage
+%patch3 -p0 -b .callback
 
 %build
 %configure
@@ -43,6 +50,8 @@
 
 %find_lang %{name}
 
+install -p -m 644 %{SOURCE1} $RPM_BUILD_ROOT%{_datadir}/%{name}/images/
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -56,6 +65,10 @@
 %{_mandir}/man1/lxpanel*
 
 %changelog
+* Fri Oct 03 2008 Christoph Wickert <cwickert at fedoraproject.org> 0.3.8.1-3
+- Add battery callback patch
+- Add gnome-run icon and update default patch
+
 * Thu Aug 28 2008 Sebastian Vahl <fedora at deadbabylon.de> 0.3.8.1-2
 - re-create patches for rpmbuild's fuzz=0
 


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxpanel/devel/sources,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- sources	8 Jul 2008 08:36:52 -0000	1.9
+++ sources	1 Nov 2008 04:16:39 -0000	1.10
@@ -1 +1,2 @@
 18b03bd5556d14b8bd1adf00f4e95574  lxpanel-0.3.8.1.tar.gz
+2c84679ed6c5cc86a305e6d06e52b01a  gnome-run.png




More information about the fedora-extras-commits mailing list