38d4d49
#global _internal_version  32284cb
e4d7317
82fc73a
Name:           cinnamon
c6320a9
Version:        2.6.4
99b4c99
Release:        1%{?dist}
82fc73a
Summary:        Window management and application launching for GNOME
f9d2fe6
License:        GPLv2+ and LGPLv2+
e869b98
URL:            http://cinnamon.linuxmint.com 
Dan Mashal 8d7a862
#Because linuxmint upstream refuses to host pristine upstream tarballs
e4d7317
# To generate tarball
e4d7317
# wget https://github.com/linuxmint/Cinnamon/archive/%%{version}.tar.gz -O cinnamon-%%{version}.tar.gz
e4d7317
# for git
e4d7317
# wget https://github.com/linuxmint/Cinnamon/tarball/%%{_internal_version} -O cinnamon-%%{version}.git%%{_internal_version}.tar.gz
38d4d49
#Source0:        http://leigh123linux.fedorapeople.org/pub/cinnamon/source/cinnamon-%%{version}.git%%{_internal_version}.tar.gz
38d4d49
Source0:        http://leigh123linux.fedorapeople.org/pub/%{name}/source/Cinnamon-%{version}.tar.gz
6835f4c
Source1:        polkit-cinnamon-authentication-agent-1.desktop
c9cbb0b
Source2:        cinnamon-fedora-20.gschema.override
c9cbb0b
Source3:        cinnamon-fedora-21.gschema.override
c9cbb0b
Source4:        cinnamon-fedora-22.gschema.override
4125b53
3663850
Patch0:         background.patch
ab915e5
Patch1:         autostart.patch
6835f4c
Patch2:         cinnamon-settings-apps.patch
910e8e3
Patch3:         set_wheel.patch
910e8e3
Patch4:         network-user-connections.patch
910e8e3
Patch5:         revert_25aef37.patch
b894067
%if 0%{?fedora} > 20
9e4b136
Patch6:         cinnamon-gtk-3.14.patch
b894067
%endif
1483bc6
%if 0%{?fedora} > 21
1483bc6
Patch7:         f22_default_panal_launcher.patch
1483bc6
%else
d37fd34
Patch7:         default_panal_launcher.patch
1483bc6
%endif
99b4c99
Dan Mashal 8d7a862
5eb8ac4
%global clutter_version 1.12.2
38d4d49
%global cjs_version 2.6.0
38d4d49
%global cinnamon_desktop_version 2.6.0
5eb8ac4
%global gobject_introspection_version 1.34.2
38d4d49
%global muffin_version 2.6.0
5eb8ac4
%global json_glib_version 0.13.2
5eb8ac4
73ae446
BuildRequires:  pkgconfig(clutter-1.0) >= %{clutter_version}
73ae446
BuildRequires:  pkgconfig(dbus-glib-1)
82fc73a
BuildRequires:  desktop-file-utils
73ae446
BuildRequires:  pkgconfig(cjs-1.0) >= %{cjs_version}
73ae446
BuildRequires:  pkgconfig(gconf-2.0)
73ae446
BuildRequires:  pkgconfig(libgnome-menu-3.0)
4ee5c67
BuildRequires:  cinnamon-menus-devel
73ae446
BuildRequires:  pkgconfig(cinnamon-desktop) >= %{cinnamon_desktop_version}
5eb8ac4
BuildRequires:  gobject-introspection >= %{gobject_introspection_version}
73ae446
BuildRequires:  pkgconfig(json-glib-1.0) >= %{json_glib_version}
73ae446
BuildRequires:  pkgconfig(upower-glib)
73ae446
BuildRequires:  pkgconfig(libnm-glib)
73ae446
BuildRequires:  pkgconfig(polkit-agent-1)
73ae446
BuildRequires:  pkgconfig(gudev-1.0)
82fc73a
# for screencast recorder functionality
a5900a7
BuildRequires:  pkgconfig(gstreamer-1.0)
82fc73a
BuildRequires:  intltool
73ae446
BuildRequires:  pkgconfig(libcanberra)
73ae446
BuildRequires:  pkgconfig(libcroco-0.6)
73ae446
BuildRequires:  pkgconfig(gnome-keyring-1)
73ae446
BuildRequires:  pkgconfig(libsoup-2.4)
82fc73a
# used in unused BigThemeImage
73ae446
BuildRequires:  pkgconfig(librsvg-2.0)
73ae446
BuildRequires:  pkgconfig(libmuffin) >= %{muffin_version}
73ae446
BuildRequires:  pkgconfig(libpulse)
05dfe13
%if (0%{?rhel} && 0%{?rhel} < 7) || (0%{?fedora} && 0%{?fedora} < 20)
82fc73a
%ifnarch s390 s390x
73ae446
BuildRequires:  pkgconfig(gnome-bluetooth-1.0) >= 2.91
82fc73a
BuildRequires:  gnome-bluetooth >= 2.91
82fc73a
%endif
05dfe13
%endif
82fc73a
# Bootstrap requirements
73ae446
BuildRequires:  pkgconfig(gtk-doc) 
73ae446
BuildRequires:  gnome-common
49c70df
# mediia keys
73ae446
BuildRequires:  pkgconfig(libnotify)
73ae446
BuildRequires:  pkgconfig(lcms2)
73ae446
BuildRequires:  pkgconfig(colord)
66b1984
%ifnarch s390 s390x %{?rhel:ppc ppc64}
73ae446
BuildRequires:  pkgconfig(libwacom)
73ae446
BuildRequires:  pkgconfig(xorg-wacom)
66b1984
%endif
73ae446
BuildRequires:  pkgconfig(xtst)
49c70df
7e15a5c
Requires:       muffin%{?_isa} >= %{muffin_version}
82fc73a
Requires:       gnome-menus%{?_isa} >= 3.0.0-2
82fc73a
# wrapper script uses to restart old GNOME session if run --replace
82fc73a
# from the command line
82fc73a
Requires:       gobject-introspection%{?_isa} >= %{gobject_introspection_version}
82fc73a
# needed for loading SVG's via gdk-pixbuf
82fc73a
Requires:       librsvg2%{?_isa}
82fc73a
# needed as it is now split from Clutter
82fc73a
Requires:       json-glib%{?_isa} >= %{json_glib_version}
82fc73a
Requires:       upower%{?_isa}
82fc73a
Requires:       polkit%{?_isa} >= 0.100
82fc73a
# needed for session files
e4d7317
Requires:       cinnamon-session
82fc73a
# needed for schemas
82fc73a
Requires:       at-spi2-atk%{?_isa}
82fc73a
# needed for on-screen keyboard
82fc73a
Requires:       caribou%{?_isa}
22d9618
# needed for the user menu
22d9618
Requires:       accountsservice-libs
a465fcc
# needed for settings
a465fcc
Requires:       pygobject2
a465fcc
Requires:       dbus-python
a465fcc
Requires:       python-lxml
a465fcc
Requires:       gnome-python2-gconf
a465fcc
Requires:       python-pillow
3663850
Requires:       PyPAM
7e15a5c
Requires:       mintlocale
3464b60
%if 0%{?fedora}
3663850
Requires:       python-pexpect
3464b60
%else
3464b60
Requires:       pexpect
3464b60
%endif
3663850
Requires:       opencv-python
3663850
Requires:       cinnamon-control-center
fe76dd6
Requires:       cinnamon-translations
3396881
# RequiredComponents in the session files
1bbceda
Requires:       nemo
3396881
Requires:       cinnamon-screensaver
a6ee6e6
647f766
# metacity is needed for fallback
647f766
Requires:       metacity
05dfe13
%if 0%{?fedora}
df1c130
Requires:       tint2
647f766
742cdd0
# needed for theme overrides
742cdd0
Requires:       zukitwo-gtk2-theme
742cdd0
Requires:       zukitwo-gtk3-theme
b8bc466
Requires:       zukitwo-metacity-theme
285cc66
Requires:       gnome-themes
887a6f5
Requires:       nimbus-icon-theme
05dfe13
%endif
742cdd0
bb6f819
# re-add bluetooth support for F19
05dfe13
%if (0%{?rhel} && 0%{?rhel} < 7) || (0%{?fedora} && 0%{?fedora} < 20)
bb6f819
Requires:       blueman
bb6f819
%endif
bb6f819
88c1f19
# required for keyboard applet
88c1f19
Requires:       gucharmap
88c1f19
5606b8a
# required for network applet
5606b8a
Requires:       nm-connection-editor
5606b8a
Requires:       network-manager-applet
5606b8a
8e17d1a
# required for looking glass
8e17d1a
Requires:       python-inotify
8e17d1a
c293aee
Provides:       desktop-notification-daemon
5eb8ac4
Obsoletes:      cinnamon-2d
5eb8ac4
Obsoletes:      cinnamon-settings
5eb8ac4
Obsoletes:      cinnamon-menu-editor
5eb8ac4
Obsoletes:      cinnamon <= 1.8.0-1
5eb8ac4
1c021aa
a6ee6e6
%description
a6ee6e6
Cinnamon is a Linux desktop which provides advanced
a6ee6e6
 innovative features and a traditional user experience.
