lxterminal-vl.spec 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. Name: lxterminal
  2. Version: 0.1.10
  3. Release: 1%{?_dist_release}
  4. Summary: Desktop-independent VTE-based terminal emulator
  5. #Summary(de): Desktup-unabhängiger VTE-basierter Terminal Emulator
  6. Summary(ja): デスクトップに依存しない VTE ベースのターミナルエミュレータ
  7. Group: User Interface/Desktops
  8. License: GPLv2+
  9. URL: http://lxde.sourceforge.net/
  10. Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.gz
  11. #Patch0: lxterminal-new-tab-cwd.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. Vendor: Project Vine
  14. Distribution: Vine Linux
  15. BuildRequires: gtk2-devel >= 2.14 vte-devel
  16. BuildRequires: desktop-file-utils intltool gettext
  17. %description
  18. LXterminal is a VTE-based terminal emulator with support for multiple tabs.
  19. It is completely desktop-independent and does not have any unnecessary
  20. dependencies. In order to reduce memory usage and increase the performance
  21. all instances of the terminal are sharing a single process.
  22. %description -l ja
  23. LXterminal は複数タブをサポートした VTE ベースのターミナルエミュレータです。
  24. 完全にデスクトップから独立し、不要な依存をもちません。
  25. メモリ使用量を抑え性能を向上させるため、ターミナルのすべての
  26. インスタンスが1つのプロセスに共有されています。
  27. #%description -l de
  28. #LXTerminal ist ein VTE-basierter Terminalemulator mit Unterstützung für
  29. #mehrere Reiter. Er ist komplett desktop-unabhängig und hat keine unnötigen
  30. #Abhängigkeiten. Um den Speicherverbrauch zu reduzieren und die Leistung zu
  31. #erhöhen teilen sich alle Instanzen des Terminals einen einzigen Prozess.
  32. %prep
  33. %setup -q
  34. #%patch0 -p1
  35. %build
  36. %configure
  37. make %{?_smp_mflags}
  38. %install
  39. rm -rf $RPM_BUILD_ROOT
  40. make install DESTDIR=$RPM_BUILD_ROOT
  41. desktop-file-install --vendor=vine \
  42. --delete-original \
  43. --add-category=Utility \
  44. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  45. ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
  46. %find_lang %{name}
  47. %clean
  48. rm -rf $RPM_BUILD_ROOT
  49. %files -f %{name}.lang
  50. %defattr(-,root,root,-)
  51. %doc AUTHORS COPYING README
  52. %{_bindir}/%{name}
  53. %{_datadir}/%{name}/
  54. %{_datadir}/applications/vine-%{name}.desktop
  55. %{_datadir}/pixmaps/%{name}.png
  56. %{_mandir}/man1/%{name}*.1*
  57. %changelog
  58. * Sun Jul 24 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.10-1
  59. - Update to 0.1.10
  60. * Thu Sep 2 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.9-1
  61. - Update to 0.1.9
  62. * Wed Jul 21 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.8-1
  63. - Update to 0.1.8
  64. * Wed Mar 3 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.7-1
  65. - Update to 0.1.7
  66. - dropt Patch0
  67. * Sun Oct 18 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.6-2
  68. - added Patch0 from LXDE tracker to set cwd of new tab equal to the cwd of the current tab
  69. * Sun Jul 12 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.6-1
  70. - Update to 0.1.6
  71. - cleaned up spec
  72. * Fri May 22 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.5-1
  73. - Update to 0.1.5
  74. - dropt Source1,2
  75. - spec in UTF-8
  76. * Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.1.4-3
  77. - replace ja.po: from upstream repository
  78. - fix Japanese description: drop unnecessary English
  79. - update %%files section: drop unnecessary extension in mandir
  80. - add Vendor and Distribution tags for Vine Linux
  81. * Thu Mar 26 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-2vl5
  82. - modified ja.po
  83. - added Summary(ja)
  84. * Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.1.4-1vl5
  85. - initial build for VineSeed (import from Fedora Package)
  86. * Fri Dec 26 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.4-1
  87. - Update to 0.1.4.
  88. * Sat Jun 28 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.3-1
  89. - Update to 0.1.3
  90. - Add the new manpage
  91. * Fri Jun 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1.2-1
  92. - Initial Fedora package