From 4271453684e0831073622f10f9360904783e6a4b Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 08:09:56 +0100 Subject: [PATCH] automatic update by autodist [release 3.5.0-1mamba;Tue Aug 02 2011] --- README.md | 6 +++ openbox.spec | 136 +++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+) create mode 100644 openbox.spec diff --git a/README.md b/README.md index 094ed38..c17cda4 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,8 @@ # openbox +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. + diff --git a/openbox.spec b/openbox.spec new file mode 100644 index 0000000..165e2ee --- /dev/null +++ b/openbox.spec @@ -0,0 +1,136 @@ +Name: openbox +Version: 3.5.0 +Release: 1mamba +Summary: A highly configurable, next generation window manager with extensive standards support +Group: Graphical Desktop/Applications/Environment +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://openbox.org +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 +## AUTOBUILDREQ-END +Requires: python-xdg +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +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. + +%package devel +Summary: Devel package for %{name} +Group: Development/Libraries +Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release} + +%description devel +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 + +%build +%configure +%make + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +%makeinstall + +%find_lang %{name} + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files -f %{name}.lang +%defattr(-,root,root) +%{_sysconfdir}/xdg/openbox/* +%{_bindir}/gnome-panel-control +%{_bindir}/gdm-control +%{_bindir}/obxprop +%{_bindir}/openbox +%{_bindir}/openbox-gnome-session +%{_bindir}/openbox-kde-session +%{_bindir}/openbox-session +%{_libdir}/libobt.so.* +%{_libdir}/libobrender.so.* +%{_libexecdir}/openbox-autostart +%{_libexecdir}/openbox-xdg-autostart +%{_datadir}/applications/openbox.desktop +%{_datadir}/pixmaps/openbox.png +%{_datadir}/themes/Artwiz-boxed +%{_datadir}/themes/Bear2 +%{_datadir}/themes/Clearlooks +%{_datadir}/themes/Clearlooks-Olive +%{_datadir}/themes/Clearlooks-3.4 +%{_datadir}/themes/Mikachu +%{_datadir}/themes/Natura +%{_datadir}/themes/Onyx +%{_datadir}/themes/Onyx-Citrus +%{_datadir}/themes/Orang +%{_datadir}/themes/Syscrash +%{_datadir}/gnome/wm-properties/openbox.desktop +%{_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) +%dir %{_includedir} +%{_libdir}/libobt.a +%{_libdir}/libobt.la +%{_libdir}/libobt.so +%{_libdir}/libobrender.a +%{_libdir}/libobrender.la +%{_libdir}/libobrender.so +%{_includedir}/openbox +#%{_includedir}/openbox/$OB_MAJOR_VERSION.$OB_MINOR_VERSION/openbox/*.h +%{_libdir}/pkgconfig/*.pc +%doc README + +%changelog +* Tue Aug 02 2011 Automatic Build System 3.5.0-1mamba +- automatic update by autodist + +* Sat May 15 2010 Automatic Build System 3.4.11.2-1mamba +- automatic update to 3.4.11.2 by autodist + +* Mon Mar 29 2010 Automatic Build System 3.4.11.1-1mamba +- automatic update to 3.4.11.1 by autodist + +* Sun Feb 14 2010 Automatic Build System 3.4.11-1mamba +- automatic update to 3.4.11 by autodist + +* Sat Jan 30 2010 Silvan Calarco 3.4.10-1mamba +- package created by autospec