summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO18
-rw-r--r--PKGBUILD4
-rw-r--r--thunderbird-beta-bin.install1
3 files changed, 4 insertions, 19 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 73c23990cc90..5978d08d7ac1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,3 +1,5 @@
+# Generated by mksrcinfo v8
+# Thu Feb 2 16:07:25 UTC 2017
pkgbase = thunderbird-beta-bin
pkgdesc = Standalone Mail/News reader - Bleeding edge binary version
pkgver = 52.0b1
@@ -9,24 +11,10 @@ pkgbase = thunderbird-beta-bin
license = GPL
license = LGPL
license = MPL
- depends = alsa-lib
- depends = cairo
depends = dbus-glib
- depends = desktop-file-utils
- depends = fontconfig
- depends = freetype2
- depends = gtk-update-icon-cache
- depends = gtk2
- depends = hicolor-icon-theme
- depends = libnotify
- depends = libpng
- depends = libvpx
+ depends = gtk3
depends = libxt
- depends = mime-types
depends = nss
- depends = pixman
- depends = sqlite
- depends = startup-notification
optdepends = libcanberra: for sound support
provides = thunderbird=52.0b1
conflicts = thunderbird-beta
diff --git a/PKGBUILD b/PKGBUILD
index eb2a3c32418c..0afe9050d30b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -11,9 +11,7 @@ pkgdesc="Standalone Mail/News reader - Bleeding edge binary version"
arch=('i686' 'x86_64')
url="https://www.mozilla.org/thunderbird"
license=('GPL' 'LGPL' 'MPL')
-depends=('alsa-lib' 'cairo' 'dbus-glib' 'desktop-file-utils' 'fontconfig' 'freetype2' 'gtk-update-icon-cache'
- 'gtk2' 'hicolor-icon-theme' 'libnotify' 'libpng' 'libvpx' 'libxt' 'mime-types' 'nss' 'pixman'
- 'sqlite' 'startup-notification')
+depends=('dbus-glib' 'gtk3' 'libxt' 'nss')
optdepends=('libcanberra: for sound support')
provides=("thunderbird=$pkgver")
conflicts=('thunderbird-beta')
diff --git a/thunderbird-beta-bin.install b/thunderbird-beta-bin.install
index b8cde1a0797b..3210bd567082 100644
--- a/thunderbird-beta-bin.install
+++ b/thunderbird-beta-bin.install
@@ -13,7 +13,6 @@ blue="${bold}$(tput setaf 4)"
yellow="${bold}$(tput setaf 3)"
post_install() {
- _update
note 1 "This package installs side-by-side with [extra]'s thunderbird."
note 2 "The launcher is called: 'thunderbird-beta'."
}