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

Guillaume Alaux guillaume at archlinux.org
Thu Nov 27 13:27:41 UTC 2014


    Date: Thursday, November 27, 2014 @ 14:27:41
  Author: guillaume
Revision: 227153

Remove traces of 'chromium'

Modified:
  icedtea-web/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +------
 1 file changed, 1 insertion(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2014-11-27 12:59:09 UTC (rev 227152)
+++ PKGBUILD	2014-11-27 13:27:41 UTC (rev 227153)
@@ -8,12 +8,8 @@
 arch=('i686' 'x86_64')
 url='http://icedtea.classpath.org/wiki/IcedTea-Web'
 license=('GPL2')
-# TODO do we still need 'chromium' and '--with-chromium'? What does it do?
-# http://mail.openjdk.java.net/pipermail/distro-pkg-dev/2014-November/030196.html
-# https://www.java.com/en/download/faq/chrome.xml
-# http://blog.chromium.org/2013/09/saying-goodbye-to-our-old-friend-npapi.html
 makedepends=('java-environment-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit'
-             'firefox' 'chromium' 'epiphany')
+             'firefox' 'epiphany')
 optdepends=('rhino: for using proxy auto config files')
 # Due to broken path names in the tarball that fails with LANG=C in our chroot
 noextract=${pkgbase}-${pkgver}.tar.gz
@@ -35,7 +31,6 @@
       --with-java=/usr/bin/java \
       --with-browser-tests \
       --with-firefox=/usr/bin/firefox \
-      --with-chromium=/usr/bin/chromium \
       --with-epiphany=/usr/bin/epiphany
    make
 }



More information about the arch-commits mailing list