10133 Commits

Author SHA1 Message Date
ajacoutot
ed5e46dd25 Tighten dependencies. 2011-05-23 07:47:39 +00:00
ajacoutot
5115468c62 Update to gtk+3-3.0.10.
Bug fixed:
* GtkEntry icon tooltip is never appearing
* GtkLabel does not honor width-chars anymore
* Mnemonics don't show under some letters
* Add missing gtk_widget_override_* annotations
* GtkButton uses wrong values in grab
2011-05-23 06:11:21 +00:00
jasper
1c29f96f0c add missing gettext module 2011-05-22 17:05:30 +00:00
espie
9fd57f026d fix fetch 2011-05-22 16:19:31 +00:00
espie
15db9b9717 fix fetch 2011-05-22 16:01:48 +00:00
espie
d82af7221b find distfiles over at FreeBSD's 2011-05-22 16:01:01 +00:00
jasper
3835d36c52 enable gedit, it works good enough apart from a known Glib.Variant issue. 2011-05-22 14:33:16 +00:00
jasper
cebe8f25ea no need to include util.h for us. 2011-05-22 13:55:27 +00:00
ajacoutot
2d68cfb6f2 Update to libgnome-keyring-3.0.2.
* Fix a memory leak
2011-05-22 13:00:23 +00:00
ajacoutot
4d1abe074c Update to gnome-tweak-tool-3.0.4. 2011-05-22 10:08:18 +00:00
ajacoutot
7b8ed37513 Disable the "Switch User" button. 2011-05-22 08:58:21 +00:00
dcoppa
84126e0d3f Update to wxPython-2.8.12.0.
Based on a diff for 2.8.11.0 by rpointel@
Tested in a bulk build by landry@
OK rpointel@, landry@, alek@ (maintainer)
2011-05-22 08:21:34 +00:00
dcoppa
9637d13311 Update to wxWidgets-2.8.12.
Tested in a bulk build by landry@
OK rpointel@, landry@
2011-05-22 08:13:18 +00:00
ajacoutot
1b807ca60d Remove bogus LIB_DEPENDS. 2011-05-21 08:22:11 +00:00
ajacoutot
7c87d8b96e Add all the minimum required components for a fully working gnome-session
to RUN_DEPENDS.
2011-05-21 06:49:52 +00:00
ajacoutot
80d2bbd5d2 +cantarell-fonts 2011-05-21 06:29:30 +00:00
ajacoutot
2cfc5eedd3 Import cantarell-fonts-0.0.6.
The Cantarell typeface family is a contemporary Humanist sans serif, and
is used by the GNOME project for its user interface.
The Regular font fully supports the following writing systems: 
Basic Latin, Western European, Catalan, Baltic, Turkish, Central 
European, Dutch and Afrikaans.

ok jasper@
2011-05-21 06:29:05 +00:00
ajacoutot
23cb00d986 Sync readme. 2011-05-20 16:41:47 +00:00
jasper
6b0e92fe59 keep this sorted 2011-05-20 16:06:56 +00:00
jasper
7f62762643 sync 2011-05-20 16:05:17 +00:00
jasper
dbf3d4cda6 import totem 3.0.1 (now with nautilus subpackage for the properties tab)
Totem is movie player for the GNOME desktop based on GStreamer.
It features a playlist, a full-screen mode, seek and volume controls,
as well as complete keyboard navigation.

feedback/ok aja@
2011-05-20 16:04:45 +00:00
ajacoutot
e17c2c575c Update to nautilus-3.0.1.1. 2011-05-20 08:52:27 +00:00
ajacoutot
9a7b6d772b Missing dependency on x11/dbus-python. 2011-05-20 08:50:11 +00:00
sebastia
2039324476 Update Gemas to 0.2, some improvements to the indentation.
OK landry@
2011-05-20 07:33:45 +00:00
sebastia
1f530cb5e4 Update highlighterkit to 0.1.1, minor improvements about how highlighting is done.
Added patch to build with gcc-2.95

OK landry@
2011-05-20 07:29:49 +00:00
ajacoutot
8870927e66 Bugfix update to gnome-keyring-3.0.2. 2011-05-19 21:01:13 +00:00
jasper
1ff276729c sync 2011-05-19 19:21:08 +00:00
jasper
b20dae7b92 import gnome-utils 3.0.1
GNOME Utilities for the GNOME Desktop contains the following:

  * baobab
  * gnome-dictionary
  * gnome-font-viewer
  * gnome-screenshot
  * gnome-search-tool
  * gnome-system-log

