mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-01-24 02:22:13 +08:00
Small correction in the GTK+/Qt replacement patch.
This commit is contained in:
parent
7e8d0a60c7
commit
b69521c97d
@ -7,7 +7,7 @@
|
||||
pkgname=icedtea-web
|
||||
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."
|
||||
pkgver=1.3
|
||||
pkgrel=1
|
||||
pkgrel=2
|
||||
arch=('i686' 'x86_64')
|
||||
url="http://icedtea.classpath.org/wiki/IcedTea-Web"
|
||||
license=('GPL2')
|
||||
@ -24,7 +24,7 @@ source=("http://icedtea.classpath.org/download/source/${pkgname}-${pkgver}.tar.g
|
||||
'replace-gtk-with-qt.patch'
|
||||
'include_unistd_h.patch')
|
||||
sha256sums=('d46ec10700732cea103da2aae64ff01e717cb1281b83e1797ce48cc53280b49f'
|
||||
'8690ee5e0fdc56b68073ca3a99a9423a938c09d7c01431b1ac70613206eb28f9'
|
||||
'd3b0bfb11d38f6cb3df81594b2aeb5ef8e88f2253f681a467467a116261900e2'
|
||||
'e2258177b59c51425dd67327f6c21785a5f49155624db3522ee25e5dfa8537fd')
|
||||
|
||||
build() {
|
||||
|
@ -179,7 +179,7 @@ diff -Naur a/configure b/configure
|
||||
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
|
||||
test $ac_status = 0; }; then
|
||||
- pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "gtk+-2.0" 2>/dev/null`
|
||||
+ pkg_cv_GTK_CFLAGS=`$PKG_CONFIG --cflags "QtGui >= 4.3 QtCore >= 4.3" 2>/dev/null`
|
||||
+ pkg_cv_QT4_CFLAGS=`$PKG_CONFIG --cflags "QtGui >= 4.3 QtCore >= 4.3" 2>/dev/null`
|
||||
else
|
||||
pkg_failed=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user