SHA256
1
0
forked from pool/vimb

Compare commits

...

10 Commits

Author SHA256 Message Date
Richard Brown
188de695d5 Accepting request 924158 from network
OBS-URL: https://build.opensuse.org/request/show/924158
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vimb?expand=0&rev=6
2021-10-08 20:05:04 +00:00
904fea3153 Accepting request 924041 from home:iznogood:branches:network
- Switch to pkgconfig style BuildRequires, ensure we pull in what
  the package really needs (fixes build in current Factory).

OBS-URL: https://build.opensuse.org/request/show/924041
OBS-URL: https://build.opensuse.org/package/show/network/vimb?expand=0&rev=13
2021-10-08 07:55:27 +00:00
9b4c6374b8 Accepting request 760601 from network
- Update to 3.6.0:
  Added:
  * :cleardata [listOfDataTypes] [timeSpan] command to clear various types of
    stored website data modified in the last timeSpan.
  * Setting hint-match-element to allow to disable the hinting to filter hints
    by the elements text content. This is useful if 'hint-keys' are set the
    chars instead of numbers.
  * New autocmd event LoadStarting to run auto commands before the first page
    content is loaded (Thanks to Patrick Steinhardt).
  * Setting geolocation with values ('ask', 'always' and 'never') to allow the
    user to permit or disable geolcation requests by default (Thanks to Alva).
  * Setting dark-mode to switch the webview into dark mode, which might be
    picked up by pages media query to setup dark styling (Thanks to Alva).
  * Option --cmd, -C to run ex commands on startup.
  Removed:
  * :clearcache was removed in favor of more advanced :cleardata command.
    The previous behaviour of :clearcache could be replaces by
    :cleardata memory-cache,disk-cache.

OBS-URL: https://build.opensuse.org/request/show/760601
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vimb?expand=0&rev=5
2020-01-03 16:38:46 +00:00
8de6d08bb6 - Update to 3.6.0:
Added:
  * :cleardata [listOfDataTypes] [timeSpan] command to clear various types of
    stored website data modified in the last timeSpan.
  * Setting hint-match-element to allow to disable the hinting to filter hints
    by the elements text content. This is useful if 'hint-keys' are set the
    chars instead of numbers.
  * New autocmd event LoadStarting to run auto commands before the first page
    content is loaded (Thanks to Patrick Steinhardt).
  * Setting geolocation with values ('ask', 'always' and 'never') to allow the
    user to permit or disable geolcation requests by default (Thanks to Alva).
  * Setting dark-mode to switch the webview into dark mode, which might be
    picked up by pages media query to setup dark styling (Thanks to Alva).
  * Option --cmd, -C to run ex commands on startup.
  Removed:
  * :clearcache was removed in favor of more advanced :cleardata command.
    The previous behaviour of :clearcache could be replaces by
    :cleardata memory-cache,disk-cache.

OBS-URL: https://build.opensuse.org/package/show/network/vimb?expand=0&rev=11
2020-01-03 09:22:49 +00:00
5e512efad8 Accepting request 725438 from network
- bsc#1146724: Set prefix during build
  So that it looks for webext_main.so at the right location

OBS-URL: https://build.opensuse.org/request/show/725438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vimb?expand=0&rev=4
2019-08-23 09:10:03 +00:00
a8a03a256c - bsc#1146724: Set prefix during build
So that it looks for webext_main.so at the right location

OBS-URL: https://build.opensuse.org/package/show/network/vimb?expand=0&rev=9
2019-08-23 05:23:41 +00:00
6480666829 Accepting request 719740 from network
- Update to 3.5.0:
  Added:
  * Add external download command #543 #348.
  * Added ephemeral mode by new option --incognito#562.
  Changed:
  * Hinting shows the current focused elements URI in the statusbar.
  * Show error if printing with :hardcopy fails #564.
  Fixed:
  * Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
  * Fixed partial hidden hint labels on top of screen.
  * Fix segfault on open in new tabe from context menu #556.
  * Fix "... (null)" shown in title during url sanitization.
  Removed:
  * Setting private-browsing was removed in favor of --incognito option.
