diff options
author | Michael Mair-Keimberger (asterix) <m.mairkeimberger@gmail.com> | 2016-06-28 22:22:31 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-06-29 07:12:54 +0000 |
commit | c5c9134c484c5d00f1159ef26066a72daa277b28 (patch) | |
tree | 3ff78b040ea874f8df5444dec588dcec1e818f6f /app-admin/packagekit-base | |
parent | version bump, metadata update (diff) | |
download | gentoo-c5c9134c484c5d00f1159ef26066a72daa277b28.tar.gz gentoo-c5c9134c484c5d00f1159ef26066a72daa277b28.tar.bz2 gentoo-c5c9134c484c5d00f1159ef26066a72daa277b28.zip |
app-admin/packagekit-base: remove unused patches
Closes: https://github.com/gentoo/gentoo/pull/1788
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-admin/packagekit-base')
-rw-r--r-- | app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch | 17 | ||||
-rw-r--r-- | app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch | 72 |
2 files changed, 0 insertions, 89 deletions
diff --git a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch deleted file mode 100644 index 5c96e51a60ec..000000000000 --- a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-api-change.patch +++ /dev/null @@ -1,17 +0,0 @@ ---- a/contrib/browser-plugin/pk-main.c -+++ b/contrib/browser-plugin/pk-main.c -@@ -503,11 +503,11 @@ NP_Shutdown () - /** - * NP_GetMIMEDescription: - **/ --const char * -+char * - NP_GetMIMEDescription (void) - { - g_debug ("NP_GetMIMEDescription"); -- return (const gchar*) "application/x-packagekit-plugin:bsc:PackageKit Plugin"; -+ return (gchar*) "application/x-packagekit-plugin:bsc:PackageKit Plugin"; - } - - /** - diff --git a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch b/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch deleted file mode 100644 index c3e034d75ff6..000000000000 --- a/app-admin/packagekit-base/files/packagekit-base-0.7.x-npapi-sdk.patch +++ /dev/null @@ -1,72 +0,0 @@ ---- 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 \ |