gnome-panel-vl.spec 24 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752
  1. %define use_eds 1
  2. %define gettext_package gnome-panel-2.0
  3. %define gnome_desktop3_version 2.91.0
  4. %define glib2_version 2.25.2
  5. %define gtk3_version 3.15.2
  6. %define libgnome_version 2.32.0
  7. %define orbit_version 2.14.19
  8. %define libwnck3_version 3.4.6
  9. %define gconf_version 2.32.0
  10. %define gnome_menus_version 3.7.90
  11. %define evolution_data_server_version 3.5.3
  12. %define cairo_version 1.0.0
  13. %define dbus_version 1.4.0
  14. %define dbus_glib_version 0.88
  15. %define libgweather_version 3.17.1
  16. %define libcanberra_version 0.25
  17. %define gobject_introspection_version 0.9.8
  18. Summary: GNOME panel
  19. Summary(ja): GNOME パネル
  20. Name: gnome-panel
  21. Version: 3.20.0
  22. Release: 1%{_dist_release}
  23. URL: http://www.gnome.org/
  24. License: GPL
  25. Group: User Interface/Desktops
  26. Source0: http://ftp.gnome.org/pub/gnome/sources/gnome-panel/3.20/%{name}-%{version}.tar.xz
  27. # Remove this line and next line when upstream adopt Source1
  28. Source2: vine6-panel-default-setup.entries
  29. Source5: vine-panel-backwards-compat-config.schemas
  30. Source10: add-translations.sh
  31. Source12: gnome-compiler-flags.m4
  32. Source13: panel-default-layout.layout.vine
  33. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  34. Requires: %{name}-libs = %{version}-%{release}
  35. Requires: gnome-desktop3 >= %{gnome_desktop3_version}
  36. Requires: libwnck3 >= %{libwnck3_version}
  37. Requires: gnome-menus >= %{gnome_menus_version}
  38. Requires: vine-menus >= 1.1
  39. Requires(post,postun): gtk3
  40. %if %{use_eds}
  41. Requires: evolution-data-server >= %{evolution_data_server_version}
  42. %endif
  43. Requires: libSM
  44. BuildRequires: libxml2-python
  45. BuildRequires: intltool
  46. BuildRequires: gettext
  47. BuildRequires: automake
  48. BuildRequires: autoconf
  49. BuildRequires: libtool
  50. BuildRequires: libxslt
  51. BuildRequires: gnome-desktop3-devel >= %{gnome_desktop3_version}
  52. BuildRequires: gtk3-devel >= %{gtk3_version}
  53. BuildRequires: libgnome-devel >= %{libgnome_version}
  54. BuildRequires: libwnck3-devel >= %{libwnck3_version}
  55. BuildRequires: gnome-menus-devel >= %{gnome_menus_version}
  56. BuildRequires: cairo-devel >= %{cairo_version}
  57. BuildRequires: yelp-tools
  58. BuildRequires: dbus-glib-devel >= %{dbus_glib_version}
  59. BuildRequires: gtk-doc
  60. BuildRequires: pango-devel
  61. BuildRequires: libX11-devel
  62. BuildRequires: libXau-devel
  63. %if %{use_eds}
  64. BuildRequires: evolution-data-server-devel >= %{evolution_data_server_version}
  65. BuildRequires: ORBit2-devel >= %{orbit_version}
  66. BuildRequires: dbus-devel >= %{dbus_version}
  67. %endif
  68. BuildRequires: libgweather-devel >= %{libgweather_version}
  69. BuildRequires: libcanberra-devel >= %{libcanberra_versino}
  70. BuildRequires: librsvg2-devel
  71. BuildRequires: NetworkManager-devel
  72. BuildRequires: libSM-devel
  73. BuildRequires: gobject-introspection-devel >= %{gobject_introspection_version}
  74. BuildRequires: dconf-devel
  75. BuildRequires: polkit-devel
  76. BuildRequires: telepathy-glib-devel
  77. BuildRequires: desktop-file-utils
  78. Obsoletes: gnome-netstatus < 2.29
  79. %description
  80. The GNOME panel provides the window list, workspace switcher, menus, and other
  81. features for the GNOME desktop.
  82. %description -l ja
  83. GNOME パネルは、ウィンドウ一覧・ワークスペース切り換え器・メニューその他の
  84. 特徴を GNOME デスクトップに提供します。
  85. %package libs
  86. Summary: Libraries for use in panel applets of GNOME
  87. Summary(ja): GNOME のパネルアップレットで使用するライブラリ
  88. Group: System Environment/Libraries
  89. %description libs
  90. Libraries for use in panel applets of GNOME.
  91. %description libs -l ja
  92. GNOME のパネルアップレットで使用するライブラリ
  93. %package devel
  94. Summary: Development environment for panel applets of GNOME
  95. Summary(ja): GNOME のパネルアップレット用開発環境
  96. Group: Development/Libraries
  97. Requires: %{name}-libs = %{version}-%{release}
  98. Requires: pkgconfig
  99. Requires: glib2-devel >= %{glib2_version}
  100. Requires: gtk3-devel >= %{gtk3_version}
  101. %description devel
  102. Header files and libraries for building a panel applets of GNOME.
  103. %description devel -l ja
  104. GNOME のパネルアップレットをビルドするためのヘッダファイル及びライブラリ集
  105. %prep
  106. %setup -q
  107. cp -f %{SOURCE2} gnome-panel/panel-default-setup.entries
  108. cp -f %{SOURCE12} m4
  109. cp -f %{SOURCE5} gnome-panel/panel-compatibility.schemas
  110. cp -f %{SOURCE13} data/panel-default-layout.layout
  111. . %{SOURCE10}
  112. for a in ca cs de el es fr gu hu it lt nb pl pt pt_BR ru sk sr sv th vi zh_TW;
  113. do
  114. sed -i "s|^$a$||" po/LINGUAS
  115. rm -f po/$a.po
  116. done
  117. %build
  118. %configure \
  119. --disable-gtk-doc \
  120. --enable-introspection=yes \
  121. %if %{use_eds}
  122. --enable-eds=yes
  123. %else
  124. --enable-eds=no
  125. %endif
  126. make
  127. %install
  128. rm -rf $RPM_BUILD_ROOT
  129. make install DESTDIR=$RPM_BUILD_ROOT
  130. #
  131. # Create pager and tasklist schemas for compatibility with older
  132. # configurations which reference the old schema names
  133. #
  134. #sed -e 's|/schemas/apps/window_list_applet/prefs/|/schemas/apps/tasklist_applet/prefs/|' $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/window-list.schemas > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/tasklist.schemas
  135. #sed -e 's|/schemas/apps/workspace_switcher_applet/prefs/|/schemas/apps/pager_applet/prefs/|; s|<default>1</default>|<default>2</default>|' $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/workspace-switcher.schemas > $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/pager.schemas
  136. find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} \;
  137. /bin/rm -f $RPM_BUILD_ROOT%{_datadir}/icons/hicolor/icon-theme.cache
  138. %find_lang %{gettext_package} --all-name --with-gnome
  139. %clean
  140. rm -rf $RPM_BUILD_ROOT
  141. %post
  142. /sbin/ldconfig
  143. touch --no-create %{_datadir}/icons/hicolor
  144. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  145. gtk-update-icon-cache -q %{_datadir}/icons/hicolor
  146. fi
  147. %postun
  148. /sbin/ldconfig
  149. touch --no-create %{_datadir}/icons/hicolor
  150. if [ -x /usr/bin/gtk-update-icon-cache ]; then
  151. /usr/bin/gtk-update-icon-cache --quiet %{_datadir}/icons/hicolor ||:
  152. fi
  153. update-desktop-database -q &> /dev/null ||:
  154. %posttrans
  155. update-desktop-database -q &> /dev/null ||:
  156. %files -f %{gettext_package}.lang
  157. %defattr(-,root,root)
  158. %doc AUTHORS COPYING COPYING.LIB COPYING-DOCS NEWS README
  159. %{_bindir}/*
  160. %exclude %{_bindir}/panel-test-applets
  161. %{_libdir}/%{name}/5.0/libclock-applet.so
  162. %{_libdir}/%{name}/5.0/libfish-applet.so
  163. %{_libdir}/%{name}/5.0/libnotification-area-applet.so
  164. %{_libdir}/%{name}/5.0/libwnck-applet.so
  165. %{_datadir}/applications/*.desktop
  166. %{_datadir}/icons/hicolor/*/*/*
  167. %{_datadir}/glib-2.0/schemas/*.xml
  168. %{_datadir}/gnome-panel
  169. %{_mandir}/man*/*
  170. %files libs
  171. %{_libdir}/*.so.*
  172. %{_libdir}/girepository-1.0/*.typelib
  173. %files devel
  174. %{_bindir}/panel-test-applets
  175. %{_libdir}/pkgconfig/*.pc
  176. %{_includedir}/gnome-panel*
  177. %{_libdir}/*.so
  178. %{_datadir}/gtk-doc
  179. %{_datadir}/gir-1.0/*.gir
  180. %changelog
  181. * Sun Jul 17 2016 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.20.0-1
  182. - new upstream release
  183. * Fri Nov 06 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.18.1-1
  184. - new upstream release
  185. - add Source13 (panel-default-layout.layout.vine)
  186. * Wed Nov 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.2-1
  187. - new upstream release
  188. * Sat Sep 29 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.6.0-1
  189. - new upstream release
  190. - remove Patch0 (gnome-panel-3.5.91-configure.patch)
  191. - change BuildRequires: yelp-tools instead of gnome-doc-utils
  192. * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.2.1-1
  193. - new upstream release
  194. * Sun Apr 22 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.4.1-1
  195. - new upstream release
  196. - add BuildRequires: polkit-devel
  197. * Fri Oct 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.1-1
  198. - new upstream release
  199. * Thu Sep 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.2.0-1
  200. - new upstream release
  201. * Fri Sep 23 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.92-1
  202. - new upstream release
  203. - remove BuildRequires: polkit-gnome-devel
  204. * Sat Sep 03 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-2
  205. - rebuild with evolution-data-server-3.1.90
  206. * Sun Aug 21 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.1.5-1
  207. - new upstream release
  208. * Sat Aug 20 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 3.0.2-1
  209. - new upstream release
  210. - drop old Patches
  211. - change BuildRequires: gnome-desktop3-devel instead of gnome-desktop-devel
  212. - change BuildRequires: libwnck3-devel instead of libwnck-devel
  213. - add BuildRequires: dconf-devel, telepathy-glib-devel
  214. - add Obsoletes: gnome-netstatus
  215. - add Patch0 (gnome-panel-3.0.2-configure.patch)
  216. * Thu Jun 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.32.1-4
  217. - update SOURCE2(vine6-panel-default-setup.entries)
  218. - remove bottom panel
  219. - move window_list and workspace_switcher applet to top panel
  220. * Sat Dec 11 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-3
  221. - update Source1 (clock.gnome-2.32.ja.po)
  222. * Sat Dec 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-2
  223. - remove Provides: gnome-panel-devel
  224. * Sat Nov 20 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.1-1
  225. - new upstream release
  226. * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.32.0.2-1
  227. - new upstream release
  228. - add BuildRequires: gobject-introspection-devel
  229. - remove BuildRequires: libgnomeui-devel
  230. - remove SOURCE3 and SOURCE4
  231. - drop Patch11
  232. - add configure option (--enable-introspection=yes)
  233. * Thu Sep 23 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-3
  234. - rebuild with rpm-4.8.1 for pkg-config file
  235. * Sun Aug 01 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-2
  236. - create -libs and -devel package
  237. * Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.2-1
  238. - new upstream release
  239. * Tue Jun 22 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-2
  240. - rebuild with evolution-data-server-2.30.2
  241. * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1
  242. - new upstream release
  243. - update Patch8, Patch9 (from FC package)
  244. - add BuildRequires: libcanberra-devel
  245. * Sat Mar 27 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-4
  246. - update translation of clock applet manual
  247. - add translation of fish applet manual
  248. * Fri Mar 26 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-3
  249. - add libSM(-devel) to (Build)Requires
  250. - add desktop-file-utils to BuildRequires
  251. * Thu Mar 25 2010 Yasumichi Akahoshi <yasumichi@vinelinux.org> 2.28.0-2
  252. - update translation of clock applet manual
  253. * Sun Nov 1 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1
  254. - new upstream release
  255. - updated Patch0 and 2
  256. * Sat Jul 04 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.3-1
  257. - new upstream release
  258. * Tue Jun 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-3
  259. - rebuild with gtk2-2.16.3
  260. * Thu Jun 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-2
  261. - add empty gconf entries to vine-panel-default-setup.entries
  262. * Thu May 28 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.2-1
  263. - new upstream release
  264. * Sat Apr 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.1-1
  265. - new upstream release
  266. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-4
  267. - update vine-panel-default-setup.entries again..
  268. * Wed Apr 15 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3
  269. - update vine-panel-default-setup.entries
  270. * Tue Mar 24 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2
  271. - remove mixer applets from default panel setup
  272. * Sun Mar 22 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1
  273. - new upstream release
  274. * Mon Jan 19 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.24.3-1
  275. - new upstream release
  276. - added BuildRequires: PolicyKit-gnome-devel
  277. * Tue Oct 28 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.1-1
  278. - new upstream release
  279. * Wed Sep 24 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1
  280. - new upstream release
  281. * Tue Jun 3 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.2-1
  282. - new upstream release
  283. * Sat Apr 19 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.3-1
  284. - new upstream release
  285. * Sat Apr 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.1.2-1vl5
  286. - new upstream release
  287. - removed Patch25,26,27,29 and 30 (merged into upstream)
  288. * Mon Mar 31 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-2vl5
  289. - added Patches from FC
  290. * Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-8
  291. - Fix editing of locations in the clock applet
  292. * Fri Mar 28 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-7
  293. - Convert the edit and find location windows to dialogs
  294. * Thu Mar 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-6
  295. - Improve the time settings window
  296. * Thu Mar 27 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-5
  297. - Make the find-location window of the clock larger
  298. * Sat Mar 15 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-4
  299. - Only save the session when the users wants it
  300. * Fri Mar 14 2008 Matthias Clasen <mclasen@redhat.com> - 2.22.0-3
  301. - Populate the location list before showing the preference window
  302. * Sat Mar 8 2008 Will Woods <wwoods@redhat.com> - 2.21.92-6
  303. - Add "About This Computer" item to System menu if it exists
  304. * Wed Feb 20 2008 Matthias Clasen <mclasen@redhat.com> - 2.21.91-6
  305. - Try harder to avoid resizing the popup
  306. - updated BuildRequires
  307. * Sun Mar 30 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5
  308. - new upstream release
  309. - added BuildRequires: libgweather-devel
  310. * Tue Jan 8 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.2-0vl1
  311. - new upstream release
  312. - updated %post and %postun section
  313. - added %pre and %preun section
  314. - added Patches from Fedora
  315. * Fri Oct 12 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-4
  316. - Sharper icons
  317. * Wed Oct 3 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-3
  318. - Make it possible to start s-c-d from the clock menu again (#316921)
  319. * Fri Sep 21 2007 Matthias Clasen <mclasen@redhat.com> - 2.20.0.1-2
  320. - Don't pop up an error if an applet from the default
  321. configuration is missing
  322. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-6
  323. - Turns out we need requires for applets in the default config (#293261)
  324. * Mon Sep 17 2007 Matthias Clasen <mclasen@redhat.com> - 2.19.92-5
  325. - Drop the requires for fast-user-switch-applet (#253831)
  326. * Sun Aug 5 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.18.3-0vl1
  327. - new upstream release
  328. - dropped Patch22 (merged into upstream)
  329. * Fri Apr 27 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.1-0vl1
  330. - new upstream release
  331. * Mon Oct 30 2006 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.14.3-0vl2
  332. - add missing BuildRequires to gnome-menus-devel (<BTS:319>)
  333. * Thu Oct 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1
  334. - new upstream release
  335. - fix panel-default-setup.entries to change the name of
  336. firefox desktopfile (<BTS:229>)
  337. * Thu Jul 20 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.14.2-0vl2
  338. - add patch 11 to fix disappearing of recent documents list.
  339. <BTS:VineLinux:81>, http://bugzilla.gnome.org/show_bug.cgi?id=343812
  340. * Sat Jun 3 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.14.2-0vl1
  341. - new upstream release
  342. * Fri Apr 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1
  343. - new upstream release
  344. * Sat Apr 01 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl2
  345. - run gtk-update-icon-cache in %%post script.
  346. * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.0-0vl1
  347. - new upstream release
  348. * Thu Mar 09 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.91-0vl2
  349. - update vine-panel-default-setup.entries
  350. - replace mozilla by firefox
  351. - remove nautilus
  352. - add notification area applet on top panel
  353. - add trashbox applet on bottom panel
  354. - cleanup %%post script
  355. * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.91-0vl1
  356. - new upstream release
  357. * Sun Feb 12 2006 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.12.3-0vl1
  358. - new upstream release
  359. - added Prereq: scroolkeeper, GConf2
  360. * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1
  361. - new upstream release
  362. * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1
  363. - new upstream release
  364. * Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.91-0vl1
  365. - new upstream release
  366. * Wed Aug 03 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.90-0vl1
  367. - new upstream release
  368. * Thu Jul 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.2-0vl1
  369. - new upstream release
  370. * Sat Apr 16 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl2
  371. - disable evolution-data-server
  372. * Thu Apr 14 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.1-0vl1
  373. - new upstream release
  374. * Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl2
  375. - add Patch10 to fix hard-coded desktop file name.
  376. * Thu Mar 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1
  377. - new upstream version
  378. * Fri Feb 25 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.8.3-0vl1
  379. - new upstream release
  380. - run scrollkeeper at %post, %postun
  381. * Sun Nov 07 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1
  382. - new upstream release
  383. * Fri Oct 29 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl3
  384. - add Patch10 to fix egg-recent-model.c.
  385. save old umask value before create ".recently-used" file.
  386. * Sun Oct 24 2004 NISHIMURA Daisuke <nishi@graco.c.u-tokyo.ac.jp> 2.4.2-0vl2
  387. - fix location of nautilus launcher in panel-default-setup.entries.
  388. - do not add wireless monitor in %%post when no interfaces are available.
  389. - add Japanese summary and description
  390. - add BuildRequires: startup-notification-devel, gcc-c++.
  391. - disable libtoolize: version mismatch is bad
  392. * Sat Jan 31 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.2-0vl1
  393. - new upstream release
  394. * Sat Dec 27 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.1-0vl1
  395. - new upstream release
  396. * Sat Dec 27 2003 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 2.4.0-0vl3
  397. - rebuilt against new toolchain
  398. * Fri Sep 12 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.0-0vl2
  399. - add --disable-schemas-install option to %%configure
  400. * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.0-0vl1
  401. - new upstream release
  402. * Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.91-0vl2
  403. - add missing files
  404. - add vine default panel entries
  405. * Sat Sep 06 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.91-0vl1
  406. - new upstream release
  407. * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.90-0vl1
  408. - new upstream release
  409. * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.3.7-0vl1
  410. - new upstream release
  411. * Wed Jun 25 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2.1-0vl2
  412. - remove vine's panel-per-panel-config.schemas
  413. This should be added again in a future version.
  414. * Tue Jun 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.2.1-0vl1
  415. - new upstream release
  416. * Tue Apr 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.1-0vl1
  417. - new upstream release
  418. - remove old ja.po
  419. * Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0.1-0vl1
  420. - new upstream release
  421. * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl2
  422. - remove clockaddon, system-tray-applet
  423. * Tue Jan 21 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.2.0-0vl1
  424. - new upstream release
  425. * Thu Jan 16 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90.1-0vl2
  426. - add patch1 from rawhide package.
  427. * Fri Jan 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.90.1-0vl1
  428. - new upstream release
  429. * Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl3
  430. - add system-tray-applet
  431. - modify default panel menu.
  432. - update ja.po
  433. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl2
  434. - add Requires: vine-menus
  435. * Thu Dec 26 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.5-0vl1
  436. - new upstream release
  437. * Sun Dec 22 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl2
  438. - remove redhatize patch.
  439. * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.1.4-0vl1
  440. - build for Vine Linux
  441. - new upstream release from gnome-2.1.4
  442. * Mon Oct 14 2002 Florian La Roche <Florian.LaRoche@redhat.de>
  443. - fix postun script
  444. * Tue Oct 8 2002 Havoc Pennington <hp@redhat.com>
  445. - 2.0.9 with menu edit stuff
  446. - system-tray-applet 0.15 that doesn't crash all the time
  447. - merge/remove patches as appropriate
  448. * Wed Aug 28 2002 Owen Taylor <otaylor@redhat.com>
  449. - Fix problem with "hold down print screen" (71432)
  450. * Tue Aug 27 2002 Jonathan Blandford <jrb@redhat.com>
  451. - panel-properties OnlyShowIn=GNOME;
  452. - somehow the po file got screwed up. Works now
  453. - update po files
  454. * Sun Aug 25 2002 Havoc Pennington <hp@redhat.com>
  455. - fix from #71762 for clock applet popdown key
  456. - no WIN_POS_MOUSE fixes #72167
  457. - fix for #72540 from George
  458. * Wed Aug 21 2002 Havoc Pennington <hp@redhat.com>
  459. - system tray applet 0.11 with a small memleak fix and a couple translations
  460. * Thu Aug 15 2002 Jonathan Blandford <jrb@redhat.com>
  461. - menu tweaks
  462. * Wed Aug 14 2002 Tim Powers <timp@redhat.com>
  463. - bump release
  464. * Wed Aug 14 2002 Preston Brown <pbrown@redhat.com>
  465. - put battery applet on panel for laptops (#67296)
  466. * Mon Aug 12 2002 Havoc Pennington <hp@redhat.com>
  467. - 2.0.6 final from gnome 2.0.1
  468. - remove gnome-panel-screenshot patch now upstream
  469. * Thu Aug 8 2002 Jonathan Blandford <jrb@redhat.com>
  470. - new system-tray-applet version
  471. - Fix gnome-panel-screenshot
  472. * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com>
  473. - 2.0.4
  474. - replace gnome-logo-icon-transparent.png with redhat-main-menu.png
  475. for the foot menu
  476. * Fri Aug 2 2002 Havoc Pennington <hp@redhat.com>
  477. - fix desktop (logout/lock) menu item location
  478. in Alt+F1 and in new menu applets
  479. - remove Screenshot... menu item
  480. * Fri Aug 2 2002 Havoc Pennington <hp@redhat.com>
  481. - move around default applets, remove some of them
  482. - system tray 0.9
  483. - change default menu flags
  484. - blow unpackaged files out of build root
  485. * Wed Jul 31 2002 Havoc Pennington <hp@redhat.com>
  486. - 2.0.3
  487. - own libexecdir stuff
  488. * Thu Jul 25 2002 Havoc Pennington <hp@redhat.com>
  489. - new system tray that's prettier and doesn't clip the icon
  490. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  491. - system tray 0.7 that doesn't crash on startup
  492. - get Mozilla desktop file right so we get web browser launcher
  493. * Wed Jul 24 2002 Havoc Pennington <hp@redhat.com>
  494. - system tray 0.6 with server file fixed (work dammit)
  495. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  496. - tweak applet positions but I think it's just broken
  497. - system tray 0.5 moved back to libdir not libexecdir
  498. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  499. - remove ltmain.sh hack
  500. - new system-tray-applet that works
  501. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  502. - put office suite stuff on the panel
  503. * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com>
  504. - 2.0.2.90 cvs snap
  505. * Wed Jul 10 2002 Havoc Pennington <hp@redhat.com>
  506. - update the clock patch to be a little smarter in a couple ways
  507. * Thu Jun 27 2002 Owen Taylor <otaylor@redhat.com>
  508. - Fix problem where system tray applet was being looked for in /unst
  509. - Fix a crash in the system tray applet
  510. * Wed Jun 26 2002 Owen Taylor <otaylor@redhat.com>
  511. - Fix typo in the pt_BR translation that was causing GConf problems
  512. * Mon Jun 24 2002 Havoc Pennington <hp@redhat.com>
  513. - add the system tray applet
  514. - add system tray applet by default
  515. - add more launcher by default
  516. * Fri Jun 21 2002 Tim Powers <timp@redhat.com>
  517. - automated rebuild
  518. * Thu Jun 20 2002 Havoc Pennington <hp@redhat.com>
  519. - use correct gettext package name, and add check for missing translations
  520. * Mon Jun 17 2002 Havoc Pennington <hp@redhat.com>
  521. - add the calendar and configuration patch
  522. * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com>
  523. - 2.0.0
  524. - add control center desktop file to file list
  525. - add gnome-panelrc to file list
  526. - try fixing panel size (blind, no text box at home)
  527. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  528. - rebuild in different environment
  529. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  530. - updates to default configuration
  531. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  532. - fix schemas installation
  533. * Tue Jun 11 2002 Havoc Pennington <hp@redhat.com>
  534. - unset old panel schemas when installing new ones
  535. - put in a broken panel config to see errors about
  536. - add a patch to give some decent error messages about what's wrong
  537. with the default panel config
  538. * Sun Jun 09 2002 Havoc Pennington <hp@redhat.com>
  539. - rebuild in different environment
  540. * Sun Jun 9 2002 Havoc Pennington <hp@redhat.com>
  541. - don't provide/obsolete gnome-core
  542. * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com>
  543. - rebuild in different environment
  544. * Wed Jun 5 2002 Havoc Pennington <hp@redhat.com>
  545. - 1.5.24
  546. - ldconfig
  547. * Mon Jun 03 2002 Havoc Pennington <hp@redhat.com>
  548. - rebuild in different environment
  549. * Fri May 31 2002 Havoc Pennington <hp@redhat.com>
  550. - 1.5.23
  551. * Sun May 26 2002 Tim Powers <timp@redhat.com>
  552. - automated rebuild
  553. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  554. - rebuild in different environment
  555. * Tue May 21 2002 Havoc Pennington <hp@redhat.com>
  556. - 1.5.22
  557. - provide gnome-core
  558. - add a bunch of extra build requires so build system
  559. won't get confused
  560. * Fri May 3 2002 Havoc Pennington <hp@redhat.com>
  561. - 1.5.19
  562. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  563. - add the keep-libtool-from-relinking hack so
  564. we get the gen util applet
  565. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  566. - obsoletes gnome-core-devel
  567. - include libdir/*.so
  568. * Fri Apr 19 2002 Havoc Pennington <hp@redhat.com>
  569. - get libpanel-applet in the package
  570. * Tue Apr 16 2002 Havoc Pennington <hp@redhat.com>
  571. - Initial build.