rpms/lxtask/F-9 lxtask-0.1-invalid-desktop-file.patch, NONE, 1.1 lxtask.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Christoph Wickert (cwickert) fedora-extras-commits at redhat.com
Wed Jun 11 23:17:35 UTC 2008


Author: cwickert

Update of /cvs/pkgs/rpms/lxtask/F-9
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv5542/F-9

Modified Files:
	.cvsignore sources 
Added Files:
	lxtask-0.1-invalid-desktop-file.patch lxtask.spec 
Log Message:
* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
- Initial Fedora RPM


lxtask-0.1-invalid-desktop-file.patch:

--- NEW FILE lxtask-0.1-invalid-desktop-file.patch ---
--- lxtask-0.1.orig/lxtask.desktop.in	2008-04-26 02:39:50.000000000 +0200
+++ lxtask-0.1/lxtask.desktop.in	2008-05-04 16:28:34.000000000 +0200
@@ -5,10 +5,10 @@
 Comment=Manage running processes
 Comment[zh_TW]=管理執行中的程式
 GenericName=Process manager
-GenericName=工作管理員
+GenericName[zh_TW]=工作管理員
 Exec=lxtask
 Icon=utilities-system-monitor
 Terminal=false
 StartupNotify=true
 Type=Application
-Categories=Application;System;Utility;
\
+Categories=Application;System;Utility;


--- NEW FILE lxtask.spec ---
Name:           lxtask
Version:        0.1
Release:        1%{?dist}
Summary:        Lightweight and desktop independent task manager

Group:          User Interface/Desktops
License:        GPLv2+
URL:            http://lxde.sourceforge.net/
Source0:        http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
Patch0:         %{name}-0.1-invalid-desktop-file.patch
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildRequires:  gtk2-devel > 2.6, gettext, desktop-file-utils

%description
LXTask is a lightweight task manager derived from xfce4 task manager with all
xfce4 dependencies removed, some bugs fixed, and some improvement of UI. 
Although being part of LXDE, the Lightweight X11 Desktop Environment, it's 
totally desktop independent and only requires pure gtk+.


%prep
%setup -q
%patch0 -p1 -b .invalid

%build
%configure
make %{?_smp_mflags}


%install
rm -rf $RPM_BUILD_ROOT
make install DESTDIR=$RPM_BUILD_ROOT
desktop-file-install --vendor="fedora"                     \
  --delete-original                                        \
  --remove-category=Application                            \
  --dir=${RPM_BUILD_ROOT}%{_datadir}/applications          \
  ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
%find_lang %{name}


%clean
rm -rf $RPM_BUILD_ROOT


%files -f %{name}.lang
%defattr(-,root,root,-)
%doc AUTHORS COPYING
%{_bindir}/%{name}
%{_datadir}/applications/fedora-%{name}.desktop


%changelog
* Sun May 04 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
- Initial Fedora RPM


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/lxtask/F-9/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	4 Jun 2008 21:31:09 -0000	1.1
+++ .cvsignore	11 Jun 2008 23:16:54 -0000	1.2
@@ -0,0 +1 @@
+lxtask-0.1.tar.gz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/lxtask/F-9/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	4 Jun 2008 21:31:09 -0000	1.1
+++ sources	11 Jun 2008 23:16:54 -0000	1.2
@@ -0,0 +1 @@
+e69b31ea8169bcf1d9b0c40c06a6e782  lxtask-0.1.tar.gz




More information about the fedora-extras-commits mailing list