Commit Graph

2085 Commits

Author SHA1 Message Date
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
ajacoutot
71e59845f0 Enable polkit support.
ok jasper@ robert@
2010-07-07 16:38:27 +00:00
ajacoutot
69194d773f Enable console-kit support.
Extend README.OpenBSD.

ok jasper@ robert@
2010-07-07 16:37:57 +00:00
ajacoutot
b5c3d5442d Enable console-kit support.
While here, clean up this port and fix the default dm directory.

ok jasper@ robert@
2010-07-07 16:37:05 +00:00
espie
03d45ee036 use new subpackage-dependent ONLY_FOR_ARCHS 2010-07-06 13:02:14 +00:00
espie
2c9821cc93 fix location of libspec 2010-07-05 19:36:10 +00:00
espie
ca84c3599a gstreamer comes from... elsewhere 2010-07-05 18:59:29 +00:00
espie
870cd3109e bad dep 2010-07-05 18:51:17 +00:00
ajacoutot
a972c23230 Remove, I'll re-import it in a more suited place. 2010-07-05 10:49:26 +00:00
espie
73bf5a8fc2 missing depend 2010-07-05 09:44:02 +00:00
naddy
23da697f7f fix SO_PEERCRED fallout 2010-07-03 16:47:44 +00:00
ajacoutot
f587f7a565 Tweak comment. 2010-07-02 17:14:06 +00:00
ajacoutot
2b709f80f3 Take maintainership. 2010-07-02 17:10:06 +00:00
ajacoutot
1384080453 Remove this patch, it's not needed anymore. 2010-07-01 18:41:11 +00:00
ajacoutot
42260a9832 Tweak/add comments. 2010-07-01 18:26:53 +00:00
ajacoutot
bef3b18275 Explicitely disable polkit and the cpufreq selector here (they were not
built before anyway). These don't bring any needed features.
No pkg change, no bump.
2010-07-01 17:56:31 +00:00
ajacoutot
48d5a06876 Bring a patch from slackware to reverse the logic from OnlyShowIn=GNOME
to NotShowIn=KDE so that this can be used in for e.g. Xfce.
(the -gnome suffix really means -gtk)

Not connected, so no bump for now.
2010-07-01 17:27:58 +00:00
ajacoutot
7cc52e17ea Bugfix update to tracker-search-0.8.14. 2010-07-01 17:25:21 +00:00
ajacoutot
3533a4154c Import polkit-gnome-0.96.
PolicyKit-gnome provides a GTK+/GNOME frontend for PolicyKit.

Not hooked yet as it needs polkit.
2010-07-01 07:55:42 +00:00
ajacoutot
eefabadb35 Remove: deprecated, broken... 2010-07-01 02:34:02 +00:00
robert
38bc0e1aa1 Update to f-spot 0.7.0; ok ajacoutot@ 2010-06-30 19:08:37 +00:00
ajacoutot
75a052fa67 Update to krb5-auth-dialog-0.16. 2010-06-30 00:15:03 +00:00
ajacoutot
b5b24adf6e Update to gnome-games-2.30.2.
* minor fix-ups and translation updates
2010-06-26 04:42:51 +00:00