gnome-panel-vl.spec 27 KB

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