From dc4d4af59aed9295c29798d6bdee81029b51b351 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Tue, 21 Feb 2023 06:28:54 +0000 Subject: automatic import of xcompmgr --- .gitignore | 1 + sources | 1 + xcompmgr.spec | 39 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 41 insertions(+) create mode 100644 sources create mode 100644 xcompmgr.spec diff --git a/.gitignore b/.gitignore index e69de29..5988d93 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1 @@ +/xcompmgr-1.1.9.tar.gz diff --git a/sources b/sources new file mode 100644 index 0000000..85e5b2a --- /dev/null +++ b/sources @@ -0,0 +1 @@ +29c00f0697421118c5274458cf5bc2aa xcompmgr-1.1.9.tar.gz diff --git a/xcompmgr.spec b/xcompmgr.spec new file mode 100644 index 0000000..d073950 --- /dev/null +++ b/xcompmgr.spec @@ -0,0 +1,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 - 1.1.9-1 +- init package -- cgit v1.2.3