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

Andreas Radke andyrtr at nymeria.archlinux.org
Wed Apr 17 12:33:42 UTC 2013


    Date: Wednesday, April 17, 2013 @ 14:33:42
  Author: andyrtr
Revision: 183080

upgpkg: icedtea-web-java7 1.3.2-1

upstream update 1.3.2

Modified:
  icedtea-web-java7/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2013-04-17 12:08:31 UTC (rev 183079)
+++ PKGBUILD	2013-04-17 12:33:42 UTC (rev 183080)
@@ -3,15 +3,15 @@
 
 pkgbase=icedtea-web-java7
 pkgname=('icedtea-web-java7' 'icedtea-web-java7-doc')
-pkgver=1.3.1
-pkgrel=2
+pkgver=1.3.2
+pkgrel=1
 arch=('i686' 'x86_64')
 url="http://icedtea.classpath.org/wiki/IcedTea-Web"
 license=('GPL2')
-makedepends=('jdk7-openjdk' 'zip' 'gtk2' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 'firefox' 'chromium' 'epiphany')
+makedepends=('jdk7-openjdk' 'zip' 'libxtst' 'npapi-sdk' 'rhino' 'junit' 'firefox' 'chromium' 'epiphany')
 noextract=${pkgbase/-java7/}-$pkgver.tar.gz # due to broken path names in the tarball that fails with LANG=C in our chroot
 source=(http://icedtea.classpath.org/download/source/${pkgbase/-java7/}-$pkgver.tar.gz)
-sha256sums=('20c7fd1eef6c79cbc6478bb01236a3eb2f0af6184eaed24baca59a3c37eafb56')
+md5sums=('94ce02c42c1e4d1411357fb3c1014f67')
 
 _javaver=7
 _jvmdir=/usr/lib/jvm/java-${_javaver}-openjdk
@@ -28,9 +28,8 @@
       --with-browser-tests \
       --with-firefox=/usr/bin/firefox \
       --with-chromium=/usr/bin/chromium \
-      --with-epiphany=/usr/bin/epiphany \
-      --with-gtk=2      
-  make
+      --with-epiphany=/usr/bin/epiphany
+   make
 }
 
 check() {
@@ -44,7 +43,7 @@
 package_icedtea-web-java7() {
 
   pkgdesc="provides a Free Software web browser plugin running applets written in the Java programming language and an implementation of Java Web Start, originally based on the NetX project"
-  depends=('jre7-openjdk' 'gtk2' 'desktop-file-utils')
+  depends=('jre7-openjdk' 'desktop-file-utils')
   provides=('java-web-start=7')
   replaces=('icedtea-web')
   install=${pkgname}.install




More information about the arch-commits mailing list