Commit Graph

62256 Commits

Author SHA1 Message Date
codyopel
0c0e37a32b libsexy: add meta 2015-05-07 08:38:43 -04:00
Luca Bruno
3715dbbb98 gnome-contacts: use automake 1.14 2015-05-07 14:28:14 +02:00
obadz
d27b8e642e mono 3.12.1 -> 4.0.1
monodevelop 5.7.0.660 -> 5.9.0.431
2015-05-07 12:56:22 +01:00
Peter Simons
8ea440b59b Merge pull request #7600 from jraygauthier/jrg/add_diagrambuilder_stdalone_pkg
Added standalone diagram-builder haskell package.
2015-05-07 11:16:01 +02:00
Rob Vermaas
650d3f8fc4 Revert restartIfChanged on fetch-ec2-data, as it breaks deployments that set ec2.metadata = true, as the existing (default) blackhole will not be cleared.
(cherry picked from commit ccf672ca6b055e5e862e45b65d122754c16cf7d1)
2015-05-07 08:51:38 +00:00
William A. Kennington III
074c4a7f78 Merge remote-tracking branch 'upstream/master' into staging 2015-05-07 01:44:49 -07:00
William A. Kennington III
d3f3317632 Revert "Revert "libvorbis: propagate libogg dependency""
This reverts commit 5728c06f83.
2015-05-07 01:38:14 -07:00
William A. Kennington III
3f9817fd51 Revert "libvorbis: Fix ogg dependency"
This reverts commit ca5c9e6cf2.
2015-05-07 01:38:03 -07:00
Tobias Geerinckx-Rice
10bb715c07 geolite-legacy -> 2015-05-07 2015-05-07 10:10:51 +02:00
aszlig
c7e7f12ef6
uqm: Bring back package and fix 3do extractor.
It was dropped in 324719a5a6.

