2014-11-13 09:24:40 +00:00
|
|
|
#
|
|
|
|
|
# spec file for package screenfetch
|
|
|
|
|
#
|
2025-02-12 13:24:00 +00:00
|
|
|
# Copyright (c) 2025 SUSE LLC
|
2014-11-13 09:24:40 +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.
|
|
|
|
|
|
2019-06-19 08:50:31 +00:00
|
|
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
2014-11-13 09:24:40 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: screenfetch
|
2025-02-12 13:24:00 +00:00
|
|
|
Version: 3.9.9
|
2014-11-13 09:24:40 +00:00
|
|
|
Release: 0
|
|
|
|
|
Summary: Fetches system/theme information in terminal for Linux desktop screenshots
|
2018-08-02 08:01:16 +00:00
|
|
|
License: GPL-3.0-only
|
2016-07-05 20:23:13 +00:00
|
|
|
Group: System/X11/Terminals
|
2018-08-02 08:01:16 +00:00
|
|
|
URL: https://github.com/KittyKatt/screenFetch
|
2019-11-27 09:14:51 +00:00
|
|
|
Source0: %{URL}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
2017-11-25 06:54:37 +00:00
|
|
|
Requires: bc
|
2014-11-28 18:47:06 +00:00
|
|
|
Requires: xprop
|
2016-07-16 19:20:59 +00:00
|
|
|
Recommends: curl
|
2018-08-02 08:01:16 +00:00
|
|
|
Recommends: lsb-release
|
2016-07-16 19:20:59 +00:00
|
|
|
Recommends: scrot
|
|
|
|
|
Recommends: xdpyinfo
|
2014-11-13 09:24:40 +00:00
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
screenFetch is a "Bash Screenshot Information Tool". This handy Bash
|
|
|
|
|
script can be used to generate one of those nifty terminal theme
|
|
|
|
|
information + ASCII distribution logos you see in everyone's screenshots
|
|
|
|
|
nowadays. It will auto-detect your distribution and display an ASCII
|
|
|
|
|
version of that distribution's logo and some valuable information to the
|
|
|
|
|
right. There are options to specify no ascii art, colors, taking a
|
|
|
|
|
screenshot upon displaying info, and even customizing the screenshot
|
|
|
|
|
command! This script is very easy to add to and can be easily extended.
|
|
|
|
|
|
|
|
|
|
%prep
|
2019-11-27 09:14:51 +00:00
|
|
|
%autosetup -n screenFetch-%{version}
|
2014-11-13 09:24:40 +00:00
|
|
|
|
|
|
|
|
%build
|
2018-08-13 09:00:36 +00:00
|
|
|
sed -i "s|%{_bindir}/env |/bin/|g" %{name}-dev
|
2014-11-13 09:24:40 +00:00
|
|
|
|
|
|
|
|
%install
|
2017-01-29 20:17:55 +00:00
|
|
|
install -D -p -m 0755 %{name}-dev \
|
|
|
|
|
%{buildroot}%{_bindir}/%{name}
|
|
|
|
|
install -D -p -m 0644 %{name}.1 \
|
|
|
|
|
%{buildroot}%{_mandir}/man1/%{name}.1
|
2014-11-13 09:24:40 +00:00
|
|
|
|
|
|
|
|
%files
|
2018-08-02 08:01:16 +00:00
|
|
|
%license COPYING
|
|
|
|
|
%doc README.mkdn CHANGELOG TODO
|
2014-11-13 09:24:40 +00:00
|
|
|
%{_bindir}/%{name}
|
2016-07-16 19:20:59 +00:00
|
|
|
%{_mandir}/man1/%{name}.1%{ext_info}
|
2014-11-13 09:24:40 +00:00
|
|
|
|
|
|
|
|
%changelog
|