-
-
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.
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
1 parent
3c34e30
commit 2707c30
Showing
4 changed files
with
57 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,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
31
packages/thunderbird-esr-bin/thunderbird-esr-bin.pacscript
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,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" | ||
} |
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 |
---|---|---|
|
@@ -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 | ||
|