Name: lxde-common Version: 0.3.2.1 Release: 2%{?dist} Summary: Default configuration files for LXDE Summary(de): Konfigurationsdateien für LXDE Group: User Interface/Desktops License: GPLv2+ URL: http://lxde.sourceforge.net/ Source0: http://downloads.sourceforge.net/sourceforge/lxde/%{name}-%{version}.tar.bz2 Patch0: %{name}-0.3.2.1-lxpanel-config.patch Patch1: %{name}-0.3.2.1-lxpanel-mixer.patch Patch2: %{name}-0.3.2.1-lxterminal.patch Patch3: %{name}-0.3.2.1-lxpanel-no-background-by-default.patch # Vendor specific patches Patch10: %{name}-0.3.0.1-default-wallpaper.patch Patch11: %{name}-0.3.2.1-vendor-artwork.patch Patch12: %{name}-0.3.2.1-lxpanel-starthere.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: pkgconfig glib2-devel libX11-devel Requires: lxsession lxpanel pcmanfm openbox # Use vendor's artwork Requires: gtk-nodoka-engine %if 0%{?fedora} < 9 Requires: desktop-backgrounds-basic %else Requires: desktop-backgrounds-compat %endif %description This package contains the configuration files for LXDE, the Lightweight X11 Desktop Environment. %description -l de Dieses Paket enthält die Konfigurationsdateien für LXDE, die leichtgewichtige X11 Desktop Umgebung. %prep %setup -q %patch0 -p1 -b .panel-config %patch1 -p1 -b .mixer %patch2 -p1 -b .lxterminal %patch3 -p1 -b .no-background %patch10 -p1 -b .default-wallpaper %patch11 -p1 -b .nodoka %patch12 -p1 -b .starthere %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p' # the icon theme is packaged in a different package rm -rf $RPM_BUILD_ROOT%{_datadir}/icons/nuoveXT2/ %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc AUTHORS COPYING %dir %{_sysconfdir}/xdg/lxsession/LXDE/ %config(noreplace) %{_sysconfdir}/xdg/lxsession/LXDE/default %config(noreplace) %{_sysconfdir}/xdg/lxsession/LXDE/autostart %config(noreplace) %{_sysconfdir}/xdg/lxsession/LXDE/config %{_bindir}/startlxde %{_bindir}/lxde-logout %{_bindir}/lxde-settings %{_bindir}/openbox-lxde %{_datadir}/lxde/ %{_datadir}/lxpanel/profile/LXDE/ %{_mandir}/man1/*.1.gz %{_usr}/share/xsessions/LXDE.desktop %changelog * Thu Oct 09 2008 Christoph Wickert - 0.3.2.1-2 - Rebase patches for rpm's new fuzz=0 behaviour * Thu Jul 10 2008 Christoph Wickert - 0.3.2.1-1 - Update to 0.3.2.1 - Switch from ROXTerm to LXterminal - Rebased most patches - Add mixer to the panel * Mon Apr 14 2008 Christoph Wickert - 0.3.0.1-2 - Make a separate package for lxde-icon-theme * Sat Apr 12 2008 Christoph Wickert - 0.3.0.1-1 - Update to 0.3.0.1 - Use distros default artwork * Sat Mar 29 2008 Christoph Wickert - 0.3.0.0-1 - Initial Fedora RPM - Use roxterm instead of gnome-terminal and xterm - Patch default panel config