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

Eli Schwartz eschwartz at archlinux.org
Wed May 6 16:24:43 UTC 2020


    Date: Wednesday, May 6, 2020 @ 16:24:43
  Author: eschwartz
Revision: 625058

seamonkey cleanups: sort and break depends across lines, remove hardcoded MAKEFLAGS

Modified:
  seamonkey/trunk/PKGBUILD

----------+
 PKGBUILD |   11 +++++++----
 1 file changed, 7 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-05-06 15:23:03 UTC (rev 625057)
+++ PKGBUILD	2020-05-06 16:24:43 UTC (rev 625058)
@@ -6,8 +6,11 @@
 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')
-makedepends=('unzip' 'zip' 'python2' 'yasm' 'mesa' 'autoconf2.13' 'imake' 'python3' 'gst-plugins-base')
+depends=('alsa-lib' 'dbus-glib' 'desktop-file-utils' 'gtk2' 'gtk3' 'hunspell' 'icu'
+         'libevent' 'libpulse' 'libnotify' 'libvpx' 'libxt' 'mime-types' 'mozilla-common'
+         'nss' 'sqlite' 'startup-notification')
+makedepends=('autoconf2.13' 'gst-plugins-base' 'imake' 'mesa' 'python3' 'python2-setuptools'
+             'python2-psutil' 'yasm' 'unzip' 'zip')
 optdepends=('gst-plugins-base: vorbis decoding, ogg demuxing'
             'gst-plugins-bad: aac, vp8 and opus decoding'
             'gst-plugins-good: webm and mp4 demuxing'
@@ -76,13 +79,13 @@
   # GCC 9
   CXXFLAGS+=" -Wno-format-overflow"
 
-  make -j1 -f client.mk build
+  make -f client.mk build
 }
 
 package() {
   cd "$pkgname-$pkgver"
 
-  make -j1 -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
+  make -f client.mk DESTDIR="$pkgdir" INSTALL_SDK= install
 
   rm -rf "$pkgdir"/usr/lib/seamonkey-$pkgver/{dictionaries,hyphenation}
   ln -s /usr/share/hunspell "$pkgdir/usr/lib/seamonkey-$pkgver/dictionaries"



More information about the arch-commits mailing list