mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-12 22:50:37 +00:00
5387240b83
(cherry picked from commit a73be88c46)
Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
60 lines
1.9 KiB
RPMSpec
60 lines
1.9 KiB
RPMSpec
Name: ctwm
|
|
Summary: Lightweight window manager with virtual workspaces
|
|
Version: 4.1.0
|
|
Release: 2%?dist
|
|
URL: https://ctwm.org
|
|
BuildRequires: libjpeg-turbo-devel libX11-devel libXext-devel libXmu-devel libXpm-devel libXt-devel libXrandr-devel cmake gcc m4 desktop-file-utils
|
|
Source0: https://www.ctwm.org/dist/%{name}-%{version}.tar.xz
|
|
Source1: %{name}.desktop
|
|
License: MIT
|
|
Requires: m4
|
|
# Derived from RPMSphere's packaging
|
|
|
|
%description
|
|
CTWM is a window manager based on TWM (with virtual workspaces added).
|
|
|
|
%prep
|
|
%setup -q
|
|
|
|
%build
|
|
%cmake
|
|
%cmake_build
|
|
|
|
%install
|
|
%cmake_install
|
|
install -Dm644 %{SOURCE1} %{buildroot}%{_datadir}/xsessions/%{name}.desktop
|
|
|
|
%check
|
|
desktop-file-validate %{buildroot}%{_datadir}/xsessions/%{name}.desktop
|
|
|
|
%files
|
|
%doc README.md CHANGES.md
|
|
%license COPYRIGHT
|
|
%{_bindir}/%{name}
|
|
%{_mandir}/man1/%{name}*
|
|
%{_datadir}/xsessions/%{name}.desktop
|
|
%{_datadir}/ctwm
|
|
%{_datadir}/doc/ctwm/ctwm.1.html
|
|
%{_datadir}/examples/ctwm/system.ctwmrc
|
|
|
|
%changelog
|
|
* Wed Dec 24 2025 Owen Zimmerman <owen@fyralabs.com>
|
|
- Add %check section
|
|
* Tue Dec 17 2024 Owen Zimmerman <owen@fyralabs.com>
|
|
- Add .desktop and .rhai file, fix dependancies, and switch to .tar.xz source (smaller download)
|
|
* Thu Jun 27 2024 Jaiden Riordan <jade@fyralabs.com> - 4.1.0
|
|
- Rewrite for Terra, Thanks RPMSphere
|
|
* Tue Dec 24 2019 Wei-Lun Chao <bluebat@member.fsf.org> - 4.0.3
|
|
- Rebuilt for Fedora
|
|
* Sat Apr 9 2011 Agnelo de la Crotche <agnelo@unixversal.com>
|
|
- package for openSUSE 11.3/11.4
|
|
* Thu Feb 16 2006 Richard Levitte <richard@levitte.org>
|
|
- Release ctwm 3.8a.
|
|
* Wed May 4 2005 Rudolph T Maceyko <rm55@pobox.com>
|
|
- Tweaks. Added all .ctwmrc files as well as sound and VMS docs.
|
|
* Wed May 4 2005 Richard Levitte <richard@levitte.org>
|
|
- Changed some directory specifications to RedHat-ish standards.
|
|
* Tue May 3 2005 Richard Levitte <richard@levitte.org>
|
|
- Received the original from Johan Vromans. Adjusted it to become
|
|
an official .spec file.
|