a6ee6e6
a6ee6e6
The desktop layout is similar to Gnome 2. 
a6ee6e6
The underlying technology is forked from Gnome Shell.
a6ee6e6
The emphasis is put on making users feel at home and providing
a6ee6e6
 them with an easy to use and comfortable desktop experience.
a6ee6e6
d0e1db6
%package	devel-doc
d0e1db6
Summary:	Development Documentation files for Cinnamon
d0e1db6
BuildArch:	noarch
d0e1db6
Requires:	%{name} = %{version}-%{release}
d0e1db6
d0e1db6
%description	devel-doc
d0e1db6
This package contains the code documentation for various Cinnamon components.
d0e1db6
82fc73a
%prep
38d4d49
%autosetup -p1 -n Cinnamon-%{version}
8bc5f5e
5821158
sed -i -e 's@gksu@pkexec@g'  files/usr/bin/cinnamon-settings-users
99b4c99
sed -i -e 's@blueberry@blueman-manager@g'  files/usr/lib/cinnamon-settings/cinnamon-settings.py
5821158
f9d2fe6
NOCONFIGURE=1 ./autogen.sh
82fc73a
82fc73a
%build
ceec61c
%configure \
ceec61c
 --disable-static \
ceec61c
 --disable-rpath \
ceec61c
 --disable-schemas-compile \
