2013-05-26 14:04:20 +00:00
|
|
|
%global core_plugins blur clone cube decoration fade ini inotify minimize move place png regex resize rotate scale screenshot switcher video water wobbly zoom fs obs commands wall annotate svg matecompat
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
# List of plugins passed to ./configure. The order is important
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2013-04-24 12:42:08 +00:00
|
|
|
%global plugins core,png,svg,video,screenshot,decoration,clone,place,fade,minimize,move,resize,switcher,scale,wall,obs
|
2012-12-25 18:08:23 +00:00
|
|
|
|
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
Name: compiz
|
2015-11-06 14:17:52 +00:00
|
|
|
URL: https://github.com/raveit65/compiz
|
2012-10-05 16:37:52 +00:00
|
|
|
License: GPLv2+ and LGPLv2+ and MIT
|
|
|
|
Group: User Interface/Desktops
|
2015-12-19 19:53:44 +00:00
|
|
|
Version: 0.8.10
|
|
|
|
Release: 1%{?dist}
|
2012-10-05 16:37:52 +00:00
|
|
|
Epoch: 1
|
|
|
|
Summary: OpenGL window and compositing manager
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
# libdrm is not available on these arches
|
|
|
|
ExcludeArch: s390 s390x
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2015-12-19 19:53:44 +00:00
|
|
|
Source0: https://github.com/raveit65/%{name}/releases/download/v%{version}/%{name}-%{version}.tar.xz
|
2013-05-26 14:04:20 +00:00
|
|
|
|
2015-11-06 14:31:19 +00:00
|
|
|
# fedora specific
|
|
|
|
Patch0: compiz_fedora-logo.patch
|
2013-05-26 14:04:20 +00:00
|
|
|
|
2013-08-15 16:37:18 +00:00
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libdrm-devel
|
2014-02-16 17:42:10 +00:00
|
|
|
BuildRequires: libwnck-devel
|
2015-11-06 15:11:45 +00:00
|
|
|
BuildRequires: libXcursor-devel
|
2013-08-15 16:37:18 +00:00
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXrandr-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
|
|
|
BuildRequires: libXext-devel
|
|
|
|
BuildRequires: libXt-devel
|
|
|
|
BuildRequires: libSM-devel
|
|
|
|
BuildRequires: libICE-devel
|
|
|
|
BuildRequires: libXmu-devel
|
|
|
|
BuildRequires: desktop-file-utils
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: gettext
|
|
|
|
BuildRequires: librsvg2-devel
|
|
|
|
BuildRequires: mesa-libGLU-devel
|
|
|
|
BuildRequires: fuse-devel
|
|
|
|
BuildRequires: cairo-devel
|
|
|
|
BuildRequires: libtool
|
2015-11-06 15:11:45 +00:00
|
|
|
BuildRequires: libjpeg-turbo-devel
|
2013-08-15 16:37:18 +00:00
|
|
|
BuildRequires: libxslt-devel
|
2014-02-16 17:37:01 +00:00
|
|
|
BuildRequires: marco-devel
|
2015-12-19 19:53:44 +00:00
|
|
|
BuildRequires: glib2-devel
|
|
|
|
BuildRequires: gobject-introspection-devel
|
2013-08-15 16:37:18 +00:00
|
|
|
|
|
|
|
Requires: glx-utils
|
2015-12-19 19:53:44 +00:00
|
|
|
Requires: gobject-introspection
|
|
|
|
Requires: python3
|
|
|
|
Requires: pygobject3
|
2013-08-15 16:37:18 +00:00
|
|
|
|
2015-11-06 14:42:53 +00:00
|
|
|
# obsolete old subpackges
|
|
|
|
Obsoletes: %{name}-xfce < %{epoch}:%{version}-%{release}
|
|
|
|
Obsoletes: %{name}-lxde < %{epoch}:%{version}-%{release}
|
2015-12-19 19:53:44 +00:00
|
|
|
Obsoletes: %{name}-mate < %{epoch}:%{version}-%{release}
|
|
|
|
%if 0%{?fedora} < 25
|
|
|
|
Provides: compiz-mate = %{epoch}:%{version}-%{release}
|
|
|
|
%endif
|
2015-11-06 14:42:53 +00:00
|
|
|
|
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%description
|
|
|
|
Compiz is one of the first OpenGL-accelerated compositing window
|
|
|
|
managers for the X Window System. The integration allows it to perform
|
|
|
|
compositing effects in window management, such as a minimization
|
|
|
|
effect and a cube work space. Compiz is an OpenGL compositing manager
|
|
|
|
that use Compiz use EXT_texture_from_pixmap OpenGL extension for
|
|
|
|
binding redirected top-level windows to texture objects.
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%package devel
|
|
|
|
Summary: Development packages for compiz
|
|
|
|
Group: Development/Libraries
|
|
|
|
Requires: %{name}%{?_isa} = %{epoch}:%{version}-%{release}
|
|
|
|
Requires: pkgconfig
|
|
|
|
Requires: libXcomposite-devel libXfixes-devel libXdamage-devel libXrandr-devel
|
|
|
|
Requires: libXinerama-devel libICE-devel libSM-devel libxml2-devel
|
|
|
|
Requires: libxslt-devel startup-notification-devel
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%description devel
|
|
|
|
The compiz-devel package includes the header files,
|
|
|
|
and developer docs for the compiz package.
|
|
|
|
Install compiz-devel if you want to develop plugins for the compiz
|
|
|
|
windows and compositing manager.
|
2013-04-24 12:42:08 +00:00
|
|
|
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2015-11-06 14:31:19 +00:00
|
|
|
|
|
|
|
%patch0 -p1 -b .fedora-logo
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%build
|
|
|
|
%configure \
|
2015-12-19 19:53:44 +00:00
|
|
|
--with-gtk=2.0 \
|
2012-10-05 16:37:52 +00:00
|
|
|
--enable-librsvg \
|
2013-04-24 12:42:08 +00:00
|
|
|
--enable-gtk \
|
|
|
|
--enable-marco \
|
2015-12-19 19:53:44 +00:00
|
|
|
--enable-mwd \
|
|
|
|
--enable-menu-entries \
|
2013-04-24 12:42:08 +00:00
|
|
|
--with-default-plugins=%{plugins}
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2015-12-19 19:53:44 +00:00
|
|
|
make %{?_smp_mflags} V=1
|
2012-12-04 21:39:35 +00:00
|
|
|
|
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%install
|
2015-11-06 15:06:56 +00:00
|
|
|
%{make_install}
|
2012-12-25 18:08:23 +00:00
|
|
|
|
2015-11-06 15:08:40 +00:00
|
|
|
desktop-file-install \
|
|
|
|
--delete-original \
|
|
|
|
--dir=$RPM_BUILD_ROOT%{_datadir}/applications \
|
|
|
|
$RPM_BUILD_ROOT%{_datadir}/applications/*.desktop
|
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|
|
|
find $RPM_BUILD_ROOT -name '*.a' -exec rm -f {} ';'
|
2012-12-25 18:08:23 +00:00
|
|
|
|
2012-12-04 15:21:22 +00:00
|
|
|
%find_lang %{name}
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-12-04 15:21:22 +00:00
|
|
|
cat %{name}.lang > core-files.txt
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
for f in %{core_plugins}; do
|
|
|
|
echo %{_libdir}/compiz/lib$f.so
|
|
|
|
echo %{_datadir}/compiz/$f.xml
|
|
|
|
done >> core-files.txt
|
2012-12-04 21:39:35 +00:00
|
|
|
|
2013-05-26 14:04:20 +00:00
|
|
|
|
2012-12-25 18:08:23 +00:00
|
|
|
%post
|
|
|
|
/sbin/ldconfig
|
|
|
|
/bin/touch --no-create %{_datadir}/compiz &>/dev/null || :
|
2013-05-26 14:04:20 +00:00
|
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-12-25 18:08:23 +00:00
|
|
|
|
|
|
|
%postun
|
|
|
|
/sbin/ldconfig
|
|
|
|
if [ $1 -eq 0 ] ; then
|
|
|
|
/bin/touch --no-create %{_datadir}/compiz &>/dev/null
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/compiz &>/dev/null || :
|
2013-05-26 14:04:20 +00:00
|
|
|
/bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-12-25 18:08:23 +00:00
|
|
|
fi
|
|
|
|
|
|
|
|
%posttrans
|
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/compiz &>/dev/null || :
|
2013-05-26 14:04:20 +00:00
|
|
|
/usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
|
2012-12-25 18:08:23 +00:00
|
|
|
|
2015-11-06 15:20:44 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%files -f core-files.txt
|
|
|
|
%doc AUTHORS ChangeLog COPYING.GPL COPYING.LGPL README TODO NEWS
|
|
|
|
%{_bindir}/compiz
|
2015-12-19 19:53:44 +00:00
|
|
|
%{_bindir}/compiz-decorator
|
2015-11-06 15:16:15 +00:00
|
|
|
%{_bindir}/gtk-window-decorator
|
2015-12-19 19:53:44 +00:00
|
|
|
%{_bindir}/mate-window-decorator
|
2012-10-05 16:37:52 +00:00
|
|
|
%{_libdir}/libdecoration.so.*
|
|
|
|
%dir %{_libdir}/compiz
|
|
|
|
%dir %{_datadir}/compiz
|
|
|
|
%{_datadir}/compiz/*.png
|
|
|
|
%{_datadir}/compiz/core.xml
|
2013-05-26 14:04:20 +00:00
|
|
|
%{_datadir}/icons/hicolor/scalable/apps/*.svg
|
2015-11-06 14:59:56 +00:00
|
|
|
%{_datadir}/icons/hicolor/*/apps/*.png
|
2015-12-19 19:53:44 +00:00
|
|
|
%{_datadir}/applications/compiz.desktop
|
|
|
|
%{_datadir}/applications/compiz-start.desktop
|
2013-05-26 14:04:20 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%files devel
|
|
|
|
%{_libdir}/pkgconfig/compiz.pc
|
|
|
|
%{_libdir}/pkgconfig/libdecoration.pc
|
|
|
|
%{_libdir}/pkgconfig/compiz-cube.pc
|
|
|
|
%{_libdir}/pkgconfig/compiz-scale.pc
|
|
|
|
%{_includedir}/compiz/
|
|
|
|
%{_libdir}/libdecoration.so
|
|
|
|
|
2012-12-25 18:08:23 +00:00
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
%changelog
|
2015-12-19 19:53:44 +00:00
|
|
|
* Sat Dec 19 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.10-1
|
|
|
|
- update to 0.8.10 release
|
|
|
|
- use gtk3 for gwd decorator (mate-window-manager)
|
|
|
|
- remove old start sripts + desktop files
|
|
|
|
- use only one menuentry to start compiz
|
|
|
|
- honor decorator changes in mate-control-center if mate-window-decorator is running
|
|
|
|
- 'compiz' is now the gsettings key value to start compiz with session start
|
|
|
|
- drop mate subpackage
|
|
|
|
|
2015-11-22 14:00:13 +00:00
|
|
|
* Sun Nov 22 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.9-2
|
|
|
|
- remove runtime requires fedora-logos, fix rhbz (#1284217)
|
|
|
|
|
2015-11-06 14:17:52 +00:00
|
|
|
* Fri Nov 06 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.9-1
|
|
|
|
- update to 0.8.9
|
2015-11-06 14:31:19 +00:00
|
|
|
- new upstream is at https://github.com/raveit65/compiz
|
|
|
|
- remove upstreamed patches
|
2015-11-06 14:39:19 +00:00
|
|
|
- move emerald scripts to emerald
|
2015-11-06 14:42:53 +00:00
|
|
|
- no xfce/lxde subpackages anymore
|
2015-11-06 14:46:53 +00:00
|
|
|
- remove runtime requires emerald and hicolors
|
2015-11-06 14:48:30 +00:00
|
|
|
- use runtime require fedora-logos for the cube plugin
|
2015-11-06 14:52:27 +00:00
|
|
|
- remove external matecompat logo, it's in the tarball now
|
2015-11-06 14:59:56 +00:00
|
|
|
- remove mate gwd scripts, they are in the tarball now
|
2015-11-06 15:01:42 +00:00
|
|
|
- remove old obsoletes for f15/16
|
2015-11-06 15:06:56 +00:00
|
|
|
- some spec file cleanup
|
2015-11-06 15:08:40 +00:00
|
|
|
- add desktop-file-install scriptlet
|
2015-11-06 15:11:45 +00:00
|
|
|
- update build requires
|
2015-11-06 15:16:15 +00:00
|
|
|
- move gtk-window-decorator to main package
|
2015-11-06 15:18:11 +00:00
|
|
|
- update configure flags
|
2015-11-06 14:17:52 +00:00
|
|
|
|
2015-06-17 03:07:28 +00:00
|
|
|
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.8-30
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2015-03-18 08:17:47 +00:00
|
|
|
* Wed Mar 18 2015 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-29
|
|
|
|
- rebuild for f22
|
|
|
|
|
2014-08-16 01:05:37 +00:00
|
|
|
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.8-28
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 05:38:33 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.8-27
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-02-16 17:37:01 +00:00
|
|
|
* Sun Feb 16 2014 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-26
|
|
|
|
- change BR to marco-devel for f21
|
2014-02-16 17:40:32 +00:00
|
|
|
- rework remove-keybindings-and-mate-windows-settings-files patch
|
|
|
|
- rework remove-kde patch
|
|
|
|
- rwork compiz_remove_mateconf_dbus_glib.patch
|
|
|
|
- rework compiz_remove_old_metacity_checks.patch
|
|
|
|
- compiz_cube-set-opacity-during-rotation-to-70-as-default.patch
|
2014-02-16 17:42:10 +00:00
|
|
|
- switch to libwnck for f21
|
2014-02-16 17:37:01 +00:00
|
|
|
|
2013-08-15 16:40:31 +00:00
|
|
|
* Thu Aug 15 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-25
|
2013-08-15 16:37:18 +00:00
|
|
|
- obsolete old compiz versions from f15/f16, rhbz (#997557)
|
|
|
|
|
2013-08-03 05:37:59 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1:0.8.8-24
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-06-03 13:06:45 +00:00
|
|
|
* Mon Jun 03 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-23
|
|
|
|
- fix windows-decorator scripts and desktop files
|
|
|
|
|
2013-05-26 14:04:20 +00:00
|
|
|
* Sun May 26 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-22
|
|
|
|
- add patch to speed up start
|
|
|
|
- remove --sm-disable --ignore-desktop-hints from start scipts
|
|
|
|
- fix build for aarch64
|
|
|
|
- add xfce subpackage again with start script and desktop file
|
|
|
|
- move matecompat plugin to main package
|
|
|
|
- add requires hicolor-icon-theme
|
|
|
|
- add scripts and desktop files for switch the windows-decorator to
|
|
|
|
- mate subpackage
|
|
|
|
- remove useless compiz_new_add-cursor-theme-support.patch
|
|
|
|
- complete removal of gconf
|
|
|
|
- clean up patches
|
|
|
|
- rename patches and add more descriptions to spec file
|
|
|
|
- remove unnecessary desktop-file-validate checks
|
|
|
|
- update icon-cache scriptlets
|
|
|
|
|
2013-05-08 22:16:32 +00:00
|
|
|
* Wed May 08 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-21
|
|
|
|
- remove compiz-lxde-gtk script and desktop file
|
|
|
|
|
2013-05-07 20:22:11 +00:00
|
|
|
* Tue May 07 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-20
|
|
|
|
- DISABLE XFCE SUPPORT
|
|
|
|
- remove xfce subpackage
|
|
|
|
- move gwd decorator to a subpackage
|
|
|
|
|
2013-04-29 08:11:30 +00:00
|
|
|
* Mon Apr 29 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-19
|
|
|
|
- remove compiz-xfce-gtk start script
|
|
|
|
|
2013-04-29 07:26:47 +00:00
|
|
|
* Mon Apr 29 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-18
|
2013-04-29 08:11:30 +00:00
|
|
|
- rename compiz_disable_gtk_disable_deprecated.patch
|
|
|
|
|
|
|
|
* Mon Apr 29 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-17
|
|
|
|
- remove compiz-xfce-gtk.desktop
|
2013-04-29 07:26:47 +00:00
|
|
|
|
2013-04-24 12:42:08 +00:00
|
|
|
* Wed Apr 24 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-16
|
|
|
|
- enable gtk-windows-decorator based on marco (mate-window-manager)
|
|
|
|
- add compiz_disable_gdk_gtk_disable_deprecated patch
|
|
|
|
- remove dbus
|
|
|
|
- remove glib
|
|
|
|
- remove mateconf
|
|
|
|
- remove kde
|
|
|
|
- remove keybindings
|
|
|
|
- add start scripts for gtk-windows-decorator
|
|
|
|
- update start scripts for emerald
|
|
|
|
- add ldconfig scriptlet for mate subpackage
|
|
|
|
- using libmatewnck instead of libwnck
|
|
|
|
|
2013-02-13 15:43:43 +00:00
|
|
|
* Wed Feb 13 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-15
|
|
|
|
- fix primary-is-control in wall patch
|
|
|
|
|
2013-02-12 08:18:12 +00:00
|
|
|
* Sun Feb 10 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-14
|
|
|
|
- add compiz_primary-is-control.patch
|
|
|
|
- this will set all default configurations to pimary key
|
|
|
|
- change compiz-wall.patch for set primary is control key
|
|
|
|
- fix (#909657)
|
|
|
|
|
2013-01-04 17:23:29 +00:00
|
|
|
* Fri Jan 04 2013 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-13
|
2013-01-04 17:16:54 +00:00
|
|
|
- add require emerald again
|
|
|
|
|
2012-12-25 19:15:41 +00:00
|
|
|
* Tue Dec 25 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-12
|
|
|
|
- remove require emerald until it is in fedora stable
|
|
|
|
|
2012-12-25 18:08:23 +00:00
|
|
|
* Sat Dec 22 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-11
|
|
|
|
- do some major changes
|
|
|
|
- disable mateconf and use libini text file configuration backend
|
|
|
|
- remove mateconf from scriptlet section
|
|
|
|
- move glib annotate svg plugins to core package
|
|
|
|
- disable gtk-windows-decorator
|
|
|
|
- drop compiz-mate-gtk compiz session script
|
|
|
|
- disable gtk-windows-decorator patches
|
|
|
|
- disable marco/metacity
|
|
|
|
- disable mate/gnome
|
|
|
|
- disable mate/gnome keybindings
|
|
|
|
- insert compiz-mate-emerald compiz session script
|
|
|
|
- insert compiz-xfce-emerald compiz session script
|
|
|
|
- insert compiz-lxde-emerald compiz session script
|
|
|
|
- add emerald as require
|
|
|
|
- add matecompat icon
|
|
|
|
- add icon cache scriptlets
|
|
|
|
|
|
|
|
|
2012-12-04 21:39:35 +00:00
|
|
|
* Sun Dec 02 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-10
|
|
|
|
- add %%global plugins_schemas again
|
|
|
|
|
2012-12-04 19:57:58 +00:00
|
|
|
* Sun Dec 02 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-9
|
|
|
|
- revert scriptlet change
|
|
|
|
|
2012-12-04 15:21:22 +00:00
|
|
|
* Sun Dec 02 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 1:0.8.8-8
|
|
|
|
- add %%global plugins_schemas
|
|
|
|
- change mateconf scriptlets
|
|
|
|
- remove (Requires(post): desktop-file-utils)
|
|
|
|
- add some patches from Jasmine Hassan jasmine.aura@gmail.com
|
|
|
|
- remove (noreplace) from mateconf schema directory
|
|
|
|
- add desktop-file-validate
|
|
|
|
- disable mate keybindings for the moment
|
|
|
|
|
2012-10-05 18:16:43 +00:00
|
|
|
* Fri Oct 05 2012 Leigh Scott <leigh123linux@googlemail.com> - 1:0.8.8-7
|
|
|
|
- remove and obsolete compiz-kconfig schema
|
|
|
|
|
2012-10-05 16:37:52 +00:00
|
|
|
* Fri Oct 05 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-6
|
|
|
|
- remove update update-desktop-database from %%post mate
|
|
|
|
- remove (noreplace) from mateconf schema dir
|
|
|
|
- remove Requires(post): desktop-file-utils
|
|
|
|
- add epoch tags
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-5
|
|
|
|
- change compiz-0.88_incorrect-fsf-address.patch
|
|
|
|
|
|
|
|
* Wed Sep 26 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-4
|
|
|
|
- remove upstreamed patches
|
|
|
|
- own include dir
|
|
|
|
- add compiz-mate-gtk source and compiz-mate-gtk.desktop file
|
|
|
|
- add keybinding sources
|
|
|
|
- change %%define to %%global entries
|
|
|
|
- rename no-more-gnome-wm-settings.patch to no-more-mate-wm-settings.patch
|
|
|
|
- add compiz-0.88_incorrect-fsf-address.patch
|
|
|
|
- clean up build section
|
|
|
|
|
|
|
|
* Sun Sep 16 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-3
|
|
|
|
- add isa tags
|
|
|
|
- remove kde stuff
|
|
|
|
- remove obsolete beryl stuff
|
|
|
|
- add comiz_mate_fork.patch
|
|
|
|
- remove %%defattr(-, root, root)
|
|
|
|
- add compiz_gtk_window_decoration_button_placement.patch
|
|
|
|
- enable some compiz keybindings
|
|
|
|
|
|
|
|
* Tue May 15 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-2
|
|
|
|
- add compiz_mate_fix.patch
|
|
|
|
|
|
|
|
* Tue May 15 2012 Wolfgang Ulbrich <chat-to-me@raveit.de> - 0.8.8-1
|
|
|
|
- build for mate
|
|
|
|
|
|
|
|
* Sun May 06 2012 Andrew Wyatt <andrew@fuduntu.org> - 0.8.8-1
|
|
|
|
- Update to latest stable release
|
|
|
|
|
|
|
|
* Tue Nov 30 2010 leigh scott <leigh123linux@googlemail.com> - 0.8.6-6
|
|
|
|
- add more upstream gdk fixes
|
|
|
|
|