sthen
3df6228b5a
When dlopen()ing shared libraries for optional dependencies, Qt4 wants to
...
load a specific version of the library to avoid ABI breakages, however it uses
upstream shared lib versions which don't match those in our ports. This has
already been patched where it tries to open gtk+2/cups by removing the version
check. See ports@ thread "UPDATE: kdiff3-0.9.97" where this was discussed with
fgsch, dcoppa, espie and myself, upshot is this isn't totally clean but isn't
really worse than what we had before and it fixes use of icu4c from Qt4.
This diff from fgsch, testing/ok by me, ok espie.
2012-10-11 01:18:09 +00:00
ajacoutot
604b0262ea
Simpler patch; from pkgsrc.
2012-10-10 17:20:36 +00:00
robert
76d2d6b631
whitespace
2012-10-10 16:43:18 +00:00
ajacoutot
a6e6dd5b24
The mouse applet can make use of "mousetweaks", so add it as a dependency.
2012-10-10 12:56:32 +00:00
ajacoutot
bd51ae65ca
Remove some uneeded | old patches.
...
Add a schemas override.
2012-10-10 12:34:35 +00:00
ajacoutot
0f3c565cff
Fix cyclic dep.
2012-10-10 09:09:06 +00:00
ajacoutot
19be77f887
Remove BROKEN. Note that this is not fully functionnal yet because our
...
socket code fails with dbus now; but we need the introspection libs, so
enable it.
2012-10-10 08:47:14 +00:00
ajacoutot
50bb8cd625
Add required introspection libs that are not in the dependency chain.
2012-10-10 08:42:40 +00:00
jasper
59d668a7b4
first patches merged upstream.
2012-10-10 07:20:16 +00:00
jasper
36e2c138c4
sync
2012-10-09 20:08:56 +00:00
jasper
ee70a5d790
import yad-0.17.1.1
...
Yad (yet another dialog) is a fork of Zenity with many improvements,
such as custom buttons, additional dialogs, pop-up menu in notification
icon and more.
ok aja@
2012-10-09 20:08:21 +00:00
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