- Remove vim-3.4.0-fixbuild.patch: included upstream

OBS-URL: https://build.opensuse.org/request/show/719740
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vimb?expand=0&rev=3
2019-07-30 10:39:16 +00:00
45a887ab58 - Update to 3.5.0:
Added:
  * Add external download command #543 #348.
  * Added ephemeral mode by new option --incognito#562.
  Changed:
  * Hinting shows the current focused elements URI in the statusbar.
  * Show error if printing with :hardcopy fails #564.
  Fixed:
  * Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
  * Fixed partial hidden hint labels on top of screen.
  * Fix segfault on open in new tabe from context menu #556.
  * Fix "... (null)" shown in title during url sanitization.
  Removed:
  * Setting private-browsing was removed in favor of --incognito option.
- Remove vim-3.4.0-fixbuild.patch: included upstream

OBS-URL: https://build.opensuse.org/package/show/network/vimb?expand=0&rev=7
2019-07-30 04:49:04 +00:00
61ff41eab4 Accepting request 689025 from network
- Update to 3.4.0:
  Added:
  * Allow to show video in fullscreen, without statusbar and inputbox, if requested.
  * Added option --no-maximize to no start with maximized window #483.
  * New setting prevent-newwindow to enforce opening links into same window
    even if they are crafted by target="_blank" or using window.open(...)#544.
  Changed:
  * Increased min required webkit version to 2.20.x.
  * Use man page date instead of build date to make reproducible builds.
  * URLs shown on statusbar and title are now shown as punicode if they contain
    homographs.
  Fixed:
  * Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
  * Fixed none shown hint labels by Content-Security-Policy headers #531.
  * Fixed segfault on JavaScript window.close() call #537.
  * Fixed no char inserted in input mode after timeout and imap/inoremap
    candidate #546.
- Add vim-3.4.0-fixbuild.patch: fix non git build

OBS-URL: https://build.opensuse.org/request/show/689025
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vimb?expand=0&rev=2
2019-03-27 15:22:02 +00:00
1e8a74b425 - Update to 3.4.0:
Added:
  * Allow to show video in fullscreen, without statusbar and inputbox, if requested.
  * Added option --no-maximize to no start with maximized window #483.
  * New setting prevent-newwindow to enforce opening links into same window
    even if they are crafted by target="_blank" or using window.open(...)#544.
  Changed:
  * Increased min required webkit version to 2.20.x.
  * Use man page date instead of build date to make reproducible builds.
  * URLs shown on statusbar and title are now shown as punicode if they contain
    homographs.
  Fixed:
  * Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
  * Fixed none shown hint labels by Content-Security-Policy headers #531.
  * Fixed segfault on JavaScript window.close() call #537.
  * Fixed no char inserted in input mode after timeout and imap/inoremap
    candidate #546.
- Add vim-3.4.0-fixbuild.patch: fix non git build

OBS-URL: https://build.opensuse.org/package/show/network/vimb?expand=0&rev=5
2019-03-27 09:02:32 +00:00
4 changed files with 84 additions and 8 deletions

View File

@@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c6fe39b1b2ca18a342bb6683f7fd5b139ead53903f57dd9eecd5a1074576d6c
size 136151

3
3.6.0.tar.gz Normal file
View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a8db68df98841f07cbf9b2aa026e5105aab83f809da1d1663defff81250d921e
size 144750

View File

