Skip to content

Commit

Permalink
add: icecat-deb (#6506)
Browse files Browse the repository at this point in the history
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
jimed-rand and pre-commit-ci[bot] authored Oct 7, 2024
1 parent 5efd821 commit b22ec64
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ hyprpicker
hyprwayland-scanner
i3blocks-git
i3lock-color
icecat-deb
imwheel-exclude-patched-git
insomnia-deb
insync-deb
Expand Down
16 changes: 16 additions & 0 deletions packages/icecat-deb/.SRCINFO
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
12 changes: 12 additions & 0 deletions packages/icecat-deb/icecat-deb.pacscript
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")
17 changes: 17 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b22ec64

Please sign in to comment.