diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 16:19:36 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-06-17 16:19:36 +0800 |
commit | 92b99d63bf72029bcd36601ed14428e13617c0d8 (patch) | |
tree | 35de4833746c1040f9c093a62af3341077d0f88e | |
parent | 83fe6ebf2cb983e46f7ffd13d503ef938ce28780 (diff) | |
download | marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar.gz marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar.bz2 marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar.lz marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar.xz marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.tar.zst marcuscom-ports-92b99d63bf72029bcd36601ed14428e13617c0d8.zip |
Add gnome-packagekit.
trim header, switch to USES=desktop-file-utils, remove libversions where
needed. Update python restriction.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18539 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | ports-mgmt/gnome-packagekit/Makefile | 43 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/distinfo | 2 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in | 11 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c | 66 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c | 11 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c | 59 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c | 38 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c | 11 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c | 29 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/pkg-descr | 4 | ||||
-rw-r--r-- | ports-mgmt/gnome-packagekit/pkg-plist | 505 |
11 files changed, 779 insertions, 0 deletions
diff --git a/ports-mgmt/gnome-packagekit/Makefile b/ports-mgmt/gnome-packagekit/Makefile new file mode 100644 index 000000000..c6a8bd084 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/Makefile @@ -0,0 +1,43 @@ +# Created by: Anders F Bjorklund <afb@users.sourceforge.net> +# $FreeBSD$ +# $MCom: ports/ports-mgmt/gnome-packagekit/Makefile,v 1.25 2011/06/14 20:18:46 mezz Exp $ + +PORTNAME= gnome-packagekit +PORTVERSION= 2.32.0 +PORTREVISION= 3 +CATEGORIES= ports-mgmt sysutils gnome +MASTER_SITES= GNOME + +MAINTAINER= gnome@FreeBSD.org +COMMENT= PackageKit client programs for the GNOME desktop + +BUILD_DEPENDS= ${LOCALBASE}/bin/docbook2man:${PORTSDIR}/textproc/docbook-utils +LIB_DEPENDS= dbus-glib-1:${PORTSDIR}/devel/dbus-glib \ + packagekit-glib2:${PORTSDIR}/ports-mgmt/packagekit \ + notify:${PORTSDIR}/devel/libnotify \ + unique-1.0:${PORTSDIR}/x11-toolkits/unique \ + upower-glib:${PORTSDIR}/sysutils/upower \ + canberra-gtk:${PORTSDIR}/audio/libcanberra + +USE_GMAKE= yes +USE_BZIP2= yes +USE_GNOME= gnomeprefix intlhack gconf2 gnomemenus gnomedocutils +USES= desktop-file-utils gettext pathfix iconv +USE_PYTHON_BUILD=-2.7 +GCONF_SCHEMAS= gnome-packagekit.schemas +INSTALLS_ICONS= yes +INSTALLS_OMF= yes +GNU_CONFIGURE= yes +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib + +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 \ + gpk-update-viewer.1 + +pre-configure: + @${REINPLACE_CMD} -E -e 's/.*CPPFLAGS.*-Werror/#$$&/' \ + -e 's|-Wmissing-include-dirs||g' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/ports-mgmt/gnome-packagekit/distinfo b/ports-mgmt/gnome-packagekit/distinfo new file mode 100644 index 000000000..043b3b065 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/distinfo @@ -0,0 +1,2 @@ +SHA256 (gnome-packagekit-2.32.0.tar.bz2) = bc68dad11e5c9db89dcd2548a29736456063b38aa99633f9cfc4427a77a4525e +SIZE (gnome-packagekit-2.32.0.tar.bz2) = 3638533 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 new file mode 100644 index 000000000..fc8e606d8 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-data_gnome-packagekit.schemas.in @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..36c7b7258 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-check-update.c @@ -0,0 +1,66 @@ +--- 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 new file mode 100644 index 000000000..78c8ceaa5 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus-task.c @@ -0,0 +1,11 @@ +--- 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-dbus.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c new file mode 100644 index 000000000..471734de6 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-dbus.c @@ -0,0 +1,59 @@ +--- src/gpk-dbus.c.orig 2010-07-20 09:56:17.000000000 +0200 ++++ src/gpk-dbus.c 2010-07-21 17:14:31.000000000 +0200 +@@ -32,6 +32,12 @@ + #include <unistd.h> + #endif /* HAVE_UNISTD_H */ + ++#ifdef __FreeBSD__ ++#include <sys/sysctl.h> ++//#include <errno.h> ++#include <string.h> ++#endif ++ + #include <sys/wait.h> + #include <fcntl.h> + +@@ -212,6 +218,13 @@ gpk_dbus_get_exec_for_sender (GpkDbus *d + GError *error = NULL; + guint pid; + ++#ifdef __FreeBSD__ ++ size_t len; ++ int mib[4]; ++/* figure out how to use the above GError */ ++ int error2; ++#endif ++ + g_return_val_if_fail (PK_IS_DBUS (dbus), NULL); + g_return_val_if_fail (sender != NULL, NULL); + +@@ -223,7 +236,29 @@ gpk_dbus_get_exec_for_sender (GpkDbus *d + } + + /* get command line from proc */ ++#ifdef __FreeBSD__ ++ mib[0] = CTL_KERN; ++ mib[1] = KERN_PROC; ++ mib[2] = KERN_PROC_PATHNAME; ++ mib[3] = pid; ++ ++ len = 0; ++ ++ error2 = sysctl(mib, 4, NULL, &len, NULL, 0); ++ if (error2) { ++ printf ("Error: %s\n", strerror(error2)); ++ goto out; ++ } ++ ++ filename = malloc(len); ++ error2 = sysctl(mib, 4, filename, &len, NULL, 0); ++ if (error2) { ++ printf ("Error: %s\n", strerror(error2)); ++ goto out; ++ } ++#else + filename = g_strdup_printf ("/proc/%i/exe", pid); ++#endif + cmdline = g_file_read_link (filename, &error); + if (cmdline == NULL) { + egg_warning ("failed to find exec: %s", error->message); diff --git a/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c new file mode 100644 index 000000000..2fb068576 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-firmware.c @@ -0,0 +1,38 @@ +--- 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 new file mode 100644 index 000000000..51cc104ea --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-hardware.c @@ -0,0 +1,11 @@ +--- 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 new file mode 100644 index 000000000..f724d7845 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/files/patch-src_gpk-watch.c @@ -0,0 +1,29 @@ +--- 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-descr b/ports-mgmt/gnome-packagekit/pkg-descr new file mode 100644 index 000000000..eedcedc39 --- /dev/null +++ b/ports-mgmt/gnome-packagekit/pkg-descr @@ -0,0 +1,4 @@ +gnome-packagekit is the name of the collection of graphical +tools for PackageKit to be used in the GNOME desktop. + +WWW: http://www.packagekit.org/ diff --git a/ports-mgmt/gnome-packagekit/pkg-plist b/ports-mgmt/gnome-packagekit/pkg-plist new file mode 100644 index 000000000..ec334c9de --- /dev/null +++ b/ports-mgmt/gnome-packagekit/pkg-plist @@ -0,0 +1,505 @@ +bin/gpk-application +bin/gpk-backend-status +bin/gpk-dbus-service +bin/gpk-install-catalog +bin/gpk-install-local-file +bin/gpk-install-mime-type +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 +%%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/applications/gpk-application.desktop +share/applications/gpk-install-catalog.desktop +share/applications/gpk-install-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/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 +share/gnome/help/gnome-packagekit/C/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/C/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/C/figures/gpk-log.png +share/gnome/help/gnome-packagekit/C/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/C/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/C/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/C/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/C/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/C/figures/gpk-signature.png +share/gnome/help/gnome-packagekit/C/figures/gpk-updates-overview.png +share/gnome/help/gnome-packagekit/C/figures/gpk-updates-warning.png +share/gnome/help/gnome-packagekit/C/figures/gpk-updates.png +share/gnome/help/gnome-packagekit/C/gnome-packagekit.xml +share/gnome/help/gnome-packagekit/C/legal.xml +share/gnome/help/gnome-packagekit/de/figures/gpk-added-deps.png +share/gnome/help/gnome-packagekit/de/figures/gpk-application-groups.png +share/gnome/help/gnome-packagekit/de/figures/gpk-client-codecs.png +share/gnome/help/gnome-packagekit/de/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/de/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/de/figures/gpk-log.png +share/gnome/help/gnome-packagekit/de/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/de/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/de/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/de/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/de/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/de/figures/gpk-signature.png +share/gnome/help/gnome-packagekit/de/figures/gpk-updates-overview.png +share/gnome/help/gnome-packagekit/de/figures/gpk-updates-warning.png +share/gnome/help/gnome-packagekit/de/figures/gpk-updates.png +share/gnome/help/gnome-packagekit/de/gnome-packagekit.xml +share/gnome/help/gnome-packagekit/el/figures/gpk-added-deps.png +share/gnome/help/gnome-packagekit/el/figures/gpk-application-groups.png +share/gnome/help/gnome-packagekit/el/figures/gpk-client-codecs.png +share/gnome/help/gnome-packagekit/el/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/el/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/el/figures/gpk-log.png +share/gnome/help/gnome-packagekit/el/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/el/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/el/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/el/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/el/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/el/figures/gpk-signature.png +share/gnome/help/gnome-packagekit/el/figures/gpk-updates-overview.png +share/gnome/help/gnome-packagekit/el/figures/gpk-updates-warning.png +share/gnome/help/gnome-packagekit/el/figures/gpk-updates.png +share/gnome/help/gnome-packagekit/el/gnome-packagekit.xml +share/gnome/help/gnome-packagekit/es/figures/gpk-added-deps.png +share/gnome/help/gnome-packagekit/es/figures/gpk-application-groups.png +share/gnome/help/gnome-packagekit/es/figures/gpk-client-codecs.png +share/gnome/help/gnome-packagekit/es/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/es/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/es/figures/gpk-log.png +share/gnome/help/gnome-packagekit/es/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/es/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/es/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/es/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/es/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/es/figures/gpk-signature.png +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/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 +share/gnome/help/gnome-packagekit/oc/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-log.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/oc/figures/gpk-signature.png +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/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 +share/gnome/help/gnome-packagekit/pl/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-log.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/pl/figures/gpk-signature.png +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/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 +share/gnome/help/gnome-packagekit/sv/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-log.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-signature.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-overview.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-updates-warning.png +share/gnome/help/gnome-packagekit/sv/figures/gpk-updates.png +share/gnome/help/gnome-packagekit/sv/gnome-packagekit.xml +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-added-deps.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-application-groups.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-codecs.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-client-copy-local.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-eula.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-log.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-prefs.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-remove-confirm.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo-auth.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-repo.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack-example.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-service-pack.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-signature.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-overview.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates-warning.png +share/gnome/help/gnome-packagekit/zh_CN/figures/gpk-updates.png +share/gnome/help/gnome-packagekit/zh_CN/gnome-packagekit.xml +share/icons/hicolor/16x16/apps/gpk-log.png +share/icons/hicolor/16x16/apps/gpk-prefs.png +share/icons/hicolor/16x16/apps/gpk-repo.png +share/icons/hicolor/16x16/apps/gpk-service-pack.png +share/icons/hicolor/16x16/mimetypes/application-x-catalog.png +share/icons/hicolor/16x16/mimetypes/application-x-package-list.png +share/icons/hicolor/16x16/mimetypes/application-x-servicepack.png +share/icons/hicolor/22x22/apps/gpk-log.png +share/icons/hicolor/22x22/apps/gpk-prefs.png +share/icons/hicolor/22x22/apps/gpk-repo.png +share/icons/hicolor/22x22/apps/gpk-service-pack.png +share/icons/hicolor/22x22/mimetypes/application-x-catalog.png +share/icons/hicolor/22x22/mimetypes/application-x-package-list.png +share/icons/hicolor/22x22/mimetypes/application-x-servicepack.png +share/icons/hicolor/24x24/apps/gpk-log.png +share/icons/hicolor/24x24/apps/gpk-prefs.png +share/icons/hicolor/24x24/apps/gpk-repo.png +share/icons/hicolor/24x24/apps/gpk-service-pack.png +share/icons/hicolor/24x24/mimetypes/application-x-catalog.png +share/icons/hicolor/24x24/mimetypes/application-x-package-list.png +share/icons/hicolor/24x24/mimetypes/application-x-servicepack.png +share/icons/hicolor/48x48/apps/gpk-log.png +share/icons/hicolor/48x48/apps/gpk-prefs.png +share/icons/hicolor/48x48/apps/gpk-repo.png +share/icons/hicolor/48x48/apps/gpk-service-pack.png +share/icons/hicolor/48x48/mimetypes/application-x-catalog.png +share/icons/hicolor/48x48/mimetypes/application-x-package-list.png +share/icons/hicolor/48x48/mimetypes/application-x-servicepack.png +share/icons/hicolor/scalable/apps/gpk-log.svg +share/icons/hicolor/scalable/apps/gpk-prefs.svg +share/icons/hicolor/scalable/apps/gpk-repo.svg +share/icons/hicolor/scalable/apps/gpk-service-pack.svg +share/icons/hicolor/scalable/mimetypes/application-x-catalog.svg +share/icons/hicolor/scalable/mimetypes/application-x-package-list.svg +share/icons/hicolor/scalable/mimetypes/application-x-servicepack.svg +share/locale/ar/LC_MESSAGES/gnome-packagekit.mo +share/locale/as/LC_MESSAGES/gnome-packagekit.mo +share/locale/bg/LC_MESSAGES/gnome-packagekit.mo +share/locale/bn/LC_MESSAGES/gnome-packagekit.mo +share/locale/bn_IN/LC_MESSAGES/gnome-packagekit.mo +share/locale/ca/LC_MESSAGES/gnome-packagekit.mo +share/locale/ca@valencia/LC_MESSAGES/gnome-packagekit.mo +share/locale/cs/LC_MESSAGES/gnome-packagekit.mo +share/locale/cy/LC_MESSAGES/gnome-packagekit.mo +share/locale/da/LC_MESSAGES/gnome-packagekit.mo +share/locale/de/LC_MESSAGES/gnome-packagekit.mo +share/locale/el/LC_MESSAGES/gnome-packagekit.mo +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/fi/LC_MESSAGES/gnome-packagekit.mo +share/locale/fr/LC_MESSAGES/gnome-packagekit.mo +share/locale/gl/LC_MESSAGES/gnome-packagekit.mo +share/locale/gu/LC_MESSAGES/gnome-packagekit.mo +share/locale/he/LC_MESSAGES/gnome-packagekit.mo +share/locale/hi/LC_MESSAGES/gnome-packagekit.mo +share/locale/hu/LC_MESSAGES/gnome-packagekit.mo +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/lt/LC_MESSAGES/gnome-packagekit.mo +share/locale/lv/LC_MESSAGES/gnome-packagekit.mo +share/locale/ml/LC_MESSAGES/gnome-packagekit.mo +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/oc/LC_MESSAGES/gnome-packagekit.mo +share/locale/or/LC_MESSAGES/gnome-packagekit.mo +share/locale/pa/LC_MESSAGES/gnome-packagekit.mo +share/locale/pl/LC_MESSAGES/gnome-packagekit.mo +share/locale/pt/LC_MESSAGES/gnome-packagekit.mo +share/locale/pt_BR/LC_MESSAGES/gnome-packagekit.mo +share/locale/ro/LC_MESSAGES/gnome-packagekit.mo +share/locale/ru/LC_MESSAGES/gnome-packagekit.mo +share/locale/sk/LC_MESSAGES/gnome-packagekit.mo +share/locale/sl/LC_MESSAGES/gnome-packagekit.mo +share/locale/sr/LC_MESSAGES/gnome-packagekit.mo +share/locale/sr@latin/LC_MESSAGES/gnome-packagekit.mo +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/uk/LC_MESSAGES/gnome-packagekit.mo +share/locale/zh_CN/LC_MESSAGES/gnome-packagekit.mo +share/locale/zh_HK/LC_MESSAGES/gnome-packagekit.mo +share/locale/zh_TW/LC_MESSAGES/gnome-packagekit.mo +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-oc.omf +share/omf/gnome-packagekit/gnome-packagekit-pl.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/te/LC_MESSAGES +@dirrmtry share/locale/te +@dirrmtry share/locale/oc/LC_MESSAGES +@dirrmtry share/locale/oc +@dirrmtry share/locale/mr/LC_MESSAGES +@dirrmtry share/locale/mr +@dirrmtry share/locale/en@shaw/LC_MESSAGES +@dirrmtry share/locale/en@shaw +@dirrmtry share/locale/ca@valencia/LC_MESSAGES +@dirrmtry share/locale/ca@valencia +@dirrmtry share/locale/bn_IN/LC_MESSAGES +@dirrmtry share/locale/bn_IN +@dirrmtry share/locale/as/LC_MESSAGES +@dirrmtry share/locale/as +@dirrm share/gnome/help/gnome-packagekit/zh_CN/figures +@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/pl/figures +@dirrm share/gnome/help/gnome-packagekit/pl +@dirrm share/gnome/help/gnome-packagekit/oc/figures +@dirrm share/gnome/help/gnome-packagekit/oc +@dirrm share/gnome/help/gnome-packagekit/es/figures +@dirrm share/gnome/help/gnome-packagekit/es +@dirrm share/gnome/help/gnome-packagekit/el/figures +@dirrm share/gnome/help/gnome-packagekit/el +@dirrm share/gnome/help/gnome-packagekit/de/figures +@dirrm share/gnome/help/gnome-packagekit/de +@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 +@dirrmtry share/applications +@dirrmtry %%PYTHON_SITELIBDIR%%/packagekit |