Compare commits
No commits in common. "rawhide" and "f36" have entirely different histories.
4 changed files with 34 additions and 29 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,2 +1 @@
|
|||
/vimb-3.6.0.tar.gz
|
||||
/vimb-3.7.0.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (vimb-3.7.0.tar.gz) = 00101b799c33b7cdb91db407654cbccbf2041d06ae604541ba90806c6fa26345fbfe54fa42ad457817a186493b233e9ee24dc301eacf19d8cd15f546d87615a7
|
||||
SHA512 (vimb-3.6.0.tar.gz) = 0c1a131641c47ec0dd7a5346d5e7260f85293ecc105e04e6265680c53bbbdc8d98acc4f4e11443efc4e4148aa0b77c496cf7e5f59d44857e6e612c3d4a643c8f
|
||||
|
|
|
|||
27
vimb.metainfo.xml
Normal file
27
vimb.metainfo.xml
Normal file
|
|
@ -0,0 +1,27 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- Copyright 2012-2023 Daniel Carl -->
|
||||
<component type="desktop">
|
||||
<id>comical.desktop</id>
|
||||
<metadata_license>CC0-1.0</metadata_license>
|
||||
<project_license>GPL-3.0-only</project_license>
|
||||
<name>Vimb</name>
|
||||
<summary>the Vim-like browser</summary>
|
||||
<description>
|
||||
<p>
|
||||
Vimb is a fast and lightweight vim like web browser based on the webkit
|
||||
web browser engine and the GTK toolkit. Vimb is modal like the great vim
|
||||
editor and also easily configurable during runtime. Vimb is mostly keyboard
|
||||
driven and does not distract you from your daily work.
|
||||
</p>
|
||||
</description>
|
||||
<screenshots>
|
||||
<screenshot type="default">
|
||||
<image>https://fanglingsu.github.io/vimb/media/vimb-completion.png</image>
|
||||
</screenshot>
|
||||
<screenshot>
|
||||
<image>https://fanglingsu.github.io/vimb/media/vimb-hints.png</image>
|
||||
</screenshot>
|
||||
</screenshots>
|
||||
<url type="homepage">https://fanglingsu.github.io/vimb/</url>
|
||||
<update_contact>https://github.com/fanglingsu/vimb/issues</update_contact>
|
||||
</component>
|
||||
33
vimb.spec
33
vimb.spec
|
|
@ -2,17 +2,18 @@ Summary: A fast and lightweight vim like web browser
|
|||
Name: vimb
|
||||
License: GPL-3.0-only
|
||||
|
||||
Version: 3.7.0
|
||||
Release: 7%{?dist}
|
||||
Version: 3.6.0
|
||||
Release: 2%{?dist}
|
||||
|
||||
URL: https://fanglingsu.github.io/vimb/
|
||||
Source0: https://github.com/fanglingsu/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
|
||||
Source1: vimb.metainfo.xml
|
||||
|
||||
BuildRequires: gcc
|
||||
BuildRequires: desktop-file-utils
|
||||
BuildRequires: libappstream-glib
|
||||
BuildRequires: make
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.1)
|
||||
BuildRequires: pkgconfig(webkit2gtk-4.0)
|
||||
BuildRequires: pkgconfig(gtk+-3.0)
|
||||
|
||||
%description
|
||||
|
|
@ -35,6 +36,8 @@ sed -i 's/EXTLDFLAGS =/EXTLDFLAGS = ${LDFLAGS} /g' config.mk
|
|||
LIBDIR=%{buildroot}/%{_libdir}/%{name} \
|
||||
EXTENSIONDIR=%{buildroot}/%{_libdir}/%{name}
|
||||
|
||||
mkdir -p %{buildroot}%{_metainfodir}/
|
||||
install -m 644 %{SOURCE1} %{buildroot}%{_metainfodir}/
|
||||
strip --strip-unneeded %{buildroot}/%{_libdir}/%{name}/webext_main.so
|
||||
|
||||
%check
|
||||
|
|
@ -53,30 +56,6 @@ appstream-util validate-relax --nonet %{buildroot}%{_metainfodir}/%{name}.metain
|
|||
%{_metainfodir}/%{name}.metainfo.xml
|
||||
|
||||
%changelog
|
||||
* Fri Jul 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_45_Mass_Rebuild
|
||||
|
||||
* Sat Jan 17 2026 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-6
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_44_Mass_Rebuild
|
||||
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-5
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Sun Jan 19 2025 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-4
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Sat Jul 20 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_41_Mass_Rebuild
|
||||
|
||||
* Sat Jan 27 2024 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
||||
|
||||
* Wed Aug 16 2023 Yaakov Selkowitz <yselkowi@redhat.com> - 3.7.0-1
|
||||
- Update to 3.7.0
|
||||
|
||||
* Sat Jul 22 2023 Fedora Release Engineering <releng@fedoraproject.org> - 3.6.0-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
||||
|
||||
* Wed Apr 05 2023 Benson Muite <benson_muite@emailplus.org> - 3.6.0-2
|
||||
- Use macros for installation
|
||||
- Update source location
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue