Created
February 21, 2017 12:40
-
-
Save CyberManifest/cc659a04c4b8a527362bfb7a93e0d85e to your computer and use it in GitHub Desktop.
Pantheon Arch Install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
^~~~~~ | |
ui.c:1350:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
ui.c:1446:2: warning: ‘gtk_tree_view_set_rules_hint’ is deprecated [-Wdeprecated-declarations] | |
gtk_tree_view_set_rules_hint (_tmp62_, TRUE); | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27:0, | |
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, | |
from /usr/include/gtk-3.0/gtk/gtk.h:42, | |
from ui.c:18: | |
/usr/include/gtk-3.0/gtk/gtktreeview.h:246:24: note: declared here | |
void gtk_tree_view_set_rules_hint (GtkTreeView *tree_view, | |
^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
ui.c: In function ‘user_interface_prompt_to_save’: | |
ui.c:1761:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
gtk_dialog_add_button ((GtkDialog*) _tmp9_, GTK_STOCK_CANCEL, (gint) GTK_RESPONSE_CANCEL); | |
^~~~~~~~~~~~~~~~~~~~~ | |
ui.c:1763:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
gtk_dialog_add_button ((GtkDialog*) _tmp10_, GTK_STOCK_SAVE, (gint) GTK_RESPONSE_YES); | |
^~~~~~~~~~~~~~~~~~~~~ | |
ui.c: In function ‘user_interface_show_page_menu_cb’: | |
ui.c:2563:2: warning: ‘gtk_menu_popup’ is deprecated: Use '(gtk_menu_popup_at_widget, gtk_menu_popup_at_pointer, gtk_menu_popup_at_rect)' instead [-Wdeprecated-declarations] | |
gtk_menu_popup (menu, NULL, NULL, NULL, NULL, (guint) 3, _tmp3_); | |
^~~~~~~~~~~~~~ | |
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:34:0, | |
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, | |
from /usr/include/gtk-3.0/gtk/gtk.h:33, | |
from ui.c:18: | |
/usr/include/gtk-3.0/gtk/gtkmenu.h:138:9: note: declared here | |
void gtk_menu_popup (GtkMenu *menu, | |
^~~~~~~~~~~~~~ | |
ui.c: In function ‘user_interface_load’: | |
ui.c:4049:2: warning: ‘gtk_vbox_get_type’ is deprecated [-Wdeprecated-declarations] | |
_tmp20_ = _g_object_ref0 (G_TYPE_CHECK_INSTANCE_CAST (_tmp19_, gtk_vbox_get_type (), GtkVBox)); | |
^~~~~~~ | |
In file included from /usr/include/gtk-3.0/gtk/gtk.h:282:0, | |
from ui.c:18: | |
/usr/include/gtk-3.0/gtk/deprecated/gtkvbox.h:59:13: note: declared here | |
GType gtk_vbox_get_type (void) G_GNUC_CONST; | |
^~~~~~~~~~~~~~~~~ | |
ui.c:4167:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
_tmp93_ = granite_widgets_tool_button_with_menu_new_from_stock (GTK_STOCK_PROPERTIES, GTK_ICON_SIZE_MENU, _tmp91_, _tmp92_); | |
^~~~~~~ | |
ui.c:4281:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] | |
_tmp158_ = gtk_info_bar_get_content_area (_tmp157_); | |
^ | |
ui.c:4289:2: warning: ‘gtk_image_new_from_stock’ is deprecated: Use 'gtk_image_new_from_icon_name' instead [-Wdeprecated-declarations] | |
_tmp163_ = (GtkImage*) gtk_image_new_from_stock (GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_DIALOG); | |
^~~~~~~~ | |
In file included from /usr/include/gtk-3.0/gtk/gtkentry.h:42:0, | |
from /usr/include/gtk-3.0/gtk/gtktreeview.h:29, | |
from /usr/include/gtk-3.0/gtk/gtkcombobox.h:27, | |
from /usr/include/gtk-3.0/gtk/gtkappchooserbutton.h:29, | |
from /usr/include/gtk-3.0/gtk/gtk.h:42, | |
from ui.c:18: | |
/usr/include/gtk-3.0/gtk/gtkimage.h:122:12: note: declared here | |
GtkWidget* gtk_image_new_from_stock (const gchar *stock_id, | |
^~~~~~~~~~~~~~~~~~~~~~~~ | |
ui.c:4289:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
_tmp163_ = (GtkImage*) gtk_image_new_from_stock (GTK_STOCK_DIALOG_WARNING, GTK_ICON_SIZE_DIALOG); | |
^~~~~~~~ | |
ui.c:4303:2: warning: ‘gtk_misc_set_alignment’ is deprecated [-Wdeprecated-declarations] | |
gtk_misc_set_alignment ((GtkMisc*) _tmp168_, 0.0f, 0.5f); | |
^~~~~~~~~~~~~~~~~~~~~~ | |
In file included from /usr/include/gtk-3.0/gtk/gtklabel.h:32:0, | |
from /usr/include/gtk-3.0/gtk/gtkaccellabel.h:35, | |
from /usr/include/gtk-3.0/gtk/gtk.h:33, | |
from ui.c:18: | |
/usr/include/gtk-3.0/gtk/deprecated/gtkmisc.h:72:6: note: declared here | |
void gtk_misc_set_alignment (GtkMisc *misc, | |
^~~~~~~~~~~~~~~~~~~~~~ | |
ui.c:4310:2: warning: ‘GtkStock’ is deprecated [-Wdeprecated-declarations] | |
_tmp173_ = gtk_info_bar_add_button (_tmp172_, GTK_STOCK_CLOSE, (gint) GTK_RESPONSE_CLOSE); | |
^~~~~~~~ | |
ui.c:4310:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] | |
_tmp173_ = gtk_info_bar_add_button (_tmp172_, GTK_STOCK_CLOSE, (gint) GTK_RESPONSE_CLOSE); | |
^ | |
ui.c:4316:11: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] | |
_tmp177_ = gtk_info_bar_add_button (_tmp175_, _tmp176_, 1); | |
^ | |
CCLD simple-scan | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/src' | |
Making all in data | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
Making all in icons | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[2]: Nothing to be done for 'all'. | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
ITMRG simple-scan.desktop | |
ITMRG org.gnome.SimpleScan.gschema.xml | |
GEN org.gnome.SimpleScan.gschema.valid | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
Making all in po | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/po' | |
MSGFMT af.gmo | |
MSGFMT ar.gmo | |
MSGFMT ast.gmo | |
MSGFMT bg.gmo | |
MSGFMT ca.gmo | |
MSGFMT cs.gmo | |
MSGFMT da.gmo | |
MSGFMT de.gmo | |
MSGFMT el.gmo | |
MSGFMT en_GB.gmo | |
MSGFMT eo.gmo | |
MSGFMT es.gmo | |
MSGFMT et.gmo | |
MSGFMT eu.gmo | |
MSGFMT fi.gmo | |
MSGFMT fr.gmo | |
MSGFMT gl.gmo | |
MSGFMT he.gmo | |
MSGFMT hr.gmo | |
MSGFMT hu.gmo | |
MSGFMT id.gmo | |
MSGFMT it.gmo | |
MSGFMT ja.gmo | |
MSGFMT lt.gmo | |
MSGFMT ms.gmo | |
MSGFMT nb.gmo | |
MSGFMT nl.gmo | |
MSGFMT oc.gmo | |
MSGFMT pl.gmo | |
MSGFMT pt_BR.gmo | |
MSGFMT pt.gmo | |
MSGFMT ro.gmo | |
MSGFMT ru.gmo | |
MSGFMT sk.gmo | |
MSGFMT sl.gmo | |
MSGFMT sq.gmo | |
MSGFMT sr.gmo | |
MSGFMT sv.gmo | |
MSGFMT te.gmo | |
MSGFMT th.gmo | |
MSGFMT tr.gmo | |
MSGFMT ug.gmo | |
MSGFMT uk.gmo | |
MSGFMT ur.gmo | |
MSGFMT vi.gmo | |
MSGFMT zh_CN.gmo | |
MSGFMT zh_TW.gmo | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/po' | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
make[1]: Nothing to be done for 'all-am'. | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
==> Entering fakeroot environment... | |
==> Starting package()... | |
Making install in src | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/src' | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/src' | |
/usr/bin/mkdir -p '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/bin' | |
/usr/bin/install -c simple-scan '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/bin' | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/src' | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/src' | |
Making install in data | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
Making install in icons | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[3]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
for icon in hicolor_actions_16x16_object-crop.png hicolor_actions_22x22_object-crop.png hicolor_actions_24x24_object-crop.png hicolor_actions_32x32_object-crop.png hicolor_actions_48x48_object-crop.png hicolor_actions_scalable_object-crop.svg; do \ | |
THEME=`echo $icon | cut -d_ -f1`; \ | |
CONTEXT=`echo $icon | cut -d_ -f2`; \ | |
SIZE=`echo $icon | cut -d_ -f3`; \ | |
ICONFILE=`echo $icon | cut -d_ -f4`; \ | |
/usr/bin/mkdir -p /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/simple-scan/icons/$THEME/$SIZE/$CONTEXT; \ | |
/usr/bin/install -c -m 644 ./$icon /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/simple-scan/icons/$THEME/$SIZE/$CONTEXT/$ICONFILE; \ | |
done | |
make[3]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data/icons' | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
make[3]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
make[3]: Nothing to be done for 'install-exec-am'. | |
/usr/bin/mkdir -p '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/man/man1' | |
/usr/bin/install -c -m 644 simple-scan.1 '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/man/man1' | |
/usr/bin/mkdir -p '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/simple-scan' | |
/usr/bin/install -c -m 644 simple-scan.ui '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/simple-scan' | |
/usr/bin/mkdir -p '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/applications' | |
/usr/bin/install -c -m 644 simple-scan.desktop '/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/applications' | |
if test -n "org.gnome.SimpleScan.gschema.xml"; then \ | |
test -z "/usr/share/glib-2.0/schemas" || /usr/bin/mkdir -p "/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/glib-2.0/schemas"; \ | |
/usr/bin/install -c -m 644 org.gnome.SimpleScan.gschema.xml "/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/glib-2.0/schemas"; \ | |
test -n "/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr" || glib-compile-schemas /usr/share/glib-2.0/schemas; \ | |
fi | |
make[3]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/data' | |
Making install in po | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/po' | |
linguas="af ar ast bg ca cs da de el en_GB eo es et eu fi fr gl he hr hu id it ja lt ms nb nl oc pl pt_BR pt ro ru sk sl sq sr sv te th tr ug uk ur vi zh_CN zh_TW "; \ | |
for lang in $linguas; do \ | |
dir=/home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/$lang/LC_MESSAGES; \ | |
/bin/sh /home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/install-sh -d $dir; \ | |
if test -r $lang.gmo; then \ | |
/usr/bin/install -c -m 644 $lang.gmo $dir/simple-scan.mo; \ | |
echo "installing $lang.gmo as $dir/simple-scan.mo"; \ | |
else \ | |
/usr/bin/install -c -m 644 ./$lang.gmo $dir/simple-scan.mo; \ | |
echo "installing ./$lang.gmo as" \ | |
"$dir/simple-scan.mo"; \ | |
fi; \ | |
if test -r $lang.gmo.m; then \ | |
/usr/bin/install -c -m 644 $lang.gmo.m $dir/simple-scan.mo.m; \ | |
echo "installing $lang.gmo.m as $dir/simple-scan.mo.m"; \ | |
else \ | |
if test -r ./$lang.gmo.m ; then \ | |
/usr/bin/install -c -m 644 ./$lang.gmo.m \ | |
$dir/simple-scan.mo.m; \ | |
echo "installing ./$lang.gmo.m as" \ | |
"$dir/simple-scan.mo.m"; \ | |
else \ | |
true; \ | |
fi; \ | |
fi; \ | |
done | |
installing af.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/af/LC_MESSAGES/simple-scan.mo | |
installing ar.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ar/LC_MESSAGES/simple-scan.mo | |
installing ast.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ast/LC_MESSAGES/simple-scan.mo | |
installing bg.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/bg/LC_MESSAGES/simple-scan.mo | |
installing ca.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ca/LC_MESSAGES/simple-scan.mo | |
installing cs.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/cs/LC_MESSAGES/simple-scan.mo | |
installing da.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/da/LC_MESSAGES/simple-scan.mo | |
installing de.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/de/LC_MESSAGES/simple-scan.mo | |
installing el.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/el/LC_MESSAGES/simple-scan.mo | |
installing en_GB.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/en_GB/LC_MESSAGES/simple-scan.mo | |
installing eo.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/eo/LC_MESSAGES/simple-scan.mo | |
installing es.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/es/LC_MESSAGES/simple-scan.mo | |
installing et.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/et/LC_MESSAGES/simple-scan.mo | |
installing eu.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/eu/LC_MESSAGES/simple-scan.mo | |
installing fi.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/fi/LC_MESSAGES/simple-scan.mo | |
installing fr.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/fr/LC_MESSAGES/simple-scan.mo | |
installing gl.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/gl/LC_MESSAGES/simple-scan.mo | |
installing he.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/he/LC_MESSAGES/simple-scan.mo | |
installing hr.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/hr/LC_MESSAGES/simple-scan.mo | |
installing hu.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/hu/LC_MESSAGES/simple-scan.mo | |
installing id.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/id/LC_MESSAGES/simple-scan.mo | |
installing it.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/it/LC_MESSAGES/simple-scan.mo | |
installing ja.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ja/LC_MESSAGES/simple-scan.mo | |
installing lt.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/lt/LC_MESSAGES/simple-scan.mo | |
installing ms.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ms/LC_MESSAGES/simple-scan.mo | |
installing nb.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/nb/LC_MESSAGES/simple-scan.mo | |
installing nl.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/nl/LC_MESSAGES/simple-scan.mo | |
installing oc.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/oc/LC_MESSAGES/simple-scan.mo | |
installing pl.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/pl/LC_MESSAGES/simple-scan.mo | |
installing pt_BR.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/pt_BR/LC_MESSAGES/simple-scan.mo | |
installing pt.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/pt/LC_MESSAGES/simple-scan.mo | |
installing ro.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ro/LC_MESSAGES/simple-scan.mo | |
installing ru.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ru/LC_MESSAGES/simple-scan.mo | |
installing sk.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/sk/LC_MESSAGES/simple-scan.mo | |
installing sl.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/sl/LC_MESSAGES/simple-scan.mo | |
installing sq.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/sq/LC_MESSAGES/simple-scan.mo | |
installing sr.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/sr/LC_MESSAGES/simple-scan.mo | |
installing sv.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/sv/LC_MESSAGES/simple-scan.mo | |
installing te.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/te/LC_MESSAGES/simple-scan.mo | |
installing th.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/th/LC_MESSAGES/simple-scan.mo | |
installing tr.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/tr/LC_MESSAGES/simple-scan.mo | |
installing ug.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ug/LC_MESSAGES/simple-scan.mo | |
installing uk.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/uk/LC_MESSAGES/simple-scan.mo | |
installing ur.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/ur/LC_MESSAGES/simple-scan.mo | |
installing vi.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/vi/LC_MESSAGES/simple-scan.mo | |
installing zh_CN.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/zh_CN/LC_MESSAGES/simple-scan.mo | |
installing zh_TW.gmo as /home/rkm/.cache/pacaur/elementary-scan-bzr/pkg/elementary-scan-bzr/usr/share/locale/zh_TW/LC_MESSAGES/simple-scan.mo | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan/po' | |
make[1]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
make[2]: Entering directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
make[2]: Nothing to be done for 'install-exec-am'. | |
make[2]: Nothing to be done for 'install-data-am'. | |
make[2]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
make[1]: Leaving directory '/home/rkm/.cache/pacaur/elementary-scan-bzr/src/elementary-scan' | |
==> Tidying install... | |
-> Removing libtool files... | |
-> Purging unwanted files... | |
-> Removing static library files... | |
-> Stripping unneeded symbols from binaries and libraries... | |
-> Compressing man and info pages... | |
==> Checking for packaging issue... | |
==> Creating package "elementary-scan-bzr"... | |
-> Generating .PKGINFO file... | |
-> Generating .BUILDINFO file... | |
-> Adding install file... | |
-> Generating .MTREE file... | |
-> Compressing package... | |
==> Leaving fakeroot environment. | |
==> Finished making: elementary-scan-bzr 607-1 (Tue Feb 21 12:06:04 UTC 2017) | |
==> Cleaning up... | |
:: Installing elementary-scan-bzr package(s)... | |
loading packages... | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) elementary-scan-bzr-607-1 | |
Total Installed Size: 1.25 MiB | |
:: Proceed with installation? [Y/n] | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing elementary-scan-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
:: gobject-introspection is now an orphan package | |
:: libgee06 is now an orphan package | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S elementary-wallpapers-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) elementary-wallpapers-bzr-r1-1 | |
Total Download Size: 19.91 MiB | |
Total Installed Size: 20.33 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
elementary-wallpapers-bzr-r1-1-any 19.9 MiB 1137K/s 00:18 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing elementary-wallpapers-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/1) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S gtk-theme-elementary-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (2) gtk-engine-murrine-0.98.2-2 gtk-theme-elementary-bzr-r668-1 | |
Total Download Size: 0.18 MiB | |
Total Installed Size: 16.56 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
gtk-engine-murrine-0.98.2-2-x86_64 80.6 KiB 2015K/s 00:00 [######################################################################] 100% | |
gtk-theme-elementary-bzr-r668-1-any 102.5 KiB 308K/s 00:00 [######################################################################] 100% | |
(2/2) checking keys in keyring [######################################################################] 100% | |
(2/2) checking package integrity [######################################################################] 100% | |
(2/2) loading package files [######################################################################] 100% | |
(2/2) checking for file conflicts [######################################################################] 100% | |
(2/2) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/2) installing gtk-engine-murrine [######################################################################] 100% | |
(2/2) installing gtk-theme-elementary-bzr [######################################################################] 100% | |
Optional dependencies for gtk-theme-elementary-bzr | |
elementary-icon-theme [installed] | |
:: Running post-transaction hooks... | |
(1/1) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S feedler-bzr | |
:: Package feedler-bzr not found in repositories, trying AUR... | |
:: resolving dependencies... | |
:: no results found for feedler-bzr | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S footnote-bzr 1 ↵ | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (2) sqlheavy-1:0.1.1-1 footnote-bzr-r366-1 | |
Total Download Size: 0.20 MiB | |
Total Installed Size: 0.96 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
sqlheavy-1:0.1.1-1-x86_64 111.4 KiB 2.18M/s 00:00 [######################################################################] 100% | |
footnote-bzr-r366-1-x86_64 95.0 KiB 347K/s 00:00 [######################################################################] 100% | |
(2/2) checking keys in keyring [######################################################################] 100% | |
(2/2) checking package integrity [######################################################################] 100% | |
(2/2) loading package files [######################################################################] 100% | |
(2/2) checking for file conflicts [######################################################################] 100% | |
(2/2) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/2) installing sqlheavy [######################################################################] 100% | |
(2/2) installing footnote-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/4) Compiling GSettings XML schema files... | |
(2/4) Updating icon theme caches... | |
(3/4) Arming ConditionNeedsUpdate... | |
(4/4) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ sudo pacman -S geary | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) geary-0.11.3+711+g4e27949d-1 | |
Total Download Size: 1.47 MiB | |
Total Installed Size: 5.96 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
geary-0.11.3+711+g4e27949d-1-x86_64 1503.9 KiB 4.13M/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing geary [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/4) Compiling GSettings XML schema files... | |
(2/4) Updating icon theme caches... | |
(3/4) Arming ConditionNeedsUpdate... | |
(4/4) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S indicator-pantheon-session-bzr | |
:: Package indicator-pantheon-session-bzr not found in repositories, trying AUR... | |
:: resolving dependencies... | |
:: no results found for indicator-pantheon-session-bzr | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S lightdm-pantheon-greeter-bzr 1 ↵ | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (2) lightdm-1:1.20.0-2 lightdm-pantheon-greeter-bzr-r529-1 | |
Total Download Size: 0.25 MiB | |
Total Installed Size: 1.97 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
lightdm-1:1.20.0-2-x86_64 187.5 KiB 2.62M/s 00:00 [######################################################################] 100% | |
lightdm-pantheon-greeter-bzr-r529-1-x86_64 69.6 KiB 393K/s 00:00 [######################################################################] 100% | |
(2/2) checking keys in keyring [######################################################################] 100% | |
(2/2) checking package integrity [######################################################################] 100% | |
(2/2) loading package files [######################################################################] 100% | |
(2/2) checking for file conflicts [######################################################################] 100% | |
(2/2) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/2) installing lightdm [######################################################################] 100% | |
Optional dependencies for lightdm | |
accountsservice: Enhanced user accounts handling [installed] | |
lightdm-gtk-greeter: GTK greeter | |
lightdm-kde-greeter: Qt greeter | |
xorg-server-xephyr: LightDM test mode | |
(2/2) installing lightdm-pantheon-greeter-bzr [######################################################################] 100% | |
error: Error opening directory '/etc/dconf/db': No such file or directory | |
Usage: | |
dconf update | |
Update the system dconf databases | |
error: command failed to execute correctly | |
:: Running post-transaction hooks... | |
(1/2) Creating temporary files... | |
(2/2) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S maya-calendar-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (8) evolution-data-server-3.22.5-1 folks-0.11.3-3 gnome-online-accounts-3.22.4-1 libchamplain-0.12.14+2+ge1f6e59-1 libgdata-0.17.6-1 libphonenumber-8.2.0-1 protobuf-3.2.0-1 | |
maya-calendar-bzr-r998-1 | |
Total Download Size: 9.55 MiB | |
Total Installed Size: 78.58 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
gnome-online-accounts-3.22.4-1-x86_64 1053.7 KiB 3.68M/s 00:00 [######################################################################] 100% | |
libgdata-0.17.6-1-x86_64 791.6 KiB 1396K/s 00:01 [######################################################################] 100% | |
protobuf-3.2.0-1-x86_64 1350.5 KiB 3.32M/s 00:00 [######################################################################] 100% | |
libphonenumber-8.2.0-1-x86_64 1319.8 KiB 3.25M/s 00:00 [######################################################################] 100% | |
evolution-data-server-3.22.5-1-x86_64 4.1 MiB 2.98M/s 00:01 [######################################################################] 100% | |
folks-0.11.3-3-x86_64 569.2 KiB 3.09M/s 00:00 [######################################################################] 100% | |
libchamplain-0.12.14+2+ge1f6e59-1-x86_64 197.6 KiB 3.22M/s 00:00 [######################################################################] 100% | |
maya-calendar-bzr-r998-1-x86_64 274.8 KiB 539K/s 00:01 [######################################################################] 100% | |
(8/8) checking keys in keyring [######################################################################] 100% | |
(8/8) checking package integrity [######################################################################] 100% | |
(8/8) loading package files [######################################################################] 100% | |
(8/8) checking for file conflicts [######################################################################] 100% | |
(8/8) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/8) installing gnome-online-accounts [######################################################################] 100% | |
Optional dependencies for gnome-online-accounts | |
gvfs-goa: Virtual file systems (e.g. OwnCloud) | |
gvfs-google: Google Drive | |
(2/8) installing libgdata [######################################################################] 100% | |
(3/8) installing protobuf [######################################################################] 100% | |
(4/8) installing libphonenumber [######################################################################] 100% | |
(5/8) installing evolution-data-server [######################################################################] 100% | |
(6/8) installing folks [######################################################################] 100% | |
(7/8) installing libchamplain [######################################################################] 100% | |
(8/8) installing maya-calendar-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/4) Compiling GSettings XML schema files... | |
(2/4) Updating icon theme caches... | |
(3/4) Arming ConditionNeedsUpdate... | |
(4/4) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S midori-granite-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) midori-granite-bzr-r7159-1 | |
Total Download Size: 1.02 MiB | |
Total Installed Size: 4.92 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
midori-granite-bzr-r7159-1-x86_64 1043.3 KiB 641K/s 00:02 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing midori-granite-bzr [######################################################################] 100% | |
Optional dependencies for midori-granite-bzr | |
gst-plugins-base: HTML5 OGG videos support [installed] | |
gst-plugins-good: HTML5 H264 and WebM videos support [installed] | |
gst-libav: HTML5 H264 videos support [installed] | |
:: Running post-transaction hooks... | |
(1/3) Updating icon theme caches... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S noise-player-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (16) ghostscript-9.20-4 goocanvas-2.0.2-1 graphviz-2.40.1-1 gtksourceview3-3.22.2-1 gts-0.7.6-3 ijs-0.35-1 jbig2dec-0.13-1 libaccounts-glib-1.23-2 libgda-5.2.4-5 | |
libgpod-0.8.3-4 libgsignon-glib-2.4.1-1 libpaper-1.1.24-10 mutagen-1.36.2-1 run-parts-4.8.1-1 sg3_utils-1.42-1 noise-player-bzr-r2045-1 | |
Total Download Size: 31.73 MiB | |
Total Installed Size: 111.97 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
run-parts-4.8.1-1-x86_64 27.8 KiB 3.88M/s 00:00 [######################################################################] 100% | |
libaccounts-glib-1.23-2-x86_64 59.6 KiB 4.48M/s 00:00 [######################################################################] 100% | |
gtksourceview3-3.22.2-1-x86_64 944.4 KiB 4.85M/s 00:00 [######################################################################] 100% | |
jbig2dec-0.13-1-x86_64 50.2 KiB 0.00B/s 00:00 [######################################################################] 100% | |
libpaper-1.1.24-10-x86_64 25.5 KiB 0.00B/s 00:00 [######################################################################] 100% | |
ijs-0.35-1-x86_64 50.6 KiB 16.5M/s 00:00 [######################################################################] 100% | |
ghostscript-9.20-4-x86_64 14.0 MiB 5.46M/s 00:03 [######################################################################] 100% | |
gts-0.7.6-3-x86_64 177.1 KiB 2.75M/s 00:00 [######################################################################] 100% | |
graphviz-2.40.1-1-x86_64 5.2 MiB 4.06M/s 00:01 [######################################################################] 100% | |
libgda-5.2.4-5-x86_64 9.0 MiB 4.17M/s 00:02 [######################################################################] 100% | |
mutagen-1.36.2-1-any 253.1 KiB 4.66M/s 00:00 [######################################################################] 100% | |
sg3_utils-1.42-1-x86_64 651.1 KiB 2.93M/s 00:00 [######################################################################] 100% | |
libgpod-0.8.3-4-x86_64 417.1 KiB 2.97M/s 00:00 [######################################################################] 100% | |
goocanvas-2.0.2-1-x86_64 214.7 KiB 1173K/s 00:00 [######################################################################] 100% | |
libgsignon-glib-2.4.1-1-x86_64 60.6 KiB 3.48M/s 00:00 [######################################################################] 100% | |
noise-player-bzr-r2045-1-x86_64 683.5 KiB 627K/s 00:01 [######################################################################] 100% | |
(16/16) checking keys in keyring [######################################################################] 100% | |
(16/16) checking package integrity [######################################################################] 100% | |
(16/16) loading package files [######################################################################] 100% | |
(16/16) checking for file conflicts [######################################################################] 100% | |
(16/16) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
( 1/16) installing libaccounts-glib [######################################################################] 100% | |
( 2/16) installing gtksourceview3 [######################################################################] 100% | |
( 3/16) installing jbig2dec [######################################################################] 100% | |
( 4/16) installing run-parts [######################################################################] 100% | |
( 5/16) installing libpaper [######################################################################] 100% | |
( 6/16) installing ijs [######################################################################] 100% | |
( 7/16) installing ghostscript [######################################################################] 100% | |
Optional dependencies for ghostscript | |
texlive-core: needed for dvipdf | |
gtk3: needed for gsx [installed] | |
( 8/16) installing gts [######################################################################] 100% | |
( 9/16) installing graphviz [######################################################################] 100% | |
Optional dependencies for graphviz | |
mono: sharp bindings | |
guile: guile bindings [installed] | |
lua51: lua bindings [installed] | |
ocaml: ocaml bindings | |
perl: perl bindings [installed] | |
python2: python bindings [installed] | |
r: r bindings | |
tcl: tcl bindings | |
qt4: gvedit [installed] | |
gtk2: gtk output plugin [installed] | |
xterm: vimdot [installed] | |
(10/16) installing goocanvas [######################################################################] 100% | |
(11/16) installing libgda [######################################################################] 100% | |
Optional dependencies for libgda | |
libgda-firebird: provider for Firebird | |
libgda-jdbc: provider for JDBC | |
libgda-mysql: provider for MySQL | |
libgda-postgres: provider for PostgreSQL | |
(12/16) installing mutagen [######################################################################] 100% | |
(13/16) installing sg3_utils [######################################################################] 100% | |
(14/16) installing libgpod [######################################################################] 100% | |
Optional dependencies for libgpod | |
gtk-sharp-2: Mono bindings | |
python2-gobject2: python bindings [installed] | |
(15/16) installing libgsignon-glib [######################################################################] 100% | |
Optional dependencies for libgsignon-glib | |
python: Python bindings [installed] | |
vala: Vala bindings [installed] | |
(16/16) installing noise-player-bzr [######################################################################] 100% | |
Optional dependencies for noise-player-bzr | |
gst-plugins-base: "Base" plugin libraries [installed] | |
gst-plugins-good: "Good" plugin libraries [installed] | |
gst-plugins-bad: "Bad" plugin libraries [installed] | |
gst-plugins-ugly: "Ugly" plugin libraries [installed] | |
gst-libav: Libav plugin [installed] | |
:: Running post-transaction hooks... | |
(1/4) Compiling GSettings XML schema files... | |
(2/4) Updating icon theme caches... | |
(3/4) Arming ConditionNeedsUpdate... | |
(4/4) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-backgrounds-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) pantheon-backgrounds-bzr-r53-1 | |
Total Download Size: 19.22 MiB | |
Total Installed Size: 19.56 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
pantheon-backgrounds-bzr-r53-1-any 19.2 MiB 768K/s 00:26 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing pantheon-backgrounds-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/1) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-calculator-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) pantheon-calculator-bzr-r318-1 | |
Total Download Size: 0.07 MiB | |
Total Installed Size: 0.32 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
pantheon-calculator-bzr-r318-1-x86_64 67.6 KiB 361K/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing pantheon-calculator-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-default-settings-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (4) plank-theme-pantheon-bzr-r668-1 ttf-droid-20121017-5 ttf-opensans-1.10-1 pantheon-default-settings-bzr-r214-1 | |
Total Download Size: 3.95 MiB | |
Total Installed Size: 17.40 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
ttf-droid-20121017-5-any 3.5 MiB 2.03M/s 00:02 [######################################################################] 100% | |
plank-theme-pantheon-bzr-r668-1-any 2.9 KiB 0.00B/s 00:00 [######################################################################] 100% | |
ttf-opensans-1.10-1-any 421.1 KiB 310K/s 00:01 [######################################################################] 100% | |
pantheon-default-settings-bzr-r214-1-any 6.8 KiB 0.00B/s 00:00 [######################################################################] 100% | |
(4/4) checking keys in keyring [######################################################################] 100% | |
(4/4) checking package integrity [######################################################################] 100% | |
(4/4) loading package files [######################################################################] 100% | |
(4/4) checking for file conflicts [######################################################################] 100% | |
(4/4) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/4) installing plank-theme-pantheon-bzr [######################################################################] 100% | |
(2/4) installing ttf-droid [######################################################################] 100% | |
(3/4) installing ttf-opensans [######################################################################] 100% | |
Updating font cache... done. | |
(4/4) installing pantheon-default-settings-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/5) Updating fontconfig cache... | |
(2/5) Compiling GSettings XML schema files... | |
(3/5) Arming ConditionNeedsUpdate... | |
(4/5) Updating the desktop file MIME type cache... | |
(5/5) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-files-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) pantheon-files-bzr-r2505-1 | |
Total Download Size: 0.77 MiB | |
Total Installed Size: 3.78 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
pantheon-files-bzr-r2505-1-x86_64 789.5 KiB 731K/s 00:01 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing pantheon-files-bzr [######################################################################] 100% | |
Optional dependencies for pantheon-files-bzr | |
contractor-bzr: Various context menu entries [installed] | |
tumbler: Thumbnails generation [installed] | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-notify-bzr | |
:: Package pantheon-notify-bzr not found in repositories, trying AUR... | |
:: resolving dependencies... | |
:: no results found for pantheon-notify-bzr | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-print-bzr 1 ↵ | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) pantheon-print-bzr-r11-1 | |
Total Download Size: 0.01 MiB | |
Total Installed Size: 0.02 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
pantheon-print-bzr-r11-1-x86_64 6.8 KiB 0.00B/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing pantheon-print-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/1) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S pantheon-terminal-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
:: pantheon-terminal-bzr and pantheon-terminal are in conflict. Remove pantheon-terminal? [y/N] y | |
Packages (2) pantheon-terminal-0.4.0.3-1 [removal] pantheon-terminal-bzr-r943-1 | |
Total Download Size: 0.10 MiB | |
Total Installed Size: 0.46 MiB | |
Net Upgrade Size: -1.54 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
pantheon-terminal-bzr-r943-1-x86_64 106.6 KiB 314K/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(2/2) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) removing pantheon-terminal [######################################################################] 100% | |
(1/1) installing pantheon-terminal-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S plank-theme-pantheon-bzr | |
warning: plank-theme-pantheon-bzr-r668-1 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) plank-theme-pantheon-bzr-r668-1 | |
Total Installed Size: 0.00 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] Y | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling plank-theme-pantheon-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/1) Arming ConditionNeedsUpdate... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S scratch-text-editor-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) scratch-text-editor-bzr-r1676-1 | |
Total Download Size: 0.43 MiB | |
Total Installed Size: 2.03 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
scratch-text-editor-bzr-r1676-1-x86_64 443.5 KiB 613K/s 00:01 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing scratch-text-editor-bzr [######################################################################] 100% | |
Optional dependencies for scratch-text-editor-bzr | |
vala: Outline extension [installed] | |
vte3: Terminal extension [installed] | |
webkitgtk: Browser Preview extension | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S snap-photobooth-bzr | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) snap-photobooth-bzr-r408-1 | |
Total Download Size: 0.03 MiB | |
Total Installed Size: 0.14 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
snap-photobooth-bzr-r408-1-x86_64 34.4 KiB 3.36M/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing snap-photobooth-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S switchboard-bzr | |
warning: switchboard-bzr-r754-1 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) switchboard-bzr-r754-1 | |
Total Installed Size: 0.29 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] Y | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling switchboard-bzr [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Compiling GSettings XML schema files... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating the desktop file MIME type cache... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-opensans | |
warning: ttf-opensans-1.10-1 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) ttf-opensans-1.10-1 | |
Total Installed Size: 2.07 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] Y | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling ttf-opensans [######################################################################] 100% | |
Updating font cache... done. | |
:: Running post-transaction hooks... | |
(1/3) Updating fontconfig cache... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-raleway-font-family | |
:: Package ttf-raleway-font-family not found in repositories, trying AUR... | |
:: resolving dependencies... | |
:: no results found for ttf-raleway-font-family | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-dejavu 1 ↵ | |
warning: ttf-dejavu-2.37-1 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) ttf-dejavu-2.37-1 | |
Total Installed Size: 9.75 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] Y | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling ttf-dejavu [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Updating fontconfig cache... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-droid | |
warning: ttf-droid-20121017-5 is up to date -- reinstalling | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) ttf-droid-20121017-5 | |
Total Installed Size: 15.31 MiB | |
Net Upgrade Size: 0.00 MiB | |
:: Proceed with installation? [Y/n] Y | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) reinstalling ttf-droid [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Updating fontconfig cache... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-freefont | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) ttf-freefont-20120503-4 | |
Total Download Size: 3.94 MiB | |
Total Installed Size: 10.30 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
ttf-freefont-20120503-4-any 3.9 MiB 5.14M/s 00:01 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing ttf-freefont [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Updating fontconfig cache... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ pacaur -S ttf-liberation | |
resolving dependencies... | |
looking for conflicting packages... | |
Packages (1) ttf-liberation-2.00.1-7 | |
Total Download Size: 1.36 MiB | |
Total Installed Size: 3.89 MiB | |
:: Proceed with installation? [Y/n] Y | |
:: Retrieving packages... | |
ttf-liberation-2.00.1-7-any 1396.8 KiB 3.93M/s 00:00 [######################################################################] 100% | |
(1/1) checking keys in keyring [######################################################################] 100% | |
(1/1) checking package integrity [######################################################################] 100% | |
(1/1) loading package files [######################################################################] 100% | |
(1/1) checking for file conflicts [######################################################################] 100% | |
(1/1) checking available disk space [######################################################################] 100% | |
:: Processing package changes... | |
(1/1) installing ttf-liberation [######################################################################] 100% | |
:: Running post-transaction hooks... | |
(1/3) Updating fontconfig cache... | |
(2/3) Arming ConditionNeedsUpdate... | |
(3/3) Updating X fontdir indices... | |
╭─rkm@arch ~ | |
╰─➤ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment