mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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
This commit is contained in:
parent
396eb759d4
commit
014fc1894f
1 changed files with 29 additions and 0 deletions
|
@ -32,6 +32,35 @@
|
||||||
#:use-module (gnu packages password-utils)
|
#:use-module (gnu packages password-utils)
|
||||||
#:use-module (gnu packages python))
|
#: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
|
(define play-to-kodi
|
||||||
(package
|
(package
|
||||||
(name "play-to-kodi")
|
(name "play-to-kodi")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue