| 1 | %define gettext_package metacity |
|---|
| 2 | |
|---|
| 3 | Summary: Metacity window manager |
|---|
| 4 | Summary(ja): Metacity ウインドウマネージャ |
|---|
| 5 | Name: metacity |
|---|
| 6 | Version: 2.34.3 |
|---|
| 7 | Release: 2%{?_dist_release} |
|---|
| 8 | URL: http://ftp.gnome.org/pub/gnome/sources/metacity/ |
|---|
| 9 | License: GPL |
|---|
| 10 | Group: User Interface/Desktops |
|---|
| 11 | |
|---|
| 12 | Source0: http://ftp.gnome.org/pub/GNOME/sources/metacity/2.34/%{name}-%{version}.tar.xz |
|---|
| 13 | Source10: metacity-theme-vine-7.tar.xz |
|---|
| 14 | |
|---|
| 15 | # update ja.po from git |
|---|
| 16 | # http://git.gnome.org/browse/metacity/commit/?id=8c407025fb3c83262c17bbb28fe175a416fb29ab |
|---|
| 17 | Source20: metacity-2.34.0-ja.po |
|---|
| 18 | |
|---|
| 19 | # change default theme to Vine |
|---|
| 20 | Patch0: metacity-2.34.0-default-theme.patch |
|---|
| 21 | # ctrl-alt-del call logout session |
|---|
| 22 | Patch1: metacity-2.26.0-ctrlaltdel.patch |
|---|
| 23 | # change default number of workspace |
|---|
| 24 | # Patch2: metacity-2.26.0-num_workspace.patch |
|---|
| 25 | # http://bugzilla.gnome.org/show_bug.cgi?id=558723 |
|---|
| 26 | Patch4: stop-spamming-xsession-errors.patch |
|---|
| 27 | # enable compositing_manager |
|---|
| 28 | Patch10: metacity-2.30.3-enable-compositing-manager.patch |
|---|
| 29 | # change deafult (revert to 2.30 default) |
|---|
| 30 | Patch11: metacity-2.34.0-revert-default-setting.patch |
|---|
| 31 | |
|---|
| 32 | # revert patch to work with compiz |
|---|
| 33 | # http://git.gnome.org/browse/metacity/commit/?id=6a52883c2b670ad645257373515d1e704408b93d |
|---|
| 34 | Patch20: metacity-2.34.0-revert-6a5288.patch |
|---|
| 35 | |
|---|
| 36 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 37 | BuildRequires: gtk2-devel >= 2.20 |
|---|
| 38 | BuildRequires: pango-devel >= 1.28.0 |
|---|
| 39 | BuildRequires: desktop-file-utils >= 0.3 |
|---|
| 40 | BuildRequires: intltool >= 0.22 |
|---|
| 41 | BuildRequires: startup-notification-devel >= 0.7 |
|---|
| 42 | BuildRequires: libtool, automake, autoconf |
|---|
| 43 | BuildRequires: xorg-x11-proto-devel |
|---|
| 44 | BuildRequires: libSM-devel, libICE-devel, libX11-devel |
|---|
| 45 | BuildRequires: libXext-devel, libXinerama-devel, libXrandr-devel |
|---|
| 46 | BuildRequires: libXcursor-devel, libXrender-devel |
|---|
| 47 | BuildRequires: libXcomposite-devel, libXdamage-devel |
|---|
| 48 | BuildRequires: zenity |
|---|
| 49 | BuildRequires: libcanberra-devel |
|---|
| 50 | BuildRequires: libgtop2-devel |
|---|
| 51 | BuildRequires: gsettings-desktop-schemas-devel >= 3.3.0 |
|---|
| 52 | BuildRequires: gnome-doc-utils |
|---|
| 53 | |
|---|
| 54 | Vendor: Project Vine |
|---|
| 55 | Distribution: Vine Linux |
|---|
| 56 | Packager: daisuke |
|---|
| 57 | |
|---|
| 58 | %description |
|---|
| 59 | Metacity is a simple window manager that integrates nicely with |
|---|
| 60 | the GNOME desktop. |
|---|
| 61 | |
|---|
| 62 | %package devel |
|---|
| 63 | Summary: Development files for metacity |
|---|
| 64 | Group: Development/Libraries |
|---|
| 65 | Requires: gtk2-devel, libX11-devel |
|---|
| 66 | Requires: pkgconfig |
|---|
| 67 | Requires: %{name} = %{version}-%{release} |
|---|
| 68 | |
|---|
| 69 | %description devel |
|---|
| 70 | This package contains the files needed for compiling programs using |
|---|
| 71 | the metacity-private library. Note that you are not supposed to write |
|---|
| 72 | programs using the metacity-private library, since it is a private |
|---|
| 73 | API. This package exists purely for technical reasons. |
|---|
| 74 | |
|---|
| 75 | %prep |
|---|
| 76 | %setup -q |
|---|
| 77 | |
|---|
| 78 | # %patch0 -p1 -b .default-theme |
|---|
| 79 | # %patch1 -p1 -b .ctrlaltdel |
|---|
| 80 | # patch2 -p1 -b .num_workspace |
|---|
| 81 | %patch4 -p1 -b .stop-spamming-xsession-errors |
|---|
| 82 | # %patch10 -p1 -b .enable-compositing-manager |
|---|
| 83 | # %patch11 -p1 -b .revert-default-settings |
|---|
| 84 | |
|---|
| 85 | %patch20 -p1 -b .revert-6a5288 |
|---|
| 86 | |
|---|
| 87 | cp -a %{SOURCE20} po/ja.po |
|---|
| 88 | |
|---|
| 89 | %build |
|---|
| 90 | intltoolize --copy --force |
|---|
| 91 | libtoolize --copy --force |
|---|
| 92 | autoreconf |
|---|
| 93 | %configure |
|---|
| 94 | %__make %{?_smp_mflags} INTLTOOL_MERGE=/usr/bin/intltool-merge |
|---|
| 95 | |
|---|
| 96 | %install |
|---|
| 97 | rm -rf $RPM_BUILD_ROOT |
|---|
| 98 | |
|---|
| 99 | export GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1 |
|---|
| 100 | make install DESTDIR=$RPM_BUILD_ROOT |
|---|
| 101 | unset GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL |
|---|
| 102 | |
|---|
| 103 | /bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.la |
|---|
| 104 | /bin/rm -f $RPM_BUILD_ROOT%{_libdir}/*.a |
|---|
| 105 | |
|---|
| 106 | # install Vine Theme (default theme) |
|---|
| 107 | tar xJvf %{SOURCE10} -C $RPM_BUILD_ROOT%{_datadir}/themes |
|---|
| 108 | |
|---|
| 109 | %find_lang %{gettext_package} |
|---|
| 110 | |
|---|
| 111 | %clean |
|---|
| 112 | rm -rf $RPM_BUILD_ROOT |
|---|
| 113 | |
|---|
| 114 | |
|---|
| 115 | %postun |
|---|
| 116 | if [ $1 -eq 0 ]; then |
|---|
| 117 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 118 | fi |
|---|
| 119 | |
|---|
| 120 | %posttrans |
|---|
| 121 | glib-compile-schemas %{_datadir}/glib-2.0/schemas ||: |
|---|
| 122 | |
|---|
| 123 | |
|---|
| 124 | %files -f %{gettext_package}.lang |
|---|
| 125 | %defattr(-,root,root) |
|---|
| 126 | %doc README AUTHORS COPYING NEWS HACKING doc/theme-format.txt doc/metacity-theme.dtd |
|---|
| 127 | %{_bindir}/metacity |
|---|
| 128 | %{_bindir}/metacity-message |
|---|
| 129 | #{_libexecdir}/* |
|---|
| 130 | %{_datadir}/metacity |
|---|
| 131 | %{_datadir}/themes |
|---|
| 132 | %{_libdir}/lib*.so.* |
|---|
| 133 | %{_mandir}/man1/metacity.1.gz |
|---|
| 134 | %{_mandir}/man1/metacity-message.1.gz |
|---|
| 135 | %{_datadir}/GConf/gsettings/metacity-schemas.convert |
|---|
| 136 | %{_datadir}/glib-2.0/schemas/org.gnome.metacity.gschema.xml |
|---|
| 137 | %{_datadir}/gnome-control-center/keybindings/* |
|---|
| 138 | %{_datadir}/applications/metacity.desktop |
|---|
| 139 | %{_datadir}/gnome/wm-properties/metacity-wm.desktop |
|---|
| 140 | %{_datadir}/gnome/help/creating-metacity-themes |
|---|
| 141 | |
|---|
| 142 | %files devel |
|---|
| 143 | %defattr(-,root,root) |
|---|
| 144 | %{_bindir}/metacity-theme-viewer |
|---|
| 145 | %{_bindir}/metacity-window-demo |
|---|
| 146 | %{_includedir}/* |
|---|
| 147 | %{_libdir}/lib*.so |
|---|
| 148 | %{_libdir}/pkgconfig/* |
|---|
| 149 | %{_mandir}/man1/metacity-theme-viewer.1.gz |
|---|
| 150 | %{_mandir}/man1/metacity-window-demo.1.gz |
|---|
| 151 | |
|---|
| 152 | %changelog |
|---|
| 153 | * Sun May 20 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-2 |
|---|
| 154 | - update Source10 (metacity-theme-vine-7.tar.xz) |
|---|
| 155 | |
|---|
| 156 | * Sat Apr 14 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.3-1 |
|---|
| 157 | - new upstream release |
|---|
| 158 | - drop Patch0,1,10,11 |
|---|
| 159 | - remove BuildRequires: GConf2-devel |
|---|
| 160 | - remove Requires: GConf2 |
|---|
| 161 | - BuildRequires: gsettings-desktop-schemas-devel |
|---|
| 162 | |
|---|
| 163 | * Mon Aug 15 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.34.1-1 |
|---|
| 164 | - new upstream release |
|---|
| 165 | |
|---|
| 166 | * Tue Aug 02 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-5 |
|---|
| 167 | - fix Vine theme to use fixed size window buttons. |
|---|
| 168 | - some fonts breaks window title design.. |
|---|
| 169 | |
|---|
| 170 | * Wed Jun 22 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-4 |
|---|
| 171 | - update metacity theme |
|---|
| 172 | |
|---|
| 173 | * Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-3 |
|---|
| 174 | - add patch20 (revert patch) |
|---|
| 175 | - this commit breaks compiz window decoration. |
|---|
| 176 | |
|---|
| 177 | * Sun Jun 12 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-2 |
|---|
| 178 | - update ja.po from git |
|---|
| 179 | |
|---|
| 180 | * Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.34.0-1 |
|---|
| 181 | - update to 2.34.0 |
|---|
| 182 | - add patch11 to revert default settings |
|---|
| 183 | - default title font to Sans Bold 10 |
|---|
| 184 | - add icon menu on titlebar |
|---|
| 185 | - disable patch2 to change workspace num to 4 (factory default). |
|---|
| 186 | |
|---|
| 187 | * Sat Jun 11 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-3 |
|---|
| 188 | - update metacity theme |
|---|
| 189 | |
|---|
| 190 | * Wed Jun 01 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 2.30.3-2 |
|---|
| 191 | - update metacity theme |
|---|
| 192 | - drop old old theme |
|---|
| 193 | - add patch10 to enable compositing_manager by default |
|---|
| 194 | |
|---|
| 195 | * Sun Oct 03 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.3-1 |
|---|
| 196 | - new upstream release |
|---|
| 197 | |
|---|
| 198 | * Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.1-2 |
|---|
| 199 | - rebuild with rpm-4.8.1 for pkg-config file |
|---|
| 200 | - add BuildRequires: gnome-doc-utils |
|---|
| 201 | |
|---|
| 202 | * Fri Apr 30 2010 Shu KONNO <owa@bg.wakwak.com> 2.30.1-1 |
|---|
| 203 | - updated metacity to 2.30.1 |
|---|
| 204 | - fixed crash when right-clicking on window frame |
|---|
| 205 | |
|---|
| 206 | * Sun Apr 04 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 2.30.0-1 |
|---|
| 207 | - new upstream release |
|---|
| 208 | |
|---|
| 209 | * Mon Nov 02 2009 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.28.0-2 |
|---|
| 210 | - add BR: libgtop2-devel |
|---|
| 211 | |
|---|
| 212 | * Sat Oct 31 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.28.0-1 |
|---|
| 213 | - new upstream release |
|---|
| 214 | - dropped Patch5, 6 and 7 (merged into upstream) |
|---|
| 215 | - removed BR: libglade2-devel |
|---|
| 216 | |
|---|
| 217 | * Thu Apr 30 2009 NAKAMURA Kenta <kenta@vinelinux.org> 2.26.0-4 |
|---|
| 218 | - added BuildRequires: zenity, libcanberra-devel |
|---|
| 219 | |
|---|
| 220 | * Thu Apr 30 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-3 |
|---|
| 221 | - Patch4: don't spam .xsession-errors so hard |
|---|
| 222 | - Patch5: use libcanberra to play the alert sound |
|---|
| 223 | - Patch6: don't force bell |
|---|
| 224 | - Patch7: fix interaction with autohide panels |
|---|
| 225 | |
|---|
| 226 | * Wed Mar 25 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-2 |
|---|
| 227 | - update Patch0,1,2 |
|---|
| 228 | - apply patches to ".in.in" insread of ".in" |
|---|
| 229 | |
|---|
| 230 | * Sat Mar 21 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 2.26.0-1 |
|---|
| 231 | - new upstream release |
|---|
| 232 | - split development file to -devel subpackage |
|---|
| 233 | - remove static libs |
|---|
| 234 | |
|---|
| 235 | * Tue Sep 23 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.24.0-1 |
|---|
| 236 | - new upstream release |
|---|
| 237 | |
|---|
| 238 | * Fri May 09 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 2.22.0-2 |
|---|
| 239 | - rebuild to fix strange color problem. |
|---|
| 240 | |
|---|
| 241 | * Tue Mar 25 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.22.0-1vl5 |
|---|
| 242 | - new upstream release |
|---|
| 243 | |
|---|
| 244 | * Wed Dec 12 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 2.20.1-0vl1 |
|---|
| 245 | - new upstream release |
|---|
| 246 | - added Requires(post): GConf2 |
|---|
| 247 | |
|---|
| 248 | * Thu Apr 26 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 2.18.2-0vl1 |
|---|
| 249 | - new upstream release |
|---|
| 250 | |
|---|
| 251 | * Thu Jul 27 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.15.13-0vl1 |
|---|
| 252 | - new upstream release |
|---|
| 253 | |
|---|
| 254 | * Mon Jun 05 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.5-0vl1 |
|---|
| 255 | - new upstream release |
|---|
| 256 | |
|---|
| 257 | * Sun Apr 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.3-0vl1 |
|---|
| 258 | - new upstream release |
|---|
| 259 | - remove Patch20 which is merged in upstream |
|---|
| 260 | - include ClearVine theme as default theme. |
|---|
| 261 | |
|---|
| 262 | * Wed Apr 12 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.2-0vl1 |
|---|
| 263 | - new upstream release |
|---|
| 264 | |
|---|
| 265 | * Fri Apr 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl2 |
|---|
| 266 | - add Patch20 to make configurable new window focus (bug 326159) |
|---|
| 267 | |
|---|
| 268 | * Tue Mar 14 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.14.1-0vl1 |
|---|
| 269 | - new upstream release |
|---|
| 270 | |
|---|
| 271 | * Tue Mar 07 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 2.13.144-0vl1 |
|---|
| 272 | - new upstream release |
|---|
| 273 | |
|---|
| 274 | * Wed Nov 30 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.2-0vl1 |
|---|
| 275 | - new upstream release |
|---|
| 276 | |
|---|
| 277 | * Wed Oct 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.1-0vl1 |
|---|
| 278 | - new upstream release |
|---|
| 279 | |
|---|
| 280 | * Mon Sep 19 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.12.0-0vl1 |
|---|
| 281 | - new upstream release |
|---|
| 282 | |
|---|
| 283 | * Sun Aug 21 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.2-0vl1 |
|---|
| 284 | - new upstream release |
|---|
| 285 | |
|---|
| 286 | * Fri Aug 05 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.11.1-0vl1 |
|---|
| 287 | - new upstream release |
|---|
| 288 | |
|---|
| 289 | * Sun Jul 24 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.3-0vl1 |
|---|
| 290 | - new upstream release |
|---|
| 291 | |
|---|
| 292 | * Sun Mar 20 2005 Daisuke SUZUKI <daisuke@linux.or.jp> 2.10.0-0vl1 |
|---|
| 293 | - new upstream version |
|---|
| 294 | - include Vine metacity theme as default theme. |
|---|
| 295 | - update Patch0 to change deafult theme. |
|---|
| 296 | |
|---|
| 297 | * Wed Nov 10 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl2 |
|---|
| 298 | - update NeoVine metacity theme. |
|---|
| 299 | |
|---|
| 300 | * Mon Nov 08 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.9.0-0vl1 |
|---|
| 301 | - new upstream release |
|---|
| 302 | |
|---|
| 303 | * Wed Nov 03 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.5-0vl1 |
|---|
| 304 | - new upstream release |
|---|
| 305 | |
|---|
| 306 | * Sun Jun 20 2004 Daisuke SUZUKI <daisuke@linux.or.jp> 2.8.1-0vl1 |
|---|
| 307 | - new upstream release |
|---|
| 308 | - add BuildRequires: libtoo,automake14, autoconf |
|---|
| 309 | |
|---|
| 310 | * Wed Dec 24 2003 Tomoya TAKA <taka@vinelinux.org> 2.6.3-0vl1 |
|---|
| 311 | - new upstream release |
|---|
| 312 | - build with new toolchain |
|---|
| 313 | |
|---|
| 314 | * Sat Oct 18 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.2-0vl1 |
|---|
| 315 | - new upstream release |
|---|
| 316 | |
|---|
| 317 | * Thu Sep 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.1-0vl1 |
|---|
| 318 | - new upstream release |
|---|
| 319 | |
|---|
| 320 | * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl2 |
|---|
| 321 | - fixed missing locale files |
|---|
| 322 | |
|---|
| 323 | * Wed Sep 10 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.6.0-0vl1 |
|---|
| 324 | - new upstream release |
|---|
| 325 | |
|---|
| 326 | * Mon Sep 08 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl2 |
|---|
| 327 | - add patch10 to increase workspaces (4->6). |
|---|
| 328 | |
|---|
| 329 | * Fri Sep 05 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.5-0vl1 |
|---|
| 330 | - new upstream release |
|---|
| 331 | |
|---|
| 332 | * Wed Sep 03 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.3-0vl1 |
|---|
| 333 | - new upstream release |
|---|
| 334 | |
|---|
| 335 | * Mon Jun 09 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl2 |
|---|
| 336 | - update ja.po |
|---|
| 337 | - update NeoVine theme |
|---|
| 338 | |
|---|
| 339 | * Sat May 31 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.5.2-0vl1 |
|---|
| 340 | - new upstream release |
|---|
| 341 | |
|---|
| 342 | * Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1 |
|---|
| 343 | - fixed typo |
|---|
| 344 | - NeoVine Metatheme moved to gnome-themes package. |
|---|
| 345 | |
|---|
| 346 | * Sat Feb 15 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.34-0vl1 |
|---|
| 347 | - new upstream release |
|---|
| 348 | - add patch2 from rawhide. |
|---|
| 349 | - drop patch1, merged in upstream. |
|---|
| 350 | |
|---|
| 351 | * Fri Jan 31 2003 Tomoya TAKA <taka@vinelinux.org> 2.4.21-0vl2 |
|---|
| 352 | - add Patch1 to fix hang on all 64-bit platforms |
|---|
| 353 | |
|---|
| 354 | * Fri Jan 24 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.21-0vl1 |
|---|
| 355 | - new upstream release |
|---|
| 356 | |
|---|
| 357 | * Wed Jan 22 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl3 |
|---|
| 358 | - update NeoVine metatheme (use gnome default icons) |
|---|
| 359 | |
|---|
| 360 | * Sun Jan 12 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl2 |
|---|
| 361 | - update neovine theme |
|---|
| 362 | |
|---|
| 363 | * Sat Jan 11 2003 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.13-0vl1 |
|---|
| 364 | - new upstream release |
|---|
| 365 | |
|---|
| 366 | * Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6 |
|---|
| 367 | - drop patch0 to use system fonts. |
|---|
| 368 | |
|---|
| 369 | * Sat Dec 28 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl6 |
|---|
| 370 | - update ja.po |
|---|
| 371 | |
|---|
| 372 | * Fri Dec 27 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl5 |
|---|
| 373 | - fixed NeoVine theme |
|---|
| 374 | |
|---|
| 375 | * Wed Dec 25 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl4 |
|---|
| 376 | - add NeoVine theme ported from sawfish. |
|---|
| 377 | - use neoVine as default theme. (Patch0) |
|---|
| 378 | |
|---|
| 379 | * Mon Dec 16 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl3 |
|---|
| 380 | - change URL |
|---|
| 381 | - add BuildRequires |
|---|
| 382 | |
|---|
| 383 | * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl2 |
|---|
| 384 | - add include files |
|---|
| 385 | |
|---|
| 386 | * Sun Dec 15 2002 Daisuke SUZUKI <daisuke@linux.or.jp> 2.4.8-0vl1 |
|---|
| 387 | - build for Vine Linux |
|---|
| 388 | - new upstream release from gnome-2.1.4 |
|---|
| 389 | |
|---|
| 390 | * Tue Oct 29 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 391 | - 2.4.3 |
|---|
| 392 | - remove patches that have gone upstream |
|---|
| 393 | |
|---|
| 394 | * Tue Aug 27 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 395 | - fix shaded window decorations in Bluecurve theme |
|---|
| 396 | |
|---|
| 397 | * Sat Aug 24 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 398 | - fix the mplayer-disappears-on-de-fullscreen bug |
|---|
| 399 | |
|---|
| 400 | * Sat Aug 24 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 401 | - add some fixes from CVS for #71163 #72379 #72478 #72513 |
|---|
| 402 | |
|---|
| 403 | * Thu Aug 22 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 404 | - patch .schemas.in instead of .schemas so we get right default theme/fonts |
|---|
| 405 | |
|---|
| 406 | * Tue Aug 20 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 407 | - grow size of top resize, and display proper cursor on enter notify |
|---|
| 408 | - require latest intltool to try and fix metacity.schemas by |
|---|
| 409 | regenerating it in non-UTF-8 locale |
|---|
| 410 | |
|---|
| 411 | * Thu Aug 15 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 412 | - default to Sans Bold font, fixes #70920 and matches graphic design spec |
|---|
| 413 | |
|---|
| 414 | * Thu Aug 15 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 415 | - 2.4.0.91 with raise/lower keybindings for msf, fixes to fullscreen |
|---|
| 416 | - more apps that probably intend to be, fix for changing number of |
|---|
| 417 | workspaces, fix for moving windows in multihead |
|---|
| 418 | |
|---|
| 419 | * Tue Aug 13 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 420 | - update build requires |
|---|
| 421 | |
|---|
| 422 | * Mon Aug 12 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 423 | - upgrade to cvs snap 2.4.0.90 with pile of bugfixes from |
|---|
| 424 | this weekend |
|---|
| 425 | - change default theme to bluecurve and require new redhat-artwork |
|---|
| 426 | |
|---|
| 427 | * Tue Aug 6 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 428 | - 2.4.0 |
|---|
| 429 | - themes are moved, require appropriate redhat-artwork |
|---|
| 430 | |
|---|
| 431 | * Thu Aug 1 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 432 | - munge the desktop file to be in toplevel menus and |
|---|
| 433 | not show in KDE |
|---|
| 434 | |
|---|
| 435 | * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 436 | - don't use system font by default as metacity's |
|---|
| 437 | font is now in the system font dialog |
|---|
| 438 | |
|---|
| 439 | * Tue Jul 23 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 440 | - 2.3.987.92 cvs snap |
|---|
| 441 | |
|---|
| 442 | * Fri Jul 12 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 443 | - 2.3.987.91 cvs snap |
|---|
| 444 | |
|---|
| 445 | * Mon Jun 24 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 446 | - 2.3.987.90 cvs snap |
|---|
| 447 | |
|---|
| 448 | * Fri Jun 21 2002 Tim Powers <timp@redhat.com> |
|---|
| 449 | - automated rebuild |
|---|
| 450 | |
|---|
| 451 | * Sun Jun 16 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 452 | - rebuild for new libraries |
|---|
| 453 | |
|---|
| 454 | * Mon Jun 10 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 455 | - rebuild in different environment |
|---|
| 456 | |
|---|
| 457 | * Mon Jun 10 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 458 | - 2.3.987 |
|---|
| 459 | - default to redhat theme |
|---|
| 460 | |
|---|
| 461 | * Fri Jun 07 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 462 | - rebuild in different environment |
|---|
| 463 | |
|---|
| 464 | * Tue Jun 4 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 465 | - 2.3.610.90 cvs snap |
|---|
| 466 | |
|---|
| 467 | * Sun May 26 2002 Tim Powers <timp@redhat.com> |
|---|
| 468 | - automated rebuild |
|---|
| 469 | |
|---|
| 470 | * Mon May 20 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 471 | - rebuild in different environment |
|---|
| 472 | |
|---|
| 473 | * Fri May 17 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 474 | - 2.3.377 |
|---|
| 475 | |
|---|
| 476 | * Thu May 2 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 477 | - 2.3.233 |
|---|
| 478 | |
|---|
| 479 | * Thu Apr 25 2002 Havoc Pennington <hp@redhat.com> |
|---|
| 480 | - rebuild in different environment |
|---|
| 481 | - add gconf schemas boilerplate |
|---|
| 482 | |
|---|
| 483 | * Mon Apr 15 2002 Havoc Pennington <hp@pobox.com> |
|---|
| 484 | - 2.3.89 |
|---|
| 485 | |
|---|
| 486 | * Tue Oct 30 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 487 | - 2.3.34 |
|---|
| 488 | |
|---|
| 489 | * Fri Oct 13 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 490 | - 2.3.21 |
|---|
| 491 | |
|---|
| 492 | * Mon Sep 17 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 493 | - 2.3.8 |
|---|
| 494 | - 2.3.13 |
|---|
| 495 | |
|---|
| 496 | * Wed Sep 5 2001 Havoc Pennington <hp@redhat.com> |
|---|
| 497 | - Initial build. |
|---|
| 498 | |
|---|
| 499 | |
|---|