2007-01-16 00:42:22 +01:00
|
|
|
#
|
2010-12-05 22:51:44 +01:00
|
|
|
# spec file for package xfce4-session (Version 4.7.1)
|
|
|
|
#
|
|
|
|
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
|
|
#
|
|
|
|
# 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-01-16 00:42:22 +01:00
|
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
|
|
#
|
|
|
|
|
2010-12-05 22:51:44 +01:00
|
|
|
|
|
|
|
|
2007-01-16 00:42:22 +01:00
|
|
|
Name: xfce4-session
|
2010-12-05 22:51:34 +01:00
|
|
|
Version: 4.7.1
|
2010-07-19 21:28:42 +02:00
|
|
|
Release: 1
|
2010-02-04 11:33:22 +01:00
|
|
|
License: GPLv2+
|
2010-12-05 22:51:34 +01:00
|
|
|
Summary: Xfce Session manager
|
2007-10-22 18:04:56 +02:00
|
|
|
Url: http://www.xfce.org/
|
|
|
|
Group: System/GUI/XFCE
|
2010-12-05 22:51:34 +01:00
|
|
|
Source: %{name}-%{version}.tar.bz2
|
|
|
|
Patch0: xfce4-session-4.7.1-fix-missing-include.patch
|
|
|
|
BuildRequires: intltool
|
|
|
|
BuildRequires: perl-XML-Parser
|
|
|
|
BuildRequires: pkgconfig(dbus-glib-1)
|
|
|
|
BuildRequires: pkgconfig(libwnck-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxfce4ui-1)
|
|
|
|
BuildRequires: pkgconfig(libxfce4util-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxfcegui4-1.0)
|
|
|
|
BuildRequires: pkgconfig(libxfconf-0)
|
|
|
|
BuildRequires: update-desktop-files
|
|
|
|
BuildRequires: xorg-x11
|
2009-03-09 00:31:39 +01:00
|
|
|
Requires: %{name}-branding >= %{version}
|
2010-12-05 22:51:34 +01:00
|
|
|
Requires: xfce4-utils
|
2009-03-09 00:31:39 +01:00
|
|
|
Recommends: fortune
|
2010-12-05 22:51:34 +01:00
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
2007-01-16 00:42:22 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
xfce4-session is the session manager for the Xfce desktop environment.
|
|
|
|
|
2007-01-24 02:12:08 +01:00
|
|
|
%package devel
|
2010-02-04 11:33:22 +01:00
|
|
|
License: GPLv2+
|
2007-01-24 02:12:08 +01:00
|
|
|
Summary: Xfce Session manager
|
2007-10-22 18:04:56 +02:00
|
|
|
Group: System/GUI/XFCE
|
2007-01-24 02:12:08 +01:00
|
|
|
Requires: %{name} = %{version}
|
2010-12-05 22:51:34 +01:00
|
|
|
Requires: pkgconfig(dbus-glib-1)
|
|
|
|
Requires: pkgconfig(libwnck-1.0)
|
|
|
|
Requires: pkgconfig(libxfce4ui-1)
|
|
|
|
Requires: pkgconfig(libxfce4util-1.0)
|
|
|
|
Requires: pkgconfig(libxfcegui4-1.0)
|
|
|
|
Requires: pkgconfig(libxfconf-0)
|
2007-01-24 02:12:08 +01:00
|
|
|
|
|
|
|
%description devel
|
|
|
|
xfce4-session is the session manager for the Xfce desktop environment.
|
|
|
|
|
2009-03-09 00:31:39 +01:00
|
|
|
%package branding-upstream
|
2010-02-04 11:33:22 +01:00
|
|
|
License: GPLv2+
|
2009-03-09 00:31:39 +01:00
|
|
|
Summary: Xfce Session manager
|
|
|
|
Group: System/GUI/XFCE
|
2010-12-05 22:51:34 +01:00
|
|
|
Supplements: packageand(%{name}:branding-upstream)
|
2009-03-09 00:31:39 +01:00
|
|
|
Provides: %{name}-branding = %{version}
|
|
|
|
Conflicts: otherproviders(%{name}-branding)
|
2010-03-19 09:51:28 +01:00
|
|
|
%if 0%{?suse_version} >= 1120
|
|
|
|
BuildArch: noarch
|
|
|
|
%endif
|
2009-03-09 00:31:39 +01:00
|
|
|
|
|
|
|
%description branding-upstream
|
|
|
|
xfce4-session is the session manager for the Xfce desktop environment.
|
|
|
|
|
2007-01-16 00:42:22 +01:00
|
|
|
%prep
|
|
|
|
%setup -q
|
2010-12-05 22:51:34 +01:00
|
|
|
%patch0 -p1
|
2007-01-16 00:42:22 +01:00
|
|
|
|
|
|
|
%build
|
2009-03-09 00:31:39 +01:00
|
|
|
%configure \
|
|
|
|
--disable-static \
|
2007-05-22 15:14:03 +02:00
|
|
|
--enable-session-screenshots
|
2010-12-05 22:51:34 +01:00
|
|
|
make %{?_smp_mflags}
|
2007-01-16 00:42:22 +01:00
|
|
|
|
|
|
|
%install
|
2010-12-05 22:51:34 +01:00
|
|
|
%make_install
|
2008-11-06 01:02:35 +01:00
|
|
|
%find_lang %{name}
|
2010-12-05 22:51:34 +01:00
|
|
|
rm -f %{buildroot}%{_libdir}/*.la %{buildroot}%{_libdir}/xfce4/splash/engines/*.la
|
2017-05-17 18:03:52 +02:00
|
|
|
|
2007-01-16 00:42:22 +01:00
|
|
|
%clean
|
2010-12-05 22:51:34 +01:00
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
%post
|
|
|
|
%run_suseconfig -m gtk2
|
|
|
|
/sbin/ldconfig
|
|
|
|
|
|
|
|
%postun -p /sbin/ldconfig
|
2007-01-16 00:42:22 +01:00
|
|
|
|
2008-11-06 01:02:35 +01:00
|
|
|
%files -f %name.lang
|
2007-01-16 00:42:22 +01:00
|
|
|
%defattr(-,root,root)
|
2010-12-05 22:51:34 +01:00
|
|
|
%doc AUTHORS BUGS COPYING ChangeLog NEWS README TODO
|
|
|
|
%{_bindir}/xfce4-session
|
|
|
|
%{_bindir}/xfce4-session-logout
|
|
|
|
%{_bindir}/xfce4-session-settings
|
|
|
|
%{_bindir}/xfce4-tips
|
2009-03-09 00:31:39 +01:00
|
|
|
%{_libdir}/xfce4
|
|
|
|
%{_libdir}/*.so.*
|
2007-01-24 02:12:08 +01:00
|
|
|
%{_mandir}/*/*
|
2007-01-16 00:42:22 +01:00
|
|
|
%{_datadir}/themes/*
|
2007-01-16 00:42:22 +01:00
|
|
|
%{_datadir}/applications/*
|
|
|
|
%{_datadir}/icons/*/*
|
2010-12-05 22:51:34 +01:00
|
|
|
%{_datadir}/xfce4/
|
|
|
|
%{_datadir}/doc/xfce4-session
|
2007-04-13 16:55:41 +02:00
|
|
|
%{_sysconfdir}/xdg/autostart/xfce4-tips-autostart.desktop
|
2007-01-24 02:12:08 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2010-12-05 22:51:34 +01:00
|
|
|
%{_includedir}/xfce4/*/
|
2009-03-09 00:31:39 +01:00
|
|
|
%{_libdir}/pkgconfig/*
|
|
|
|
%{_libdir}/*.so
|
|
|
|
|
|
|
|
%files branding-upstream
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf
|
|
|
|
%dir %{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml
|
|
|
|
%{_sysconfdir}/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml
|
2007-12-03 23:55:31 +01:00
|
|
|
|
2007-03-03 14:38:26 +01:00
|
|
|
%changelog
|