lxappearance-vl.spec 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150
  1. Name: lxappearance
  2. Version: 0.5.5
  3. Release: 1%{?_dist_release}
  4. Summary: Feature-rich GTK+ theme switcher for LXDE
  5. Summary(ja): LXDE の機能豊かな GTK+ テーマスイッチャ
  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.xz
  10. Vendor: Project Vine
  11. Distribution: Vine Linux
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  13. BuildRequires: desktop-file-utils
  14. BuildRequires: gettext
  15. BuildRequires: glib2-devel >= 2.18.0
  16. BuildRequires: gtk2-devel >= 2.12.0
  17. BuildRequires: intltool >= 0.40
  18. BuildRequires: menu-cache-devel >= 0.3.2
  19. BuildRequires: perl-XML-Parser
  20. BuildRequires: libX11-devel
  21. Requires: lxsession >= 0.4.0
  22. %description
  23. LXAppearance is a new GTK+ theme switcher developed for LXDE, the Lightweight
  24. X11 Desktop Environment. It is able to change GTK+ themes, icon themes, and
  25. fonts used by applications. All changes done by the users can be seen
  26. immediately in the preview area. After clicking the "Apply" button, the
  27. settings will be written to gtkrc, and all running programs will be asked to
  28. reload their themes.
  29. %description -l ja
  30. LXAppearance は LXDE -the Lightweight X11 Desktop Environment- のために開発された
  31. 新しい GTK+ テーマスイッチャです。GTK テーマ・アイコンテーマ・フォントを
  32. アプリケーションによって変えることができます。
  33. ユーザーにより行われたすべての変更はプレビューエリアで迅速に見ることができます。
  34. "適用"ボタンを押した後、設定は gtkrc に書き込まれ、すべての起動中のプログラムが
  35. それらのテーマを再読み込みするように求められます。
  36. %package devel
  37. Release: 1%{?_dist_release}
  38. Summary: Development files of %{name}
  39. Summary(ja): %{name} の開発ファイル
  40. Group: Development/Libraries
  41. Requires: %{name} = %{version}-%{release}
  42. %description devel
  43. This package contains headers and pkg-config file for development
  44. with %{name}.
  45. %description -l ja devel
  46. このパッケージは %{name} の開発に必要なヘッダと pkg-config ファイルを含みます。
  47. %prep
  48. %setup -q
  49. %build
  50. %configure
  51. make %{?_smp_mflags}
  52. %install
  53. rm -rf $RPM_BUILD_ROOT
  54. make install DESTDIR=$RPM_BUILD_ROOT
  55. desktop-file-install --vendor="vine" \
  56. --dir=${RPM_BUILD_ROOT}%{_datadir}/applications \
  57. --delete-original \
  58. --add-category X-System \
  59. ${RPM_BUILD_ROOT}%{_datadir}/applications/%{name}.desktop
  60. %find_lang %{name}
  61. %clean
  62. rm -rf $RPM_BUILD_ROOT
  63. %files -f %{name}.lang
  64. %defattr(-,root,root,-)
  65. %doc AUTHORS COPYING
  66. %{_bindir}/%{name}
  67. %dir %{_datadir}/%{name}
  68. %{_datadir}/applications/*.desktop
  69. %{_datadir}/%{name}/ui/
  70. %{_mandir}/man1/%{name}*.1*
  71. %files devel
  72. %defattr(-,root,root,-)
  73. %{_includedir}/%{name}/
  74. %{_libdir}/pkgconfig/%{name}.pc
  75. %changelog
  76. * Sat Apr 19 2014 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.5-1
  77. - new upstream release
  78. - changed archive type gzip to xz
  79. * Mon May 21 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.2-1
  80. - new upstream release
  81. * Sun Jul 31 2011 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.1-1
  82. - new upstream release
  83. - added BuildRequires: libX11-devel
  84. * Thu Oct 14 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.5.0-1
  85. - new upstream release
  86. - added and arranged BuildRequires
  87. - BuildRequires: desktop-file-utils
  88. - BuildRequires: gettext
  89. - BuildRequires: glib2-devel >= 2.18.0
  90. - BuildRequires: gtk2-devel >= 2.12.0
  91. - BuildRequires: intltool >= 0.40
  92. - BuildRequires: menu-cache-devel >= 0.3.2
  93. - BuildRequires: perl-XML-Parser
  94. - added Requires: lxsession >= 0.4.0
  95. - splitted -devel pacakage
  96. * Wed Jan 13 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.4.0-1
  97. - new upstream release
  98. * Mon Dec 14 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.3.0-1
  99. - new upstream release
  100. - fixed desktop file for build
  101. * Mon Jul 6 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2.1-1vl5
  102. - new upstream release
  103. - dropt Source1 and Patch0
  104. * Wed Apr 1 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-3
  105. - enable ja.po
  106. - drop lxappearance-LINGUAS (Source2)
  107. - add enable lang ja patch (Patch0)
  108. - run autogen.sh
  109. * Fri Mar 27 2009 IWAI, Masaharu <iwai@alib.jp> 0.2-2
  110. - replace ja.po: from upstream repository
  111. - update %%files section: drop unnecessary extension in mandir
  112. - add Vendor and Distribution tags for Vine Linux
  113. * Mon Mar 23 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> - 0.2-1vl5
  114. - initial build for VineSeed (import Fedora package)
  115. * Sun Apr 20 2008 Christoph Wickert <fedora christoph-wickert de> - 0.2-1
  116. - Update to 0.2
  117. - Remove install-patch, applied upstream
  118. * Sat Apr 12 2008 Christoph Wickert <fedora christoph-wickert de> - 0.1-1
  119. - Initial Fedora RPM