2011-04-11 20:34:17 +00:00
|
|
|
#
|
2012-09-08 16:40:04 +00:00
|
|
|
# spec file for package cmatrix
|
2011-04-11 20:34:17 +00:00
|
|
|
#
|
2025-01-10 08:26:38 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2011-04-11 20:34:17 +00:00
|
|
|
#
|
2012-09-08 16:40:04 +00:00
|
|
|
# All modifications and additions to the file contributed by third parties
|
|
|
|
|
# remain the property of their copyright owners, unless otherwise agreed
|
|
|
|
|
# upon. The license for this file, and modifications and additions to the
|
|
|
|
|
# file, is the same license as for the pristine package itself (unless the
|
|
|
|
|
# license for the pristine package is not an Open Source License, in which
|
|
|
|
|
# case the license is the MIT License). An "Open Source License" is a
|
|
|
|
|
# license that conforms to the Open Source Definition (Version 1.9)
|
|
|
|
|
# published by the Open Source Initiative.
|
|
|
|
|
|
2021-06-16 06:30:26 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2011-04-11 20:34:17 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: cmatrix
|
2021-06-16 06:30:26 +00:00
|
|
|
Version: 2.0
|
2012-09-08 16:40:04 +00:00
|
|
|
Release: 0
|
2021-06-16 06:30:26 +00:00
|
|
|
Summary: The Matrix screensaver
|
|
|
|
|
License: GPL-3.0-only
|
|
|
|
|
Group: Amusements/Games/Other
|
|
|
|
|
URL: https://github.com/abishekvashok/cmatrix
|
|
|
|
|
Source: %{name}-%{version}.tar.xz
|
2025-01-10 08:26:38 +00:00
|
|
|
Patch0: fix_compilation_errors.patch
|
2012-09-08 16:40:04 +00:00
|
|
|
BuildRequires: autoconf
|
|
|
|
|
BuildRequires: automake
|
2025-01-10 08:26:38 +00:00
|
|
|
BuildRequires: kbd
|
2021-06-16 06:30:26 +00:00
|
|
|
BuildRequires: m4
|
|
|
|
|
BuildRequires: mkfontdir
|
2025-01-10 08:26:38 +00:00
|
|
|
BuildRequires: pkgconfig
|
|
|
|
|
BuildRequires: pkgconfig(ncurses)
|
|
|
|
|
Requires: filesystem
|
|
|
|
|
Requires: kbd
|
2011-04-11 20:34:17 +00:00
|
|
|
|
|
|
|
|
%description
|
2021-06-16 06:30:26 +00:00
|
|
|
CMatrix is based on the screensaver from The Matrix website. It shows text flying in and out in a terminal like as seen in "The Matrix" movie. It can scroll lines all at the same rate or asynchronously and at a user-defined speed
|
2011-04-11 20:34:17 +00:00
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
2021-06-16 06:30:26 +00:00
|
|
|
|
|
|
|
|
%autopatch -p1
|
2011-04-11 20:34:17 +00:00
|
|
|
|
|
|
|
|
%build
|
2021-06-16 06:30:26 +00:00
|
|
|
autoreconf -vfi
|
|
|
|
|
%configure --enable-fonts
|
|
|
|
|
%make_build
|
2011-04-11 20:34:17 +00:00
|
|
|
|
|
|
|
|
%install
|
2021-06-16 06:30:26 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/fonts/misc
|
2011-04-11 20:34:17 +00:00
|
|
|
mkdir -p %{buildroot}%{_datadir}/kbd/consolefonts
|
|
|
|
|
|
2021-06-16 06:30:26 +00:00
|
|
|
%make_install
|
2011-04-11 20:34:17 +00:00
|
|
|
|
|
|
|
|
%files
|
2021-06-16 06:30:26 +00:00
|
|
|
%license COPYING
|
|
|
|
|
%doc ChangeLog README
|
2011-04-11 20:34:17 +00:00
|
|
|
%{_bindir}/*
|
2021-06-16 06:30:26 +00:00
|
|
|
%{_mandir}/*/*
|
|
|
|
|
%{_datadir}/fonts/misc/*
|
|
|
|
|
%dir %{_datadir}/fonts/misc
|
2011-04-11 20:34:17 +00:00
|
|
|
%{_datadir}/kbd/consolefonts/*
|
|
|
|
|
|
|
|
|
|
%changelog
|