Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Fabio Erculiani (lxnay)" <lxnay@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-admin/packagekit-base/files: packagekit-base-0.7.x-npapi-sdk.patch
|
|
Date:
|
Sat, 19 May 2012 11:56:24 +0000 (UTC)
|
|
lxnay 12/05/19 11:56:24
Added: packagekit-base-0.7.x-npapi-sdk.patch
Log:
version bump, see bug 416593
(Portage version: 2.2.0_alpha104_p26/cvs/Linux x86_64)
Revision Changes Path
1.1 app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch?rev=1.1&content-type=text/plain
Index: packagekit-base-0.7.x-npapi-sdk.patch
===================================================================
--- PackageKit-0.7.4.orig/configure
+++ PackageKit-0.7.4/configure
@@ -20283,14 +20283,14 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
- mozilla-plugin >= 8.0 \\
+ npapi-sdk \\
gio-unix-2.0 \\
nspr >= 4.8 \\
cairo \\
pango \\
gtk+-2.0 >= 2.14.0\""; } >&5
($PKG_CONFIG --exists --print-errors "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
@@ -20300,7 +20300,7 @@ if test -n "$PK_BROWSER_PLUGIN_CFLAGS";
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PK_BROWSER_PLUGIN_CFLAGS=`$PKG_CONFIG --cflags "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
@@ -20317,14 +20317,14 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
elif test -n "$PKG_CONFIG"; then
if test -n "$PKG_CONFIG" && \
{ { $as_echo "$as_me:${as_lineno-$LINENO}: \$PKG_CONFIG --exists --print-errors \"\\
- mozilla-plugin >= 8.0 \\
+ npapi-sdk \\
gio-unix-2.0 \\
nspr >= 4.8 \\
cairo \\
pango \\
gtk+-2.0 >= 2.14.0\""; } >&5
($PKG_CONFIG --exists --print-errors "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
@@ -20334,7 +20334,7 @@ if test -n "$PK_BROWSER_PLUGIN_LIBS"; th
$as_echo "$as_me:${as_lineno-$LINENO}: \$? = $ac_status" >&5
test $ac_status = 0; }; then
pkg_cv_PK_BROWSER_PLUGIN_LIBS=`$PKG_CONFIG --libs "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
@@ -20360,7 +20360,7 @@ else
fi
if test $_pkg_short_errors_supported = yes; then
PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --short-errors --print-errors "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
@@ -20368,7 +20368,7 @@ fi
gtk+-2.0 >= 2.14.0" 2>&1`
else
PK_BROWSER_PLUGIN_PKG_ERRORS=`$PKG_CONFIG --print-errors "\
- mozilla-plugin >= 8.0 \
+ npapi-sdk \
gio-unix-2.0 \
nspr >= 4.8 \
cairo \
|
|