rpms/simdock/F-9 README.fedora, NONE, 1.1 simdock-1.2-pixmap.patch, NONE, 1.1 simdock-1.2-readme.patch, NONE, 1.1 simdock-1.2-tasks.patch, NONE, 1.1 simdock-1.2.desktop.patch, NONE, 1.1 simdock.spec, NONE, 1.1

Terje Røsten terjeros at fedoraproject.org
Mon Oct 20 07:00:31 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/simdock/F-9
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv1177

Added Files:
	README.fedora simdock-1.2-pixmap.patch 
	simdock-1.2-readme.patch simdock-1.2-tasks.patch 
	simdock-1.2.desktop.patch simdock.spec 
Log Message:
Add some more files, please.




--- NEW FILE README.fedora ---
Known bug:

o simdock use gconf to find the background, however when using the new fancy
  xml based background, simdock reports:

     No handler found for image type.
     Error! Could not load Background Image!

 However simdock seems to work just fine any way.

 To check if you are using a xml based background try the following command:

 $ gconftool-2  -g /desktop/gnome/background/picture_filename

 Default configuration would give:

   $ gconftool-2  -g /desktop/gnome/background/picture_filename
   /usr/share/backgrounds/infinity/infinity.xml






simdock-1.2-pixmap.patch:

--- NEW FILE simdock-1.2-pixmap.patch ---
--- trunk.orig/src/main.cc	2007-07-06 22:24:45.000000000 +0200
+++ trunk/src/main.cc	2008-03-12 18:13:49.000000000 +0100
@@ -22,7 +22,7 @@
 char defaultLaunchers[] = "<Program>\n"
     "<SimDock>\n"
     "<path>/usr/bin/firefox</path>\n"
-    "<icon>/usr/share/firefox/icons/mozicon128.png</icon>\n"
+    "<icon>/usr/share/pixmaps/firefox.png</icon>\n"
     "<description>Firefox web browser</description>\n"
     "<name>Firefox</name>\n" "</SimDock>\n" "</Program>\n";
 

simdock-1.2-readme.patch:

--- NEW FILE simdock-1.2-readme.patch ---
--- trunk.orig/README	2007-07-07 21:36:07.000000000 +0200
+++ trunk/README	2008-03-12 18:26:34.000000000 +0100
@@ -26,7 +26,7 @@
 Using:
 --------------------------------------------
 You can add new Launchers editing the file
-/home/<yourname>/.simdock/Launchers.xml
+/home/<yourname>/.SimDock/launchers.xml
 A simple Launcher file is as follows:
 
 <Program>
@@ -50,7 +50,7 @@
 Upgrading from SimBar:
 ---------------------------------------------
 To keep your old launchers and settings just copy
-launchers.xml to ~/.simdock/ and substitute every 
+launchers.xml to ~/.SimDock/ and substitute every 
 SimBar to SimDock. Sorry for the name change problems.
 
 Contact:

simdock-1.2-tasks.patch:

--- NEW FILE simdock-1.2-tasks.patch ---
--- trunk.orig/src/main.cc	2007-07-06 22:24:45.000000000 +0200
+++ trunk/src/main.cc	2008-03-12 18:33:16.000000000 +0100
@@ -328,7 +328,7 @@
     int RANGE = 90;		// 180 //Where it has no effect
     int SPACER = 8;		// 10 //Pixel space between 2 starters
     int BG_HEIGHT = 30;	// 70
-	bool ENABLE_TASKS = true;
+	bool ENABLE_TASKS = false;
     bool AUTO_POSITION = true;
 	bool SHOW_REFLEXES = true;
     int REFLEX_SCALING = 5;

simdock-1.2.desktop.patch:

--- NEW FILE simdock-1.2.desktop.patch ---
diff -uNr -x '*~' trunk.orig/simdock.desktop trunk/simdock.desktop
--- trunk.orig/simdock.desktop	2007-06-30 17:35:51.000000000 +0200
+++ trunk/simdock.desktop	2008-10-02 20:06:11.000000000 +0200
@@ -1,13 +1,12 @@
 [Desktop Entry]
-Encoding=UTF-8
 Name=SimDock
 Comment=A dockbar for GNOME
 Comment[it]=Una dockbar per GNOME
 Exec=simdock
-Icon=simdock.png
+Icon=simdock
 Terminal=false
 Type=Application
-MimeType=application/x-simdock
-Categories=Application;Utility;
+MimeType=application/x-simdock;
+Categories=Utility;
 StartupNotify=true
 X-Ubuntu-Gettext-Domain=simdock


--- NEW FILE simdock.spec ---
Name:          simdock
Summary:       Fast and customizable dockbar
Version:       1.2
Release:       3%{?dist}
License:       GPLv2+
Group:         User Interface/Desktops
URL:           http://simdock.sourceforge.net/
Source0:       http://downloads.sourceforge.net/simdock/%{name}_%{version}.tar.gz
Source1:       README.fedora
Patch0:        simdock-1.2.desktop.patch
Patch1:        simdock-1.2-pixmap.patch
Patch2:        simdock-1.2-readme.patch
Patch3:        simdock-1.2-tasks.patch
Buildrequires: desktop-file-utils
BuildRequires: GConf2-devel
BuildRequires: libwnck-devel
BuildRequires: startup-notification-devel
BuildRequires: wxGTK-devel
BuildRoot:     %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)


%description
SimDock is a fast and customizable dockbar. It is written in c++ and
wxWidgets and fits well in Gnome but works on most desktop
environments. Does not require Compiz nor 3D acceleration.

%prep
%setup -q -n trunk
%patch0 -p1
%patch1 -p1
%patch2 -p1
%patch3 -p1
%{__install} -m 0644 %{SOURCE1} .

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__make} DESTDIR=%{buildroot} install
desktop-file-install --dir %{buildroot}%{_datadir}/applications \
    %{buildroot}%{_datadir}/applications/%{name}.desktop

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, -)
%doc AUTHORS COPYING LICENSE README README.fedora
%{_bindir}/%{name}
%{_datadir}/%{name}
%{_datadir}/pixmaps/%{name}.png
%{_datadir}/applications/%{name}.desktop

%changelog
* Mon Oct 20 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2-3
- rebuild

* Thu Oct  2 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2-2
- fix patch macro
- install desktop file

* Wed Mar 12 2008 Terje Rosten <terje.rosten at ntnu.no> - 1.2-1
- initial build




More information about the scm-commits mailing list