Skip to content

Commit

Permalink
add: thunderbird-esr-bin (#6839)
Browse files Browse the repository at this point in the history
Another package adds for my request #6582 and after the ESR build had
been added, it will closes #6582.

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: oklopfer <[email protected]>
  • Loading branch information
3 people authored Jan 10, 2025
1 parent 3c34e30 commit 2707c30
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 0 deletions.
1 change: 1 addition & 0 deletions packagelist
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,7 @@ thorium-arm64-deb
thorium-deb
thrive-deb
thunderbird-bin
thunderbird-esr-bin
ticktick-deb
tidal-hifi-bin
timeshift
Expand Down
12 changes: 12 additions & 0 deletions packages/thunderbird-esr-bin/.SRCINFO
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
pkgbase = thunderbird-esr-bin
gives = thunderbird-esr
pkgver = 128.6.0esr
pkgdesc = Standalone Mail/News reader - binary version (ESR)
url = https://www.thunderbird.net/en-US/
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: thunderbird-esr
source = https://archive.mozilla.org/pub/thunderbird/releases/128.6.0esr/linux-x86_64/en-US/thunderbird-128.6.0esr.tar.bz2
sha256sums = f8e7fdd9a29a196be4e3af54760ad6987d40180644bae4afb68bbf63f931f2b8

pkgname = thunderbird-esr-bin
31 changes: 31 additions & 0 deletions packages/thunderbird-esr-bin/thunderbird-esr-bin.pacscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
pkgname="thunderbird-esr-bin"
gives="thunderbird-esr"
pkgver="128.6.0esr"
arch=('amd64')
repology=("project: ${gives}")
url="https://www.thunderbird.net/en-US/"
pkgdesc="Standalone Mail/News reader - binary version (ESR)"
maintainer=("James Ed Randson <[email protected]>")
source=("https://archive.mozilla.org/pub/thunderbird/releases/${pkgver}/linux-x86_64/en-US/thunderbird-${pkgver}.tar.bz2")
sha256sums=("f8e7fdd9a29a196be4e3af54760ad6987d40180644bae4afb68bbf63f931f2b8")

package() {
cd "${srcdir}"
mkdir -p "${pkgdir}/usr/lib/thunderbird"
cp -r thunderbird/* "${pkgdir}/usr/lib/thunderbird"
chmod +x "${pkgdir}/usr/lib/thunderbird/thunderbird"
chmod +x "${pkgdir}/usr/lib/thunderbird/thunderbird-bin"
mkdir -p "${pkgdir}/usr/share/applications/"
echo '[Desktop Entry]
Name=Thunderbird ESR
Comment=Email Client
Exec=/usr/lib/thunderbird/thunderbird %u
Terminal=false
Type=Application
Icon=/usr/lib/thunderbird/chrome/icons/default/default128.png
Categories=Network;Email;MimeType=x-scheme-handler/mailto;
StartupNotify=true' | tee "${pkgdir}/usr/share/applications/thunderbird.desktop" > /dev/null
mkdir -p "${pkgdir}/usr/bin"
ln -sf "/usr/lib/thunderbird/thunderbird-bin" "${pkgdir}/usr/bin/thunderbird-bin"
ln -sf "/usr/lib/thunderbird/thunderbird" "${pkgdir}/usr/bin/thunderbird"
}
13 changes: 13 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -11397,6 +11397,19 @@ pkgbase = thunderbird-bin

pkgname = thunderbird-bin
---
pkgbase = thunderbird-esr-bin
gives = thunderbird-esr
pkgver = 128.6.0esr
pkgdesc = Standalone Mail/News reader - binary version (ESR)
url = https://www.thunderbird.net/en-US/
arch = amd64
maintainer = James Ed Randson <[email protected]>
repology = project: thunderbird-esr
source = https://archive.mozilla.org/pub/thunderbird/releases/128.6.0esr/linux-x86_64/en-US/thunderbird-128.6.0esr.tar.bz2
sha256sums = f8e7fdd9a29a196be4e3af54760ad6987d40180644bae4afb68bbf63f931f2b8

pkgname = thunderbird-esr-bin
---
pkgbase = ticktick-deb
gives = ticktick
pkgver = 2.0.20
Expand Down

0 comments on commit 2707c30

Please sign in to comment.