mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
thunderbird: update to 45.5.0.
This commit is contained in:
parent
97068b4951
commit
1bb066253e
1 changed files with 3 additions and 3 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template build file for 'thunderbird'.
|
# Template build file for 'thunderbird'.
|
||||||
pkgname=thunderbird
|
pkgname=thunderbird
|
||||||
version=45.4.0
|
version=45.5.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Standalone Mail/News reader"
|
short_desc="Standalone Mail/News reader"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
maintainer="Enno Boland <gottox@voidlinux.eu>"
|
||||||
homepage="http://www.mozilla.org/thunderbird/"
|
homepage="http://www.mozilla.org/thunderbird/"
|
||||||
license="MPL-2.0, GPL-2, LGPL-2.1"
|
license="MPL-2.0, GPL-2, LGPL-2.1"
|
||||||
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
distfiles="${MOZILLA_SITE}/${pkgname}/releases/${version}/source/${pkgname}-${version}.source.tar.xz"
|
||||||
checksum=36f66edbb9b0f1ff9d0de8f12eab6cccbfa23db79e01db307fb2186904a38e61
|
checksum=9571dee75d14cab3533e09599b2c183624f159cf8ae623f01ca6dc69eb846082
|
||||||
|
|
||||||
nopie=yes
|
nopie=yes
|
||||||
lib32disabled=yes
|
lib32disabled=yes
|
||||||
|
@ -22,7 +22,7 @@ makedepends="
|
||||||
libSM-devel libXScrnSaver-devel libXt-devel libXdamage-devel"
|
libSM-devel libXScrnSaver-devel libXt-devel libXdamage-devel"
|
||||||
depends="desktop-file-utils hicolor-icon-theme"
|
depends="desktop-file-utils hicolor-icon-theme"
|
||||||
|
|
||||||
if [ ${XBPS_GCC_VERSION_MAJOR} -gt 5 ]; then
|
if [ "${XBPS_GCC_VERSION_MAJOR}" -gt 5 ]; then
|
||||||
# Append CFLAGS and CXXFLAGS to set work around code which gcc6 would
|
# Append CFLAGS and CXXFLAGS to set work around code which gcc6 would
|
||||||
# otherwise regard as out-of-specification and allow it to produce a
|
# otherwise regard as out-of-specification and allow it to produce a
|
||||||
# working program.
|
# working program.
|
||||||
|
|
Loading…
Add table
Reference in a new issue