2007-07-27 01:58:25 +02:00
|
|
|
#
|
2009-03-26 23:33:18 +01:00
|
|
|
# spec file for package libwnck (Version 2.26.0)
|
2007-07-27 01:58:25 +02:00
|
|
|
#
|
2009-01-08 18:45:57 +01:00
|
|
|
# Copyright (c) 2009 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
2007-07-27 01:58:25 +02:00
|
|
|
#
|
2008-08-14 00:06:34 +02:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
|
|
|
# norootforbuild
|
|
|
|
|
2008-02-19 02:36:54 +01:00
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
Name: libwnck
|
2008-09-12 22:16:41 +02:00
|
|
|
BuildRequires: fdupes
|
|
|
|
BuildRequires: gtk2-devel
|
|
|
|
BuildRequires: intltool
|
2009-02-20 21:15:50 +01:00
|
|
|
BuildRequires: licenses
|
2009-01-08 18:45:57 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: libwnck-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2007-11-19 10:25:47 +01:00
|
|
|
License: LGPL v2.1 or later
|
2007-07-27 01:58:25 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2009-03-26 23:33:18 +01:00
|
|
|
Version: 2.26.0
|
|
|
|
Release: 1
|
2007-07-27 01:58:25 +02:00
|
|
|
# WARNING: After changing versions please call Re or rpmbuild to auto-update spec file:
|
|
|
|
#%(sh %{_sourcedir}/%{name}_spec-update.sh %{_sourcedir} %{name} libwnck-1)
|
|
|
|
%define libwnck-1_name 22
|
|
|
|
Summary: Window Navigator Construction Kit (Library Package)
|
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Source1: %{name}_spec-update.sh
|
2007-07-27 15:11:39 +02:00
|
|
|
Requires: libwnck-1-22 = %{version} licenses
|
2007-08-09 16:09:41 +02:00
|
|
|
Requires: %{name}-lang = %{version}
|
2007-07-27 01:58:25 +02:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
|
|
|
|
|
|
%description
|
|
|
|
The Window Navigator Construction Kit is a library that can be used to
|
|
|
|
write task lists, pagers, and similar GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package -n libwnck-1-22
|
2008-04-10 11:52:18 +02:00
|
|
|
License: LGPL v2.1 or later
|
2007-07-27 01:58:25 +02:00
|
|
|
Summary: Window Navigator Construction Kit (Library Package)
|
|
|
|
Group: Development/Libraries/GNOME
|
|
|
|
# Require translation package (%{name}) not older than the library:
|
|
|
|
Requires: %{name} >= %{version}
|
2009-01-08 18:45:57 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: libwnck-64bit
|
|
|
|
%endif
|
|
|
|
#
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%description -n libwnck-1-22
|
|
|
|
The Window Navigator Construction Kit is a library that can be used to
|
|
|
|
write task lists, pagers, and similar GNOME programs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
|
|
|
%package devel
|
2008-04-10 11:52:18 +02:00
|
|
|
License: GPL v2 or later
|
2007-11-19 10:25:47 +01:00
|
|
|
Summary: Include Files and Libraries mandatory for Development
|
2007-07-27 01:58:25 +02:00
|
|
|
Group: Development/Libraries/GNOME
|
2008-01-30 02:31:16 +01:00
|
|
|
Requires: %{name} = %{version} glib2-devel gtk2-devel
|
2009-01-08 18:45:57 +01:00
|
|
|
# bug437293
|
|
|
|
%ifarch ppc64
|
|
|
|
Obsoletes: libwnck-devel-64bit
|
|
|
|
%endif
|
2009-02-20 21:15:50 +01:00
|
|
|
Obsoletes: libwnck-doc <= %{version}
|
|
|
|
Provides: libwnck-doc = %{version}
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
This package contains all necessary include files and libraries needed
|
|
|
|
to develop applications that require these.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Authors:
|
|
|
|
--------
|
|
|
|
Havoc Pennington <hp@redhat.com>
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%lang_package
|
2007-07-27 01:58:25 +02:00
|
|
|
%prep
|
|
|
|
%setup -q
|
|
|
|
# rpmlint note: libwnck has a separate translation for both Bengali and Bengali India
|
|
|
|
|
|
|
|
%build
|
|
|
|
# needed for libwnck-2.19.4:
|
|
|
|
export CFLAGS="$RPM_OPT_FLAGS -fno-strict-aliasing"
|
|
|
|
%configure\
|
|
|
|
--disable-static
|
2007-11-19 10:25:47 +01:00
|
|
|
%__make %{?jobs:-j%jobs}
|
2007-07-27 01:58:25 +02:00
|
|
|
|
|
|
|
%install
|
|
|
|
%makeinstall
|
2008-08-30 00:50:35 +02:00
|
|
|
rm $RPM_BUILD_ROOT/%{_libdir}/*.*a
|
2007-07-27 01:58:25 +02:00
|
|
|
%find_lang %{name}
|
|
|
|
LIBNAME="$(echo $RPM_BUILD_ROOT%{_libdir}/%{name}-*.so.?? | sed 's/.*\///;s/\.so\./-/;s/\./_/')"
|
|
|
|
if test "$LIBNAME" != libwnck-1-22 ; then
|
|
|
|
echo "Library version does not match package name. It should be $LIBNAME."
|
|
|
|
exit 1
|
|
|
|
fi
|
|
|
|
for FILE in COPYING ; do
|
|
|
|
MD5SUM=$(md5sum $FILE | sed 's/ .*//')
|
|
|
|
if test -f /usr/share/doc/licenses/md5/$MD5SUM ; then
|
|
|
|
ln -sf /usr/share/doc/licenses/md5/$MD5SUM $FILE
|
|
|
|
fi
|
|
|
|
done
|
2007-08-09 16:09:41 +02:00
|
|
|
%fdupes $RPM_BUILD_ROOT
|
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%clean
|
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
|
|
|
|
|
%post -n libwnck-1-22 -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -n libwnck-1-22 -p /sbin/ldconfig
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%files
|
2007-07-27 01:58:25 +02:00
|
|
|
%defattr(-,root,root)
|
2007-08-02 17:26:04 +02:00
|
|
|
%{_bindir}/wnckprop
|
2007-07-27 01:58:25 +02:00
|
|
|
%doc AUTHORS COPYING README NEWS ChangeLog
|
|
|
|
|
2007-08-09 16:09:41 +02:00
|
|
|
%files lang -f %{name}.lang
|
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%files -n libwnck-1-22
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/*.so.*
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_includedir}/libwnck-1.0
|
|
|
|
%{_libdir}/pkgconfig/*.pc
|
|
|
|
%{_libdir}/*.so
|
2009-02-17 18:29:40 +01:00
|
|
|
# Own these repositories to not depend on gtk-doc while building:
|
|
|
|
%dir %{_datadir}/gtk-doc
|
|
|
|
%dir %{_datadir}/gtk-doc/html
|
2007-07-27 01:58:25 +02:00
|
|
|
%{_datadir}/gtk-doc/html/*
|
2008-01-30 02:31:16 +01:00
|
|
|
|
2007-07-27 01:58:25 +02:00
|
|
|
%changelog
|
2009-03-26 23:33:18 +01:00
|
|
|
* Tue Mar 17 2009 mboman@suse.de
|
|
|
|
- Update to version 2.26.0:
|
|
|
|
+ Translation updates
|
2009-02-20 21:15:50 +01:00
|
|
|
* Wed Feb 18 2009 mboman@suse.de
|
|
|
|
- Add back licenses to BuildRequires
|
|
|
|
- Fix Obsoletes/Provides
|
2009-02-17 18:29:40 +01:00
|
|
|
* Tue Feb 17 2009 mboman@suse.de
|
|
|
|
- Update to version 2.25.91:
|
|
|
|
+ Requires glib 2.16.0
|
|
|
|
+ Translation updates
|
|
|
|
- Merge -doc into -devel as it only contains gtk-doc
|
|
|
|
- Remove gnome-common, perl-XML-Parser, update-desktop-files and
|
|
|
|
licenses from BuildRequires
|
|
|
|
* Mon Feb 02 2009 mboman@suse.de
|
2009-02-06 18:07:08 +01:00
|
|
|
- Update to version 2.25.5:
|
|
|
|
+ Make libwnck compile with gnome-common DEPRECATED variables
|
|
|
|
+ Use C_() instead of Q_()
|
|
|
|
+ Translation updates
|
2009-01-08 18:45:57 +01:00
|
|
|
* Wed Jan 07 2009 olh@suse.de
|
|
|
|
- obsolete old -XXbit packages (bnc#437293)
|
2009-02-06 18:07:08 +01:00
|
|
|
* Sat Dec 20 2008 mboman@suse.de
|
|
|
|
- Update to version 2.25.3:
|
|
|
|
+ Use single include for GTK+
|
|
|
|
+ Fix compiler warning
|
|
|
|
* Sat Dec 13 2008 mboman@suse.de
|
|
|
|
- Update to version 2.24.2:
|
|
|
|
+ Translation updates
|
2008-10-24 17:14:47 +02:00
|
|
|
* Thu Oct 23 2008 maw@suse.de
|
|
|
|
- Update to version 2.24.1:
|
|
|
|
+ Updated translations.
|
2008-10-12 00:19:14 +02:00
|
|
|
* Tue Sep 23 2008 mboman@suse.de
|
|
|
|
- Update to version 2.24.0:
|
|
|
|
+ Translation updates.
|
2008-09-12 22:16:41 +02:00
|
|
|
* Wed Sep 10 2008 maw@suse.de
|
|
|
|
- Update to version 2.23.92:
|
|
|
|
+ Updated translations.
|
|
|
|
* Mon Sep 01 2008 mboman@novell.com
|
2008-09-05 21:59:05 +02:00
|
|
|
- Update to version 2.23.91:
|
|
|
|
+ Update the default window icon
|
|
|
|
+ Update translations
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Aug 28 2008 maw@suse.de
|
2008-08-30 00:50:35 +02:00
|
|
|
- Don't package static libraries or libtool archives.
|
2008-08-14 00:06:34 +02:00
|
|
|
* Wed Aug 06 2008 maw@suse.de
|
|
|
|
- Update to version 2.23.6:
|
|
|
|
+ Updated translations.
|
2009-02-17 18:29:40 +01:00
|
|
|
* Thu Jun 19 2008 maw@suse.de
|
2008-06-22 03:44:57 +02:00
|
|
|
- Update to version 2.23.4:
|
|
|
|
+ Fix a bug where, when the last window disappears, libwnck
|
|
|
|
internals aren't updated and you still have a window in the
|
|
|
|
window list
|
|
|
|
+ Updated translations.
|
2008-05-22 02:09:37 +02:00
|
|
|
* Wed May 21 2008 cthiel@suse.de
|
|
|
|
- fix baselibs.conf
|
2008-04-10 14:39:03 +02:00
|
|
|
* Thu Apr 10 2008 ro@suse.de
|
|
|
|
- added baselibs.conf file to build xxbit packages
|
|
|
|
for multilib support
|
2009-02-17 18:29:40 +01:00
|
|
|
* Thu Apr 10 2008 maw@suse.de
|
2008-04-10 11:52:18 +02:00
|
|
|
- Update to version 2.22.1:
|
|
|
|
+ Bugs fixed: bgo#517750, bgo#520124, bgo#520704, bgo#520726
|
|
|
|
+ Updated translations.
|
2008-09-12 22:16:41 +02:00
|
|
|
* Mon Mar 17 2008 vuntz@suse.de
|
2008-03-19 13:05:54 +01:00
|
|
|
- After a discussion with David Raveman, we agree that the last
|
|
|
|
three patches (libwnck-2.12.2-window-move-1.patch,
|
|
|
|
libwnck-opacity-2.patch, libwnck-border_width-fix-2.patch) are
|
|
|
|
not needed for compiz any more, so killing them.
|
|
|
|
* Mon Mar 17 2008 vuntz@suse.de
|
|
|
|
- Remove libwnck-realistic-layout.patch.
|
|
|
|
Was fixed upstream in June 2007, see bgo#339861.
|
2009-02-17 18:29:40 +01:00
|
|
|
* Fri Mar 14 2008 maw@suse.de
|
2008-03-14 17:50:55 +01:00
|
|
|
- Update to version 2.22.0:
|
|
|
|
+ Fix wnck_window_set_geometry() to work as intended, ie
|
|
|
|
including decorations (bgo#518606)
|
|
|
|
+ Updated translations.
|
2008-03-05 22:43:13 +01:00
|
|
|
* Tue Mar 04 2008 maw@suse.de
|
|
|
|
- Update to version 2.21.92:
|
|
|
|
+ Fix wnck_window_set_geometry() not working without a main loop
|
|
|
|
+ Updated translations.
|
2009-02-17 18:29:40 +01:00
|
|
|
* Tue Feb 19 2008 maw@suse.de
|
2008-02-19 02:36:54 +01:00
|
|
|
- Update to version 2.21.91:
|
|
|
|
+ Updated translations.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 29 2008 rodrigo@suse.de
|
|
|
|
- Update to version 2.21.90:
|
|
|
|
* Fix pager to correctly work in multiscreen environment
|
|
|
|
- Added missing glib2-devel to -devel package Requires
|
2009-02-17 18:29:40 +01:00
|
|
|
* Thu Nov 15 2007 jpr@suse.de
|
2007-11-19 10:25:47 +01:00
|
|
|
- Remove libwnck-viewport-2.patch, it was obsoleted by a different
|
|
|
|
upstream patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Sep 18 2007 sbrabec@suse.cz
|
2007-09-19 19:13:51 +02:00
|
|
|
- Update to version 2.20.0:
|
|
|
|
* translations update
|
2008-09-12 22:16:41 +02:00
|
|
|
* Mon Sep 10 2007 mauro@suse.de
|
2007-09-11 18:30:55 +02:00
|
|
|
- Update to version 2.19.92:
|
|
|
|
+ Add translator comments for wnckprop (Andre Klapper) [#468320]
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Aug 30 2007 maw@suse.de
|
2007-08-31 15:55:47 +02:00
|
|
|
- Update to version 2.19.90:
|
|
|
|
+ Remove weak pointers on fields in task structure before
|
|
|
|
freeing task block (bugzilla.gnome.org 139080)
|
|
|
|
+ Updated translations.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Aug 08 2007 maw@suse.de
|
2007-08-09 16:09:41 +02:00
|
|
|
- Split off a -lang subpackage.
|
2008-09-12 22:16:41 +02:00
|
|
|
* Wed Aug 01 2007 maw@suse.de
|
2007-08-02 17:26:04 +02:00
|
|
|
- Update to version 2.19.6:
|
|
|
|
Fixes
|
|
|
|
- Make the window action menu work with viewport (Vincent) [#352383]
|
|
|
|
- Correctly draw workspaces with viewport in the pager (Vincent)
|
|
|
|
- Fix typo in a string of wnckprop (Theppitak Karoonboonyanan)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Jul 27 2007 sbrabec@suse.cz
|
2007-07-27 15:11:39 +02:00
|
|
|
- Fixed typo in shared library name.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jul 17 2007 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fixed shared library packaging.
|
|
|
|
- Added script to update library package names.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jul 14 2007 mrueckert@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- fixed typo in previous change
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jul 14 2007 mrueckert@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use libwnck-devel and libwnck-doc. the file content would conflict
|
|
|
|
anyway so there is no need to have them as versioned subpackages.
|
2008-09-12 22:16:41 +02:00
|
|
|
* Mon Jul 09 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Following up on the package rename, add some new
|
|
|
|
Provides/Obsoletes.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Jul 06 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.19.4, and rename to libwnck-1-22 to match
|
|
|
|
sonames.
|
|
|
|
- Remove upstreamed libwnck-216129-tasklist-crash.patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue May 29 2007 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add libwnck-216129-tasklist-crash.patch from upstream to fix a
|
|
|
|
panel crash. #216129
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Mar 23 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.18.0
|
|
|
|
- Minor changes:
|
|
|
|
* libwnck/tasklist.c: (wnck_tasklist_scroll_cb): fix left/right
|
|
|
|
scroll for RTL
|
|
|
|
* libwnck/pager.c: (wnck_update_drag_icon): improve a bit, so
|
|
|
|
that the icon has a good width/height ratio, and is not always
|
|
|
|
huge
|
|
|
|
* libwnck/pager.c: (wnck_pager_set_n_rows): don't accept to set to
|
|
|
|
less than 1 row. Again. (My one-line patch was broken ;-))
|
|
|
|
* test-tasklist.c: add an option to always group windows, and default
|
|
|
|
to automatic grouping
|
|
|
|
* test-tasklist.c: (main):
|
|
|
|
* test-selector.c: (main): don't use gtk_window_set_policy(), but
|
|
|
|
gtk_window_set_resizable()
|
|
|
|
* libwnck/pager.c: (wnck_pager_set_n_rows): don't accept to set to
|
|
|
|
less than 1 row
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Feb 19 2007 maw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.17.91
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Feb 07 2007 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Do not build unusable static libraries (#238552).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Dec 13 2006 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Prefix changed to /usr.
|
|
|
|
- Spec file cleanup.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Nov 07 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix viewport patch so it doesn't crash when creating action menu
|
|
|
|
for windows that are visible on more than one workspace. #217262
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Oct 18 2006 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Enabled creating of doc package (#193240).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Oct 16 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix broken border width patch. 178222.
|
|
|
|
- Remove ibwnck-2.12.2-virtual-aspect-1.patch, it's no longer
|
|
|
|
needed.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Oct 03 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.16.1
|
|
|
|
- Fix critical warning and leak
|
|
|
|
- Avoid sending spurious icon geometry updates
|
|
|
|
- Require GTK+ 2.8.0
|
|
|
|
- translation updates
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Sep 14 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.16.0
|
|
|
|
- translation updates
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Aug 31 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.15.92
|
|
|
|
- Fix crash when tasklist is destroyed
|
|
|
|
- Update delete icon for the context menu
|
|
|
|
- translation updates
|
2008-09-12 22:16:41 +02:00
|
|
|
* Tue Aug 15 2006 jhargadon@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.15.91
|
|
|
|
- Changed the glowing code to have less and saner style properties
|
2008-09-12 22:16:41 +02:00
|
|
|
* Fri Aug 04 2006 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.15.90
|
|
|
|
- Remove upstreamed patches
|
|
|
|
Features
|
|
|
|
- Add move/resize window API (Magnus Therning)
|
|
|
|
- Improve glowing effect in tasklist and make it themeable (Benjamin Berg)
|
|
|
|
[#325176]
|
|
|
|
- Use cairo in the pager (Benjamin Otte) [#339293]
|
|
|
|
- Improve drag and drop in the pager (Nickolay V. Shmyrev, Benjamin Otte)
|
|
|
|
[#96675, #339293]
|
|
|
|
- Improve look of the pager (Benjamin Otte) [#339293]
|
|
|
|
- Add dragging of windows from the tasklist (Nickolay V. Shmyrev) [#96675]
|
|
|
|
- Sort window in a group alphabetically (Xavier Claessens, Vincent)
|
|
|
|
- Change active window when scrolling on the selector (Nigel Tao)
|
|
|
|
- Add scrolling support to the tasklist (Xavier Claessens)
|
|
|
|
Fixes
|
|
|
|
- Correctly set relief for group buttons in the tasklist (Benjamin Otte)
|
|
|
|
- Make windows that go to the bottom occupy the last pixel of the pager
|
|
|
|
(Benjamin Otte)
|
|
|
|
- Fix crashes
|
|
|
|
- Don't change workspace when releasing the button on another workspace
|
|
|
|
(Vincent) [#110510]
|
|
|
|
- Fix leaks (Dan Winship) [#334137]
|
|
|
|
- Fix minimization of "always on visible desktop" windows with the tasklist
|
|
|
|
(Vincent) [#335316]
|
|
|
|
- Fix transient cycles causing infinite loops (Dan Winship, Elijah) [#332493]
|
|
|
|
- Immediately show notification for demands-attent/urgent windows on other
|
|
|
|
workspaces in the tasklist (Leszek Matok) [#336142]
|
|
|
|
- Don't minimize the window when it's on another desktop and it was the last
|
|
|
|
active window (Vincent) [#331661]
|
|
|
|
- Fix C89 compliance (Jens Granseuer) [#332866]
|
|
|
|
- Fix window disappearing in workspace switcher after drag and drop (Vincent)
|
|
|
|
[#317373]
|
|
|
|
- Fix corrupted drawing of windows (Vincent) [#155502]
|
|
|
|
- Include demands-attention/urgent windows unconditionally in
|
|
|
|
tasklist; this should help users not miss important windows on
|
|
|
|
other workspaces (Elijah) [#305979]
|
|
|
|
- Synchronize the right-click-menu with that of Metacity's (Srirama
|
|
|
|
Sharma, Leena Gunda, Christian Neumair) [#135710]
|
|
|
|
- Escape window titles used in pango markup, avoids some crashes too
|
|
|
|
(Vincent Noel, jylefort FreeBSD org) [#306289]
|
|
|
|
- Correctly catch and handle demands-attention/urgent state changes
|
|
|
|
for transients of windows in the tasklist (Elijah) [#317541]
|
|
|
|
- Make the pager Fitts's law compliant when shadow type is none
|
|
|
|
(Vincent) [#304248]
|
|
|
|
- Correctly specify the source indication (Elijah)
|
|
|
|
- Use virtual desktop size when computing size of pager (Loic Minier, Vincent)
|
|
|
|
Update Translations
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue May 30 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Patch in a new method from libwnck HEAD to allow compiz to know
|
|
|
|
when a window has a real name (as opposed to a fallback name like
|
|
|
|
"untitled window"). #173059
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri May 12 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix so that correct geometry is returned when border width is
|
|
|
|
greater than 0. (bnc 178222)
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu May 04 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add opacity window action sub-menu patch.
|
|
|
|
(libwnck-opacity-2.patch)
|
|
|
|
- Add patch for viewport options in window action menu.
|
|
|
|
(libwnck-2.12.2-viewport-1.patch) (bnc 160004)
|
2008-09-12 22:16:41 +02:00
|
|
|
* Wed Apr 26 2006 joeshaw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add a patch to fix some layout and grouping bugs in the tasklist.
|
|
|
|
(bnc #148840)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Mar 07 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix a crash in libwnck-2.12.2-virtual-aspect-1.patch (144722).
|
|
|
|
Fix some memory leaks to hopefully fix 78329.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Feb 28 2006 danw@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix infinite loop when a window is marked TRANSIENT_FOR itself
|
|
|
|
(116722)
|
2008-09-12 22:16:41 +02:00
|
|
|
* Wed Feb 15 2006 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fix crash on window switch (b.g.o#327435)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 25 2006 mls@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- converted neededforbuild to BuildRequires
|
2009-02-17 18:29:40 +01:00
|
|
|
* Sat Jan 07 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add window movement patch
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 04 2006 dreveman@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Add virtual desktop aspect ratio patch
|
2008-09-12 22:16:41 +02:00
|
|
|
* Wed Nov 30 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.2
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Oct 13 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.1
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Sep 05 2005 mmj@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.12.0 (GNOME 2.12)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Aug 22 2005 rodrigo@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.92
|
2008-09-12 22:16:41 +02:00
|
|
|
* Thu Aug 11 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.91
|
|
|
|
- Fix use of unitialized variable
|
2008-09-12 22:16:41 +02:00
|
|
|
* Fri Jul 22 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.4
|
2009-02-17 18:29:40 +01:00
|
|
|
* Wed Jun 22 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.11.3
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 01 2005 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Fixed devel requirements.
|
2009-02-17 18:29:40 +01:00
|
|
|
* Thu Mar 10 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.10.0 (GNOME 2.10).
|
2009-02-17 18:29:40 +01:00
|
|
|
* Fri Mar 04 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.92.1
|
2009-02-17 18:29:40 +01:00
|
|
|
* Fri Feb 11 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.91
|
2009-02-17 18:29:40 +01:00
|
|
|
* Sun Feb 06 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.90
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 04 2005 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.9.3
|
2009-02-17 18:29:40 +01:00
|
|
|
* Tue Dec 21 2004 gekker@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Update to version 2.8.1.
|
|
|
|
- Add gtk-doc to needed for build, release version now requires it
|
|
|
|
- Add --disable-html-dir to keep html docs from being built
|
2009-02-17 18:29:40 +01:00
|
|
|
* Tue Nov 23 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- do not use libXRes on 9.0-x86_64
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Nov 19 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- removed extra aclocal include directive
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Oct 25 2004 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- locale rename: no -> nb
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Apr 15 2004 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.6.0.1 (GNOME 2.6).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Sat Jan 10 2004 adrian@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- add %%defattr and %%run_ldconfig
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Oct 07 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.4.0.1 (GNOME 2.4).
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jul 15 2003 pthomas@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- Clean up the code, specially where dereferencing type-punned
|
|
|
|
pointers would break alias analysis.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jul 14 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- GNOME prefix change to /opt/gnome.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jun 24 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Updated to version 2.2.2.
|
|
|
|
- Use %%find_lang.
|
2008-09-12 22:16:41 +02:00
|
|
|
* Sun Jun 01 2003 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- add translations to filelist
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 29 2003 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- update to version 2.2.0
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 16 2003 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 2.1.90
|
|
|
|
- use gtk2-devel-packages in #neededforbuild
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 15 2003 sbrabec@suse.cz
|
2007-07-27 01:58:25 +02:00
|
|
|
- Added expat to neededforbuild.
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Nov 28 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.18 [GNOME 2.0.3]
|
2008-09-12 22:16:41 +02:00
|
|
|
* Mon Nov 11 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- changed neededforbuild <xf86 xdevel> to <x-devel-packages>
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Oct 24 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use "-c" with automake (Bug Id #21066)
|
2008-01-30 02:31:16 +01:00
|
|
|
* Fri Aug 09 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.16
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 19 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use "-a -f" for automake
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jun 19 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.14
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jun 04 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.13, sorce frozen
|
2009-02-17 18:29:40 +01:00
|
|
|
* Wed May 15 2002 ro@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- use libdir
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Apr 10 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.7
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 17 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- really prefixed to /opt/gnome2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Thu Jan 17 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- prefixed to /opt/gnome2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Wed Jan 16 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- updated to version 0.2
|
2008-01-30 02:31:16 +01:00
|
|
|
* Tue Jan 15 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- fixed prefix
|
2008-01-30 02:31:16 +01:00
|
|
|
* Mon Jan 14 2002 hhetter@suse.de
|
2007-07-27 01:58:25 +02:00
|
|
|
- initial SuSE package for GNOME 2.0 platform
|
|
|
|
- build with automake 1.5
|