gnome-panel-vl.spec 25 KB

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