tint2-vl.spec 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. Name: tint2
  2. Summary: Tint2 - A Lightweight Panel and Taskbar
  3. Summary(ja): Tint2 - 軽量なパネルとタスクバー
  4. Version: 0.12.3
  5. Release: 1%{?_dist_release}
  6. License: GPLv2+
  7. Group: User Interface/Desktops
  8. URL: https://gitlab.com/o9000/tint2
  9. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  10. BuildRequires: cairo-devel
  11. BuildRequires: cmake
  12. BuildRequires: libX11-devel
  13. BuildRequires: pango-devel
  14. BuildRequires: libXinerama-devel
  15. BuildRequires: imlib2-devel
  16. BuildRequires: glib2-devel
  17. BuildRequires: gtk2-devel
  18. BuildRequires: libXrandr-devel
  19. BuildRequires: libXrender-devel
  20. BuildRequires: libXcomposite-devel
  21. BuildRequires: libXdamage-devel
  22. BuildRequires: librsvg2-devel
  23. BuildRequires: startup-notification-devel
  24. BuildRequires: git
  25. Source0: %{name}-%{version}.tar.bz2
  26. Requires: orage
  27. %description
  28. Tint2 is a simple panel and taskbar intentionally made for
  29. openbox3, but should also work with other window managers.
  30. The goal is to keep a clean and unintrusive look with code
  31. lightweight and compliance with freedesktop specifications.
  32. %description -l ja
  33. Tint2 は openbox3 のために作成されたシンプルなパネルとタスクバーですが、
  34. 他のウィンドウマネージャでも動作するはずです。
  35. 目標は freedesktop の仕様への準拠と軽量なコードでありながらも
  36. さっぱりとしたでしゃばらない外観を維持することです。
  37. %prep
  38. %setup -q -n %{name}
  39. %build
  40. cmake -DCMAKE_INSTALL_PREFIX=/usr ./
  41. make %{?_smp_mflags}
  42. %install
  43. rm -rf $RPM_BUILD_ROOT
  44. make install DESTDIR=$RPM_BUILD_ROOT
  45. %find_lang %{name}conf
  46. # delete unnecessary files
  47. rm -rf $RPM_BUILD_ROOT/%{_datadir}/doc/tint2/*
  48. # Remove tintwizard.py and package it separately
  49. rm -rf %{buildroot}%{_bindir}/tintwizard.py
  50. %clean
  51. rm -rf $RPM_BUILD_ROOT
  52. %files -f %{name}conf.lang
  53. %defattr (-,root,root,-)
  54. %doc AUTHORS COPYING README.md ChangeLog
  55. %config(noreplace) %{_sysconfdir}/xdg/tint2/tint2rc
  56. %{_bindir}/tint2*
  57. %{_datadir}/applications/%{name}*.desktop
  58. %{_datadir}/%{name}
  59. %{_datadir}/icons/hicolor/
  60. %{_mandir}/man1/*
  61. %changelog
  62. * Sun Nov 15 2015 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.12.3-1
  63. - new upstream release
  64. - changed URL
  65. - added BuildRequires: librsvg2-devel, startup-notification-devel, git
  66. - fix %%files
  67. * Fri Jun 29 2012 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-4
  68. - added Requires: orage
  69. * Sun Sep 19 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-3
  70. - added BuildRequires: cmake, gtk2-devel (see [BTS:VineLinux:0928] again)
  71. * Thu Aug 26 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-2
  72. - removed tintwizard.py (it would like to separately make package)
  73. - dropt Requires: pygtk2
  74. * Sun Jun 27 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.11-1
  75. - new updtream release
  76. - changed %%build script
  77. - changed %%files section
  78. * Wed Jun 9 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.10-1
  79. - new updtream release
  80. - added Requires: pygtk2 (for tint2 GUI config tool(tintwizard))
  81. - added BuildRequires: libXrender-devel
  82. * Thu Feb 11 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-2
  83. - added BuildRequires: libXcomposite-devel (see [BTS:VineLinux:0928])
  84. - added BuildRequires: libXdamage-devel
  85. - added Japanese description
  86. * Sat Jan 30 2010 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.9-1
  87. - new upstream release
  88. * Mon Dec 28 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.8-1
  89. - new upstream release
  90. * Thu Oct 15 2009 Toshiharu Kudoh <toshi.kd2@gmail.com> 0.7.1-1
  91. - initial build for VineSeed
  92. * Thu Jul 30 2009 Paulo Ricardo Zanoni <pzanoni@mandriva.com> 0.7.1-1mdv2010.0
  93. + Revision: 404604
  94. - Fix libx11 requirement for 64bit system
  95. - Update to tint2 0.7.1
  96. - It's a release, not an svn checkout
  97. - s/GPL2/GPLv2 (from rpmlint)
  98. - s/libx11-devel/libx11_6-devel (from rpmlint)
  99. - Old patches do not apply anymore, but I'm still keeping them in the repo
  100. (don't know if they are still necessary)
  101. * Wed Mar 11 2009 Caio Begotti <caio1982@mandriva.org> 0.6.0-svn69.1mdv2009.1
  102. + Revision: 353812
  103. - even more deps...
  104. - yet another missing dependency fixed
  105. - now it builds fine
  106. - i have forgot to fix the pkgconfig line as well (removing the incomplete/obsolete patch now)
  107. - i have forgot to fix the pkgconfig line as well
  108. - fixing the 'lib' part of my buildrequires according to salem's advice
  109. - a couple of fixes per review, thanks to salem and blino
  110. - fixes the building of the debug package, upstream was using stripping code manually
  111. - removing an wrongly package checkout from upstream svn
  112. - fixing the release tag
  113. - fixing building errors that i should be aware of before even trying it
  114. - import tint2