From 490432d3fe0b487f678e28e961657a3e97b09301a943b065066f3ab5c92f74d8 Mon Sep 17 00:00:00 2001 From: OBS User autobuild Date: Tue, 8 Dec 2009 08:27:35 +0000 Subject: [PATCH] checked in OBS-URL: https://build.opensuse.org/package/show/GNOME:Factory/PackageKit?expand=0&rev=48 --- PackageKit.changes | 5 ----- PackageKit_release.patch | 26 +++++++++++--------------- 2 files changed, 11 insertions(+), 20 deletions(-) diff --git a/PackageKit.changes b/PackageKit.changes index 638323b..adff092 100644 --- a/PackageKit.changes +++ b/PackageKit.changes @@ -1,8 +1,3 @@ -------------------------------------------------------------------- -Sun Dec 6 09:38:19 UTC 2009 - coolo@novell.com - -- refresh the patches to fix build - ------------------------------------------------------------------- Thu Oct 8 17:15:04 UTC 2009 - sreeves@novell.com diff --git a/PackageKit_release.patch b/PackageKit_release.patch index ce0e376..fc98c8a 100644 --- a/PackageKit_release.patch +++ b/PackageKit_release.patch @@ -1,8 +1,6 @@ -Index: etc/PackageKit.conf.in -=================================================================== ---- etc/PackageKit.conf.in.orig 2009-12-06 10:02:59.000000000 +0100 -+++ etc/PackageKit.conf.in 2009-12-06 10:03:01.000000000 +0100 -@@ -37,7 +37,7 @@ UseRemainingTimeEstimation=true +--- etc/PackageKit.conf.in.org 2009-01-12 07:51:03.000000000 +1100 ++++ etc/PackageKit.conf.in 2009-01-12 07:51:17.000000000 +1100 +@@ -23,7 +23,7 @@ UseNetworkHeuristic=true # Shut down the daemon after this many seconds idle. 0 means don't shutdown. # # default=300 @@ -11,10 +9,8 @@ Index: etc/PackageKit.conf.in # Unlock the backend after this many seconds idle. # -Index: etc/Vendor.conf -=================================================================== ---- etc/Vendor.conf.orig 2009-12-06 10:02:59.000000000 +0100 -+++ etc/Vendor.conf 2009-12-06 10:03:01.000000000 +0100 +--- etc/Vendor.conf.org 2009-01-12 07:51:31.000000000 +1100 ++++ etc/Vendor.conf 2009-01-12 07:51:46.000000000 +1100 @@ -12,7 +12,7 @@ # If the value is set to 'none' then no link is shown. # @@ -24,16 +20,16 @@ Index: etc/Vendor.conf # The URL which is shown to the user when a codec could not be found. # It should explain why certain codecs cannot be used, and perhaps show -Index: configure.ac +Index: PackageKit-0.3.11/configure.ac =================================================================== ---- configure.ac.orig 2009-12-06 10:02:59.000000000 +0100 -+++ configure.ac 2009-12-06 10:03:01.000000000 +0100 -@@ -290,7 +290,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc]) +--- configure.ac ++++ configure.ac +@@ -165,7 +165,7 @@ AC_PATH_PROG([XSLTPROC], [xsltproc]) dnl --------------------------------------------------------------------------- dnl - moc (for packagekit-qt) dnl --------------------------------------------------------------------------- -AC_PATH_PROG([MOC], [moc-qt4]) +AC_PATH_PROG([MOC], [moc]) - # unix networking stack always available - networking_apis="unix" + dnl --------------------------------------------------------------------------- + dnl - Is GIO available?