lxlauncher-vl.spec 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. Name: lxlauncher
  2. Version: 0.2.2
  3. Release: 3%{?_dist_release}
  4. Summary: Open source replacement for Asus Launcher on the EeePC
  5. Summary(ja): EeePC における Asus Launcher のオープンソースの代替品
  6. Group: User Interface/Desktops
  7. License: GPLv2+
  8. URL: http://lxde.sourceforge.net/
  9. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. Patch0: fix_building_with_gtk_older_than_224.patch
  12. Patch1: fix_gtkallocation_bug.patch
  13. BuildRequires: gtk2-devel >= 2.12 startup-notification-devel
  14. BuildRequires: gnome-menus-devel >= 2.18.0
  15. BuildRequires: gettext
  16. BuildRequires: intltool
  17. BuildRequires: menu-cache-devel
  18. BuildRequires: GConf2-devel
  19. %description
  20. LXLauncher is designed as an open source replacement for the Asus Launcher
  21. included in their EeePC. It is desktop-independent and follows
  22. freedesktop.org specs, so newly added applications will automatically show
  23. up in the launcher, and vice versa for the removed ones.
  24. LXLauncher is part of LXDE, the Lightweight X11 Desktop Environment.
  25. %prep
  26. %setup -q
  27. %patch0 -p1
  28. %patch1 -p1
  29. %build
  30. %configure
  31. make %{?_smp_mflags}
  32. %install
  33. rm -rf $RPM_BUILD_ROOT
  34. make install DESTDIR=$RPM_BUILD_ROOT
  35. #mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/backgrounds
  36. #mkdir -m 755 $RPM_BUILD_ROOT%{_datadir}/%{name}/icons
  37. %find_lang %{name}
  38. %clean
  39. rm -rf $RPM_BUILD_ROOT
  40. %files -f %{name}.lang
  41. %defattr(-,root,root,-)
  42. %doc AUTHORS COPYING README
  43. %{_bindir}/%{name}
  44. #%{_datadir}/%{name}/
  45. %{_datadir}/desktop-directories/*.directory
  46. %{_sysconfdir}/xdg/*
  47. %changelog
  48. * Fri Aug 08 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.2-3
  49. - rebuilt with current environment
  50. * Sat Nov 17 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.2.2-2
  51. - rebuilt with menu-cache-0.4.1
  52. * Tue Jul 26 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.2-1
  53. - new upstream release
  54. - added BuildRequires: intltool
  55. - added patch0,1 from upstream git repository
  56. * Fri Jul 08 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-2
  57. - rebuilt with current environment
  58. * Thu Jul 9 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1
  59. - new upstream release
  60. * Mon Jun 8 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1
  61. - initial build for VineSeed
  62. * Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.2-2
  63. - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
  64. * Sat Jun 21 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
  65. - Update to 0.2
  66. - Remove empty ChangeLog
  67. * Mon May 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.6-1
  68. - Initial Fedora RPM