gnome-panel-vl.spec 26 KB

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