rpms/idesk/devel gnome-xterm.png, NONE, 1.1 idesk-default_lnk.patch, NONE, 1.1 idesk.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Gilboa Davara (gilboa) fedora-extras-commits at redhat.com
Wed Apr 30 15:36:55 UTC 2008


Author: gilboa

Update of /cvs/pkgs/rpms/idesk/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10955/devel

Modified Files:
	.cvsignore sources 
Added Files:
	gnome-xterm.png idesk-default_lnk.patch idesk.spec 
Log Message:


idesk-default_lnk.patch:

--- NEW FILE idesk-default_lnk.patch ---
--- idesk-0.7.5/examples/default.lnk.old	2008-04-07 09:37:14.000000000 +0300
+++ idesk-0.7.5/examples/default.lnk	2008-04-07 09:39:40.000000000 +0300
@@ -1,9 +1,9 @@
 table Icon
-  Caption: Idesk
-  Command: /usr/bin/Xdialog --msgbox "IDESK -- Icon Desktop Manager \n\n\n by FixXxeR \n\n\n 2005" 15 30 
-  Icon: /usr/local/share/idesk/folder_home.xpm
-  Width: 48
-  Height: 48
+  Caption: Terminal
+  Command: /usr/bin/xterm
+  Icon: SHARE_DIR/idesk/gnome-xterm.png
+  Width: 32
+  Height: 32
   X: 30
   Y: 30
 end


--- NEW FILE idesk.spec ---
Name:			idesk
Version:		0.7.5
Release:		7%{?dist}
Summary:		Light desktop manager for minimal WMs
Group:			User Interface/Desktops
License:		BSD
URL:			http://idesk.sourceforge.net/wiki/index.php/Main_Page
Source0:		http://downloads.sourceforge.net/sourceforge/%{name}/%{name}-%{version}.tar.bz2
# gnome-xterm.png take from GNOME's gnome-desktop.
# URL: http://www.gnome.org, License: GPLv2.
# File packaged separately to reduce the number of prerequisites.
Source1:		gnome-xterm.png
Patch0:			idesk-default_lnk.patch
BuildRoot:		%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:	imlib2-devel
BuildRequires:	xorg-x11-proto-devel
BuildRequires:	libXft-devel
BuildRequires:	startup-notification-devel
BuildRequires:	libSM-devel
Requires:		xterm


%description
iDesk is a lightweight desktop manager for desktop-less WM's.
iDesk support PNG/JPEG icons and desktop wallpapers.
iDesk further supports smart user-defined actions
(E.g. double mouse click) for both the desktop icons and
the desktop wallpaper.


%prep
%setup -q
%patch0 -p1
sed -i -e 's:SHARE_DIR:%{_datadir}:' examples/default.lnk

%build
%configure --enable-libsn --enable-shape --enable-xft
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT INSTALL="%{__install} -p"
rm -rf $RPM_BUILD_ROOT/%{_datadir}/idesk/folder_home.xpm
cp %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/idesk


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc AUTHORS COPYING NEWS README TODO ChangeLog
%{_bindir}/idesk
%{_datadir}/idesk


%changelog
* Wed Apr 30 2008 <gilboad AT gmail DOT com> - 0.7.5-7
- Missing 

* Tue Apr 08 2008 <gilboad AT gmail DOT com> - 0.7.5-6
- Fix patch name.

* Sat Apr 07 2008 <gilboad AT gmail DOT com> - 0.7.5-5
- Modified example. (+Required files)
- Missing REQ: xterm.
- Fix source URL.

* Sat Mar 16 2008 <gilboad AT gmail DOT com> - 0.7.5-4
- Change license to BSD.

* Sat Feb 10 2007 <gilboad AT gmail DOT com> - 0.7.5-3
- Preserve the source time-stamp.

* Sat Jan 20 2007 <gilboad AT gmail DOT com> - 0.7.5-2
- Fix description.
- Fix group.
- Missing BR: libSM-devel.

* Wed Jan 15 2007 <gilboad AT gmail DOT com> - 0.7.5-1
- Initial release.



Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/idesk/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	27 Apr 2008 16:20:52 -0000	1.1
+++ .cvsignore	30 Apr 2008 15:35:54 -0000	1.2
@@ -0,0 +1 @@
+idesk-0.7.5.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/idesk/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	27 Apr 2008 16:20:52 -0000	1.1
+++ sources	30 Apr 2008 15:35:54 -0000	1.2
@@ -0,0 +1 @@
+beb48c97815c7b085e3b3d601297fbb8  idesk-0.7.5.tar.bz2




More information about the fedora-extras-commits mailing list