Skip to content

Commit

Permalink
add: thunderbird-bin (pacstall#6585)
Browse files Browse the repository at this point in the history
Based on requests pacstall#6582

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
2 people authored and bibelin committed Oct 27, 2024
1 parent 32ebd40 commit 2561cc6
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 @@ -542,6 +542,7 @@ tgpt-bin
the-honkers-railway-launcher-bin
thorium-deb
thrive-deb
thunderbird-bin
ticktick-deb
tidal-hifi-bin
timeshift
Expand Down
12 changes: 12 additions & 0 deletions packages/thunderbird-bin/.SRCINFO
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
31 changes: 31 additions & 0 deletions packages/thunderbird-bin/thunderbird-bin.pacscript
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"
}
13 changes: 13 additions & 0 deletions srclist
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2561cc6

Please sign in to comment.