-
-
Notifications
You must be signed in to change notification settings - Fork 142
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Based on my requests #6505. Close it as complete for request once my commit are merged. --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
1 parent
5efd821
commit b22ec64
Showing
4 changed files
with
46 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
pkgbase = icecat-deb | ||
gives = icecat | ||
pkgver = 115.16.0 | ||
pkgdesc = GNU version of Firefox which uses ESR branch instead main release branch | ||
arch = amd64 | ||
breaks = icecat-app | ||
breaks = icecat-bin | ||
breaks = icecat-git | ||
replaces = icecat | ||
incompatible = debian:bullseye | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: icecat | ||
source = https://icecatbrowser.org/assets/icecat/115.16.0/icecat_115.16esr-1_amd64.deb | ||
sha256sums = 6dc7a508e83dc3c122dc8bd836aff1e6f7ee880a58f23f4f3c5c420ae27c918a | ||
|
||
pkgname = icecat-deb |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
pkgname="icecat-deb" | ||
gives="icecat" | ||
replaces=("${gives}") | ||
pkgdesc="GNU version of Firefox which uses ESR branch instead main release branch" | ||
breaks=("${gives}-app" "${gives}-bin" "${gives}-git") | ||
repology=("project: icecat") | ||
maintainer=("James Ed Randson <[email protected]>") | ||
incompatible=('debian:bullseye') | ||
arch=("amd64") | ||
pkgver="115.16.0" | ||
source=("https://icecatbrowser.org/assets/${gives}/${pkgver}/${gives}_115.16esr-1_amd64.deb") | ||
sha256sums=("6dc7a508e83dc3c122dc8bd836aff1e6f7ee880a58f23f4f3c5c420ae27c918a") |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4506,6 +4506,23 @@ pkgbase = i3lock-color | |
|
||
pkgname = i3lock-color | ||
--- | ||
pkgbase = icecat-deb | ||
gives = icecat | ||
pkgver = 115.16.0 | ||
pkgdesc = GNU version of Firefox which uses ESR branch instead main release branch | ||
arch = amd64 | ||
breaks = icecat-app | ||
breaks = icecat-bin | ||
breaks = icecat-git | ||
replaces = icecat | ||
incompatible = debian:bullseye | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: icecat | ||
source = https://icecatbrowser.org/assets/icecat/115.16.0/icecat_115.16esr-1_amd64.deb | ||
sha256sums = 6dc7a508e83dc3c122dc8bd836aff1e6f7ee880a58f23f4f3c5c420ae27c918a | ||
|
||
pkgname = icecat-deb | ||
--- | ||
pkgbase = imwheel-exclude-patched-git | ||
pkgver = 0.0.1 | ||
pkgdesc = This project is a fork of imwheel's final official release containing only one change — a patch that repairs imwheel's broken @Exclude command | ||
|