@@ -1,3 +1,78 @@
-------------------------------------------------------------------
Thu Oct 7 13:34:29 UTC 2021 - Bjørn Lie <bjorn.lie@gmail.com>
- Switch to pkgconfig style BuildRequires, ensure we pull in what
the package really needs (fixes build in current Factory).
-------------------------------------------------------------------
Fri Jan 3 09:20:46 UTC 2020 - Michael Vetter <mvetter@suse.com>
- Update to 3.6.0:
Added:
* :cleardata [listOfDataTypes] [timeSpan] command to clear various types of
stored website data modified in the last timeSpan.
* Setting hint-match-element to allow to disable the hinting to filter hints
by the elements text content. This is useful if 'hint-keys' are set the
chars instead of numbers.
* New autocmd event LoadStarting to run auto commands before the first page
content is loaded (Thanks to Patrick Steinhardt).
* Setting geolocation with values ('ask', 'always' and 'never') to allow the
user to permit or disable geolcation requests by default (Thanks to Alva).
* Setting dark-mode to switch the webview into dark mode, which might be
picked up by pages media query to setup dark styling (Thanks to Alva).
* Option --cmd, -C to run ex commands on startup.
Removed:
* :clearcache was removed in favor of more advanced :cleardata command.
The previous behaviour of :clearcache could be replaces by
:cleardata memory-cache,disk-cache.
-------------------------------------------------------------------
Fri Aug 23 05:22:34 UTC 2019 - mvetter@suse.com
- bsc#1146724: Set prefix during build
So that it looks for webext_main.so at the right location
-------------------------------------------------------------------
Tue Jul 30 04:41:40 UTC 2019 - mvetter@suse.com
- Update to 3.5.0:
Added:
* Add external download command #543 #348.
* Added ephemeral mode by new option --incognito#562.
Changed:
* Hinting shows the current focused elements URI in the statusbar.
* Show error if printing with :hardcopy fails #564.
Fixed:
* Fixed compilation if source is not in a git repo (Thanks to Patrick Steinhardt).
* Fixed partial hidden hint labels on top of screen.
* Fix segfault on open in new tabe from context menu #556.
* Fix "... (null)" shown in title during url sanitization.
Removed:
* Setting private-browsing was removed in favor of --incognito option.
- Remove vim-3.4.0-fixbuild.patch: included upstream
-------------------------------------------------------------------
Wed Mar 27 08:55:32 UTC 2019 - mvetter@suse.com
- Update to 3.4.0:
Added:
* Allow to show video in fullscreen, without statusbar and inputbox, if requested.
* Added option --no-maximize to no start with maximized window #483.
* New setting prevent-newwindow to enforce opening links into same window
even if they are crafted by target="_blank" or using window.open(...)#544.
Changed:
* Increased min required webkit version to 2.20.x.
* Use man page date instead of build date to make reproducible builds.
* URLs shown on statusbar and title are now shown as punicode if they contain
homographs.
Fixed:
* Fix out-of-bounds buffer access in parse_command (Thanks to Sören Tempel) #529.
* Fixed none shown hint labels by Content-Security-Policy headers #531.
* Fixed segfault on JavaScript window.close() call #537.
* Fixed no char inserted in input mode after timeout and imap/inoremap
candidate #546.
- Add vim-3.4.0-fixbuild.patch: fix non git build
-------------------------------------------------------------------
Wed Feb 13 13:50:08 UTC 2019 - mvetter@suse.com

View File

@@ -1,7 +1,7 @@
#
# spec file for package vimb
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,15 +17,16 @@
Name: vimb
Version: 3.3.0
Version: 3.6.0
Release: 0
Summary: The vim-like browser
License: GPL-3.0-or-later
Group: Productivity/Networking/Web/Browsers
URL: https://fanglingsu.github.io/vimb/
Source: https://github.com/fanglingsu/vimb/archive/%{version}.tar.gz
BuildRequires: gtk3-devel
BuildRequires: webkit2gtk3-devel
BuildRequires: pkgconfig
BuildRequires: pkgconfig(gtk+-3.0)
BuildRequires: pkgconfig(webkit2gtk-4.0) >= 2.20
%description
vimb is a WebKit-based web browser that behaves like the vimperator
@@ -35,7 +36,7 @@ plugin for Firefox, and has usage paradigms from the editor vim.
%setup -q
%build
make %{?_smp_mflags}
make %{?_smp_mflags} PREFIX=%{_prefix}
%install
%make_install PREFIX=%{_prefix}