Commit Graph

78335 Commits

Author SHA1 Message Date
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
jeremy
de7b669d65 Upgrade to ruby-ncurses 1.2.1. Upstream has changed, and package
is now distributed as a gem, so deal with that.  Remove patch
that is no longer needed.  This release works with ruby 1.9, and
will build a ruby 1.9 package by default.

OK landry@
2012-10-09 10:24:06 +00:00
jeremy
a19a62aa58 Require rubygems, so that this will work when ruby-ncurses starts
using the gem version.

OK landry@
2012-10-09 10:20:05 +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
kirby
668fe9ebe1 missed rm 2012-10-09 07:38:29 +00:00
kirby
023d82b536 *** empty log message *** 2012-10-09 07:36:49 +00:00
kirby
4e9ff0e2c2 Minor update to wesnoth-1.10.4.
- different bugfixes and improvements
 - updated translations
 - bugfixes in campaigns
Go ahead  jasper@ (maintainer)
2012-10-08 22:28:34 +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
9e1f8cf2d0 - update to DB_DataObject-1.10
from viq
2012-10-08 21:35:09 +00:00
sthen
f428d9a1d1 update to Asterisk 10.9.0
- Fix channel reference leak in ChanSpy.
- dsp.c: Fix multiple issues when no-interdigit delay is present,
and fast DTMF 50ms/50ms.
- Fix bug where final queue member would not be removed from memory.
- Fix memory leak when CEL is successfully written to PostgreSQL database.
- Fix DUNDi message routing bug when neighboring peer is unreachable.
2012-10-08 21:28:06 +00:00
jasper
f7eb6ad86e - implement getting the nwid and signal strength. 2012-10-08 18:07:06 +00:00
eric
6790cfd2fc make sndio backend control the sndiod master volume rather than its own
channel.  This makes pulseaudio mixers work for all audio.

requested by and ok ajacoutot@
2012-10-08 17:19:56 +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
rpe
988a8a52ed add quilt 2012-10-08 15:43:48 +00:00
rpe
81d0293866 Import quilt 0.60
Quilt allows you to easily manage large numbers of patches by keeping
track of the changes each patch makes. Patches can be applied,
un-applied, refreshed, and more.

whith help from sthen and aja, ok aja
2012-10-08 15:14:25 +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
espie
7cdbf3d937 zap last bit of state, showing everything as host/4*2 is bad... 2012-10-08 14:16:36 +00:00
jeremy
d2417c156f Backport security fix and test for it from ruby SVN revision 37068.
OK jasper@
2012-10-08 13:17:11 +00:00
jeremy
d8416fa81d Backport security fix from ruby developer Shugo Maeda, similar to
SVN revision 37068.

OK jasper@
2012-10-08 13:15:17 +00:00
ajacoutot
5c5fe46d1b Update to gstreamer1-plugins-ugly-1.0.1. 2012-10-08 12:51:37 +00:00
ajacoutot
fc91000806 Update to gstreamer1-plugins-bad-1.0.1. 2012-10-08 12:51:22 +00:00
ajacoutot
a5ce63040c Update to gstreamer1-plugins-libav-1.0.1. 2012-10-08 12:45:20 +00:00
ajacoutot
2d9459e35a Update to gstreamer1-plugins-good-1.0.1. 2012-10-08 12:42:04 +00:00
espie
cdc017bcb0 small change for people running multiple hosts:
options on the command line now define *defaults* that host files can
override (for instance -j, stuck, -p, -J).

Add -p /n to mean "take number of jobs, if >1, divide by n, round up to 2,
and use that for parallel.

Document -p.

Make junk be 'by host' (and it's a prop, so you can tweak it).

concurrent log that records how many jobs are running each time it changes.
tag parallel builds *n in the time record.
2012-10-08 12:41:03 +00:00
ajacoutot
535f486bc2 Update to gstreamer1-plugins-base-1.0.1. 2012-10-08 12:32:19 +00:00
ajacoutot
9c7dc85e37 Update to gstreamer1-1.0.1. 2012-10-08 12:31:28 +00:00
robert
56cb1dca7b update to 2.0.3 2012-10-08 11:51:41 +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
ajacoutot
fc8fe31412 Fix my email. 2012-10-08 10:43:15 +00:00
ajacoutot
25f591f9c6 Offer this to robert@ 2012-10-08 10:39:24 +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
robert
622dc97f96 taking maintainership from Antoine 2012-10-08 10:20:32 +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
jasper
5c0a5e7fd9 - refer to the page explaining how to fix the erorr discovered by puppet-lint
- take maintainership
2012-10-08 09:41:35 +00:00
jasper
fe0d3879f2 - update to puppet-lint-0.3.1 2012-10-08 09:38:20 +00:00
dcoppa
c1e33e2536 Update to ccid-1.4.8 ; add pthread to WANTLIB 2012-10-08 09:19:52 +00:00