2010-02-01 13:07:06 +01:00
|
|
|
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
|
2008-09-13 06:37:50 +02:00
|
|
|
# Shut down the daemon after this many seconds idle. 0 means don't shutdown.
|
|
|
|
#
|
|
|
|
# default=300
|
|
|
|
-ShutdownTimeout=300
|
|
|
|
+ShutdownTimeout=15
|
|
|
|
|
|
|
|
# Unlock the backend after this many seconds idle.
|
|
|
|
#
|
2010-02-01 13:07:06 +01:00
|
|
|
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
|
2008-10-09 18:54:16 +02:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
# If the value is set to 'none' then no link is shown.
|
|
|
|
#
|
|
|
|
# default=http://www.packagekit.org/pk-package-not-found.html
|
|
|
|
-DefaultUrl=http://www.packagekit.org/pk-package-not-found.html
|
|
|
|
+DefaultUrl=none
|
|
|
|
|
|
|
|
# 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
|
2010-02-01 13:07:06 +01:00
|
|
|
Index: configure.ac
|
2008-11-03 14:16:09 +01:00
|
|
|
===================================================================
|
2010-02-01 13:07:06 +01:00
|
|
|
--- 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])
|
2008-11-03 14:16:09 +01:00
|
|
|
dnl ---------------------------------------------------------------------------
|
|
|
|
dnl - moc (for packagekit-qt)
|
|
|
|
dnl ---------------------------------------------------------------------------
|
|
|
|
-AC_PATH_PROG([MOC], [moc-qt4])
|
|
|
|
+AC_PATH_PROG([MOC], [moc])
|
|
|
|
|
2010-02-01 13:07:06 +01:00
|
|
|
# unix networking stack always available
|
|
|
|
networking_apis="unix"
|