Commit Graph

2507 Commits

Author SHA1 Message Date
ajacoutot
1a9cba15fc +gnome-main-menu 2010-10-25 17:44:30 +00:00
ajacoutot
1af791922c Import gnome-main-menu-0.9.15.
The gnome-main-menu is a set of three utilities.  A gnome-panel applet
similar to the traditional main-menu but a few addtions and changes.
In particular the gnome-main-menu does not provide direct access to all
the applications on the system, but rather displays user specified
"favorites" and recently launched applications.

<snip>

This is the default GNOME menu that SUSE Linux uses.
ok jasper@
2010-10-25 17:43:15 +00:00
ajacoutot
6ce67df2b6 Maintainance update to tomboy-1.4.2. 2010-10-25 17:41:14 +00:00
ajacoutot
e4fc1f6b48 Unbreak. 2010-10-25 12:46:24 +00:00
jasper
61b55af74b - WIP update empathy to 2.32.0.1
- re-enable logger

feedback/ok aja@
2010-10-25 12:42:02 +00:00
ajacoutot
aacddea540 Add the soon to be imported "gnome-main-menu" port to the list of nautilus
extensions.
2010-10-25 10:30:08 +00:00
ajacoutot
5d30810a42 +libslab 2010-10-25 10:24:01 +00:00
ajacoutot
846c386fbd Import libslab-2.30.0.
Libslab is a small library of user interface components for application
choosers similar to gnome-control-center's user interface.

ok jasper@
2010-10-25 10:23:29 +00:00
ajacoutot
e79d0ddc50 No need for this USE_X11 hack anymore. 2010-10-24 21:12:47 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
ajacoutot
020fdacde6 Don't enforce MASTER_SITES either. 2010-10-23 16:31:29 +00:00
ajacoutot
0de6d7b457 Don't force EXTRACT_SUFX. 2010-10-23 15:26:27 +00:00
ajacoutot
67f8e3e845 Do not enforce the need to set GNOME_PROJECT and GNOME_VERSION so that
we can use the x11/gnome MODULE with ports that are not directly part
of GNOME per se. This made landry's kitty sad...

ok landry@ jasper@
2010-10-23 14:37:17 +00:00
ajacoutot
4e1a5bdcbd Explicitely set --disable-schemas-compile. 2010-10-23 14:10:16 +00:00
jasper
8f761a3302 - set SHARED_ONLY 2010-10-23 11:56:32 +00:00
jasper
cfbaf3ee45 - dont set CONFIGURE_STYLE to gnu when we're using the waf module. 2010-10-23 11:10:18 +00:00
ajacoutot
11af210b75 Remove PFRAG.shared and regen PLIST.
prodded by Charles Smith.
2010-10-22 18:31:07 +00:00
kili
2f7ab7c06d Zap %%SHARED%% to make it package again. 2010-10-21 07:05:09 +00:00
robert
06350e1e36 Add a missing patch. Neede by mono-2.8 2010-10-20 10:17:33 +00:00
espie
60b506e4f3 unbreak the tree 2010-10-19 22:49:35 +00:00
ajacoutot
e3ee3f0207 Remove USE_X11=No, it's no needed. 2010-10-19 15:21:03 +00:00
ajacoutot
16143d15d4 Use a different construct for USE_X11 so that it actually does what it
was meant for.

