rpms/simdock/devel README.fedora, NONE, 1.1 import.log, 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 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Terje Røsten terjeros at fedoraproject.org
Mon Oct 20 06:40:11 UTC 2008


Author: terjeros

Update of /cvs/extras/rpms/simdock/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv31808/devel

Modified Files:
	.cvsignore sources 
Added Files:
	README.fedora import.log simdock-1.2-pixmap.patch 
	simdock-1.2-readme.patch simdock-1.2-tasks.patch 
	simdock-1.2.desktop.patch simdock.spec 
Log Message:
Importing simsock.




--- NEW FILE README.fedora ---
Some useful information about smokeping as packaged by Fedora
-------------------------------------------------------------

To use the package
------------------

 o Define you targets in /etc/smokeping/config

 There are some examples defined all ready, for more options please consult 
 the documentation available here:

   file:///usr/share/doc/smokeping-2.4.2/doc/smokeping_install.html

 o Start the smokeping daemon:

   $ service smokeping start
   $ chkconfig --level 35 smokeping on

 o Start Apache httpd webserver:

   $ service httpd start
   $ chkconfig --level 35 httpd on

 o smokeping in it's full glory is now serving you at the following address:
  
   http://localhost/smokeping/sm.cgi

   Please visit with your browser of choice. You might have to wait some
   time until the daemon has got some data to see something useful

   If you want to access smokeping from a remote host, please edit
   /etc/httpd/conf.d/smokeping.conf 


To enable SmokeTrace support
----------------------------
 o Uncomment the SmokeTrace section in /etc/smokeping/config

 o Make the traceroute binary setuid: 

   $ chmod u+s /bin/traceroute

  (Beware of the security implications this action might have)
 
 o Uncomment the tr.cgi ScriptAlias line in /etc/httpd/conf.d/smokeping.conf .

 o Restart the webserver 

   $ service httpd restart


Caveats
-------

 The TacacsPlus and Radius probes needs the Authen::Tacas and/or
 Authen::Radius CPAN modules, in order to use these probes, please
 install these modules.

Happy pinging!


   
   

 


--- NEW FILE import.log ---
simdock-1_2-2_fc9:HEAD:simdock-1.2-2.fc9.src.rpm:1224484746

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:       2%{?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
* 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


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/simdock/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	19 Oct 2008 22:41:40 -0000	1.1
+++ .cvsignore	20 Oct 2008 06:39:40 -0000	1.2
@@ -0,0 +1 @@
+simdock_1.2.tar.gz


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/simdock/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	19 Oct 2008 22:41:40 -0000	1.1
+++ sources	20 Oct 2008 06:39:40 -0000	1.2
@@ -0,0 +1 @@
+557f4aff394fa66e329c56c3a5138b39  simdock_1.2.tar.gz




More information about the scm-commits mailing list