diff --git a/packagelist b/packagelist index 16e8abf5500..bddf4d7b12c 100644 --- a/packagelist +++ b/packagelist @@ -542,6 +542,7 @@ tgpt-bin the-honkers-railway-launcher-bin thorium-deb thrive-deb +thunderbird-bin ticktick-deb tidal-hifi-bin timeshift diff --git a/packages/thunderbird-bin/.SRCINFO b/packages/thunderbird-bin/.SRCINFO new file mode 100644 index 00000000000..ccc378a8d81 --- /dev/null +++ b/packages/thunderbird-bin/.SRCINFO @@ -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 + 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 diff --git a/packages/thunderbird-bin/thunderbird-bin.pacscript b/packages/thunderbird-bin/thunderbird-bin.pacscript new file mode 100644 index 00000000000..66e33725497 --- /dev/null +++ b/packages/thunderbird-bin/thunderbird-bin.pacscript @@ -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 ") +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" +} diff --git a/srclist b/srclist index 7b87886d8c1..dc41eb3dd69 100644 --- a/srclist +++ b/srclist @@ -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 + 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