ok aja@
2011-05-19 19:20:23 +00:00
ajacoutot
a6012bc232 Edit comment, no pkg change. 2011-05-19 18:44:57 +00:00
ajacoutot
b91873d572 +nautilus 2011-05-19 18:42:06 +00:00
ajacoutot
1da186d2a9 Import nautilus-3.0.1.
This is Nautilus, the file manager for the GNOME desktop.

ok jasper@
2011-05-19 18:40:59 +00:00
ajacoutot
b7009897ec Only refer to 'GNOME' and not gnome2, gnome3...
ok jasper@
2011-05-19 18:13:38 +00:00
ajacoutot
49a6114148 Small tweak from Gentoo:
add an autostart condition: gnome-shell comes with its own
implementation of a policy kit agent, however the fallback session does
not and needs polkit-gnome-authentication-agent to be started.
This only affects the !gtk2 FLAVOR (polkit-gnome,gtk2 will automatically
start as usual).
2011-05-19 17:55:45 +00:00
ajacoutot
7b8991687a Refer to 'GNOME' and not gnome2 or gnome3. Makes it easier for us.
ok jasper@
2011-05-19 17:26:48 +00:00
ajacoutot
07174a9714 We want to use @unexec here and not @unexec-delete.
The reason is that if a theme is removed after updating to a new version,
then we are left over with a useless cache file because we are using
pkg_add -u and not pkg_delete.
2011-05-19 14:43:16 +00:00
ajacoutot
4f23ec182e Fix COMMENT. 2011-05-19 14:36:36 +00:00
ajacoutot
9ef4c5f760 We want @unexec-delete rm -f instead of @extra. 2011-05-19 14:30:39 +00:00
ajacoutot
c53ee58ede session and panel work ok enough, so enable them. 2011-05-19 14:19:08 +00:00
ajacoutot
f5799a9bb9 +metacity 2011-05-19 13:52:10 +00:00
ajacoutot
888558de21 Import metacity-2.34.0.
Metacity is a simple window manager that integrates nicely with GNOME.

(note that it is exactly the same as the one under x11/gnome except it
depends on x11/gnome/themes-standard (i.e. gtk+3) because the default
theme is different in GNOME3 -- eventually when upstream fix gtk+3
support in metacity this can go back in the main hierarchy and we'll add
a gtk+3 FLAVOR)
2011-05-19 13:50:17 +00:00
ajacoutot
8e7b304365 Precise conflict marker. 2011-05-19 12:45:53 +00:00
ajacoutot
5370f78670 Accessibility themes are now in gnome-themes-standard so remove theme from
here.
2011-05-19 12:45:23 +00:00
ajacoutot
b93f9bb8f6 Fix Inherits. 2011-05-19 10:38:54 +00:00
ajacoutot
93fbbfa109 Add the corresponding "Inherits" theme to RUN_DEPENDS. 2011-05-19 10:31:44 +00:00
ajacoutot
e436c48f4e Metacity defaults to the "Clearlooks" theme, so it needs to RUN_DEPENDS on
gnome-icon-themes.
2011-05-19 10:06:37 +00:00
ajacoutot
50ec174ebe Enable gnome-tweak-tool. It still has a runtime issue but this is due to
py-gobject / gobject-introspection which is being worked on and not by
tweak-tool itself.
2011-05-19 08:40:07 +00:00
ajacoutot
4306a6f44a +session (commented) 2011-05-19 08:37:33 +00:00
ajacoutot
6cf4bb001c Import gnome-session-3.0.1.
gnome-session contains the GNOME session manager, as well as a
configuration program to choose applications starting on login.

(not hooked up yet)

ok jasper@
2011-05-19 08:36:41 +00:00
ajacoutot
ebd8419a3a Tighten build+run depends. 2011-05-19 08:31:57 +00:00
ajacoutot
73cb8d1f55 Add the inherited theme (i.e. Inherits=foo) to RUN_DEPENDS.
landry@ agrees
2011-05-19 07:57:51 +00:00