2024-01-05 19:34:24 +01:00
|
|
|
Name: xcompmgr
|
2024-11-13 22:45:10 +01:00
|
|
|
Version: 1.1.10
|
2024-01-05 19:34:24 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Xcompmgr is a simple composite window manager
|
|
|
|
Group: System/X11
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
2024-01-05 19:34:24 +01:00
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.x.org/wiki/
|
|
|
|
Source: http://ftp.x.org/pub/individual/app/xcompmgr-%{version}.tar.xz
|
2024-01-05 19:34:24 +01:00
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
|
|
|
BuildRequires: libX11-devel
|
|
|
|
BuildRequires: libXcomposite-devel
|
|
|
|
BuildRequires: libXdamage-devel
|
2024-01-05 19:34:24 +01:00
|
|
|
BuildRequires: libXext-devel
|
2024-01-05 19:34:24 +01:00
|
|
|
BuildRequires: libXfixes-devel
|
|
|
|
BuildRequires: libXrender-devel
|
|
|
|
## AUTOBUILDREQ-END
|
|
|
|
|
|
|
|
%description
|
|
|
|
Xcompmgr is a simple composite window manager, capable of rendering drop shadows and, with the use of the transset utility, primitive window transparency. Designed solely as a proof-of-concept, xcompmgr is a lightweight alternative to Compiz Fusion and similar composite managers.
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
%debug_package
|
2024-01-05 19:34:24 +01:00
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
%prep
|
2024-01-05 19:34:24 +01:00
|
|
|
%setup -q
|
|
|
|
|
|
|
|
%build
|
|
|
|
%configure
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/xcompmgr
|
2024-01-05 19:34:24 +01:00
|
|
|
%{_mandir}/man1/xcompmgr.1*
|
|
|
|
%doc COPYING
|
2024-01-05 19:34:24 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-11-13 22:45:10 +01:00
|
|
|
* Wed Nov 13 2024 Automatic Build System <autodist@openmamba.org> 1.1.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
* Sat Nov 26 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.1.9-1mamba
|
|
|
|
- update to 1.1.9
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
* Tue Mar 26 2019 Automatic Build System <autodist@mambasoft.it> 1.1.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
* Sat Apr 18 2015 Automatic Build System <autodist@mambasoft.it> 1.1.7-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
* Wed Feb 15 2012 Automatic Build System <autodist@mambasoft.it> 1.1.6-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
|
|
|
* Tue Jan 26 2010 Automatic Build System <autodist@mambasoft.it> 1.1.5-1mamba
|
|
|
|
- automatic update by autodist
|
|
|
|
|
2024-01-05 19:34:24 +01:00
|
|
|
* Fri Oct 30 2009 Ercole 'ercolinux' Carpanetto <ercole69@gmail.com> 1.1.4-1mamba
|
2024-01-05 19:34:24 +01:00
|
|
|
- package created by autospec
|