The UQM package itself doesn't require Haskell, but in order to extract
contents from the 3do version of the game, we need to have a small
helper utility which I wrote in Haskell a while ago. In order to switch
it to Haskell NG, only very minor modifications were necessary, which
are now done with this commit instead of dropping the whole game.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2015-05-07 08:03:06 +02:00
Dan Peebles
5454be28aa I suppose this is the 'better' way to fix bundler for now. Ugh 2015-05-07 01:14:14 -04:00
Dan Peebles
35ddd2543a Revert "Fix bundler HEAD"
This reverts commit 00c4c52277.
2015-05-07 01:10:46 -04:00
Dan Peebles
00c4c52277 Fix bundler HEAD 2015-05-07 00:11:00 -04:00
Tuomas Tynkkynen
9fc72c8ab8 kernel: Install DTBs into a subdirectory
This avoids the pollution of the top-level kernel output directory and
also simplifies the boot entry generator script I will be using on ARM.
2015-05-07 06:04:10 +03:00
Tuomas Tynkkynen
a6aa673849 ARMv7 platforms: switch header config to multi_v7_defconfig
Otherwise they wouldn't be able to share a binary cache since glibc et
al would get a different hash due to different linux-headers package.
2015-05-07 06:04:10 +03:00
Tuomas Tynkkynen
a7c4aba896 ARM: Assume armv7l-hf-multiplatform instead of beaglebone
Several places in the tree associate the ARMv7 system
with the beaglebone platform. Change them to point to
armv7l-hf-multiplatform as it supports several boards (including the
beaglebone as well)
2015-05-07 06:04:10 +03:00
Tuomas Tynkkynen
0d5e144210 platforms: Add ARMv7 (hard float) multiplatform
Based on the 'multi_v7_defconfig' that supports numerous boards.
2015-05-07 06:04:10 +03:00
Joachim Schiele
7aed6ddbb4 Merge pull request #7482 from qknight/mysql_socket_permissions
/run/mysqld now 0755 (instead 0700)
2015-05-07 01:55:00 +02:00
Joachim Schiele
db79335c07 mysql: /run/mysql now 0755 (instead 0700)
see https://github.com/NixOS/nixpkgs/pull/7482
2015-05-07 01:51:05 +02:00
Arseniy Seroka
ac90fa0a3a Merge pull request #7735 from joachifm/msmtp-1_6_2
msmtp: 1.6.1 -> 1.6.2
2015-05-07 01:24:54 +03:00
Joachim Fasting
02f97e2288 msmtp: 1.6.1 -> 1.6.2
Fixes removal of consecutive Bcc headers.
2015-05-06 23:40:52 +02:00
Pascal Wittmann
40b9e938b6 postfix service: description enhancement
closes #7651
2015-05-06 21:53:39 +02:00
Arseniy Seroka
75ee41fdb9 lua_patch: fix url 2015-05-06 22:05:44 +03:00
Arseniy Seroka
f24d8777dd Revert "lua_patch: fix sha"
This reverts commit c5a0dae668.
2015-05-06 22:05:20 +03:00
Arseniy Seroka
c5a0dae668 lua_patch: fix sha 2015-05-06 22:01:16 +03:00
cillianderoiste
9cb6ebe15e Merge pull request #7678 from magnetophon/ingen-master
update ingen
2015-05-06 19:26:35 +02:00
Arseniy Seroka
901849eca4 less: fix sha 2015-05-06 20:19:54 +03:00
cillianderoiste
cb9a681131 Merge pull request #7715 from magnetophon/ir.lv2-master
add ir.lv2, a convolution plugin.
2015-05-06 19:01:29 +02:00
William A. Kennington III
4559bc015d hiredis: 0.13.0 -> 0.13.1 2015-05-06 09:42:50 -07:00
Thomas Tuegel
84ff78dd8b kdeApps_15_04: fix kaccounts-integration 2015-05-06 10:53:26 -05:00
Thomas Tuegel
68350c5b9f add signon 2015-05-06 10:53:01 -05:00
Thomas Tuegel
10d1a9cf8e add accounts-qt 2015-05-06 10:32:40 -05:00
Rob Vermaas
290132bf89 Disable hiredis in rsyslog as it is currently broken. 2015-05-06 15:32:07 +00:00
Charles Strahan
ae8c6092e7 pwmt: update packages (zathura, jumanji, girara)
This updates (and fixes) the mupdf backend for zathura, and bumps the
versions for other related packages.
2015-05-06 10:36:30 -04:00
Arseniy Seroka
e0bec9ece5 teamviewer: update sha 2015-05-06 16:16:34 +03:00
Bart Brouns
c99af2710d add ir.lv2, a convolution plugin. 2015-05-06 15:16:08 +02:00
Thomas Tuegel
1a32f5e4e8 kdeApps_15_04: fix kate 2015-05-06 07:34:19 -05:00
Thomas Tuegel
c2ff0a293e kdeApps_15_04: fix kaccounts-providers 2015-05-06 07:34:18 -05:00
Thomas Tuegel
abb76bcdad add libaccounts-glib-1.16 2015-05-06 07:34:18 -05:00
Shea Levy
3aff74a7a2 Resurrect old cloog and isl for gcc-4.9
Fixes #7723

Refs 8af39c1cf7
Refs 5cd11989c5
2015-05-06 08:32:12 -04:00
cillianderoiste
7976c9fffa Merge pull request #7728 from magnetophon/sorcer-master
add Sorcer, an LV2 synth.
2015-05-06 14:24:37 +02:00
Thomas Tuegel
09af6d4572 add telepathy-qt5 2015-05-06 07:08:20 -05:00
Thomas Tuegel
6dfbbc8e24 plasma53: fix kcm_keyboard 2015-05-06 07:08:20 -05:00
Bart Brouns
3ca38da728 add Sorcer, an LV2 synth. 2015-05-06 13:14:14 +02:00
Charles Strahan
90e09e3eee Merge pull request #7727 from Lassulus/my-15.05pre61665.4c01e6d
pulseaudio: system user and group changed to pulse.
2015-05-06 06:46:15 -04:00
Peter Simons
1eee813f9b Merge pull request #7719 from cstrahan/ghc-7101-ghcjs-user-pkg-db
ghc-7.10.1: fix user pkg db location for GHCJS
2015-05-06 12:08:00 +02:00
lassulus
b421fc0686 pulseaudio: system user and group changed to pulse. 2015-05-06 11:41:50 +02:00
Domen Kožar
b5eca243de Merge pull request #7704 from codyopel/vaapi-intel
libva-intel-driver: refactor
2015-05-06 11:30:17 +02:00
Domen Kožar
bc453c868e Merge pull request #7720 from Ralith/libuv
libuv: version 1.4.2
2015-05-06 11:29:52 +02:00
Domen Kožar
ce688330fb Merge pull request #7725 from willtim/master
xss-lock: upstream fix: exit when X connection dies
2015-05-06 11:29:35 +02:00