ceec61c
 --enable-introspection=yes \
e5714d3
 --enable-compile-warnings=no
Dan Mashal 8d7a862
Dan Mashal 8d7a862
make %{?_smp_mflags} V=1
82fc73a
82fc73a
%install
483b2b0
%{make_install}
ec66396
a42c6f4
# Remove shebang from files
a42c6f4
for lib in $RPM_BUILD_ROOT%{_prefix}/lib/cinnamon-settings/*/*.py; do
a42c6f4
 sed '1{\@^#!/usr/bin/env python@d}' $lib > $lib.new &&
a42c6f4
 touch -r $lib $lib.new &&
a42c6f4
 mv $lib.new $lib
a42c6f4
done
36b5bc6
36b5bc6
# Fix perms
36b5bc6
chmod +x $RPM_BUILD_ROOT%{_prefix}/lib/cinnamon-settings/bin/{install,remove}Schema.py
a42c6f4
82fc73a
# Remove .la file
82fc73a
rm -rf $RPM_BUILD_ROOT/%{_libdir}/cinnamon/libcinnamon.la
82fc73a
a42c6f4
# remove backup files
a42c6f4
find $RPM_BUILD_ROOT -name '*.orig' -exec rm -f {} \;
a42c6f4
dff1a84
%if 0%{?fedora} >= 22
c9cbb0b
install -D -m 0644 %{SOURCE4} $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/schemas/cinnamon-fedora-22.gschema.override
c9cbb0b
%endif
c9cbb0b
%if 0%{?fedora} == 21
c9cbb0b
install -D -m 0644 %{SOURCE3} $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/schemas/cinnamon-fedora-21.gschema.override
c9cbb0b
%endif
c9cbb0b
%if 0%{?fedora} == 20
c9cbb0b
install -D -m 0644 %{SOURCE2} $RPM_BUILD_ROOT/%{_datadir}/glib-2.0/schemas/cinnamon-fedora-20.gschema.override
05dfe13
%endif
c5e051a
# install polkik autostart desktop file
6835f4c
install -D -p -m 0644 %{SOURCE1} $RPM_BUILD_ROOT/%{_datadir}/applications/
c5e051a
4b723f3
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/cinnamon.desktop
4b723f3
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/cinnamon2d.desktop
10bf629
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/cinnamon-settings*.desktop
4b723f3
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/cinnamon-menu-editor.desktop
c5e051a
desktop-file-validate $RPM_BUILD_ROOT/%{_datadir}/applications/polkit-cinnamon-authentication-agent-1.desktop
82fc73a
38d4d49
# fix hard coded paths
38d4d49
sed -i -e 's@/usr/lib/xscreensaver@/usr/libexec/xscreensaver@g' \
38d4d49
$RPM_BUILD_ROOT/%{_prefix}/lib/cinnamon-settings/modules/cs_screensaver.py
05dfe13
%ifarch x86_64 ppc64
3663850
sed -i -e 's@/usr/lib/cinnamon-control-center@/usr/lib64/cinnamon-control-center@g' \
38d4d49
$RPM_BUILD_ROOT/%{_prefix}/lib/cinnamon-settings/bin/capi.py 
3663850
%endif
3663850
38d4d49
# delete the preload bits till it supports systemd
38d4d49
rm $RPM_BUILD_ROOT/%{_bindir}/cinnamon-preload*
38d4d49
rm -rf $RPM_BUILD_ROOT/%{_sysconfdir}/cinnamon/
0561f31
6835f4c
%post
6835f4c
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null || :
82fc73a
82fc73a
%postun
82fc73a
if [ $1 -eq 0 ] ; then
6835f4c
    /bin/touch --no-create %{_datadir}/icons/hicolor &>/dev/null
6835f4c
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
82fc73a
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
82fc73a
fi
82fc73a
82fc73a
%posttrans
82fc73a
    /usr/bin/glib-compile-schemas %{_datadir}/glib-2.0/schemas &> /dev/null || :
6835f4c
    /usr/bin/gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || :
82fc73a
0561f31
%files
82de228
%doc COPYING README NEWS AUTHORS
9f524aa
%{_bindir}/*
9f524aa
%{_sysconfdir}/xdg/menus/*
9f524aa
%{_datadir}/applications/*
d8cd204
%{_datadir}/dbus-1/services/org.Cinnamon.*.service
9f524aa
%{_datadir}/desktop-directories/*
3979ec7
%{_datadir}/glib-2.0/schemas/*
e4d7317
%{_datadir}/cinnamon-session/sessions/*
955fc8e
%{_datadir}/icons/hicolor/*/*/cs-*.svg
47562d9
%{_datadir}/polkit-1/actions/org.cinnamon.settings-users.policy
9f524aa
%{_datadir}/xsessions/*
9f524aa
%{_datadir}/cinnamon/
9f524aa
%{_libdir}/cinnamon/
9f524aa
%{_libexecdir}/cinnamon/
Dan Mashal 8d7a862
#No choice but to do this. Filing a bug with upstream on this.
070e70a
%{_prefix}/lib/cinnamon-*/
9f524aa
%{_mandir}/man1/*
d0e1db6
d0e1db6
%files devel-doc
d0e1db6
%doc %{_datadir}/gtk-doc/html/*/
82fc73a
82fc73a
%changelog
c6320a9
* Fri May 29 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.4-1
c6320a9
- update to 2.6.4 release
c6320a9
99b4c99
* Wed May 27 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.3-1
99b4c99
- update to 2.6.3 release
99b4c99
31010fb
* Sat May 23 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.2-2
31010fb
- Add upstream fixes
31010fb
67c75cd
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.2-1
67c75cd
- update to 2.6.2 release
67c75cd
d0e1db6
* Thu May 21 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-2
d0e1db6
- add devel-doc subpackage
d0e1db6
91b89f3
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.1-1
91b89f3
- update to 2.6.1 release
91b89f3
38d4d49
* Wed May 20 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.6.0-1
38d4d49
- update to 2.6.0 release
38d4d49
38d4d49
* Fri May 15 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.2.git32284cb
38d4d49
- update to git snapshot
38d4d49
eae76e3
* Tue May 05 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.5.0-0.1.gitc0ea9e7
eae76e3
- update to git snapshot
eae76e3
5408301
* Sun Apr 26 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.8-1
5408301
- update to 2.4.8
5408301
1483bc6
* Sat Apr 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.7-4
1483bc6
- use new gnome-terminal desktop file name
1483bc6
b8bc466
* Sat Apr 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.7-3
b8bc466
- add br zukitwo-metacity-theme
b8bc466
c9cbb0b
* Sat Apr 25 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.7-2
c9cbb0b
- tweak schema overrides
c9cbb0b
55d0832
* Thu Apr 02 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.7-1
55d0832
- update to 2.4.7
55d0832
8e17d1a
* Tue Feb 10 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.6-3
8e17d1a
- add requires python-inotify for looking glass
8e17d1a
1525e30
* Sat Jan 24 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.6-2
1525e30
- switch back to zukitwo theme
1525e30
8fc8a18
* Mon Jan 19 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.6-1
8fc8a18
- update to 2.4.6
8fc8a18
- drop upstream patches
8fc8a18
887a6f5
* Sun Jan 18 2015 Leigh Scott <leigh123linux@googlemail.com> - 2.4.5-3
887a6f5
- change to nimbus icon theme
887a6f5
- add some upstream fixes
887a6f5
05dc6f6
* Tue Dec 09 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.5-2
05dc6f6
- Fix slideshow for user added pictures (bz 1172008)
05dc6f6
c773293
* Tue Dec 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.5-1
c773293
- update to 2.4.5
c773293
- attempt to fix brightness control detection
c773293
- drop requires gstreamer-python
c773293
b7fd0b3
* Wed Nov 26 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-2
b7fd0b3
- remove session timeout settings from general
b7fd0b3
d575c87
* Sun Nov 23 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.4-1
d575c87
- update to 2.4.4
d575c87
d37fd34
* Tue Nov 18 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-2
d37fd34
- add patch to set default panel launchers
d37fd34
- disable the stupid startup-animation effect
d37fd34
b894067
* Wed Nov 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.2-1
b894067
- update to 2.4.2
b894067
2cad2ce
* Sat Nov 08 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-2
2cad2ce
- switch to use xml backgrounds
2cad2ce
bbccce8
* Sat Nov 08 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.1-1
bbccce8
- update to 2.4.1
bbccce8
61c6c8d
* Fri Oct 31 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-1
61c6c8d
- update to 2.4.0
61c6c8d
9cb5d3b
* Fri Oct 10 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.4.gitea748a2
9cb5d3b
- update to latest git
9cb5d3b
9e4b136
* Wed Oct 01 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.3.git8304e57
9e4b136
- patch for some of the gtk-3.14 changes
9e4b136
c227135
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.2.git8304e57
c227135
- add requires gstreamer-python (needed for c-s 'account details')
c227135
f15ce0b
* Tue Sep 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.4.0-0.1.git8304e57
f15ce0b
- update to latest git
f15ce0b
fa86d0f
* Sat Sep 06 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.16-3
fa86d0f
- Change theme to Adwaita till the other themes are fixed
fa86d0f
1f63766
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.16-2
1f63766
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
1f63766
10be8e5
* Wed Aug 13 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.16-1
10be8e5
- update to 2.2.16
10be8e5
- drop upstream patches 
10be8e5
f27caf2
* Sun Aug 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-9
f27caf2
- fix cinnamon-settings background with python-pillow-2.5
f27caf2
d58551b
* Sun Aug 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-8
d58551b
- revert power applet patch (fixed in cinnamon-settings-daemon)
d58551b
81f8a8f
* Tue Jul 29 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-7
81f8a8f
- Cinnamon Settings User: Don't print passwords to stdout
81f8a8f
1b90afc
* Tue Jul 22 2014 Kalev Lember <kalevlember@gmail.com> - 2.2.14-6
1b90afc
- Rebuilt for gobject-introspection 1.41.4
1b90afc
Rex Dieter 31b6d39
* Thu Jul 17 2014 Rex Dieter <rdieter@fedoraproject.org> 2.2.14-5
Rex Dieter 31b6d39
- rebuild (for pulseaudio, bug #1117683)
Rex Dieter 31b6d39
Leigh Scott af3aa7f
* Wed Jul 16 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-4
Leigh Scott af3aa7f
- fix power applet with upower-0.99
Leigh Scott af3aa7f
c98b4b9
* Tue Jul 08 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-3
c98b4b9
- backport some menu fixes
c98b4b9
31bd3b4
* Wed Jul 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-2
31bd3b4
- add network applet patch for nm-applet changes
31bd3b4
f072714
* Fri Jun 27 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.14-1
f072714
- update to 2.2.14
f072714
- Touchpad support: Added support for two and three finger clicks
f072714
da1fe70
* Fri Jun 06 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.13-5
da1fe70
- modify set_wheel patch
da1fe70
070e70a
* Tue Jun 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.13-4
070e70a
- fix files from being listed twice
070e70a
36b5bc6
* Tue Jun 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.13-3
36b5bc6
- rebuilt
36b5bc6
9a4e043
* Fri May 30 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.13-2
9a4e043
- add logout sound to schema override
9a4e043
a42c6f4
* Mon May 26 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.13-1
a42c6f4
- update to 2.2.13
a42c6f4
- give cinnamon a rpmlint birthday
a42c6f4
5821158
* Tue May 20 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.10-1
5821158
- update to 2.2.10
5821158
89832ca
* Sun May 11 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.7-1
89832ca
- update to 2.2.7
89832ca
dc87662
* Sat May 10 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.6-1
dc87662
- update to 2.2.6
dc87662
10bf629
* Sat May 03 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.5-1
10bf629
- update to 2.2.5
10bf629
- validate all the cinnamon-settings desktop files
10bf629
955fc8e
* Fri May 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.4-1
955fc8e
- update to 2.2.4
955fc8e
7e15a5c
* Mon Apr 21 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-3
7e15a5c
- add requires mintlocale
7e15a5c
88c1f19
* Tue Apr 15 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-2
88c1f19
- add requires gucharmap
5606b8a
- add required network packages for network applet
a5900a7
- change to gstreamer1
7e15a5c
6835f4c
* Mon Apr 14 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.3-1
6835f4c
- update to 2.2.3
6835f4c
6835f4c
* Sat Apr 12 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.2.0-1
6835f4c
- update to 2.2.0
6835f4c
354ce2d
* Wed Apr 02 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-16
354ce2d
- add patch to disable xinput for cinnamon only (bz 873434)
354ce2d
a088a7b
* Wed Mar 05 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-15
a088a7b
- Fix desktop file editor
a088a7b
1fd982c
* Thu Feb 20 2014 Kalev Lember <kalevlember@gmail.com> - 2.0.14-14
1fd982c
- Rebuilt for cogl soname bump
1fd982c
Peter Hutterer b023e29
* Mon Feb 10 2014 Peter Hutterer <peter.hutterer@redhat.com> - 2.0.14-13
Peter Hutterer b023e29
- Rebuild for libevdev soname bump
Peter Hutterer b023e29
113da80
* Sun Feb 09 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-12
113da80
- cinnamon-settings-users: set wheel instead of sudo
113da80
739a817
* Fri Feb 07 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-11
739a817
- rebuilt for new cogl .so version
739a817
8bc5f5e
* Wed Jan 22 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-10
8bc5f5e
- use autosetup for prep
8bc5f5e
- trim spec file changelog
8bc5f5e
3464b60
* Tue Jan 14 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-9
3464b60
- change pexpect requires for epel7
3464b60
05dfe13
* Tue Jan 14 2014 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-8
05dfe13
- Add conditionals for epel7
05dfe13
- Add redhat overrides schema file
05dfe13
2e3fe32
* Sun Dec 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-7
2e3fe32
- Remove bluetooth for F20 as well
2e3fe32
a0d2e6e
* Sun Dec 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-6
a0d2e6e
- Patch calendar applet for upower changes
d06cbc8
- Remove bluetooth
a0d2e6e
89aa277
* Sat Dec 07 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-5
89aa277
- readd requires python-pexpect for ARM
89aa277
285cc66
* Tue Dec 03 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-4
285cc66
- add requires gnome-themes
285cc66
0edf800
* Mon Dec 02 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-3
0edf800
- tweak gschema override again
0edf800
fd89128
* Tue Nov 26 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-2
fd89128
- add compile fix for F21
fd89128
5e838c1
* Tue Nov 26 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.14-1
5e838c1
- update to 2.0.14
5e838c1
- remove conflicts wallpapoz (bz 1029554)
5e838c1
- remove nm-applet from autostart (bz 1034887)
5e838c1
4625dd0
* Sun Nov 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.13-3
4625dd0
- patch to restore panel icon bounce
4625dd0
742cdd0
* Sun Nov 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.13-2
742cdd0
- set default theme to zukitwo
742cdd0
7eb4545
* Sun Nov 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.13-1
7eb4545
- update to 2.0.13
7eb4545
- tweak gschema override again
7eb4545
1c021aa
* Thu Nov 14 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.12-2
1c021aa
- add conflicts wallpapoz (bz 1029554)
1c021aa
e587f8b
* Mon Nov 11 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.12-1
e587f8b
- update to 2.0.12
e587f8b
- tweak gschema override again
e587f8b
e5714d3
* Sun Nov 10 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.11-1
e5714d3
- update to 2.0.11
e5714d3
- remove upstream patch
e5714d3
- tweak gschema override
e5714d3
11ae359
* Tue Nov 05 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.10-2
11ae359
- add patch to draw desktop background immediately
11ae359
8fe9bb1
* Sun Nov 03 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.10-1
8fe9bb1
-  update to 2.0.10
8fe9bb1
c5e051a
* Fri Nov 01 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.8-1
c5e051a
- update to 2.0.8
c5e051a
- add autostart file for polkit
c5e051a
c4d0c1b
* Wed Oct 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.7-1
c4d0c1b
- update to 2.0.7
c4d0c1b
7ccd17c
* Fri Oct 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.6-1
7ccd17c
- update to 2.0.6
7ccd17c
3396881
* Thu Oct 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.5-1
3396881
- update to 2.0.5
3396881
ab915e5
* Fri Oct 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.3-1
ab915e5
- update to 2.0.3
ab915e5
c34d9c5
* Thu Oct 17 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-3
c34d9c5
- add custom nm-applet file as the stock one is set to NotShowIn Gnome
c34d9c5
47562d9
* Thu Oct 10 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-2
47562d9
- add policy file for "users and groups" setting
055dbf6
- add nm-applet to required components
055dbf6
- add upstream commits
47562d9
a3ec317
* Wed Oct 09 2013 Leigh Scott <leigh123linux@googlemail.com> - 2.0.2-1
a3ec317
- update to 2.0.2
a3ec317
- drop upstream patch
a3ec317
d17c44d
* Mon Oct 07 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-4
d17c44d
- revert ST changes
d17c44d
5161429
* Mon Oct 07 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-3
5161429
- patch with upstream commits for
5161429
- lightdm and a
5161429
- ST crash on user switching
5161429
4a23863
* Tue Oct 01 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-2
4a23863
- set some sound defaults
4a23863
c70b6c0
* Mon Sep 30 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-1
c70b6c0
- update to 1.9.2
c70b6c0
1e952f5
* Tue Sep 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.27.git8a53cfb
1e952f5
- use the right conditional (too much beer)
1e952f5
bb6f819
* Tue Sep 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.26.git8a53cfb
bb6f819
- re-add bluetooth support for F19
bb6f819
80ae94f
* Tue Sep 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.25.git8a53cfb
80ae94f
- Remove ExcludeArch for ARM
80ae94f
- remove the python-pexpect requires for ARM
80ae94f
2bdfe30
* Sat Sep 21 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.24.git8a53cfb
2bdfe30
- patch to add input-source switching keybindings
2bdfe30
eae6eb1
* Thu Sep 19 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.23.git8a53cfb
eae6eb1
- patch keyboard applet (also fixes input-switching)
eae6eb1
e3fcc4b
* Wed Sep 18 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.22.git8a53cfb
ac2f2c3
- update to latest git
ac2f2c3
e869b98
* Wed Sep 11 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.21.git2d1ac4d
e869b98
- ExcludeArch for ARM due to missing dep (python-pexpect)
e869b98
18ebeb9
* Sun Aug 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.20.git2d1ac4d
18ebeb9
- update to latest git
18ebeb9
- Change buildrequires to cinnamon-desktop-devel
18ebeb9
fe76dd6
* Sat Aug 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.19.gitd4305ab
fe76dd6
- add requires cinnamon-translations
fe76dd6
0561f31
* Fri Aug 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.18.gitd4305ab
0561f31
- update to latest git
0561f31
- adjust for new cinnamon-translations package
0561f31
8bce579
* Thu Aug 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.17.git8bdd61f
8bce579
- rebuilt
8bce579
3979ec7
* Tue Aug 20 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.16.git8bdd61f
3979ec7
- update to latest git
3979ec7
- drop upstream patches
3979ec7
10bebd2
* Sat Aug 10 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.15.git19b4b43
10bebd2
- redo gsettings patch
10bebd2
8caf110
* Sat Aug 10 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.14.git19b4b43
8caf110
- update to latest git
8caf110
- drop upstream fixes
8caf110
09d9bf1
* Sat Aug 10 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.13.gita1dd2a1
10bebd2
- add patch to remove obsolete gsettings for menu and button icon till upstream fixes it
09d9bf1
33eded6
* Fri Aug 09 2013 Kalev Lember <kalevlember@gmail.com> - 1.9.2-0.12.gita1dd2a1
33eded6
- Rebuilt for cogl 1.15.4 soname bump
33eded6
530be47
* Mon Jul 29 2013 leigh <leigh123linux@googlemail.com> - 1.9.2-0.11.gita1dd2a1
530be47
- fix bluetooth patch again
530be47
72b9876
* Mon Jul 29 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.10.gita1dd2a1
72b9876
- remove some fixes and upstream patches
72b9876
- redo bluetooth patch
72b9876
8a6d968
* Sun Jul 28 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.9.git39fc3a7
8a6d968
- patch to use cinnamon-control-center bluetooth
8a6d968
c293aee
* Sun Jul 28 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.8.git39fc3a7
c293aee
- add virtual provides desktop-notification-daemon
c293aee
- fix missing settings-users menu icon
c293aee
bb7980a
* Sat Jul 27 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.7.git39fc3a7
bb7980a
- fix icon path for user and groups
bb7980a
bece267
* Fri Jul 26 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.6.git39fc3a7
bece267
- drop screensaver patch
bece267
ceec61c
* Fri Jul 26 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.5.git39fc3a7
ceec61c
- update to latest git
ceec61c
- fix panel-edit crash
ceec61c
4470ef3
* Thu Jul 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.4.git435e7a2
4470ef3
- Fix automake warnings
4470ef3
2eb3a48
* Thu Jul 25 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.3.git435e7a2
2eb3a48
- update to latest git
2eb3a48
- fix default theme
2eb3a48
- use fedora firewall in settings
2eb3a48
- use beesu for user accounts instead of gksu
2eb3a48
3663850
* Wed Jul 24 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.2.gitc321232
3663850
- fix control-center settings on x86_64
3663850
- drop clutter xinput patch
3663850
- add missing requirements for cinnamon-settings
3663850
- redo screensaver patch to enable/disable lock password
3663850
e4d7317
* Tue Jul 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.2-0.1.gitc321232
e4d7317
- rebase for cinnamon next
e4d7317
e7f6476
* Tue Jul 23 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-19
e7f6476
- fix permissions on cinnamon3d
e7f6476
78a4f12
* Mon Jul 22 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-18
78a4f12
- fix permissions on cinnamon-launcher-creator
78a4f12
7836668
* Tue Jul 16 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-17
7836668
- add patch to fix cinnamon-menu-editor
7836668
bc68ac3
* Fri Jul 12 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-16
bc68ac3
- remove GC from cinnamon-global.c
bc68ac3
72da399
* Wed Jul 10 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-15
72da399
- fix input-source-switcher autostart
72da399
4b723f3
* Wed Jul 10 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-14
4b723f3
- fix input-source-switcher
4b723f3
ec66396
* Fri Jun 14 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-13
ec66396
- spec file clean up
ec66396
7d142bb
* Thu Jun 13 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-12
7d142bb
- Fix automount
7d142bb
66b1984
* Thu Jun 13 2013 Dan HorĂ¡k <dan[at]danny.cz> - 1.9.1-11
66b1984
- fix build on s390(x) - no wacom there
66b1984
527b641
* Wed Jun 12 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-10
527b641
- fix the screensaver tab in cinnamon-settings
527b641
f601927
* Sun Jun 09 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-9
f601927
- add requires gnome-screensaver
f601927
49c70df
* Sun Jun 09 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-8
49c70df
- Fix media keys
49c70df
f9ae343
* Thu Jun 06 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-7
f9ae343
- change how the screen lock autostarts
f9ae343
1bbceda
* Thu Jun 06 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-6
1bbceda
- add requires nemo
1bbceda
9c79f74
* Thu Jun 06 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-5
9c79f74
- autostart nemo differently so we dont squash nautilus
9c79f74
8543ef3
* Thu Jun 06 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-4
8543ef3
- Patch so screen lock uses gnome-screensaver
8543ef3
- add gnome-screensaver autostart files
8543ef3
- add patch to remove obex file transfer
8543ef3
5a934b7
* Tue Jun 04 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-3
4125b53
- add cinnamon-fedora.gschema.override file
4125b53
5a934b7
* Tue Jun 04 2013 leigh scott <leigh123linux@googlemail.com> - 1.9.1-2
23365ec
- patch for mozjs-17 changes
23365ec
ee2ed37
* Sat Jun 01 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.9.1-1
ee2ed37
- Update to version 1.9.1
ee2ed37
5eb8ac4
* Sat Jun 01 2013 Leigh Scott <leigh123linux@googlemail.com> - 1.8.7-2
5eb8ac4
- Re-add build requires versions
5eb8ac4