forked from pacstall/pacstall-programs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add:
thunderbird-bin
(pacstall#6585)
Based on requests pacstall#6582 --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
- Loading branch information
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-bin | ||
gives = thunderbird | ||
pkgver = 131.0.1 | ||
pkgdesc = Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features! | ||
url = https://www.thunderbird.net/en-US/ | ||
arch = amd64 | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: thunderbird | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/131.0.1/linux-x86_64/en-US/thunderbird-131.0.1.tar.bz2 | ||
sha256sums = 7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce | ||
|
||
pkgname = thunderbird-bin |
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-bin" | ||
gives="thunderbird" | ||
pkgver="131.0.1" | ||
repology=("project: ${gives}") | ||
source=("https://archive.mozilla.org/pub/${gives}/releases/${pkgver}/linux-x86_64/en-US/${gives}-${pkgver}.tar.bz2") | ||
url="https://www.thunderbird.net/en-US/" | ||
pkgdesc="Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features!" | ||
maintainer=("James Ed Randson <[email protected]>") | ||
arch=('amd64') | ||
sha256sums=("7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce") | ||
|
||
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 | ||
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 |
---|---|---|
|
@@ -10519,6 +10519,19 @@ pkgbase = thrive-deb | |
|
||
pkgname = thrive-deb | ||
--- | ||
pkgbase = thunderbird-bin | ||
gives = thunderbird | ||
pkgver = 131.0.1 | ||
pkgdesc = Thunderbird is a free email application that's easy to set up and customize and it's loaded with great features! | ||
url = https://www.thunderbird.net/en-US/ | ||
arch = amd64 | ||
maintainer = James Ed Randson <[email protected]> | ||
repology = project: thunderbird | ||
source = https://archive.mozilla.org/pub/thunderbird/releases/131.0.1/linux-x86_64/en-US/thunderbird-131.0.1.tar.bz2 | ||
sha256sums = 7c6a35e4ac8c0496c1c80fa2f59ff5195fcecf1cbfe1279fda863be22d7e12ce | ||
|
||
pkgname = thunderbird-bin | ||
--- | ||
pkgbase = ticktick-deb | ||
gives = ticktick | ||
pkgver = 2.0.20 | ||
|