summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-02 11:36:12 +0800
committermezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059>2011-04-02 11:36:12 +0800
commitb05fb62bfea2c59a602e4f0b9c77df417884e6fe (patch)
treee4ef94e7da567f706c8cb31fa58ef2470c841a82
parentf36425609d09002f5b52a7e7a53e557ef2a56831 (diff)
downloadmarcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar.gz
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar.bz2
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar.lz
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar.xz
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.tar.zst
marcuscom-ports-b05fb62bfea2c59a602e4f0b9c77df417884e6fe.zip
Update to 2.91.92. No need gnome-packagekit3, because it's only binaries and
scripts. It's untest at the moment. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@15682 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r--ports-mgmt/gnome-packagekit/Makefile13
-rw-r--r--ports-mgmt/gnome-packagekit/distinfo4
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in11
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c66
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c11
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c38
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c11
-rw-r--r--ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c29
-rw-r--r--ports-mgmt/gnome-packagekit/pkg-plist496
9 files changed, 292 insertions, 387 deletions
diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile
index 9bd5713dc..9cc8c10d0 100644
--- a/ports-mgmt/gnome-packagekit/Makefile
+++ b/ports-mgmt/gnome-packagekit/Makefile
@@ -3,11 +3,10 @@
# Whom: Anders F Bjorklund <afb@users.sourceforge.net>
#
# $FreeBSD$
-# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.19 2010/10/04 20:40:36 kwm Exp $
+# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.21 2011/03/06 20:52:37 kwm Exp $
PORTNAME= gnome-packagekit
-PORTVERSION= 2.32.0
-PORTREVISION= 2
+PORTVERSION= 2.91.92
CATEGORIES= ports-mgmt sysutils gnome
MASTER_SITES= GNOME
@@ -18,24 +17,24 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils
LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \
packagekit-glib2.14:${PORTSDIR}/ports-mgmt/packagekit \
notify.4:${PORTSDIR}/devel/libnotify \
- unique-1.0:${PORTSDIR}/x11-toolkits/unique \
upower-glib.1:${PORTSDIR}/sysutils/upower \
- canberra-gtk.0:${PORTSDIR}/audio/libcanberra
+ canberra-gtk3.0:${PORTSDIR}/audio/libcanberra-gtk3
USE_GMAKE= yes
USE_BZIP2= yes
-USE_GNOME= gnomeprefix gnomehack intlhack gconf2 gnomemenus gnomedocutils \
+USE_GNOME= gnomeprefix gnomehack intlhack gtk30 gnomemenus gnomedocutils \
desktopfileutils
USE_GETTEXT= yes
USE_ICONV= yes
USE_PYTHON_BUILD=2.5+
-GCONF_SCHEMAS= gnome-packagekit.schemas
INSTALLS_ICONS= yes
INSTALLS_OMF= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
+GLIB_SCHEMAS= org.gnome.packagekit.gschema.xml
+
MAN1= gpk-application.1 gpk-backend-status.1 gpk-install-local-file.1 \
gpk-install-mime-type.1 gpk-install-package-name.1 \
gpk-install-provide-file.1 gpk-prefs.1 gpk-repo.1 gpk-update-icon.1 \
diff --git a/ports-mgmt/gnome-packagekit/distinfo b/ports-mgmt/gnome-packagekit/distinfo
index 043b3b065..5b6c2dd7e 100644
--- a/ports-mgmt/gnome-packagekit/distinfo
+++ b/ports-mgmt/gnome-packagekit/distinfo
@@ -1,2 +1,2 @@
-SHA256 (gnome-packagekit-2.32.0.tar.bz2) = bc68dad11e5c9db89dcd2548a29736456063b38aa99633f9cfc4427a77a4525e
-SIZE (gnome-packagekit-2.32.0.tar.bz2) = 3638533
+SHA256 (gnome-packagekit-2.91.92.tar.bz2) = dd3dcb2ede0bab3b5c5e3e5802f1d231edbb35090319c6f6711a6b65ab33d3c5
+SIZE (gnome-packagekit-2.91.92.tar.bz2) = 4725210
diff --git a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in
deleted file mode 100644
index fc8e606d8..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in
+++ /dev/null
@@ -1,11 +0,0 @@
---- data/gnome-packagekit.schemas.in.orig 2010-02-27 14:22:29.000000000 +0800
-+++ data/gnome-packagekit.schemas.in 2010-02-27 14:22:45.000000000 +0800
-@@ -540,7 +540,7 @@
- <applyto>/apps/gnome_settings_daemon/gtk-modules/pk-gtk-module</applyto>
- <owner>gnome-packagekit</owner>
- <type>bool</type>
-- <default>true</default>
-+ <default>false</default>
- <locale name="C">
- <short>GTK+ module for font installation</short>
- <long>This key determines if applications should be able to prompt for fonts</long>
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c
deleted file mode 100644
index 36c7b7258..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c
+++ /dev/null
@@ -1,66 +0,0 @@
---- src/gpk-check-update.c.orig 2010-09-22 17:20:47.000000000 +0200
-+++ src/gpk-check-update.c 2011-03-07 18:27:18.000000000 +0100
-@@ -388,9 +388,8 @@ gpk_check_update_finished_notify (GpkChe
- }
-
- /* TRANSLATORS: title: system update completed all okay */
-- notification = notify_notification_new_with_status_icon (_("The system update has completed"),
-- message_text->str, "help-browser",
-- cupdate->priv->status_icon);
-+ notification = notify_notification_new (_("The system update has completed"),
-+ message_text->str, "help-browser");
- notify_notification_set_timeout (notification, 15000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- if (restart == PK_RESTART_ENUM_SYSTEM) {
-@@ -456,7 +455,7 @@ gpk_check_update_show_error (GpkCheckUpd
-
- /* do the bubble */
- egg_debug ("title=%s, message=%s", title, message);
-- notification = notify_notification_new_with_status_icon (title, message, "help-browser", cupdate->priv->status_icon);
-+ notification = notify_notification_new (title, message, "help-browser");
- if (notification == NULL) {
- egg_warning ("failed to get bubble");
- goto out;
-@@ -656,7 +655,7 @@ gpk_check_update_critical_updates_warnin
-
- /* do the bubble */
- egg_debug ("title=%s, message=%s", title, message);
-- notification = notify_notification_new_with_status_icon (title, message, "help-browser", cupdate->priv->status_icon);
-+ notification = notify_notification_new (title, message, "help-browser");
- if (notification == NULL) {
- egg_warning ("failed to get bubble");
- return;
-@@ -782,9 +781,8 @@ gpk_check_update_check_on_battery (GpkCh
- /* TRANSLATORS: policy says update, but we are on battery and so prompt */
- message = _("Automatic updates are not being installed as the computer is running on battery power");
- /* TRANSLATORS: informs user will not install by default */
-- notification = notify_notification_new_with_status_icon (_("Updates not installed"),
-- message, "help-browser",
-- cupdate->priv->status_icon);
-+ notification = notify_notification_new (_("Updates not installed"),
-+ message, "help-browser");
- notify_notification_set_timeout (notification, 15000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- // notify_notification_add_action (notification, "do-not-show-update-not-battery",
-@@ -839,10 +837,10 @@ gpk_check_update_notify_doing_updates (G
- goto out;
-
- /* TRANSLATORS: title: notification when we scheduled an automatic update */
-- notification = notify_notification_new_with_status_icon (_("Updates are being installed"),
-+ notification = notify_notification_new (_("Updates are being installed"),
- /* TRANSLATORS: tell the user why the hard disk is grinding... */
- _("Updates are being automatically installed on your computer"),
-- "software-update-urgent", cupdate->priv->status_icon);
-+ "software-update-urgent");
- notify_notification_set_timeout (notification, 15000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- /* TRANSLATORS: button: cancel the update system */
-@@ -1328,7 +1326,7 @@ gpk_check_update_get_distro_upgrades_fin
-
- /* TRANSLATORS: a distro update is available, e.g. Fedora 8 to Fedora 9 */
- title = _("Distribution upgrades available");
-- notification = notify_notification_new_with_status_icon (title, string->str, "help-browser", cupdate->priv->status_icon);
-+ notification = notify_notification_new (title, string->str, "help-browser");
- if (notification == NULL) {
- egg_warning ("failed to make bubble");
- goto out;
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c
deleted file mode 100644
index 78c8ceaa5..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gpk-dbus-task.c.orig 2011-03-07 18:28:01.000000000 +0100
-+++ src/gpk-dbus-task.c 2011-03-07 18:28:10.000000000 +0100
-@@ -377,7 +377,7 @@ gpk_dbus_task_handle_error (GpkDbusTask
- dtask->priv->cached_error_code = g_object_ref (error_code);
-
- /* do the bubble */
-- notification = notify_notification_new (title, message, "help-browser", NULL);
-+ notification = notify_notification_new (title, message, "help-browser");
- notify_notification_set_timeout (notification, 15000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, "show-error-details",
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c
deleted file mode 100644
index 2fb068576..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c
+++ /dev/null
@@ -1,38 +0,0 @@
---- src/gpk-firmware.c.orig 2011-03-07 18:20:16.000000000 +0100
-+++ src/gpk-firmware.c 2011-03-07 18:20:38.000000000 +0100
-@@ -268,7 +268,7 @@ gpk_firmware_require_restart (GpkFirmwar
- message = _("You will need to restart this computer before the hardware will work correctly.");
-
- /* TRANSLATORS: title of libnotify bubble */
-- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL);
-+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
-
-@@ -303,7 +303,7 @@ gpk_firmware_require_replug (GpkFirmware
- message = _("You will need to remove and then reinsert the hardware before it will work correctly.");
-
- /* TRANSLATORS: title of libnotify bubble */
-- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL);
-+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
-
-@@ -330,7 +330,7 @@ gpk_firmware_require_nothing (GpkFirmwar
- message = _("Your hardware has been set up and is now ready to use.");
-
- /* TRANSLATORS: title of libnotify bubble */
-- notification = notify_notification_new (_("Additional software was installed"), message, "help-browser", NULL);
-+ notification = notify_notification_new (_("Additional software was installed"), message, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
-
-@@ -624,7 +624,7 @@ gpk_firmware_timeout_cb (gpointer data)
- }
-
- /* TRANSLATORS: title of libnotify bubble */
-- notification = notify_notification_new (_("Additional firmware required"), string->str, "help-browser", NULL);
-+ notification = notify_notification_new (_("Additional firmware required"), string->str, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, "install-firmware",
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c
deleted file mode 100644
index 51cc104ea..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gpk-hardware.c.orig 2011-03-07 18:21:23.000000000 +0100
-+++ src/gpk-hardware.c 2011-03-07 18:21:32.000000000 +0100
-@@ -183,7 +183,7 @@ gpk_hardware_what_provides_cb (GObject *
- message = g_strdup_printf ("%s\n\t%s", _("Additional packages can be installed to support this hardware"), package);
- /* TRANSLATORS: a new bit of hardware has been plugged in */
- body = g_strdup_printf ("%s", _("New hardware attached"));
-- notification = notify_notification_new (body, message, "help-browser", NULL);
-+ notification = notify_notification_new (body, message, "help-browser");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, GPK_HARDWARE_INSTALL_ACTION,
diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c
deleted file mode 100644
index f724d7845..000000000
--- a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c
+++ /dev/null
@@ -1,29 +0,0 @@
---- src/gpk-watch.c.orig 2010-09-22 17:20:31.000000000 +0200
-+++ src/gpk-watch.c 2011-03-07 09:32:41.000000000 +0100
-@@ -1153,7 +1153,7 @@ gpk_watch_process_messages_cb (PkMessage
- }
-
- /* do the bubble */
-- notification = notify_notification_new_with_status_icon (gpk_message_enum_to_localised_text (type), details, "emblem-important", watch->priv->status_icon);
-+ notification = notify_notification_new (gpk_message_enum_to_localised_text (type), details, "emblem-important");
- notify_notification_set_timeout (notification, NOTIFY_EXPIRES_NEVER);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- ret = notify_notification_show (notification, &error);
-@@ -1213,7 +1213,7 @@ gpk_watch_process_error_code (GpkWatch *
- title_prefix = g_strdup_printf ("%s: %s", _("Package Manager"), title);
-
- /* do the bubble */
-- notification = notify_notification_new (title_prefix, message, "help-browser", NULL);
-+ notification = notify_notification_new (title_prefix, message, "help-browser");
- notify_notification_set_timeout (notification, 15000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, "show-error-details",
-@@ -1392,7 +1392,7 @@ gpk_watch_adopt_cb (PkClient *client, GA
- goto out;
-
- /* TRANSLATORS: title: an action has finished, and we are showing the libnotify bubble */
-- notification = notify_notification_new (_("Task completed"), message, "help-browser", NULL);
-+ notification = notify_notification_new (_("Task completed"), message, "help-browser");
- notify_notification_set_timeout (notification, 5000);
- notify_notification_set_urgency (notification, NOTIFY_URGENCY_LOW);
- notify_notification_add_action (notification, "do-not-show-notify-complete",
diff --git a/ports-mgmt/gnome-packagekit/pkg-plist b/ports-mgmt/gnome-packagekit/pkg-plist
index ea5c21c23..4541d5735 100644
--- a/ports-mgmt/gnome-packagekit/pkg-plist
+++ b/ports-mgmt/gnome-packagekit/pkg-plist
@@ -1,6 +1,6 @@
bin/gpk-application
-bin/gpk-backend-status
bin/gpk-dbus-service
+bin/gpk-distro-upgrade
bin/gpk-install-catalog
bin/gpk-install-local-file
bin/gpk-install-mime-type
@@ -8,209 +8,207 @@ bin/gpk-install-package-name
bin/gpk-install-provide-file
bin/gpk-log
bin/gpk-prefs
-bin/gpk-repo
bin/gpk-service-pack
-bin/gpk-update-icon
bin/gpk-update-viewer
+lib/gnome-settings-daemon-3.0/gtk-modules/gpk-pk-gtk-module.desktop
%%PYTHON_SITELIBDIR%%/packagekit/genums.py
%%PYTHON_SITELIBDIR%%/packagekit/genums.pyc
%%PYTHON_SITELIBDIR%%/packagekit/genums.pyo
%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.py
%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyc
%%PYTHON_SITELIBDIR%%/packagekit/gtkwidgets.pyo
+share/GConf/gsettings/org.gnome.packagekit.gschema.migrate
share/applications/gpk-application.desktop
+share/applications/gpk-distro-upgrade.desktop
share/applications/gpk-install-catalog.desktop
-share/applications/gpk-install-file.desktop
+share/applications/gpk-install-local-file.desktop
share/applications/gpk-log.desktop
share/applications/gpk-prefs.desktop
-share/applications/gpk-repo.desktop
share/applications/gpk-service-pack.desktop
share/applications/gpk-update-viewer.desktop
share/dbus-1/services/org.freedesktop.PackageKit.service
-share/gnome-packagekit/gpk-application.ui
-share/gnome-packagekit/gpk-backend-status.ui
-share/gnome-packagekit/gpk-client.ui
-share/gnome-packagekit/gpk-error.ui
-share/gnome-packagekit/gpk-eula.ui
-share/gnome-packagekit/gpk-log.ui
-share/gnome-packagekit/gpk-prefs.ui
-share/gnome-packagekit/gpk-repo.ui
-share/gnome-packagekit/gpk-service-pack.ui
-share/gnome-packagekit/gpk-signature.ui
-share/gnome-packagekit/gpk-update-viewer.ui
-share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-gnome.png
-share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-kde.png
-share/gnome-packagekit/icons/hicolor/16x16/actions/pk-desktop-xfce.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-cleanup.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-download.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-installing.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-removing.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-searching.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-testing.png
-share/gnome-packagekit/icons/hicolor/16x16/animations/pk-action-waiting.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-available.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-collection-installed.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-add.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-available.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-blocked.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-cleanup.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-delete.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-download.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-downloaded.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-info.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-installed.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-search.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-sources.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-package-update.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-rollback.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-service-pack.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-setup.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-bugfix.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-enhancement.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-high.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-low.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-normal.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-update-security.png
-share/gnome-packagekit/icons/hicolor/16x16/status/pk-wait.png
-share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-gnome.png
-share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-kde.png
-share/gnome-packagekit/icons/hicolor/22x22/actions/pk-desktop-xfce.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-cleanup.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-download.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-installing.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-removing.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-searching.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-testing.png
-share/gnome-packagekit/icons/hicolor/22x22/animations/pk-action-waiting.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-available.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-collection-installed.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-add.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-available.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-blocked.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-cleanup.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-delete.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-download.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-downloaded.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-info.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-installed.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-search.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-sources.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-package-update.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-rollback.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-service-pack.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-setup.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-bugfix.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-enhancement.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-high.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-low.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-normal.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-update-security.png
-share/gnome-packagekit/icons/hicolor/22x22/status/pk-wait.png
-share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-gnome.png
-share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-kde.png
-share/gnome-packagekit/icons/hicolor/24x24/actions/pk-desktop-xfce.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-cleanup.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-download.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-installing.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-removing.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-searching.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-testing.png
-share/gnome-packagekit/icons/hicolor/24x24/animations/pk-action-waiting.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-available.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-collection-installed.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-add.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-available.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-blocked.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-cleanup.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-delete.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-download.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-downloaded.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-info.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-installed.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-search.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-sources.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-package-update.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-rollback.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-service-pack.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-setup.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-bugfix.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-enhancement.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-high.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-low.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-normal.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-update-security.png
-share/gnome-packagekit/icons/hicolor/24x24/status/pk-wait.png
-share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-gnome.png
-share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-kde.png
-share/gnome-packagekit/icons/hicolor/48x48/actions/pk-desktop-xfce.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-cleanup.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-download.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-installing.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-removing.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-searching.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-testing.png
-share/gnome-packagekit/icons/hicolor/48x48/animations/pk-action-waiting.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-available.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-collection-installed.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-add.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-available.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-blocked.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-cleanup.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-delete.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-download.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-downloaded.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-info.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-installed.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-search.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-sources.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-package-update.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-refresh-cache.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-rollback.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-service-pack.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-setup.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-bugfix.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-enhancement.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-high.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-low.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-normal.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-update-security.png
-share/gnome-packagekit/icons/hicolor/48x48/status/pk-wait.png
-share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-gnome.svg
-share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-kde.svgz
-share/gnome-packagekit/icons/hicolor/scalable/actions/pk-desktop-xfce.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-available.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-collection-installed.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-add.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-available.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-blocked.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-cleanup.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-delete.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-download.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-downloaded.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-info.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-installed.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-search.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-sources.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-package-update.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-refresh-cache.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-rollback.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-service-pack.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-setup.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-bugfix.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-enhancement.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-high.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-low.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-normal.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-update-security.svg
-share/gnome-packagekit/icons/hicolor/scalable/status/pk-wait.svg
-share/gnome/autostart/gpk-update-icon.desktop
+share/glib-2.0/schemas/org.gnome.packagekit.gschema.xml
+%%DATADIR%%/gpk-application.ui
+%%DATADIR%%/gpk-client.ui
+%%DATADIR%%/gpk-error.ui
+%%DATADIR%%/gpk-eula.ui
+%%DATADIR%%/gpk-log.ui
+%%DATADIR%%/gpk-prefs.ui
+%%DATADIR%%/gpk-service-pack.ui
+%%DATADIR%%/gpk-signature.ui
+%%DATADIR%%/gpk-update-viewer.ui
+%%DATADIR%%/icons/hicolor/16x16/actions/pk-desktop-gnome.png
+%%DATADIR%%/icons/hicolor/16x16/actions/pk-desktop-kde.png
+%%DATADIR%%/icons/hicolor/16x16/actions/pk-desktop-xfce.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-cleanup.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-download.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-installing.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-refresh-cache.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-removing.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-searching.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-testing.png
+%%DATADIR%%/icons/hicolor/16x16/animations/pk-action-waiting.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-collection-available.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-collection-installed.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-add.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-available.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-blocked.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-cleanup.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-delete.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-download.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-downloaded.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-info.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-installed.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-search.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-sources.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-package-update.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-refresh-cache.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-rollback.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-service-pack.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-setup.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-bugfix.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-enhancement.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-high.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-low.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-normal.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-update-security.png
+%%DATADIR%%/icons/hicolor/16x16/status/pk-wait.png
+%%DATADIR%%/icons/hicolor/22x22/actions/pk-desktop-gnome.png
+%%DATADIR%%/icons/hicolor/22x22/actions/pk-desktop-kde.png
+%%DATADIR%%/icons/hicolor/22x22/actions/pk-desktop-xfce.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-cleanup.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-download.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-installing.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-refresh-cache.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-removing.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-searching.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-testing.png
+%%DATADIR%%/icons/hicolor/22x22/animations/pk-action-waiting.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-collection-available.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-collection-installed.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-add.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-available.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-blocked.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-cleanup.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-delete.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-download.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-downloaded.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-info.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-installed.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-search.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-sources.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-package-update.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-refresh-cache.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-rollback.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-service-pack.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-setup.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-bugfix.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-enhancement.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-high.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-low.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-normal.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-update-security.png
+%%DATADIR%%/icons/hicolor/22x22/status/pk-wait.png
+%%DATADIR%%/icons/hicolor/24x24/actions/pk-desktop-gnome.png
+%%DATADIR%%/icons/hicolor/24x24/actions/pk-desktop-kde.png
+%%DATADIR%%/icons/hicolor/24x24/actions/pk-desktop-xfce.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-cleanup.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-download.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-installing.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-refresh-cache.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-removing.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-searching.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-testing.png
+%%DATADIR%%/icons/hicolor/24x24/animations/pk-action-waiting.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-collection-available.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-collection-installed.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-add.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-available.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-blocked.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-cleanup.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-delete.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-download.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-downloaded.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-info.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-installed.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-search.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-sources.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-package-update.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-refresh-cache.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-rollback.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-service-pack.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-setup.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-bugfix.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-enhancement.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-high.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-low.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-normal.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-update-security.png
+%%DATADIR%%/icons/hicolor/24x24/status/pk-wait.png
+%%DATADIR%%/icons/hicolor/48x48/actions/pk-desktop-gnome.png
+%%DATADIR%%/icons/hicolor/48x48/actions/pk-desktop-kde.png
+%%DATADIR%%/icons/hicolor/48x48/actions/pk-desktop-xfce.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-cleanup.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-download.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-installing.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-refresh-cache.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-removing.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-searching.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-testing.png
+%%DATADIR%%/icons/hicolor/48x48/animations/pk-action-waiting.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-collection-available.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-collection-installed.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-add.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-available.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-blocked.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-cleanup.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-delete.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-download.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-downloaded.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-info.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-installed.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-search.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-sources.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-package-update.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-refresh-cache.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-rollback.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-service-pack.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-setup.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-bugfix.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-enhancement.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-high.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-low.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-normal.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-update-security.png
+%%DATADIR%%/icons/hicolor/48x48/status/pk-wait.png
+%%DATADIR%%/icons/hicolor/scalable/actions/pk-desktop-gnome.svg
+%%DATADIR%%/icons/hicolor/scalable/actions/pk-desktop-kde.svgz
+%%DATADIR%%/icons/hicolor/scalable/actions/pk-desktop-xfce.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-collection-available.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-collection-installed.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-add.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-available.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-blocked.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-cleanup.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-delete.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-download.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-downloaded.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-info.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-installed.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-search.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-sources.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-package-update.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-refresh-cache.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-rollback.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-service-pack.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-setup.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-bugfix.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-enhancement.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-high.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-low.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-normal.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-update-security.svg
+%%DATADIR%%/icons/hicolor/scalable/status/pk-wait.svg
share/gnome/help/gnome-packagekit/C/figures/gpk-added-deps.png
share/gnome/help/gnome-packagekit/C/figures/gpk-application-groups.png
share/gnome/help/gnome-packagekit/C/figures/gpk-client-codecs.png
@@ -280,6 +278,23 @@ share/gnome/help/gnome-packagekit/es/figures/gpk-updates-overview.png
share/gnome/help/gnome-packagekit/es/figures/gpk-updates-warning.png
share/gnome/help/gnome-packagekit/es/figures/gpk-updates.png
share/gnome/help/gnome-packagekit/es/gnome-packagekit.xml
+share/gnome/help/gnome-packagekit/fr/figures/gpk-added-deps.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-application-groups.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-client-codecs.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-client-copy-local.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-eula.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-log.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-prefs.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-remove-confirm.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-repo-auth.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-repo.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-service-pack-example.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-service-pack.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-signature.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-updates-overview.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-updates-warning.png
+share/gnome/help/gnome-packagekit/fr/figures/gpk-updates.png
+share/gnome/help/gnome-packagekit/fr/gnome-packagekit.xml
share/gnome/help/gnome-packagekit/oc/figures/gpk-added-deps.png
share/gnome/help/gnome-packagekit/oc/figures/gpk-application-groups.png
share/gnome/help/gnome-packagekit/oc/figures/gpk-client-codecs.png
@@ -297,6 +312,23 @@ share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-overview.png
share/gnome/help/gnome-packagekit/oc/figures/gpk-updates-warning.png
share/gnome/help/gnome-packagekit/oc/figures/gpk-updates.png
share/gnome/help/gnome-packagekit/oc/gnome-packagekit.xml
+share/gnome/help/gnome-packagekit/pa/figures/gpk-added-deps.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-application-groups.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-client-codecs.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-client-copy-local.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-eula.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-log.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-prefs.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-remove-confirm.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-repo-auth.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-repo.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-service-pack-example.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-service-pack.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-signature.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-updates-overview.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-updates-warning.png
+share/gnome/help/gnome-packagekit/pa/figures/gpk-updates.png
+share/gnome/help/gnome-packagekit/pa/gnome-packagekit.xml
share/gnome/help/gnome-packagekit/pl/figures/gpk-added-deps.png
share/gnome/help/gnome-packagekit/pl/figures/gpk-application-groups.png
share/gnome/help/gnome-packagekit/pl/figures/gpk-client-codecs.png
@@ -314,6 +346,23 @@ share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-overview.png
share/gnome/help/gnome-packagekit/pl/figures/gpk-updates-warning.png
share/gnome/help/gnome-packagekit/pl/figures/gpk-updates.png
share/gnome/help/gnome-packagekit/pl/gnome-packagekit.xml
+share/gnome/help/gnome-packagekit/sl/figures/gpk-added-deps.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-application-groups.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-client-codecs.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-client-copy-local.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-eula.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-log.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-prefs.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-remove-confirm.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-repo-auth.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-repo.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-service-pack-example.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-service-pack.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-signature.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-updates-overview.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-updates-warning.png
+share/gnome/help/gnome-packagekit/sl/figures/gpk-updates.png
+share/gnome/help/gnome-packagekit/sl/gnome-packagekit.xml
share/gnome/help/gnome-packagekit/sv/figures/gpk-added-deps.png
share/gnome/help/gnome-packagekit/sv/figures/gpk-application-groups.png
share/gnome/help/gnome-packagekit/sv/figures/gpk-client-codecs.png
@@ -399,6 +448,7 @@ share/locale/en@shaw/LC_MESSAGES/gnome-packagekit.mo
share/locale/en_GB/LC_MESSAGES/gnome-packagekit.mo
share/locale/es/LC_MESSAGES/gnome-packagekit.mo
share/locale/et/LC_MESSAGES/gnome-packagekit.mo
+share/locale/fa/LC_MESSAGES/gnome-packagekit.mo
share/locale/fi/LC_MESSAGES/gnome-packagekit.mo
share/locale/fr/LC_MESSAGES/gnome-packagekit.mo
share/locale/gl/LC_MESSAGES/gnome-packagekit.mo
@@ -410,6 +460,7 @@ share/locale/id/LC_MESSAGES/gnome-packagekit.mo
share/locale/it/LC_MESSAGES/gnome-packagekit.mo
share/locale/ja/LC_MESSAGES/gnome-packagekit.mo
share/locale/kn/LC_MESSAGES/gnome-packagekit.mo
+share/locale/ko/LC_MESSAGES/gnome-packagekit.mo
share/locale/lt/LC_MESSAGES/gnome-packagekit.mo
share/locale/lv/LC_MESSAGES/gnome-packagekit.mo
share/locale/ml/LC_MESSAGES/gnome-packagekit.mo
@@ -417,6 +468,7 @@ share/locale/mr/LC_MESSAGES/gnome-packagekit.mo
share/locale/ms/LC_MESSAGES/gnome-packagekit.mo
share/locale/nb/LC_MESSAGES/gnome-packagekit.mo
share/locale/nl/LC_MESSAGES/gnome-packagekit.mo
+share/locale/nn/LC_MESSAGES/gnome-packagekit.mo
share/locale/oc/LC_MESSAGES/gnome-packagekit.mo
share/locale/or/LC_MESSAGES/gnome-packagekit.mo
share/locale/pa/LC_MESSAGES/gnome-packagekit.mo
@@ -433,6 +485,7 @@ share/locale/sv/LC_MESSAGES/gnome-packagekit.mo
share/locale/ta/LC_MESSAGES/gnome-packagekit.mo
share/locale/te/LC_MESSAGES/gnome-packagekit.mo
share/locale/tr/LC_MESSAGES/gnome-packagekit.mo
+share/locale/ug/LC_MESSAGES/gnome-packagekit.mo
share/locale/uk/LC_MESSAGES/gnome-packagekit.mo
share/locale/zh_CN/LC_MESSAGES/gnome-packagekit.mo
share/locale/zh_HK/LC_MESSAGES/gnome-packagekit.mo
@@ -441,15 +494,22 @@ share/omf/gnome-packagekit/gnome-packagekit-C.omf
share/omf/gnome-packagekit/gnome-packagekit-de.omf
share/omf/gnome-packagekit/gnome-packagekit-el.omf
share/omf/gnome-packagekit/gnome-packagekit-es.omf
+share/omf/gnome-packagekit/gnome-packagekit-fr.omf
share/omf/gnome-packagekit/gnome-packagekit-oc.omf
+share/omf/gnome-packagekit/gnome-packagekit-pa.omf
share/omf/gnome-packagekit/gnome-packagekit-pl.omf
+share/omf/gnome-packagekit/gnome-packagekit-sl.omf
share/omf/gnome-packagekit/gnome-packagekit-sv.omf
share/omf/gnome-packagekit/gnome-packagekit-zh_CN.omf
@dirrm share/omf/gnome-packagekit
@dirrmtry share/locale/zh_HK/LC_MESSAGES
@dirrmtry share/locale/zh_HK
+@dirrmtry share/locale/ug/LC_MESSAGES
+@dirrmtry share/locale/ug
@dirrmtry share/locale/te/LC_MESSAGES
@dirrmtry share/locale/te
+@dirrmtry share/locale/sr@latin/LC_MESSAGES
+@dirrmtry share/locale/sr@latin
@dirrmtry share/locale/oc/LC_MESSAGES
@dirrmtry share/locale/oc
@dirrmtry share/locale/mr/LC_MESSAGES
@@ -466,10 +526,16 @@ share/omf/gnome-packagekit/gnome-packagekit-zh_CN.omf
@dirrm share/gnome/help/gnome-packagekit/zh_CN
@dirrm share/gnome/help/gnome-packagekit/sv/figures
@dirrm share/gnome/help/gnome-packagekit/sv
+@dirrm share/gnome/help/gnome-packagekit/sl/figures
+@dirrm share/gnome/help/gnome-packagekit/sl
@dirrm share/gnome/help/gnome-packagekit/pl/figures
@dirrm share/gnome/help/gnome-packagekit/pl
+@dirrm share/gnome/help/gnome-packagekit/pa/figures
+@dirrm share/gnome/help/gnome-packagekit/pa
@dirrm share/gnome/help/gnome-packagekit/oc/figures
@dirrm share/gnome/help/gnome-packagekit/oc
+@dirrm share/gnome/help/gnome-packagekit/fr/figures
+@dirrm share/gnome/help/gnome-packagekit/fr
@dirrm share/gnome/help/gnome-packagekit/es/figures
@dirrm share/gnome/help/gnome-packagekit/es
@dirrm share/gnome/help/gnome-packagekit/el/figures
@@ -479,29 +545,35 @@ share/omf/gnome-packagekit/gnome-packagekit-zh_CN.omf
@dirrm share/gnome/help/gnome-packagekit/C/figures
@dirrm share/gnome/help/gnome-packagekit/C
@dirrm share/gnome/help/gnome-packagekit
-@dirrm share/gnome-packagekit/icons/hicolor/scalable/status
-@dirrm share/gnome-packagekit/icons/hicolor/scalable/actions
-@dirrm share/gnome-packagekit/icons/hicolor/scalable
-@dirrm share/gnome-packagekit/icons/hicolor/48x48/status
-@dirrm share/gnome-packagekit/icons/hicolor/48x48/animations
-@dirrm share/gnome-packagekit/icons/hicolor/48x48/actions
-@dirrm share/gnome-packagekit/icons/hicolor/48x48
-@dirrm share/gnome-packagekit/icons/hicolor/24x24/status
-@dirrm share/gnome-packagekit/icons/hicolor/24x24/animations
-@dirrm share/gnome-packagekit/icons/hicolor/24x24/actions
-@dirrm share/gnome-packagekit/icons/hicolor/24x24
-@dirrm share/gnome-packagekit/icons/hicolor/22x22/status
-@dirrm share/gnome-packagekit/icons/hicolor/22x22/animations
-@dirrm share/gnome-packagekit/icons/hicolor/22x22/actions
-@dirrm share/gnome-packagekit/icons/hicolor/22x22
-@dirrm share/gnome-packagekit/icons/hicolor/16x16/status
-@dirrm share/gnome-packagekit/icons/hicolor/16x16/animations
-@dirrm share/gnome-packagekit/icons/hicolor/16x16/actions
-@dirrm share/gnome-packagekit/icons/hicolor/16x16
-@dirrm share/gnome-packagekit/icons/hicolor
-@dirrm share/gnome-packagekit/icons
-@dirrm share/gnome-packagekit
+@dirrm %%DATADIR%%/icons/hicolor/scalable/status
+@dirrm %%DATADIR%%/icons/hicolor/scalable/actions
+@dirrm %%DATADIR%%/icons/hicolor/scalable
+@dirrm %%DATADIR%%/icons/hicolor/48x48/status
+@dirrm %%DATADIR%%/icons/hicolor/48x48/animations
+@dirrm %%DATADIR%%/icons/hicolor/48x48/actions
+@dirrm %%DATADIR%%/icons/hicolor/48x48
+@dirrm %%DATADIR%%/icons/hicolor/24x24/status
+@dirrm %%DATADIR%%/icons/hicolor/24x24/animations
+@dirrm %%DATADIR%%/icons/hicolor/24x24/actions
+@dirrm %%DATADIR%%/icons/hicolor/24x24
+@dirrm %%DATADIR%%/icons/hicolor/22x22/status
+@dirrm %%DATADIR%%/icons/hicolor/22x22/animations
+@dirrm %%DATADIR%%/icons/hicolor/22x22/actions
+@dirrm %%DATADIR%%/icons/hicolor/22x22
+@dirrm %%DATADIR%%/icons/hicolor/16x16/status
+@dirrm %%DATADIR%%/icons/hicolor/16x16/animations
+@dirrm %%DATADIR%%/icons/hicolor/16x16/actions
+@dirrm %%DATADIR%%/icons/hicolor/16x16
+@dirrm %%DATADIR%%/icons/hicolor
+@dirrm %%DATADIR%%/icons
+@dirrm %%DATADIR%%
@dirrmtry share/applications
+@dirrmtry share/GConf/gsettings
+@dirrmtry share/GConf
+@dirrm %%PYTHON_SITELIBDIR%%/packagekit
+@dirrm %%PYTHON_SITELIBDIR%%
+@dirrm %%PYTHON_LIBDIR%%
+@dirrmtry lib/gnome-settings-daemon-3.0/gtk-modules
+@dirrmtry lib/gnome-settings-daemon-3.0
@exec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-desktop-database > /dev/null || /usr/bin/true
-@dirrmtry %%PYTHON_SITELIBDIR%%/packagekit