lxterminal-vl.spec 4.0 KB

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