unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#65216] [PATCH v2] Update README.org
       [not found] <65215@debbugs.gnu.org>
@ 2023-08-10 18:55 ` Nicolas Graves via Guix-patches via
  2023-08-11  8:00 ` [bug#65220] [PATCH v3] gnu: emacs-ibrowse: Update to 0.2.2 Nicolas Graves via Guix-patches via
  1 sibling, 0 replies; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-08-10 18:55 UTC (permalink / raw)
  To: 65216; +Cc: ngraves

---
 README.org | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.org b/README.org
index 257e9b2..f86d8c8 100644
--- a/README.org
+++ b/README.org
@@ -1,7 +1,7 @@
 
 * ibrowse
 
-Ibrowse stands for interactive browse, its goal is to be able to control your browser through common actions, be it on browser *tabs*, *history* or *bookmarks* using Emacs.
+Ibrowse stands for interactive browse, its goal is to be able to control your web browser through common actions, be it on browser *tabs*, *history* or *bookmarks* using Emacs.
 
 It relies on the =completing-read= built-in interface, and thus benefits grealty from integration with =consult=, =marginalia=, =vertico= and =embark=. Development constraints I'll try to respect are to avoid javascript or the need for any additional browser extension (try to rely on native options instead). For supported functionality and comparison with similar packages, check-out below (c is for Chromium, f for Firefox, * means the implementation is not fully functional) :
 
@@ -25,7 +25,7 @@ It is composed of three control functionalities for your browser :
 
 To use the functions in =ibrowse-tab.el=, you need to use the Chromium Developer Protocol. Simply run your browser with the option =--remote-debugging-port=9222=.
 
-The Firefox CDP implementation is not complete, and action =tab-select= is only available in Chromium. It will probably only be available once the following feature is implemented in Firefox's Webdriver BiDi implementation : [[https://bugzilla.mozilla.org/show_bug.cgi?id=1841004][browsingContext.activate]].
+The Firefox CDP implementation is not complete, and action =ibrowse-tab-select= is only available in Chromium. It will probably only be available once the following feature is implemented in Firefox's Webdriver BiDi implementation : [[https://bugzilla.mozilla.org/show_bug.cgi?id=1841004][browsingContext.activate]].
 
 This file currently introduces the following commands :
 - =ibrowse-tab-select=
@@ -82,4 +82,4 @@ Embark also allows to act on multiple entries as one (you can simply use embark
 
 ** Inspiration
 
-This package is originally inspired by the [[https://github.com/kevinmorio/rofi-switch-browser-tabs][Rofi Switch Browser Tabs]] scripts and the [[https://github.com/cpitclaudel/biblio.el][biblio.el]] package, but aspires to have broader functionalities, more integrated with Emacs. While writing the package, I also stumbled upon other packages, shown in the upper table. All implement very close features to ibrowse, but are either more developped (=chrome.el= has a major mode frontend, which I considered unnecessary for a daily use with embark and the minibuffer), rely on =helm= or javascript code, or have more limited functionality. I occasionnally copied snippets of code from some of these packages, but gave credit to authors in copyrights and only copied GPLv3+ code, making this package an "aggregate" also under GPLv3+.
+This package is originally inspired by the [[https://github.com/kevinmorio/rofi-switch-browser-tabs][Rofi Switch Browser Tabs]] scripts and the [[https://github.com/cpitclaudel/biblio.el][biblio.el]] package, but aspires to have broader functionalities, more integrated with Emacs. While writing the package, I also stumbled upon other packages, shown in the above table. All implement very close features to ibrowse, but are either more developped (=chrome.el= has a major mode frontend, which I considered unnecessary for a daily use with embark and the minibuffer), rely on =helm= or javascript code, or have more limited functionality. I occasionnally copied snippets of code from some of these packages, but gave credit to authors in copyrights and only copied GPLv3+ code, making this package an "aggregate" also under GPLv3+.
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [bug#65220] [PATCH v3] gnu: emacs-ibrowse: Update to 0.2.2.
       [not found] <65215@debbugs.gnu.org>
  2023-08-10 18:55 ` [bug#65216] [PATCH v2] Update README.org Nicolas Graves via Guix-patches via
@ 2023-08-11  8:00 ` Nicolas Graves via Guix-patches via
  2023-08-11 12:28   ` bug#65220: " Andrew Tropin
  1 sibling, 1 reply; 3+ messages in thread
From: Nicolas Graves via Guix-patches via @ 2023-08-11  8:00 UTC (permalink / raw)
  To: 65220; +Cc: ngraves, Andrew Tropin, Liliana Marie Prikler

* gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.2.2.
---
 gnu/packages/emacs-xyz.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 930975c628..0d1821f499 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -23931,7 +23931,7 @@ (define-public emacs-mbsync
 (define-public emacs-ibrowse
   (package
     (name "emacs-ibrowse")
-    (version "0.1.8")
+    (version "0.2.2")
     (source
      (origin
        (method git-fetch)
@@ -23940,9 +23940,9 @@ (define-public emacs-ibrowse
              (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
+        (base32 "1dm46k67smg2m33c6n68blpw2mw7fx1ymq81kv54jjlpmv3xrdsf"))))
     (build-system emacs-build-system)
-    (inputs (list sqlite))
+    (inputs (list emacs-websocket sqlite))
     (home-page "https://git.sr.ht/~ngraves/ibrowse.el")
     (synopsis "Interact with your browser from emacs")
     (description "This package provides some commands to act on the browser

base-commit: 210bbf9c59355218fec1484a686cc2ecdc218506
prerequisite-patch-id: cccdad83975cbf04d7bd618c2c1a4b4de6fa7fd2
prerequisite-patch-id: 6f28833d2efa054d55126980f87ba4d2fdd13c6d
prerequisite-patch-id: afc6cadece838372370f7093f863ce8eaae7bc55
prerequisite-patch-id: b9330c12700355319c104aa3b493eafe03cbb619
prerequisite-patch-id: 46fa9c5a48fcc5b13409049b14b6e7314a6d6956
prerequisite-patch-id: 846f8b50b8de749caaa459b874087d06e15e0a80
prerequisite-patch-id: 023101e5a315951ce9786fb8230955c97001dac9
prerequisite-patch-id: d4b0193f128d8236026e079e746ea0cf6c4c0af0
prerequisite-patch-id: d73442d6d7c88e7375e9de0a9cd655cacb7766f9
prerequisite-patch-id: d8a56dd7bc6c1c3ba3ac0f77b2402b9c6469cfb2
prerequisite-patch-id: 3bc2b2eecd799be8d8b0f96b850ef83a6306dab7
prerequisite-patch-id: 798d4a277eff03a59339af4ebe19406682f361ab
prerequisite-patch-id: 3f65e9cdab64edeacfeb5748cd4fb130839b2b30
prerequisite-patch-id: 6f8225b63a1dd1866b05bb91544e49d7c096601c
prerequisite-patch-id: ff71ec9bdf6337390a720db4535268af271e32df
prerequisite-patch-id: c6b40cc38f5bdfab229ac3d7ed4346c5d9f1b2f7
prerequisite-patch-id: 9ab6dade9e641d5e667ba6a61dbfbb3d32c943a6
prerequisite-patch-id: 4fcae29a8f6dd95716669680141da315acaf6e59
prerequisite-patch-id: 0a5a6da0061188dc9be59bc9829db53288307c58
prerequisite-patch-id: 83c4b7d9d831990e4d37ba89c584d773c872ba6b
prerequisite-patch-id: 1c8dddf99041cf399b8836e3ad6721d7bbcebb7c
prerequisite-patch-id: 773df13cc85606b205d1d914e59525b7a6820a1d
prerequisite-patch-id: 6f8974ce8c0a3a25721a41781f9b0dfd61e96cf4
prerequisite-patch-id: d219948d28923c5ccd34b63f988032df33f2f336
prerequisite-patch-id: 0bd75bb28df9ccf3405caf8217d708afc978047d
prerequisite-patch-id: 26476dd782cf8f5e427d4bd36ac85957538a0aa3
prerequisite-patch-id: b5f87c460fd984c41fbb52e7e0dc305c20c46f22
prerequisite-patch-id: 5502b9c6a64abaca6a9921f25cd324869d26aa1e
prerequisite-patch-id: a7e84bb368349566e9a6fdbe49a371fdb464bb1e
prerequisite-patch-id: a84a766ceef6bedd5da3f9512c87a2c2a11ff33f
prerequisite-patch-id: 0175b2b1cbbc15c1c775147821715bca9e3303a3
prerequisite-patch-id: 9c20b408ac8aa275ecba58383d83be5cef7647df
prerequisite-patch-id: 836749cd3bd3b86f64de637c3c2df48a3608f09f
prerequisite-patch-id: 28ea1ddbef32a1bc9e908f3f9c7466953c60f13d
prerequisite-patch-id: 52a78e387e36e6408d7147950195d552e4e41528
prerequisite-patch-id: 87fee01a70d4b8cbfca44cc0a9c9f54471a92d18
prerequisite-patch-id: 8c8cdb345e815fc3332805ca224103f185d4a568
prerequisite-patch-id: 3434c5caf1eba9e9a64c673681e5911d2c1d9232
prerequisite-patch-id: c45bf303726fb3dacee01a66c0ff75105a81164d
prerequisite-patch-id: d44a1adb0404f23522aac21fa8a7f26be7ddabdc
prerequisite-patch-id: e422fe29bbcef80260b190637faa1a4953c3f1cb
prerequisite-patch-id: 285479a1a1e46e6f0f8aba5429edfa400c81b32b
prerequisite-patch-id: 30fcff6f8c9328c71d3fca609cddde0b56973bb7
prerequisite-patch-id: 70bb47ccac3375de893e4e640ce7c59369a05a39
prerequisite-patch-id: cc3d79386ca4a93146dc195cd5732764f1ac447f
prerequisite-patch-id: 2686866ec4bf08c7faa05b17cb84d9e0c13ec12c
prerequisite-patch-id: 369b61e07e3c90151a5414b784513b9ae3d3e978
prerequisite-patch-id: 065651c3a8cee63b725d7f86c080c274b494627e
prerequisite-patch-id: 1ee71844f0c9a0112a456e5b76079239906a7fb8
prerequisite-patch-id: c7b3d9c5bff04c16576781eff50ce37f7c49131c
prerequisite-patch-id: c8b8fe8dc51fea0b8a2626cf7031f01b6000e023
prerequisite-patch-id: 182e25335d4c357001f4f8bed2b3f89b91d9cae5
prerequisite-patch-id: c0ea00d5f4c6a83642a92c9341f0288fbfe3095a
prerequisite-patch-id: 795d31cc33a24a6a57e67af31b65acd8faa8187c
prerequisite-patch-id: 358af8aa7fa71b5cb8fbe6dde29d141bb7c57f1e
prerequisite-patch-id: b9ab3ee98a9d4ca518a4d99042982d64fbce5d05
prerequisite-patch-id: 12b76e9c2751da73ed64c9489b15f74ff17568cf
prerequisite-patch-id: eb618ab7b10483d917c308a38792af98baa517e2
prerequisite-patch-id: aca7b0d7b302853e522f47700d0780a96b4a72e6
prerequisite-patch-id: c6bbe6026bfcd2c9ff6e06efc5b8424a6943d1bf
prerequisite-patch-id: 1dc9b52f102fa787539119b849a14224ef7b4fa5
prerequisite-patch-id: 543dafdf857183d9bc127618f420af0c4fe98ad9
prerequisite-patch-id: 5f664cb2fd995a53765c5ffc19a708ac795cc0c4
prerequisite-patch-id: 8e234d0f4d93d2aad499eec8842be3d28da98707
prerequisite-patch-id: 7bd57b6f0937cad0252538128fdf76724aa47be2
prerequisite-patch-id: 994aa87dac3beba68ebe519030ed432608a8839e
prerequisite-patch-id: fbff2ce3521d0a0d6eafb40e986e045bee74dd84
prerequisite-patch-id: 16af1f74bd60a4e0948f57a4f81baa9cd0b6823f
-- 
2.41.0





^ permalink raw reply related	[flat|nested] 3+ messages in thread

* bug#65220: [PATCH v3] gnu: emacs-ibrowse: Update to 0.2.2.
  2023-08-11  8:00 ` [bug#65220] [PATCH v3] gnu: emacs-ibrowse: Update to 0.2.2 Nicolas Graves via Guix-patches via
@ 2023-08-11 12:28   ` Andrew Tropin
  0 siblings, 0 replies; 3+ messages in thread
From: Andrew Tropin @ 2023-08-11 12:28 UTC (permalink / raw)
  To: Nicolas Graves, 65220-done; +Cc: ngraves, Liliana Marie Prikler

[-- Attachment #1: Type: text/plain, Size: 6092 bytes --]

On 2023-08-11 10:00, Nicolas Graves wrote:

> * gnu/packages/emacs-xyz.scm (emacs-ibrowse): Update to 0.2.2.
> ---
>  gnu/packages/emacs-xyz.scm | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
> index 930975c628..0d1821f499 100644
> --- a/gnu/packages/emacs-xyz.scm
> +++ b/gnu/packages/emacs-xyz.scm
> @@ -23931,7 +23931,7 @@ (define-public emacs-mbsync
>  (define-public emacs-ibrowse
>    (package
>      (name "emacs-ibrowse")
> -    (version "0.1.8")
> +    (version "0.2.2")
>      (source
>       (origin
>         (method git-fetch)
> @@ -23940,9 +23940,9 @@ (define-public emacs-ibrowse
>               (commit version)))
>         (file-name (git-file-name name version))
>         (sha256
> -        (base32 "0q3imid9byaay0lqvv5n2klwk680w8x3qzdb279rdr08bb36w5ya"))))
> +        (base32 "1dm46k67smg2m33c6n68blpw2mw7fx1ymq81kv54jjlpmv3xrdsf"))))
>      (build-system emacs-build-system)
> -    (inputs (list sqlite))
> +    (inputs (list emacs-websocket sqlite))
>      (home-page "https://git.sr.ht/~ngraves/ibrowse.el")
>      (synopsis "Interact with your browser from emacs")
>      (description "This package provides some commands to act on the browser
>
> base-commit: 210bbf9c59355218fec1484a686cc2ecdc218506
> prerequisite-patch-id: cccdad83975cbf04d7bd618c2c1a4b4de6fa7fd2
> prerequisite-patch-id: 6f28833d2efa054d55126980f87ba4d2fdd13c6d
> prerequisite-patch-id: afc6cadece838372370f7093f863ce8eaae7bc55
> prerequisite-patch-id: b9330c12700355319c104aa3b493eafe03cbb619
> prerequisite-patch-id: 46fa9c5a48fcc5b13409049b14b6e7314a6d6956
> prerequisite-patch-id: 846f8b50b8de749caaa459b874087d06e15e0a80
> prerequisite-patch-id: 023101e5a315951ce9786fb8230955c97001dac9
> prerequisite-patch-id: d4b0193f128d8236026e079e746ea0cf6c4c0af0
> prerequisite-patch-id: d73442d6d7c88e7375e9de0a9cd655cacb7766f9
> prerequisite-patch-id: d8a56dd7bc6c1c3ba3ac0f77b2402b9c6469cfb2
> prerequisite-patch-id: 3bc2b2eecd799be8d8b0f96b850ef83a6306dab7
> prerequisite-patch-id: 798d4a277eff03a59339af4ebe19406682f361ab
> prerequisite-patch-id: 3f65e9cdab64edeacfeb5748cd4fb130839b2b30
> prerequisite-patch-id: 6f8225b63a1dd1866b05bb91544e49d7c096601c
> prerequisite-patch-id: ff71ec9bdf6337390a720db4535268af271e32df
> prerequisite-patch-id: c6b40cc38f5bdfab229ac3d7ed4346c5d9f1b2f7
> prerequisite-patch-id: 9ab6dade9e641d5e667ba6a61dbfbb3d32c943a6
> prerequisite-patch-id: 4fcae29a8f6dd95716669680141da315acaf6e59
> prerequisite-patch-id: 0a5a6da0061188dc9be59bc9829db53288307c58
> prerequisite-patch-id: 83c4b7d9d831990e4d37ba89c584d773c872ba6b
> prerequisite-patch-id: 1c8dddf99041cf399b8836e3ad6721d7bbcebb7c
> prerequisite-patch-id: 773df13cc85606b205d1d914e59525b7a6820a1d
> prerequisite-patch-id: 6f8974ce8c0a3a25721a41781f9b0dfd61e96cf4
> prerequisite-patch-id: d219948d28923c5ccd34b63f988032df33f2f336
> prerequisite-patch-id: 0bd75bb28df9ccf3405caf8217d708afc978047d
> prerequisite-patch-id: 26476dd782cf8f5e427d4bd36ac85957538a0aa3
> prerequisite-patch-id: b5f87c460fd984c41fbb52e7e0dc305c20c46f22
> prerequisite-patch-id: 5502b9c6a64abaca6a9921f25cd324869d26aa1e
> prerequisite-patch-id: a7e84bb368349566e9a6fdbe49a371fdb464bb1e
> prerequisite-patch-id: a84a766ceef6bedd5da3f9512c87a2c2a11ff33f
> prerequisite-patch-id: 0175b2b1cbbc15c1c775147821715bca9e3303a3
> prerequisite-patch-id: 9c20b408ac8aa275ecba58383d83be5cef7647df
> prerequisite-patch-id: 836749cd3bd3b86f64de637c3c2df48a3608f09f
> prerequisite-patch-id: 28ea1ddbef32a1bc9e908f3f9c7466953c60f13d
> prerequisite-patch-id: 52a78e387e36e6408d7147950195d552e4e41528
> prerequisite-patch-id: 87fee01a70d4b8cbfca44cc0a9c9f54471a92d18
> prerequisite-patch-id: 8c8cdb345e815fc3332805ca224103f185d4a568
> prerequisite-patch-id: 3434c5caf1eba9e9a64c673681e5911d2c1d9232
> prerequisite-patch-id: c45bf303726fb3dacee01a66c0ff75105a81164d
> prerequisite-patch-id: d44a1adb0404f23522aac21fa8a7f26be7ddabdc
> prerequisite-patch-id: e422fe29bbcef80260b190637faa1a4953c3f1cb
> prerequisite-patch-id: 285479a1a1e46e6f0f8aba5429edfa400c81b32b
> prerequisite-patch-id: 30fcff6f8c9328c71d3fca609cddde0b56973bb7
> prerequisite-patch-id: 70bb47ccac3375de893e4e640ce7c59369a05a39
> prerequisite-patch-id: cc3d79386ca4a93146dc195cd5732764f1ac447f
> prerequisite-patch-id: 2686866ec4bf08c7faa05b17cb84d9e0c13ec12c
> prerequisite-patch-id: 369b61e07e3c90151a5414b784513b9ae3d3e978
> prerequisite-patch-id: 065651c3a8cee63b725d7f86c080c274b494627e
> prerequisite-patch-id: 1ee71844f0c9a0112a456e5b76079239906a7fb8
> prerequisite-patch-id: c7b3d9c5bff04c16576781eff50ce37f7c49131c
> prerequisite-patch-id: c8b8fe8dc51fea0b8a2626cf7031f01b6000e023
> prerequisite-patch-id: 182e25335d4c357001f4f8bed2b3f89b91d9cae5
> prerequisite-patch-id: c0ea00d5f4c6a83642a92c9341f0288fbfe3095a
> prerequisite-patch-id: 795d31cc33a24a6a57e67af31b65acd8faa8187c
> prerequisite-patch-id: 358af8aa7fa71b5cb8fbe6dde29d141bb7c57f1e
> prerequisite-patch-id: b9ab3ee98a9d4ca518a4d99042982d64fbce5d05
> prerequisite-patch-id: 12b76e9c2751da73ed64c9489b15f74ff17568cf
> prerequisite-patch-id: eb618ab7b10483d917c308a38792af98baa517e2
> prerequisite-patch-id: aca7b0d7b302853e522f47700d0780a96b4a72e6
> prerequisite-patch-id: c6bbe6026bfcd2c9ff6e06efc5b8424a6943d1bf
> prerequisite-patch-id: 1dc9b52f102fa787539119b849a14224ef7b4fa5
> prerequisite-patch-id: 543dafdf857183d9bc127618f420af0c4fe98ad9
> prerequisite-patch-id: 5f664cb2fd995a53765c5ffc19a708ac795cc0c4
> prerequisite-patch-id: 8e234d0f4d93d2aad499eec8842be3d28da98707
> prerequisite-patch-id: 7bd57b6f0937cad0252538128fdf76724aa47be2
> prerequisite-patch-id: 994aa87dac3beba68ebe519030ed432608a8839e
> prerequisite-patch-id: fbff2ce3521d0a0d6eafb40e986e045bee74dd84
> prerequisite-patch-id: 16af1f74bd60a4e0948f57a4f81baa9cd0b6823f

Slightly adjusted commit message, applied, pushed as
https://git.savannah.gnu.org/cgit/guix.git/commit/?id=a831efb52f

Thank you for the patch!)

-- 
Best regards,
Andrew Tropin

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2023-08-11 12:29 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <65215@debbugs.gnu.org>
2023-08-10 18:55 ` [bug#65216] [PATCH v2] Update README.org Nicolas Graves via Guix-patches via
2023-08-11  8:00 ` [bug#65220] [PATCH v3] gnu: emacs-ibrowse: Update to 0.2.2 Nicolas Graves via Guix-patches via
2023-08-11 12:28   ` bug#65220: " Andrew Tropin

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).