gnome-panel-vl.spec 26 KB

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