diff options
author | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-08 22:16:05 -0800 |
---|---|---|
committer | Michel Alexandre Salim <salimma@fedoraproject.org> | 2022-02-08 22:16:05 -0800 |
commit | 675b75e14a540a2cacf66dc464a4f21335f6e762 (patch) | |
tree | 3c906a05ea5c7424e74b747a766797e6924343a7 /web | |
parent | fabd17f6fa209daf30a88c69c58134d19b76d572 (diff) | |
download | specs-675b75e14a540a2cacf66dc464a4f21335f6e762.tar.gz specs-675b75e14a540a2cacf66dc464a4f21335f6e762.tar.xz specs-675b75e14a540a2cacf66dc464a4f21335f6e762.zip |
- lagrange
Signed-off-by: Michel Alexandre Salim <salimma@fedoraproject.org>
Diffstat (limited to 'web')
-rw-r--r-- | web/lagrange.spec | 70 |
1 files changed, 0 insertions, 70 deletions
diff --git a/web/lagrange.spec b/web/lagrange.spec deleted file mode 100644 index 640bd5b..0000000 --- a/web/lagrange.spec +++ /dev/null @@ -1,70 +0,0 @@ -%global forgeurl https://git.skyjake.fi/gemini/lagrange -%global appid fi.skyjake.Lagrange - -Name: lagrange -Version: 1.10.4 -Release: %autorelease -Summary: A Beautiful Gemini Client - -# SPDX-3.0-License-Identifier: BSD-2-Clause -License: BSD -URL: https://gmi.skyjake.fi/lagrange/ -Source0: %{forgeurl}/releases/download/v%{version}/%{name}-%{version}.tar.gz - -BuildRequires: cmake -BuildRequires: gcc -BuildRequires: pkgconfig(fribidi) -BuildRequires: pkgconfig(harfbuzz) -BuildRequires: pkgconfig(sdl2) -BuildRequires: pkgconfig(the_Foundation) -# for checks -BuildRequires: desktop-file-utils -BuildRequires: libappstream-glib - -%description -Lagrange is a desktop GUI client for browsing Geminispace. It offers modern -conveniences familiar from web browsers, such as smooth scrolling, inline image -viewing, multiple tabs, visual themes, Unicode fonts, bookmarks, history, and -page outlines. - -Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a -small number of essential libraries. It is written in C and uses SDL for -hardware-accelerated graphics. OpenSSL is used for secure communications. - - -%prep -%autosetup -p1 -# remove bundled libs -rm -rf lib - - -%build -%cmake -%cmake_build - - -%install -%cmake_install - - -%check -desktop-file-validate \ - %{buildroot}/%{_datadir}/applications/%{appid}.desktop - -appstream-util validate-relax --nonet \ - %{buildroot}%{_metainfodir}/%{appid}.appdata.xml - - -%files -%license LICENSE.md -%doc AUTHORS.md README.md -%{_bindir}/%{name} -%{_datadir}/applications/%{appid}.desktop -%{_datadir}/icons/hicolor/256x256/apps/%{appid}.png -%dir %{_datadir}/%{name} -%{_datadir}/%{name}/resources.lgr -%{_mandir}/man1/%{name}.1* -%{_metainfodir}/%{appid}.appdata.xml - -%changelog -%autochangelog |