gnome-panel-vl.spec 26 KB

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