guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

05/07: gnu: Add adaptive-tab-bar-colour-icecat.


From: guix-commits
Subject: 05/07: gnu: Add adaptive-tab-bar-colour-icecat.
Date: Wed, 18 Dec 2024 10:45:15 -0500 (EST)

hako pushed a commit to branch master
in repository guix.

commit 014fc1894f58a7ae07653af05e597343ba1eba26
Author: Hilton Chain <hako@ultrarare.space>
AuthorDate: Thu Dec 12 12:11:33 2024 +0800

    gnu: Add adaptive-tab-bar-colour-icecat.
    
    * gnu/packages/browser-extensions.scm (adaptive-tab-bar-colour)
    (adaptive-tab-bar-colour/icecat): New variables.
    
    Change-Id: I94343ef4246b1a7a0f5606b7d2214174475e7f03
---
 gnu/packages/browser-extensions.scm | 29 +++++++++++++++++++++++++++++
 1 file changed, 29 insertions(+)

diff --git a/gnu/packages/browser-extensions.scm 
b/gnu/packages/browser-extensions.scm
index 3c5a03a99a..9500488c0a 100644
--- a/gnu/packages/browser-extensions.scm
+++ b/gnu/packages/browser-extensions.scm
@@ -32,6 +32,35 @@
   #:use-module (gnu packages password-utils)
   #:use-module (gnu packages python))
 
+(define adaptive-tab-bar-colour
+  (package
+    (name "adaptive-tab-bar-colour")
+    (version "2.1.4")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour";)
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32
+         "03w06qrfg3bra6z7bmksj7mj27xnznn0ddm8gsr8z8b32hiifg4r"))))
+    (build-system copy-build-system)
+    (arguments
+     (list #:install-plan
+           #~'(("." #$(assq-ref (package-properties this-package) 
'addon-id)))))
+    (home-page "https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour";)
+    (synopsis "Adaptive tab bar colour")
+    (description
+     "This package provides a browser extension for changing tab bar colour to
+match website theme.")
+    (license license:expat)
+    (properties '((addon-id . "ATBC@EasonWong")))))
+
+(define-public adaptive-tab-bar-colour/icecat
+  (make-icecat-extension adaptive-tab-bar-colour))
+
 (define play-to-kodi
   (package
     (name "play-to-kodi")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]