summaryrefslogtreecommitdiff
path: root/xcompmgr.spec
blob: d073950b2af874a41899db200c0b5b08a5fb6f08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Summary:       X11 composite manager
Name:          xcompmgr
Version:       1.1.9
Release:       1
License:       MIT
URL:           https://gitlab.freedesktop.org/xorg/app/xcompmgr
Source0:       https://www.x.org/archive/individual/app/%{name}-%{version}.tar.gz
BuildRequires: gcc
BuildRequires: libX11-devel
BuildRequires: libXfixes-devel
BuildRequires: libXrender-devel
BuildRequires: libXdamage-devel
BuildRequires: libXcomposite-devel
BuildRequires: libXext-devel
BuildRequires: pkgconfig

%description
xcompmgr is a sample compositing manager for X servers supporting the XFIXES,
DAMAGE, and COMPOSITE extensions. It enables basic eye-candy effects

%prep
%autosetup

%build
%configure
%make_build

%install
%make_install

%files
%license COPYING
%doc README.md ChangeLog
%{_bindir}/xcompmgr
%{_mandir}/man1/xcompmgr.1*

%changelog                                                                                                                                                                                                                                  
* Fri Feb 17 2023 lichaoran <pkwarcraft@hotmail.com> - 1.1.9-1
- init package