Commit Graph

12564 Commits

Author SHA1 Message Date
jasper
92c08b2ccf - Temperature sensors can now set a 'max_threshold' value to color the
output red if exceeded.
2012-10-09 17:12:31 +00:00
jasper
dd671692ea make it possible to get temperature readings from devices other than acpitz.
use the 'path' option in your configuration's cpu_temperature block to e.g. cpu0.
2012-10-09 16:02:07 +00:00
jasper
b49e4e3a8f - change the default (and since the API is still limiting us here, only)
device from which we read temperature values from, from cpu(4) to acpitz(4).
2012-10-09 13:19:48 +00:00
ajacoutot
40b67ea21a Bring it yet more fixes... 2012-10-09 13:18:00 +00:00
jasper
6c8410d49f - honor color_good too. 2012-10-09 11:32:45 +00:00
jasper
275db814f1 - handle down wireless interfaces just like ethernet interfaces (e.g. colors!)
(added bonus of this approach is that you still get nwid and signal strength
  info of the interface, for example when it's part of a trunk device.)
2012-10-09 11:29:23 +00:00
jasper
e96bb59820 s/quality/signal/ found the hard way by rpe@ 2012-10-09 09:32:26 +00:00
dcoppa
aa2fcd1462 Update to lablgtk2-2.16.0
OK avsm@
2012-10-09 09:22:24 +00:00
jasper
e9aa0d3a41 - use %speed in the default config 2012-10-09 09:08:12 +00:00
ajacoutot
bb52c128d6 Sort PLIST. 2012-10-09 08:27:46 +00:00
ajacoutot
ad8038aa2d Sync PLIST. 2012-10-08 22:04:33 +00:00
ajacoutot
7241ced22e Several fixes toward a working configuration. 2012-10-08 21:47:04 +00:00
jasper
f7eb6ad86e - implement getting the nwid and signal strength. 2012-10-08 18:07:06 +00:00
ajacoutot
e01d5339bc Update to gnome-control-center-3.6.1. 2012-10-08 17:19:42 +00:00
ajacoutot
d10cba106f Remove non existent CONFIGURE_ARGS. 2012-10-08 17:16:20 +00:00
ajacoutot
5d23736776 Update to gnome-settings-daemon-3.6.1. 2012-10-08 17:12:55 +00:00
ajacoutot
c5d34b2fd9 Fix WANTLIB. 2012-10-08 17:12:14 +00:00
jasper
d0e8ebff12 - update to empathy-3.6.0.3 2012-10-08 15:05:57 +00:00
jasper
afa90535f8 - implement the ethernet media description (%speed flag) 2012-10-08 14:45:10 +00:00
jasper
ba35faa86c - give an example for the cpu_temperature. 2012-10-08 11:49:30 +00:00
ajacoutot
ad9851e5df Upstream:
extensionUtils: don't log verbosely on missing extension directory

Don't try and start the networkAgent component since we have no network
manager support. Jasper will work on making this committable upstream...
2012-10-08 11:33:21 +00:00
jasper
7e16e25ea6 minor cleanup 2012-10-08 11:26:48 +00:00
jasper
79a9f13d39 - implement colors too for threshold_type=time in the battery block. 2012-10-08 11:12:53 +00:00
jasper
18a413e30e - use colors to indicate battery status (currently only implemented for "threshold_type=percentage") 2012-10-08 10:33:39 +00:00
ajacoutot
e5d83bb75b Update to latexila-2.6.0. 2012-10-08 10:24:29 +00:00
jasper
3fa4068f21 - fix the display of remaining minutes when we're discharging. 2012-10-08 10:20:50 +00:00
jasper
74f70017e8 fix the battery status printing in %status 2012-10-08 10:07:41 +00:00
ajacoutot
9ee7a0d751 We need the introspection libs for gnome-shell. 2012-10-08 10:05:16 +00:00
dcoppa
d66aca4ccf sort; no bump needed 2012-10-07 19:53:05 +00:00
dcoppa
1444207d89 Fix misuse of CMake
While here, install *.cfg files in a location where SampleBrowser
can find them by default and remove obsolete pthread-related
patches...

OK landry@
2012-10-07 09:37:45 +00:00
landry
60792fe250 Remove thunar-vfs old compat layer, the only things that used it in the
portstree (xfce4-places, thunar-vcs & ristretto) were ported to gio.
prodded by ajacoutot@
2012-10-06 10:00:43 +00:00
ajacoutot
c0642b372f -genius 2012-10-05 16:15:15 +00:00
ajacoutot
8b48a5c4b3 Remove gnome2 oldie.
ok jasper@
2012-10-05 16:14:57 +00:00
ajacoutot
1fb5ab4805 Missing build depends on textproc/docbook-xsl.
spotted by naddy@
2012-10-05 11:25:54 +00:00
landry
3bce0269ea Mark as BROKEN-sparc64, this port uses -Werror and does ugly casts which
triggers warnings on sparc64.
2012-10-05 07:13:47 +00:00
jasper
e5c07f98c9 - update to grilo-plugins-0.2.2 2012-10-05 06:52:29 +00:00
jasper
3c9aabd408 - update to grilo-0.2.2 2012-10-05 06:43:02 +00:00
ajacoutot
efd90e4d8c Workaround a segfault with new gtk+3.
reported by and ok dcoppa@
2012-10-04 13:48:28 +00:00
dcoppa
5b237cc087 Set workspace_layout in create_workspace_on_output: otherwise i3
doesn't respect the workspace_layout setting.

From upstream git
2012-10-04 12:21:38 +00:00
jasper
3d6cde3777 sync with upstream patch 2012-10-04 08:41:01 +00:00
ajacoutot
aeb1b044c5 Unbreak after recent webkit RUN_DEPENDS changes -- explicitely add
audio/taglib to LIB_DEPENDS.
2012-10-04 07:21:57 +00:00
jasper
7950fed04e - update to i3status 2.6
tested by dcoppa@ also
2012-10-04 06:15:38 +00:00
ajacoutot
dc97003345 Extend comment. 2012-10-03 16:20:09 +00:00
ajacoutot
70064757da Fix depends after e-d-s move to libsecret. 2012-10-03 15:57:18 +00:00
ajacoutot
6d1aa8da0a Missing BUILD_DEPENDS and missing files in PLIST. 2012-10-03 15:56:49 +00:00
ajacoutot
f0b5dda444 This does not need to depend on gnome-shell anymore. 2012-10-03 13:39:03 +00:00
ajacoutot
68b1002b4f Update to gnome-tweak-tool-3.6.0. 2012-10-03 13:14:00 +00:00
jasper
ce13fc2d16 - update to empathy-3.6.0.1 2012-10-03 11:53:53 +00:00
jasper
99fc107007 committed upstream 2012-10-03 11:32:20 +00:00
jasper
db30e6dff8 - bugfix update to 0.2.1
- tighten dependency on grilo
2012-10-03 08:32:09 +00:00
jasper
0ff6268c85 - bugfix update to 0.2.1 2012-10-03 08:31:51 +00:00
ajacoutot
7961f762ca -f-spot
-mono-keyring
2012-10-03 08:06:26 +00:00
ajacoutot
7a19103e98 Remove crashing oldies which still depend on old gnome 2 interfaces.
graphics/shotwell is a _much_ better alternative.

ok jasper@
2012-10-03 08:06:06 +00:00
jasper
253e325d80 sync comment in patch 2012-10-03 06:48:29 +00:00
ajacoutot
9838b6110a Bring some patches from upstream to fix a couple of bugs.
Properly remove some subdirectory under _gdm homedir.
2012-10-03 06:40:50 +00:00
sthen
8bcebdcb35 BUILD_DEPENDS += textproc/docbook-xsl 2012-10-02 20:51:18 +00:00
jasper
98feff17c7 fix: non-i3bar formats always used color_bad
from upstream git
2012-10-02 20:33:29 +00:00
naddy
9128f0e4d3 requires imake to build 2012-10-02 17:14:13 +00:00
ajacoutot
d820308b56 No need to @sample directories already part of the dependencies (in this
case, p11-kit).
2012-10-02 15:58:02 +00:00
ajacoutot
c8c25597c4 Missing dependency on x11/gnome/gcr.
spottted by naddy@
2012-10-02 14:03:06 +00:00
dcoppa
d35c73be96 Fix redundancy warning 2012-10-02 10:27:56 +00:00
jasper
7f94650289 committed upstream 2012-10-02 06:33:07 +00:00
ajacoutot
51a49f90d1 Paches committed upstream.
Regen WANTLIB.
2012-10-02 06:31:37 +00:00
landry
06c8c5d0c8 Mark as BROKEN-hppa, triggers a relocation error when linking, and
trying -ffunction-sections as the error message advises doesnt yield
much success..
2012-10-01 21:23:36 +00:00
ajacoutot
78d036f6f6 Sync dependencies after libgdata moved to libsecret. 2012-10-01 15:17:29 +00:00
ajacoutot
122b349ddb Sync wantlib afer e-d-s migration to libsecret. 2012-10-01 15:01:14 +00:00
ajacoutot
2f3bcdd924 Sync dependencies after the move from libgnome-keyring to libsecret.
prodded by sthen@
2012-10-01 12:49:19 +00:00
ajacoutot
6465fe4110 Committed upstream. 2012-10-01 11:28:44 +00:00
ajacoutot
030d2dfbfa Committed upstream. 2012-10-01 10:54:30 +00:00
ajacoutot
6f1789b933 Fix the dconf gschema file. 2012-10-01 10:49:51 +00:00
dcoppa
ab29be00f1 Bugfix: don't crash when dragged floating window close
Bugfix: draw h-split indicator at the right position

Bugfix: Correctly move floating windows to invisible workspaces
cross-output

From upstream git
2012-10-01 08:12:17 +00:00
jasper
b49e9ccf80 tweak LIB_DEPENDS/WANTLIB 2012-10-01 06:44:11 +00:00
jasper
36cb049248 sync with patch as submitted upstream, no pkg change 2012-09-30 20:56:42 +00:00
naddy
a6ebe21f0d mark for parallel building 2012-09-30 20:27:50 +00:00
jasper
5bd8005de5 - update to empathy-3.6.0 2012-09-30 19:17:52 +00:00
jasper
e11b6fa927 - update to gnome-contacts-3.6.0 2012-09-30 18:27:50 +00:00
ajacoutot
f84bc6ee40 Committed upstream. 2012-09-30 16:55:11 +00:00
ajacoutot
2db2504b43 Don't override option names. 2012-09-30 16:01:38 +00:00
jasper
540933b2ed - update to gnome-shell-3.6.0 2012-09-30 14:45:23 +00:00
ajacoutot
c23d9130aa +clocks 2012-09-30 13:50:55 +00:00
ajacoutot
eb3e7aad37 Import gnome-clocks-0.1.3.
Clock application for the GNOME Desktop.

ok jasper@
2012-09-30 13:50:26 +00:00
jasper
022694920b - enable zeitgeist support 2012-09-30 12:43:41 +00:00
jasper
532c387667 - update to mutter-3.6.0 2012-09-30 12:42:04 +00:00
ajacoutot
eef06bf5bc Fix LIB_DEPENDS and WANTLIB. 2012-09-30 09:02:13 +00:00
ajacoutot
c27c387f85 BZ URL. 2012-09-30 08:38:20 +00:00
ajacoutot
e29f5edccd BZ URL. 2012-09-30 08:27:02 +00:00
ajacoutot
6d12f3af45 Fix data directories pointing to old locations (upstream). 2012-09-30 08:18:28 +00:00
ajacoutot
1e8fbeb470 Update to dbus-1.6.8. 2012-09-30 07:51:33 +00:00
ajacoutot
1c6014de0f Update to banshee-2.6.0. 2012-09-30 07:01:14 +00:00
ajacoutot
4852399a1b Unbreak after recent gdl update. 2012-09-30 06:16:27 +00:00
kili
b797312fb6 Unbreak (missing ${PREFIX}/share/xplanet/scripts directory).
"go ahead" rpointel@
2012-09-29 20:09:43 +00:00
ajacoutot
f07b2302e5 Update to gdm-3.6.0. 2012-09-29 19:28:15 +00:00
ajacoutot
e78cf59e73 Simplify substitution. 2012-09-29 17:36:25 +00:00
ajacoutot
e00d0bbfbf Tweak comment. 2012-09-29 17:23:11 +00:00
ajacoutot
50e8ccba0d Update to totem-3.6.0. 2012-09-29 16:24:43 +00:00
jasper
85849c4c0b - bump to a more recent git snapshot so it's no longer broken with new grilo 2012-09-29 15:22:21 +00:00
ajacoutot
d3d6dcd4dc Update to gnome-documents-3.6.0. 2012-09-29 12:12:30 +00:00
ajacoutot
63887f3135 Update to sushi-3.6.0. 2012-09-29 12:12:06 +00:00
ajacoutot
ec4a463ba1 +libzapojit 2012-09-29 12:10:17 +00:00
ajacoutot
28b83f692c Import libzapojit-0.0.2.
Zapojit is a GLib/GObject wrapper for the SkyDrive and Hotmail REST APIs.

ok jasper@
2012-09-29 12:09:41 +00:00
ajacoutot
0625c56077 @comment -> post-install rm 2012-09-29 10:52:27 +00:00
ajacoutot
fdd040d029 make plist has been broken long enough that I don't want to deal with it
anymore; instead of using @comment markers in PLIST, use a post-install
target to remove what we don't want.
2012-09-29 10:10:45 +00:00
rpointel
985eb08ea5 Update xplanet to 1.3.0.
ok robert (maintainer).
2012-09-29 09:35:33 +00:00
ajacoutot
cb2e471c1d Sync WANTLIB after libgdata update. 2012-09-29 07:47:24 +00:00
ajacoutot
1795097df2 Set PKG_ARCH=* 2012-09-29 07:37:38 +00:00
ajacoutot
f97dec3427 Update to vinagre-3.6.0. 2012-09-29 07:24:17 +00:00
ajacoutot
19ebc04c74 Update to vino-3.6.0. 2012-09-29 07:14:30 +00:00
jasper
d90f784847 - update to gnote-3.6.0 2012-09-28 21:35:38 +00:00
jasper
518506c37f - update to anjuta-extras-3.6.0 2012-09-28 21:28:40 +00:00
sthen
f8931923b2 drop maintainer as per his request
minor whitespace cleanup while there
2012-09-28 18:58:59 +00:00
jasper
923ef4e651 - update to anjuta-3.6.0 2012-09-28 18:56:55 +00:00
ajacoutot
1edd13bc83 Remove uneeded CONFIGURE_ARGS. 2012-09-28 17:22:54 +00:00
jasper
82f34d6723 - update to rygel-0.16.0 2012-09-28 17:21:29 +00:00
jasper
4e5358038e use TRACKER_VERSION in WANTLIB 2012-09-28 17:19:24 +00:00
ajacoutot
27f5a064a3 Remove uneeded CONFIGURE_ARGS. 2012-09-28 17:09:49 +00:00
jasper
effc67f428 - update to grilo-plugins-0.2.0 2012-09-28 16:51:21 +00:00
ajacoutot
97e9c62478 Update to gnome-power-manager-3.6.0. 2012-09-28 16:06:19 +00:00
ajacoutot
38197e93e6 Fix the lang/vala dependency. 2012-09-28 16:02:21 +00:00
ajacoutot
76c977f8b6 Disable the evolution subpackage until upstream fixes it to support the new
evolution.
Regen WANTLIB.
2012-09-28 15:57:27 +00:00
ajacoutot
10167d0974 Update to gnome-screensaver-3.6.0. 2012-09-28 15:24:24 +00:00
ajacoutot
b730ca4dcc Update to seahorse-sharing-3.6.0. 2012-09-28 15:18:22 +00:00
ajacoutot
7153f66049 Update to seahorse-nautilus-3.6.0. 2012-09-28 15:18:07 +00:00
ajacoutot
72ad0a5a1a Update to seahorse-3.6.0. 2012-09-28 15:03:28 +00:00
jasper
8927d5cb16 sync 2012-09-28 14:51:53 +00:00
jasper
5b180f1caa remove now unneeded js-common; gjs is all yawl need 2012-09-28 14:51:30 +00:00
jasper
33730be6ce remove seed, it's been superseded by gjs and wasn't really picked up by any projects. 2012-09-28 14:51:11 +00:00
ajacoutot
f36c1700a1 -krb5-auth-dialog
-libgnome-media-profiles
-media
2012-09-28 14:30:36 +00:00
ajacoutot
d74cce1634 Remove oldies.
* gnome-media is mostly unmaintained and rely on the old gstreamer; it will
probably come back as several subprojects in GNOME.
* libgnome-media-profiles is not used anymore
* krb5-auth-dialog functionnality will be superseded by gnome-online-account.

discussed with jasper@
2012-09-28 14:29:29 +00:00
ajacoutot
7ae8e4fb10 Remove unused variable. 2012-09-28 12:57:10 +00:00
jasper
7781e35531 - update to ghex-3.6.0 2012-09-28 11:44:05 +00:00
jasper
78c58ee7a2 - update to gnome-games-3.6.0.2 2012-09-28 11:24:45 +00:00
jasper
4f9597682f - update to grilo-0.2.0 2012-09-28 11:11:21 +00:00
ajacoutot
95fef2e0fa -gdl1 2012-09-28 11:02:58 +00:00
ajacoutot
13d6922793 Remove this old cruft.
ok jasper@
2012-09-28 11:02:48 +00:00
jasper
3fa16d6f47 - update to gdl-3.6.0 2012-09-28 10:56:53 +00:00
ajacoutot
905054fd54 Update to nautilus-sendto-3.6.0. 2012-09-28 10:23:23 +00:00
ajacoutot
daef164982 Add a comment about "The Unarchiver". 2012-09-28 09:48:44 +00:00
ajacoutot
5465b28409 Don't override BUILD_DEPENDS. 2012-09-28 09:40:30 +00:00
ajacoutot
f262f8cc4b Update to gnome-control-center-3.6.0. 2012-09-28 09:34:33 +00:00
jasper
7cafa12ae4 - update to gnome-system-monitor-3.6.0 2012-09-28 09:23:35 +00:00
jasper
9335dd3c2e - update to gcalctool-6.6.0 2012-09-28 09:17:52 +00:00
jasper
b54051f4fe - update to file-roller-3.6.0 2012-09-28 09:10:40 +00:00
ajacoutot
6bd5101fae Kerberos support is disabled because our Heimdal is too old; we'll enable
it once we update to a modern krb5 release.
2012-09-28 09:04:58 +00:00
jasper
f957dee70c - update to gnome-panel-3.6.0 2012-09-28 08:38:39 +00:00
ajacoutot
db9cccf889 Update to gnome-color-manager-3.6.0. 2012-09-28 08:29:41 +00:00
ajacoutot
26d4cffb1f Remove libtool archives from modules. 2012-09-28 08:28:02 +00:00
ajacoutot
984bc9ee68 No need for autoconf. 2012-09-28 07:57:29 +00:00
jasper
c49726eb0e - update to eog-plugins-3.6.0 2012-09-28 07:51:54 +00:00
jasper
9a2cc4a194 - update to eog-3.6.0 2012-09-28 07:51:41 +00:00
ajacoutot
fd924dc1bc Update to nautilus-3.6.0. 2012-09-28 07:45:48 +00:00
ajacoutot
264ee91cc2 Update to mousetweaks-3.6.0. 2012-09-28 07:43:18 +00:00
ajacoutot
0628343988 Update to gnome-session-3.6.0. 2012-09-28 07:34:24 +00:00
ajacoutot
93eeb340ea Update to baobab-3.6.0. 2012-09-28 07:19:59 +00:00
ajacoutot
c03a81c6fc Update to gnome-search-tool-3.6.0. 2012-09-28 07:18:24 +00:00
ajacoutot
abcb974864 Update to gnome-dictionary-3.6.0. 2012-09-28 07:10:01 +00:00
ajacoutot
8d029673b6 Update to gnome-settings-daemon-3.6.0. 2012-09-28 07:09:22 +00:00
ajacoutot
30ee7c7b7c Update to orca-3.6.0. 2012-09-28 06:45:24 +00:00
ajacoutot
970a9c1385 Update to py-atspi-2.6.0. 2012-09-28 06:26:15 +00:00
naddy
5a252abbf4 not parallel-safe 2012-09-27 21:29:45 +00:00
ajacoutot
9877518042 Update to gtk3mm-3.5.13. 2012-09-27 19:33:19 +00:00
ajacoutot
6e7833c4e2 Update to gnome-menus-3.6.0. 2012-09-27 18:27:55 +00:00
ajacoutot
95b6674e2f Update to gnome-desktop-3.6.0.1. 2012-09-27 18:13:34 +00:00
ajacoutot
ba8a7e44e8 Tweak after recent docbook changes. 2012-09-27 17:38:17 +00:00
ajacoutot
ff52f74e3c docbook-xsl already comes with libxslt. 2012-09-27 17:26:05 +00:00
ajacoutot
c1937f439f Remove old bash_completion script. New ones are installed under
share/bash-completion and this port is already legacy so it won't get
an update anytime soon...
2012-09-27 15:51:15 +00:00
jasper
ca9e48ffa6 - enable SPICE support 2012-09-27 14:58:52 +00:00
jasper
ff30b6c10b import spice-gtk-0.14
Gtk client and libraries for SPICE remote desktop servers.

ok aja@ gsoares@
2012-09-27 14:57:59 +00:00
jasper
a6ce913f8c sync 2012-09-27 14:56:58 +00:00
ajacoutot
98490ef5a3 Update to gnome-devel-docs-3.6.0. 2012-09-27 14:52:36 +00:00
jasper
47134283a0 - update to 3.6.0 2012-09-27 14:14:54 +00:00
ajacoutot
291472c450 Bump g-o-i and vala versions.
Add a dependency on yelp-tools instead of itstool (itstool is a dependency
of yelp-tools); this is a convient dependency so that we can build
the GNOME documentation for the new and legacy infrastructure whatever
configure style we set.
2012-09-27 14:14:31 +00:00
ajacoutot
694751b88a Update to gvfs-1.14.0. 2012-09-27 13:03:01 +00:00
jasper
890bd39d3d - update to gnome-online-accounts-3.6.0 2012-09-27 12:47:54 +00:00
ajacoutot
a73b930e68 Consistency in comment. 2012-09-27 12:26:01 +00:00
ajacoutot
0d089afeb1 Update to devhelp-3.6.0. 2012-09-27 11:20:37 +00:00
ajacoutot
45e65741f7 Update to gnome-user-docs-3.6.0. 2012-09-27 11:18:02 +00:00
dcoppa
db76844826 Set output_format to "i3bar", to have colours by default.
ok jasper@ (maintainer)
2012-09-27 11:06:31 +00:00
ajacoutot
c9b57fb066 Update to yelp-3.6.0. 2012-09-27 11:04:02 +00:00
ajacoutot
ee373c6040 Update to yelp-tools-3.6.0. 2012-09-27 11:03:46 +00:00
ajacoutot
1786881c4e Update to yelp-xsl-3.6.0. 2012-09-27 11:03:28 +00:00
dcoppa
995e33eb30 Bugfix: properly react to windows being unmapped before we can
reparent.
We need to verify that setting the event mask works, and we need
to include StructureNotify to get unmap events at any point in time.

From upstream git
2012-09-27 10:57:45 +00:00
jasper
9cff0383d0 - update to 3.6.0 2012-09-27 10:21:10 +00:00
jasper
df9e5e4518 - update to libgnomekbd-3.6.0 2012-09-27 09:47:58 +00:00
jasper
42fa8eb233 - update to libxklavier-5.3 2012-09-27 09:47:42 +00:00
jasper
052a283bb2 - update to gnome-terminal-3.6.0 2012-09-27 09:45:02 +00:00
ajacoutot
d49248651b Update to gnome-keyring-3.6.0. 2012-09-27 09:39:00 +00:00
ajacoutot
4bda1c3db1 Update to gcr-3.6.0. 2012-09-27 09:30:49 +00:00
jasper
b00ec4bf8d - update to gnome-screenshot-3.6.0 2012-09-27 09:18:49 +00:00
jasper
ea176dfa76 - update to 3.6.0 2012-09-27 09:16:42 +00:00
ajacoutot
167246ef5b Update to libcryptui-3.6.0. 2012-09-27 09:05:19 +00:00
ajacoutot
66814258bd Update to libgnome-keyring-3.6.0. 2012-09-27 09:01:40 +00:00
ajacoutot
61dd4506e7 Add comment for the build depend. 2012-09-27 08:31:42 +00:00
jasper
bf0691a99a - update to zenity-3.6.0 2012-09-27 08:00:06 +00:00
jasper
edafb70e82 - update to libgweather-3.6.0 2012-09-27 07:46:28 +00:00
jasper
76af8ce367 - update to gtksourceview-3.6.0 2012-09-27 07:45:34 +00:00
jasper
c204ae3f79 - update to gnome-backgrounds-3.6.0 2012-09-27 07:43:03 +00:00
ajacoutot
2acf438038 Unbreak updating. 2012-09-27 07:40:09 +00:00
jasper
3a3b3ac9d0 - update to gnome-icon-theme-symbolic-3.6.0 2012-09-27 07:20:22 +00:00
jasper
912dd51c81 - update to gnome-icon-theme-3.6.0 2012-09-27 07:18:51 +00:00
jasper
9721711274 - update to gjs-1.34.0 2012-09-27 07:06:23 +00:00