ok landry@ jasper@
2010-10-19 15:20:36 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
3b2e958d9f Maintainance update to totem-pl-parser-2.32.1. 2010-10-18 16:42:06 +00:00
ajacoutot
62855168c5 If I understand correctly the new gnome module behaviour, USE_X11 shouldn't have been added here. 2010-10-18 16:32:37 +00:00
jasper
994b63da94 - remove USE_X11=Yes where needed (can't we fully get rid of it?)
and set USE_X11=No where needed

agreed by aja@
2010-10-18 13:18:13 +00:00
jasper
8b2b121dcb - set USE_X11 to Yes by default
ok ajacoutot@
2010-10-18 13:17:24 +00:00
jasper
e3604b64c5 - set SHARED_ONLY 2010-10-18 12:26:04 +00:00
jasper
4ed83fa66d - set SHARED_ONLY=Yes 2010-10-18 12:24:34 +00:00
robert
5c73137fa2 Fix build after the update to mono 2.8 2010-10-15 16:22:43 +00:00
ajacoutot
54d2b9d1d3 Re-enable evince support now that we have a recent enough version.
ok jasper@
2010-10-14 14:31:41 +00:00
jasper
2033a5015b - set SHARED_ONLY 2010-10-13 19:32:37 +00:00
jasper
3adc58f72a bumping downwards is somehow frowned upon.. 2010-10-13 15:00:02 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
jasper
6a38d4dd16 - fix for upcoming cair update (as it won't depend on glitz anymore, the
${LOCALBASE}/include won't be looked in for headers anymore.)
2010-10-10 14:49:03 +00:00
ajacoutot
a9833ef51a Maintainance update to mono-gnome-2.24.2. 2010-10-10 04:15:38 +00:00
ajacoutot
eb129d2d8d Fix tracker evolution plugin loading. 2010-10-07 14:31:36 +00:00
dcoppa
d88522e08f gtk+2-2.22.0 is more picky about missing icons.
Work around this by installing, alongside gnome-icon-theme, a system-wide
gtkrc containing the line:

gtk-icon-theme-name="gnome"

This avoids assertion failures regarding missing icons with GTK+
applications when executed outside of a Desktop Environment like GNOME
or XFCE.

Also remove x11/gtk+2/pkg/MESSAGE-main which is no longer needed.

Problem noticed by Patrick Keshishian

Discussed with and OK ajacoutot@
2010-10-06 13:51:58 +00:00
ajacoutot
94ef42a3da Merge from glib upstream 136e705e8383ff8848e425ac01278102d7badc52
install-gsettings-schemas has been rewritten in a portable way
2010-10-04 06:49:33 +00:00
ajacoutot
94dec937a6 -keyring-query 2010-10-04 06:26:29 +00:00
ajacoutot
da9d33706f gnome-keyring API has evolved since this unmaintained tool was written.
Debugging can be made in by different means, remove.

ok jasper@
2010-10-04 06:26:05 +00:00
ajacoutot
47848ebda0 Fix schemas file.
reported by landry@
2010-10-03 07:40:07 +00:00
ajacoutot
32c2c1f427 Fix WANTLIB. 2010-10-03 05:39:20 +00:00
ajacoutot
9ad73c2a1f Bump version and extend DESCR. 2010-10-02 17:00:29 +00:00
jasper
ad492f7399 - remove XXX'd quirk after fixing py-gobject
ok aja@
2010-10-02 09:25:11 +00:00
jasper
6dbfa74291 - tighten dependency on gnome-panel 2010-10-02 09:17:47 +00:00
ajacoutot
e357a0a055 Unbreak the scintilla editor plugin.
Fix locale dir.
2010-10-02 08:30:55 +00:00
jasper
a0741b37bc - fix DEPENDS 2010-10-02 07:24:22 +00:00
ajacoutot
a1c9f83f08 Unbreak -> WANTLIB. 2010-10-01 17:20:46 +00:00
ajacoutot
ca4a58fbec Unbreak with fixing WANTLIB. 2010-10-01 16:25:08 +00:00
ajacoutot
26166505a3 Add RUN_DEPENDS on gnome-system-monitor. 2010-10-01 16:16:41 +00:00
ajacoutot
d678c429ae Bring the panel applet back. 2010-10-01 16:04:37 +00:00
jasper
489927b439 - disable logger for now, until some slacker updates this port.. 2010-10-01 14:53:31 +00:00
ajacoutot
f0b71e9f3e No need to display SELinux context which will always be 'unknown' for us. 2010-10-01 13:21:09 +00:00
ajacoutot
4801892d21 Unbreak: fix WANTLIB. 2010-10-01 12:12:24 +00:00
ajacoutot
7e65c0e2bb Unbreak by fixing WANTLIB. 2010-10-01 10:24:23 +00:00
ajacoutot
756a50d66e gossip was removed 4 months ago. 2010-10-01 10:04:35 +00:00
ajacoutot
75980239f5 Mention deskbar-applet and move some pkg around. 2010-10-01 09:42:11 +00:00
ajacoutot
932dcf7776 Unbreak: fix WANTLIB. 2010-10-01 09:33:17 +00:00
ajacoutot
b6b5261dbd Fix build with our new libchamplain.
spotted by zomg^cluster
2010-10-01 08:09:33 +00:00
jasper
d15603ae7c - add missing dependency for synctex 2010-10-01 07:26:12 +00:00
ajacoutot
23f68f3a31 Unbreak by fixing wantlib.
spotted by landry@
2010-10-01 07:23:22 +00:00
ajacoutot
dcdb1d9571 Forgot to cvs rm, spotted by landry@ 2010-10-01 07:09:11 +00:00
jasper
3f374fe2c1 - merge into PLIST 2010-09-30 17:04:17 +00:00
ajacoutot
c5850de8a2 Missed bump. 2010-09-30 15:20:50 +00:00
jasper
f10f5872cf - fix wantlib 2010-09-30 13:54:42 +00:00
jasper
09c69d7c64 - update anjuta-extras to 2.32.0.0 2010-09-30 13:40:23 +00:00
jasper
5685d70ab1 - disable freud-mode 2010-09-30 13:15:25 +00:00
jasper
c8099f5dcf - fix WANTLIB 2010-09-30 13:10:09 +00:00
ajacoutot
a48ca9b74a Fix WANTLIB after recent updates. 2010-09-30 13:00:51 +00:00
ajacoutot
aea1cbf976 Sync WANTLIB after recent updates. 2010-09-30 13:00:09 +00:00
jasper
f1d75898da - let this build now after the libchamplain update 2010-09-30 12:22:42 +00:00
jasper
d5ed8037b1 - update hamster-applet to 2.32.0 2010-09-30 12:16:35 +00:00
jasper
42c34f12a7 - fix WANTLIB 2010-09-30 12:00:27 +00:00
jasper
772cd68a59 - fix WANTLIB 2010-09-30 11:40:18 +00:00
jasper
2c829135b5 - fix WANTLIB 2010-09-30 11:33:22 +00:00
ajacoutot
bcd19fb23d Update to tomboy-1.4.0. 2010-09-30 11:08:30 +00:00
jasper
e8ded47d1f - fix WANTLIB 2010-09-30 11:03:33 +00:00
ajacoutot
f7b77d314b Update to nautilus-sendto-2.32.0. 2010-09-30 10:41:38 +00:00
ajacoutot
87b282d78e Update to gok-2.30.1. 2010-09-30 10:33:32 +00:00
jasper
4a5777b0b8 sync 2010-09-30 10:24:25 +00:00
ajacoutot
816bc7e1a1 -cheese 2010-09-30 10:22:15 +00:00
ajacoutot
1772327f2b Hmm, not sure what happened here, I did cvs rm... 2010-09-30 10:21:57 +00:00
ajacoutot
cad642852d Update to orca-2.32.0. 2010-09-30 10:20:57 +00:00
ajacoutot
a0ddc0a115 Remove. This never worked correctly and now insists on using udev.
No point in keeping broken software around.

discussed with and ok jasper@
2010-09-30 10:20:30 +00:00
ajacoutot
52a0f2582e Fix DEPENDS. 2010-09-30 10:13:15 +00:00
jasper
d4fb2f8869 - re-enable telepathy...you'll need latest pkg-config..duh! 2010-09-30 09:54:59 +00:00
jasper
636a5dadcf - update vinagre to 2.30.3
* telepathy disabled for now, will be re-enabled soon
2010-09-30 09:46:02 +00:00
jasper
4735c814f0 - sync after x11/gnome/user-docs rename 2010-09-30 09:34:52 +00:00
jasper
b8967b7634 - update mousetweaks to 2.32.0 2010-09-30 09:29:26 +00:00
ajacoutot
609e092b33 Update to deskbar-applet-2.32.0. 2010-09-30 09:26:09 +00:00
ajacoutot
b317f43a9b Fix dependency after x11/gnome/user-docs rename. 2010-09-30 09:17:42 +00:00
ajacoutot
ea3c03a00a Re-import gnome-user-docs from x11/gnome/users-dir.
ok jasper@
2010-09-30 09:16:46 +00:00
ajacoutot
1c7ed492ee Delete, will be renamed.
ok jasper@
2010-09-30 09:15:43 +00:00
jasper
b879507bbc - uncomment needed CONFIGURE_ENV line 2010-09-30 09:01:51 +00:00
ajacoutot
57df60c082 Fix build and bump after evolution update. 2010-09-30 08:39:50 +00:00
jasper
c388b3f1c3 - set SHARED_ONLY 2010-09-30 08:04:37 +00:00
jasper
2925a0d18d - update gedit-plugins to 2.32.0
ok aja@
2010-09-30 07:50:14 +00:00
jasper
50f6f769c2 - update gedit to 2.30.4
ok aja@
2010-09-30 07:49:49 +00:00
ajacoutot
fd8e69c7f6 Update to yelp-2.30.2.
ok jasper@
2010-09-30 07:47:47 +00:00
ajacoutot
8256b745e1 Update to vino-2.32.0.
ok jasper@
2010-09-30 07:47:28 +00:00
jasper
a8d28637b9 - update zenity to 2.32.0
- remove unneeded patches as it's part of upstream releases now

ok aja@
2010-09-30 07:47:13 +00:00
ajacoutot
a03e6c54a7 Update to totem-2.32.0.
ok jasper@
2010-09-30 07:47:06 +00:00
ajacoutot
dc79e4a073 Update to seahorse-2.32.0.
ok jasper@
2010-09-30 07:46:44 +00:00
jasper
601cd57f7f - update totem-pl-parser to 2.32.0
ok aja@
2010-09-30 07:46:35 +00:00
jasper
a2d874e3ac - update py-gnome-desktop to 2.32.0
- disable evince for now, needs latest evince, which needs newer cairo, which needs newer pixman...

ok aja@
2010-09-30 07:46:05 +00:00
ajacoutot
3573d3ac24 Update to nautilus-2.32.0.
ok jasper@
2010-09-30 07:46:04 +00:00
jasper
6273bcd87c - update metacity to 2.30.3
ok aja@
2010-09-30 07:45:05 +00:00
ajacoutot
055d8cff53 Update to libgweather-2.30.3.
ok jasper@
2010-09-30 07:45:00 +00:00
jasper
74610260e8 - update gnome-themes to 2.32.0
- fix spello

ok aja@
2010-09-30 07:44:31 +00:00
ajacoutot
b8018267ab Update to libgnomeui-2.24.4.
ok jasper@
2010-09-30 07:44:17 +00:00
jasper
67345c1c35 - update gnome-terminal to 2.32.0
- update license version

ok aja@
2010-09-30 07:43:58 +00:00
ajacoutot
17e20ce1dd Update to libgnomeprintui-2.18.6.
ok jasper@
2010-09-30 07:43:58 +00:00
ajacoutot
53d782344e Update to libgnomeprint-2.18.8.
ok jasper@
2010-09-30 07:43:36 +00:00
ajacoutot
ef62be587a Update to libgnomekbd-2.32.0.
ok jasper@
2010-09-30 07:43:18 +00:00
ajacoutot
ac2beacc9d Update to libgnomecanvas-2.30.2. 2010-09-30 07:43:02 +00:00
jasper
8ca2193f73 - update gnome-devel-docs to 2.32.0 2010-09-30 07:42:59 +00:00
ajacoutot
8364386fd5 Update to libgnome-2.32.0.
ok jasper@
2010-09-30 07:42:46 +00:00
jasper
b62b692b46 - update gnome-backgrounds to 2.32.0
ok aja@
2010-09-30 07:42:39 +00:00
ajacoutot
00f5b21ac4 Update to libgnome-keyring-2.32.0.
ok jasper@
2010-09-30 07:42:22 +00:00
ajacoutot
44080d0fcc Update to libbonoboui-2.24.4.
ok jasper@
2010-09-30 07:42:04 +00:00
ajacoutot
0b4665e2d2 Update to libbonobo-2.32.0.
ok jasper@
2010-09-30 07:41:43 +00:00
ajacoutot
6402b9a316 Update to gvfs-1.6.4.
ok jasper@
2010-09-30 07:41:25 +00:00
ajacoutot
20da3774f8 Update to gnome-vfs2-2.24.4.
Remove support for avahi and cdda -- gnomevfs is deprected and shouldn't
be used.

ok jasper@
2010-09-30 07:40:37 +00:00
jasper
5600064db9 - update gdl to 2.30.1
ok aja@
2010-09-30 07:40:14 +00:00
jasper
b57290b119 - update gcalctool to 5.32.0
ok aja@
2010-09-30 07:39:48 +00:00
ajacoutot
3dcec11b37 Update to gnome-utils-2.32.0.
ok jasper@
2010-09-30 07:39:36 +00:00
ajacoutot
f2540e6289 Update to gnome-user-docs-2.32.0.
ok jasper@
2010-09-30 07:39:15 +00:00
jasper
5813b99989 - update file-roller to 2.32.0
ok aja@
2010-09-30 07:39:00 +00:00
ajacoutot
cf289c170b Update to gnome-system-tools-2.32.0.
ok jasper@
2010-09-30 07:38:53 +00:00
jasper
5888b4e9bb - update eog to 2.32.0 2010-09-30 07:38:38 +00:00
ajacoutot
2c00a20157 Update to gnome-system-monitor-2.28.2.
ok jasper@
2010-09-30 07:38:34 +00:00
jasper
506dbfd956 - update devhelp to 2.32.0
ok aja@
2010-09-30 07:38:19 +00:00
jasper
99e9244c50 - update anjuta to 2.32.0.0
ok aja@
2010-09-30 07:37:46 +00:00
ajacoutot
1880c59794 Update to gnome-settings-daemon-2.32.0.
ok jasper@
2010-09-30 07:37:26 +00:00
ajacoutot
edd0f41c1d Update to gnome-session-2.32.0.
ok jasper@
2010-09-30 07:37:04 +00:00
ajacoutot
03b146eb28 Update to gnome-screensaver-2.30.2.
ok jasper@
2010-09-30 07:36:44 +00:00
ajacoutot
2526d75d13 Update to gnome-panel-2.32.0.2.
ok jasper@
2010-09-30 07:36:27 +00:00
ajacoutot
c7d6f04e9f Update to gnome-nettool-2.32.0.
ok jasper@
2010-09-30 07:36:10 +00:00
ajacoutot
226f6acf76 Update to gnome-menus-2.30.4.
ok jasper@
2010-09-30 07:35:38 +00:00
ajacoutot
7a89adef78 Update to gnome-media-2.32.0.
ok jasper@
2010-09-30 07:35:18 +00:00
ajacoutot
51662f9ba3 Update to gnome-mag-0.16.2.
ok jasper@
2010-09-30 07:35:00 +00:00
ajacoutot
40db6b24d5 Update to gnome-keyring-2.32.0.
ok jasper@
2010-09-30 07:34:39 +00:00
ajacoutot
ad83f73e7c Update to gnome-doc-utils-0.20.2.
ok jasper@
2010-09-30 07:34:19 +00:00
ajacoutot
784b69921c Update to gnome-desktop-2.32.0.
ok jasper@
2010-09-30 07:33:59 +00:00
ajacoutot
67d31d93ec Update to gnome-control-center-2.32.0.
ok jasper@
2010-09-30 07:33:38 +00:00
ajacoutot
ff399bf557 Update to gnome-applets2-2.32.0.
ok jasper@
2010-09-30 07:33:16 +00:00
ajacoutot
7f64b39bf3 Update to bug-buddy-2.32.0.
ok jasper@
2010-09-30 07:31:06 +00:00
ajacoutot
f26c46c3b3 Fix build with new GTK+2. 2010-09-30 07:23:47 +00:00
jasper
55b96f4c9a - merge PFRAG.share into PLIST 2010-09-29 20:25:14 +00:00
landry
d56b5b4017 Fix WANTLIB after librsvg update by removing gsf-1/bz2, now
gnome-system-monitor can be built again.
2010-09-29 07:12:13 +00:00
ajacoutot
033543cc2b Comment libtool generated files for dl modules. 2010-09-28 17:09:11 +00:00
ajacoutot
40fd610b00 Regen WANTLIB after librsvg update. 2010-09-28 12:24:29 +00:00
landry
57ff900a78 Fix WANTLIB (remove gsf-1/bz2) after librsvg update. 2010-09-28 11:56:57 +00:00
landry
61f660b7db Add devel/libgsf to LIB_DEPENDS, following librsvg update. 2010-09-28 11:52:36 +00:00
jasper
54fb5d799c - remove left over patch, spotted by landry@ 2010-09-28 11:47:58 +00:00
landry
1b4c3abf16 Fix WANTLIB by removing gsf-1 after librsvg update. 2010-09-28 11:37:17 +00:00
jasper
aff05e6c09 - remove telepathy-haze from RUN_DEPENDS
- add README to explain a bit about the connection managers
- add telepathy-butterfly to RUN_DEPENDS

with/ok aja@
2010-09-28 08:57:34 +00:00
landry
8c914f8469 Fix WANTLIB after librsvg update. 2010-09-28 08:51:20 +00:00
landry
e23ff7aa98 Fix WANTLIB after librsvg update, remove bz2/gsf-1. Package now
installable again.
2010-09-28 08:20:01 +00:00
ajacoutot
95e6ce05a7 Remove bogus libgsf dependency. 2010-09-28 07:41:07 +00:00
ajacoutot
12959f1372 libgnome-keyring will stop dependending on gnome-keyring soon, so add
gnome-keyring to the needed pkg for a GNOME installation.

discussed with jasper@
2010-09-28 07:19:42 +00:00
ajacoutot
f29ea64444 Fix DEPENDS. 2010-09-27 12:13:26 +00:00
ajacoutot
acac3d9726 Major update to libgda-4.2.0.
Add a new libgda-ui subpackage: GTK+ extension and tools for libgda
2010-09-27 12:12:41 +00:00
ajacoutot
010cdd1213 Minor update to at-spi-1.32.0.
(translations updates)
2010-09-27 12:11:37 +00:00
ajacoutot
89fd22cdc5 Update to libgdamm-3.99.21. 2010-09-27 12:00:55 +00:00
ajacoutot
e17d054f90 Update to gnome-games-2.32.0. 2010-09-27 07:01:50 +00:00
ajacoutot
89c5a618e4 Update to librsvg-2.32.0.
Merge PFRAG.shared into PLIST.
2010-09-27 05:54:32 +00:00
ajacoutot
c75fa15c69 Update to gucharmap-2.32.0. 2010-09-27 05:28:09 +00:00
naddy
8d07663180 remove -Lxxx/.libs workarounds required with GNU libtool 2010-09-26 13:40:11 +00:00
steven
f9f16ff766 remove stray \
works fine now with openbsd libtool
2010-09-26 11:37:30 +00:00
steven
58d6f5e449 works fine with openbsd libtool
just don't use --debug because they rely on libtool's std output to create
some headers.
2010-09-26 11:21:55 +00:00
ajacoutot
d2b9c3b564 Remove non existent SHARED_LIBS, no pkg change. 2010-09-23 14:15:13 +00:00
jasper
da5110cb70 - iso-codes is also a run dependency nowadays 2010-09-23 14:06:22 +00:00
ajacoutot
b9f715c7d9 Bye bye gnome-scan. 2010-09-23 13:21:58 +00:00
ajacoutot
de1134f9be Remove. It doesn't work, hangs my scanner completely, crashes on !gcc4
arches, is not maintained and has been marked as BROKEN for months.

"it's still intree?" jasper@
2010-09-23 13:21:42 +00:00
ajacoutot
81b0c6deaa Mention gnome-system-tools. 2010-09-22 16:11:18 +00:00
ajacoutot
853c86340f Hook up gnome-system-tools, ok jasper@ 2010-09-22 16:10:54 +00:00
ajacoutot
8dcf3588d0 Comment the network and users utilities for now as they need more work.
(currently working on it)

ok jasper@
2010-09-22 16:10:19 +00:00
ajacoutot
fa43d6168a Use gksu-polkit instead of ktsuss to run gdmsetup. 2010-09-22 05:21:36 +00:00
jasper
57499a7fb6 - missing run dependency 2010-09-21 17:11:38 +00:00
ajacoutot
81c1d1d621 Add gconf2-polkit to the RUN_DEPENDS. 2010-09-18 06:04:00 +00:00
ajacoutot
8bf1945298 Oops... "zisiz an outrageous failureu" landry@ 2010-09-16 15:54:21 +00:00
jasper
6abe4a21fc - tighten dependency on gst-plugins-good after -soup was merged into -main
ok aja@
2010-09-16 11:02:08 +00:00
ajacoutot
9ff3fedcab Maintainance update to metacity-2.30.2. 2010-09-16 06:19:05 +00:00
ajacoutot
41bd6badf4 Update to f-spot-0.8.0. 2010-09-15 15:41:38 +00:00
ajacoutot
d2533131c1 Minor update to gnome-menus-2.30.3.
* Respect XDG_MENU_PREFIX when writing user menu file
2010-09-14 13:13:02 +00:00
ajacoutot
b83825db7d Minor update to pessulus-2.30.3. 2010-09-14 13:02:29 +00:00
ajacoutot
b82ef136dc gnome-applets2 is wanted in a default GNOME setup. 2010-09-14 08:59:40 +00:00
ajacoutot
d9b5a26fd0 Minor update to totem-pl-parser-2.30.3. 2010-09-13 14:24:44 +00:00
ajacoutot
b9069fcf6a Missing gtk-update-icon-cache goo which made the applet crashed. 2010-09-13 09:44:16 +00:00
ajacoutot
4e5eb9824d Update to krb5-auth-dialog-0.17. 2010-09-12 20:29:24 +00:00
ajacoutot
1749d2dbe9 Explicitely set the gmime version. 2010-09-11 09:09:13 +00:00
ajacoutot
6304635f9f Do not display NTP configuration/synchronisation for now, it requires
"services" support.
2010-09-10 14:48:55 +00:00
ajacoutot
2698d567e0 Add one more port to the reminder list. 2010-09-10 13:55:06 +00:00
ajacoutot
513df875b4 Import gnome-system-tools-2.30.2
These tools are intended to simplify the tasks of configuring a Unix
system for workstations. They are not intended for configuring Unix
servers.
<...>

This is a WIP, hence not hooked to the build.
DO NOT try this at home or you will harm yourself, you have been warned.

ok jasper@
2010-09-10 13:51:13 +00:00
ajacoutot
7c1071c1c9 Minor update to genius-1.0.11. Still broken. 2010-09-10 07:16:05 +00:00
ajacoutot
436bdbd8a6 Minor update to f-spot-0.7.3. 2010-09-09 09:41:21 +00:00
ajacoutot
219d0ea12e Update to genius-1.0.10.
Still broken but another step towards gnomevfs2 removal...
2010-09-08 08:18:57 +00:00
ajacoutot
a89ce5057e Fix RUN_DEPENDS, spotted by landry@ 2010-09-07 19:34:08 +00:00
ajacoutot
7217e7e316 Remove dependency on gstreamer-plugins-ugly which doesn't have a full
PERMIT_* = YES. We don't need it anyway since most (if not all and even
more) needed support is provided by gstreamer-plugins-ffmpeg.
2010-09-03 11:50:58 +00:00
ajacoutot
16632b58cb Minor update to tracker-search-0.8.17. 2010-09-02 15:33:33 +00:00
jasper
8a357c48b0 - fix dependency on libxslt. as it would pull in -main, instead of the
desired -python.

spotted by markus lude
ok aja@
2010-09-02 07:50:51 +00:00
ajacoutot
bb528ac4c4 Tweak XXX. 2010-09-01 11:36:47 +00:00
ajacoutot
3fe6f424a4 Remove now uneeded patches. 2010-09-01 11:06:21 +00:00
ajacoutot
86bc93df4d Quick hack to unbreak build after python 2.6 switch.
configure looks for python but it isn't used anywhere... I'll revisit
this later.
Regen PLIST while here.
2010-08-31 21:18:19 +00:00
ajacoutot
7b023369fe Missing build depends.
spotted by landry@
2010-08-31 19:25:57 +00:00
sthen
dc15596d75 python bumps 2010-08-30 21:53:59 +00:00
ajacoutot
50095fc131 Bugfix update to gucharmap-2.30.3. 2010-08-30 06:18:59 +00:00
ajacoutot
c99e6b8c64 Update to libgda-4.0.11.
Despites jasper@'s best efforts, no I will not move this to plan9
CATEGORIES!
2010-08-27 10:50:51 +00:00
jakemsr
160a23ebb6 fix a couple missing sentinel warnings that break the build when
WARNINGS=Yes is in effect
ok jasper, ajacoutot
2010-08-27 10:05:59 +00:00
ajacoutot
da155ce930 Remove dependency on gstreamer-libsoup which is about to be merged into
gstreamer-plugins-good.
2010-08-26 21:31:21 +00:00
ajacoutot
434a7ead6e Remove libgnomeuimm and gnome-vfsmm.
These are 2 deprecated APIs that nothing in-tree uses.

ok "less is more" jasper@
2010-08-26 10:15:18 +00:00
ajacoutot
10329e8ecc We are about to deprecate gnomevfs within the tree as it has been
superseded by gio/gvfs long time ago and isn't maintained anymore.
First move is to remove the -smb subpackage which is of no use.

ok jasper@
2010-08-26 09:19:39 +00:00
ajacoutot
f437df71ee Mention evolution-plugins and bump. 2010-08-26 07:44:11 +00:00
ajacoutot
971be59ebd Bugfix update to empathy-2.30.3.
* Fix a memory leak in EmpathyAvatar
* Toggling [ ] Enabled in the accounts dialog with the keyboard doesn't work
* Should decide which default font to use for chat view
* Some translations updates
2010-08-24 14:57:05 +00:00
ajacoutot
0372e74f53 Set path to the correct python binary for rsvg, pointed by fgsch@
While here, @comment static and libtool module files and move from
@unexec to @unexec-delete for gdk-pixbuf-query-loaders.
2010-08-23 09:18:58 +00:00
ajacoutot
18293e02d2 Update to tracker-search-0.8.16. 2010-08-22 12:02:53 +00:00
ajacoutot
2889b61079 update to f-spot-0.7.2. 2010-08-21 20:34:34 +00:00
ajacoutot
031d532578 Bugfix update to totem-pl-parser-2.30.2.
* Fix parsing PLS playlists with "holes" in the numbering
* Fix crash in totem_pl_parser_parse_with_base when parsing
  PHP files that really are PHP files
* Add Genre extension to XSPF playlists
* Fix itms links parsing
* Add support for Last.fm's new XSPF extensions
2010-08-21 19:17:04 +00:00
ajacoutot
b05271c996 Bugfix update to nautilus-sendto-2.28.5.
* Make the last selected medium's widget grab focus
* Fix thunderbird's mailto command
* Fix crashers when unloading plugins
* Fix handling of shadowed mounts in the "Removable device" section
2010-08-21 19:16:21 +00:00
ajacoutot
a281cc5565 Better startup sequence for ssh-agent, seahorse-agent and
ck-launch-session.
2010-08-21 19:08:17 +00:00
ajacoutot
2e070d4322 Remove redudancy in COMMENT. 2010-08-01 07:54:45 +00:00
ajacoutot
4cf74becdd Fix WANTLIB.
reported by naddy@
2010-07-30 15:35:00 +00:00
kili
81dadbbe5d Fix WANTLIB-smb and bump. 2010-07-25 13:07:16 +00:00
ajacoutot
b1049ddee3 More typos. 2010-07-25 09:07:01 +00:00
ajacoutot
ed256b0f84 Oops, evil typo. 2010-07-25 08:59:54 +00:00
ajacoutot
2626f8f3b1 Add a reminder comment. 2010-07-25 08:18:32 +00:00
ajacoutot
acf3cb55ca Switch to new DEPENDS/WANTLIB/REVISION. 2010-07-25 08:15:32 +00:00
ajacoutot
f7a8b003d0 Try to unfuck a bit glib2 functions with pthreads(3).
Remove the non-blocking flag from the fd passed to
g_daemon_file_input_stream_new(). This is needed because our userland
threads set the fd to non-blocking where g_input_stream_*() functions
are blocking operations.
This fixes the progress bar display and allows to write to remote
directories like ftp, sftp, webdav. Reading from these remote locations
is "somehow" working now too, but there is still something fishy when
copying directories.
You have been warned. However, it's much better than it was.
2010-07-24 16:04:21 +00:00
ajacoutot
24d81cb750 User switching requires running another new X server which will not work
by default on OpenBSD so don't display the option in the logout dialog.
2010-07-23 09:28:05 +00:00
ajacoutot
039a38fc60 Tracker can be *very* hard on ressources, so let's set some sane
defaults (which can be changed in the preferences):
* disable monitoring (gamin uses kqueue(2) and will run out of fds very
fast on a default GNOME system so it will fall back to polling which is
very ressource intensive)
* stop indexing if available space is =< 5%
* set default indexing speed to 10 (i.e. medium value 0->20)
* don't index removable devices

I will revisit this later when/if tracker behaves nicer.
2010-07-23 07:57:12 +00:00
ajacoutot
488b3de7b4 Restore media-keys functionnality. From GNOME perspective, binding a key
to an action requires pulseaudio... yeah right...
2010-07-22 11:26:29 +00:00
ajacoutot
7d7d5bad26 Remove non existent configure args.
Move to new DEPENDS while here.
2010-07-21 20:01:10 +00:00
ajacoutot
5145457348 Add missing dependency on py-xdg.
from Juha Erkkila
2010-07-21 18:42:35 +00:00
ajacoutot
b4c9935c1c Make sure we don't end up with the same entry listed several times in the
default configuration. This fixes crawling on systems where XDG_* special
directories are set to HOME.
2010-07-20 09:38:34 +00:00
landry
f371a46205 Convert py-gnome-extras to build against/use xulrunner 1.9, patch mostly
taken from debian. Added comments to patches while here.
This needs a very -current xulrunner, hence version check enforced in
LIB/BUILD_DEPENDS.
ok ajacoutot@
2010-07-19 14:55:03 +00:00
kili
c0220d10c2 Zap the v0' from PKGNAME-main to get rid of the v0v0'.
Bump EPOCH (else updates won't work).
2010-07-18 18:27:13 +00:00
ajacoutot
4412a3e196 Mention gnome-system-monitor. 2010-07-18 06:12:26 +00:00
naddy
7a0545185f bump after mcclient library fix 2010-07-16 20:19:49 +00:00
ajacoutot
3b93e116fc Bugfix update to tracker-search-0.8.15. 2010-07-16 11:56:15 +00:00
ajacoutot
6d25002e5e Fix some warnings. 2010-07-16 10:04:10 +00:00
ajacoutot
561f6e5690 Update to f-spot-0.7.1. 2010-07-14 10:58:35 +00:00
ajacoutot
8e9fecc821 Use EPOCH. 2010-07-13 20:39:03 +00:00
ajacoutot
5f70bafe92 Use REVISION. 2010-07-13 20:37:02 +00:00
ajacoutot
dd2097ee39 Bugfix update to gvfs-1.6.3. 2010-07-13 16:14:28 +00:00
ajacoutot
4d72d58e97 Fix CONFIGURE_ARGS, no binary change. 2010-07-13 14:52:26 +00:00
ajacoutot
d53415d144 Fix depends after gtk-vnc update. 2010-07-12 09:32:32 +00:00
ajacoutot
a448fba348 Fix depends.
prodded by naddy@
2010-07-10 21:24:03 +00:00
ajacoutot
e498f82431 Fix depends:
one mono-addins is enough
missing libunique (spotted by landry@)

Remove bogus DLL_MAP_FILES.
2010-07-09 06:50:59 +00:00