diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-18 11:17:45 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-18 11:17:45 +0000 |
commit | 41b943cffb902de831f5a9af58b45b896ad0ea5c (patch) | |
tree | fe767372bb985b0dc09994e7cbab130d344a7d41 | |
parent | f05b4f305aed7310b1c58d8bdcab21ccd63304d8 (diff) |
automatic import of xcompmgropeneuler22.09
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | sources | 1 | ||||
-rw-r--r-- | xcompmgr.spec | 39 |
3 files changed, 41 insertions, 0 deletions
@@ -0,0 +1 @@ +/xcompmgr-1.1.9.tar.gz @@ -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 <pkwarcraft@hotmail.com> - 1.1.9-1 +- init package |