[arch-commits] Commit in seamonkey/trunk (PKGBUILD mozconfig)

Kyle Keen kkeen at archlinux.org
Tue Sep 11 03:15:45 UTC 2018


    Date: Tuesday, September 11, 2018 @ 03:15:45
  Author: kkeen
Revision: 379430

upgpkg: seamonkey 2.49.4-2  FS#59999 disable gconf

Modified:
  seamonkey/trunk/PKGBUILD
  seamonkey/trunk/mozconfig

-----------+
 PKGBUILD  |    6 +++---
 mozconfig |    1 +
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-11 01:59:58 UTC (rev 379429)
+++ PKGBUILD	2018-09-11 03:15:45 UTC (rev 379430)
@@ -3,11 +3,11 @@
 
 pkgname=seamonkey
 pkgver=2.49.4
-pkgrel=1
+pkgrel=2
 pkgdesc="SeaMonkey internet suite"
 arch=('x86_64')
 license=('MPL')
-depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu' 'gconf')
+depends=('alsa-lib'  'dbus-glib'  'desktop-file-utils'  'gtk2' 'gtk3' 'hunspell'  'libevent'  'libnotify'  'libvpx'  'libxt' 'mime-types'  'mozilla-common'  'nss'  'sqlite'  'startup-notification' 'libpulse' 'icu')
 makedepends=('unzip' 'zip' 'pkg-config'  'python2' 'yasm' 'wireless_tools' 'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
 optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
             'gst-plugins-bad: aac, vp8 and opus decoding'
@@ -20,7 +20,7 @@
         patch-bug1435212.xz
 	no-crmf.diff)
 sha256sums=('c8a66774d0a3525698b559fa2c41397186f2de99c5733e35b8eafb0ae5ccc4ee'
-            'da8cc2001ae77f2b357d267f9f8d3d7e48c7d37b99ff3fb73fbbfc0b9329744a'
+            '6ff9fd323eec175eb02cfefd3136c79491c3b40be0b1f899da7c75c2f76259ca'
             'ab19d10fbd6258aec37ab5e5efb12429814b2c24a1193284a48dd654311b4e2e'
             'dce68858694f820a9a1fc2428038a88ea00b4835cea0778734db794fea3bb21a'
             'fb85a538044c15471c12cf561d6aa74570f8de7b054a7063ef88ee1bdfc1ccbb')

Modified: mozconfig
===================================================================
--- mozconfig	2018-09-11 01:59:58 UTC (rev 379429)
+++ mozconfig	2018-09-11 03:15:45 UTC (rev 379430)
@@ -18,6 +18,7 @@
 #ac_add_options --enable-system-cairo
 ac_add_options --with-pthreads
 ac_add_options --enable-system-pixman
+ac_add_options --disable-gconf
 
 # Features
 ac_add_options --enable-startup-notification



More information about the arch-commits mailing list