added package openbox-xsessions [release 3.5.2-2mamba;Fri Jul 18 2014]

This commit is contained in:
Silvan Calarco 2024-01-06 08:09:56 +01:00
parent a06abffa04
commit 9cf51354f7

View File

@ -1,6 +1,6 @@
Name: openbox
Version: 3.5.2
Release: 1mamba
Release: 2mamba
Summary: A highly configurable, next generation window manager with extensive standards support
Group: Graphical Desktop/Applications/Environment
Vendor: openmamba
@ -11,22 +11,26 @@ Source: http://openbox.org/dist/openbox/openbox-%{version}.tar.gz
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libglib-devel
BuildRequires: libICE-devel
BuildRequires: libpango-devel
BuildRequires: libSM-devel
BuildRequires: libstartup-notification-devel
BuildRequires: libX11-devel
BuildRequires: libXau-devel
BuildRequires: libXcursor-devel
BuildRequires: libXext-devel
BuildRequires: libXft-devel
BuildRequires: libXinerama-devel
BuildRequires: libxml2-devel
BuildRequires: libXrandr-devel
BuildRequires: libXrender-devel
BuildRequires: libcairo-devel
BuildRequires: libfontconfig-devel
BuildRequires: libfreetype-devel
BuildRequires: libgdk-pixbuf-devel
BuildRequires: libglib-devel
BuildRequires: libimlib2-devel
BuildRequires: libpango-devel
BuildRequires: librsvg-devel
BuildRequires: libstartup-notification-devel
BuildRequires: libxml2-devel
## AUTOBUILDREQ-END
Requires: python-xdg
BuildRoot: %{_tmppath}/%{name}-%{version}-root
@ -49,6 +53,17 @@ The *box visual style is well known for its minimalistic appearance. Openbox use
Openbox lets you bring the latest applications outside of a full desktop environment. Most modern applications have been written with GNOME and KDE in mind. With support for the latest freedesktop.org standards, as well as careful adherence to previous standards, Openbox provides an environment where applications work the way they were designed to.
This package contains static libraries and header files need for development.
%package xsessions
Summary: X session files for %{name}
Group: System/X11
Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description xsessions
Openbox is a highly configurable, next generation window manager with extensive standards support.
The *box visual style is well known for its minimalistic appearance. Openbox uses the *box visual style, while providing a greater number of options for theme developers than previous *box implementations. The theme documentation describes the full range of options found in Openbox themes.
Openbox lets you bring the latest applications outside of a full desktop environment. Most modern applications have been written with GNOME and KDE in mind. With support for the latest freedesktop.org standards, as well as careful adherence to previous standards, Openbox provides an environment where applications work the way they were designed to.
This package contains static libraries and header files need for development.
%prep
%setup -q
@ -92,16 +107,19 @@ This package contains static libraries and header files need for development.
%{_datadir}/themes/Onyx-Citrus
%{_datadir}/themes/Orang
%{_datadir}/themes/Syscrash
%{_docdir}/openbox
%{_mandir}/man1/openbox*.1*
%{_mandir}/man1/obxprop.1*
%doc AUTHORS COPYING
%files xsessions
%defattr(-,root,root)
%{_datadir}/gnome/wm-properties/openbox.desktop
%{_datadir}/gnome-session/sessions/openbox-gnome-fallback.session
%{_datadir}/gnome-session/sessions/openbox-gnome.session
%{_datadir}/xsessions/openbox-gnome.desktop
%{_datadir}/xsessions/openbox-kde.desktop
%{_datadir}/xsessions/openbox.desktop
%{_docdir}/openbox
%{_mandir}/man1/openbox*.1.gz
%{_mandir}/man1/obxprop.1.gz
%doc AUTHORS COPYING
%files devel
%defattr(-,root,root)
@ -118,6 +136,9 @@ This package contains static libraries and header files need for development.
%doc README
%changelog
* Fri Jul 18 2014 Silvan Calarco <silvan.calarco@mambasoft.it> 3.5.2-2mamba
- added package openbox-xsessions
* Mon Aug 12 2013 Automatic Build System <autodist@mambasoft.it> 3.5.2-1mamba
- automatic version update by autodist