diff options
| author | Hilton Chain <hako@ultrarare.space> | 2024-12-12 12:11:33 +0800 |
|---|---|---|
| committer | Hilton Chain <hako@ultrarare.space> | 2024-12-18 22:57:11 +0800 |
| commit | 014fc1894f58a7ae07653af05e597343ba1eba26 (patch) | |
| tree | 4d9f1504ab655c68e31a28bbfe3a3e649bf33d35 /gnu/packages/browser-extensions.scm | |
| parent | 396eb759d4a7be6756c1460c52067d320673859f (diff) | |
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
Diffstat (limited to 'gnu/packages/browser-extensions.scm')
| -rw-r--r-- | gnu/packages/browser-extensions.scm | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/gnu/packages/browser-extensions.scm b/gnu/packages/browser-extensions.scm index 3c5a03a99a4..9500488c0af 100644 --- a/gnu/packages/browser-extensions.scm +++ b/gnu/packages/browser-extensions.scm | |||
| @@ -32,6 +32,35 @@ | |||
| 32 | #:use-module (gnu packages password-utils) | 32 | #:use-module (gnu packages password-utils) |
| 33 | #:use-module (gnu packages python)) | 33 | #:use-module (gnu packages python)) |
| 34 | 34 | ||
| 35 | (define adaptive-tab-bar-colour | ||
| 36 | (package | ||
| 37 | (name "adaptive-tab-bar-colour") | ||
| 38 | (version "2.1.4") | ||
| 39 | (source | ||
| 40 | (origin | ||
| 41 | (method git-fetch) | ||
| 42 | (uri (git-reference | ||
| 43 | (url "https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour") | ||
| 44 | (commit (string-append "v" version)))) | ||
| 45 | (file-name (git-file-name name version)) | ||
| 46 | (sha256 | ||
| 47 | (base32 | ||
| 48 | "03w06qrfg3bra6z7bmksj7mj27xnznn0ddm8gsr8z8b32hiifg4r")))) | ||
| 49 | (build-system copy-build-system) | ||
| 50 | (arguments | ||
| 51 | (list #:install-plan | ||
| 52 | #~'(("." #$(assq-ref (package-properties this-package) 'addon-id))))) | ||
| 53 | (home-page "https://github.com/easonwong-de/Adaptive-Tab-Bar-Colour") | ||
| 54 | (synopsis "Adaptive tab bar colour") | ||
| 55 | (description | ||
| 56 | "This package provides a browser extension for changing tab bar colour to | ||
| 57 | match website theme.") | ||
| 58 | (license license:expat) | ||
| 59 | (properties '((addon-id . "ATBC@EasonWong"))))) | ||
| 60 | |||
| 61 | (define-public adaptive-tab-bar-colour/icecat | ||
| 62 | (make-icecat-extension adaptive-tab-bar-colour)) | ||
| 63 | |||
| 35 | (define play-to-kodi | 64 | (define play-to-kodi |
| 36 | (package | 65 | (package |
| 37 | (name "play-to-kodi") | 66 | (name "play-to-kodi") |
