Commit graph

33745 commits

Author SHA1 Message Date
Austin Seipp
a1dc5ea707 kernel: stable updates
- 3.13 stable:   3.13.3  -> 3.13.4
 - 3.12 stable:   3.12.11 -> 3.12.12
 - 3.10 longterm: 3.10.30 -> 3.10.31
 - 3.4  longterm: 3.4.80  -> 3.4.81

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-20 20:21:11 -06:00
Cillian de Róiste
864c75b7fd guitarix: update from 0.25.2 to 0.28.3
Add new required inputs: lv2 and avahi, tidy up
2014-02-21 00:19:25 +01:00
Domen Kožar
cc2b86d133 google_talk_plugin: 4.2.1.0 -> 5.1.4.0 2014-02-21 00:10:40 +01:00
Cillian de Róiste
c5e1cc5f37 Minor whitespace cleanup 2014-02-20 23:12:54 +01:00
cillianderoiste
f47d6a1314 Merge pull request #1792 from larkery/davmail-and-lxappearance
Add lxappearance and davmail
2014-02-20 23:08:04 +01:00
Vladimír Čunát
2cf1f0b229 Revert "pango: major update 1.32.5 -> 1.36.1"
This reverts commit 9c4d656102 (modified).

We can't have newer pango with fontconfig-2.10.*
2014-02-20 21:35:42 +01:00
William A. Kennington III
8534fdf3fe dbus: Update from 1.6.12 -> 1.8.0 2014-02-20 21:05:01 +01:00
Vladimír Čunát
ae5d8f6768 Merge master into x-updates 2014-02-20 20:55:31 +01:00
Vladimír Čunát
e40a059714 Revert "fontconfig: update 2.10.2 -> 2.11.0"
This reverts commit 32a4081a7f.

After ec985c8ff the apps linked to 2.11 fontconfig run fine on nixos
with older /etc/fonts/, but the other way won't work.

Unfortunately, I see no easy work-around ATM.
2014-02-20 20:52:27 +01:00
Ricardo M. Correia
3c871ccbc9 chromium: Update all channels
stable: 32.0.1700.107 -> 33.0.1750.115
beta:   33.0.1750.46  -> 33.0.1750.115
dev:    34.0.1809.0   -> 34.0.1847.3
2014-02-20 14:32:09 +01:00
Sander van der Burg
f5a9e5188d titaniumsdk: remove some obsolete debugging stuff 2014-02-20 14:19:32 +01:00
Ricardo Correia
1c645521bd Merge pull request #1796 from thoughtpolice/grsec
grsecurity: stable/testing updates
2014-02-20 14:18:29 +01:00
Rob Vermaas
cf00cd5e36 Add support for printing qr code for google-authenticator. 2014-02-20 12:30:49 +01:00
Lluís Batlle i Rossell
94591762fe Updating rdesktop to 1.8.1. 2014-02-20 12:28:30 +01:00
Peter Simons
676f44eb04 Merge pull request #1790 from thoughtpolice/checksec
checksec: version 1.5
2014-02-20 12:03:24 +01:00
Austin Seipp
58e08a1a4f grsecurity: stable/testing updates
- stable:  3.0-3.2.55-201402152203 -> 3.0-3.2.55-201402192249
  - testing: 3.0-3.13.3-201402152204 -> 3.0-3.13.3-201402192252

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-20 04:53:19 -06:00
Austin Seipp
7411fabd3e checksec: version 1.5
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-20 04:26:17 -06:00
Tom Hinton
f6ba040bdc Add me to maintainers list
Add a derivation for davmail
Add a derivation for lxappearance
Add both new derivations to all-packages
2014-02-20 09:49:50 +00:00
Shea Levy
21d1e7deb1 libev: bump 2014-02-19 20:03:30 -05:00
Domen Kožar
567e67f05f bash doesn't allow comments between multiline statements 2014-02-20 01:19:16 +01:00
Domen Kožar
c72d59881f remove unneeded pytest test skip 2014-02-20 01:19:16 +01:00
Domen Kožar
fa98edf2b1 fix eval 2014-02-20 01:19:16 +01:00
Domen Kožar
dfa8ac64ad miro: keep quotes 2014-02-20 01:19:16 +01:00
Domen Kožar
b1ffb9ede4 buildPythonPackage: Add --old-and-unmanageable flag to install command and add more docs.
For explanation see inline comments.
2014-02-20 01:19:16 +01:00
Domen Kožar
c80feaf542 document setuptools monkeypatching and DETERMINISTIC_BUILD=1 2014-02-20 01:19:16 +01:00
Domen Kožar
21ada5b105 garden 2014-02-20 01:19:16 +01:00
Domen Kožar
ab6865c3a4 distutils.cfg: name as others coding conventions for python packages 2014-02-20 01:19:15 +01:00
Domen Kožar
7cdab2c024 pythonPackages.setuptools: 2.0.2 -> 2.1 2014-02-20 01:19:15 +01:00
Domen Kožar
fae6079a01 adopt rest of the packages that were failing with the buildPythonPackage changes 2014-02-20 01:19:15 +01:00
Domen Kožar
6adfd13dd4 adopt setuptools to new python infrastructure (also make sure we unzip setuptools while building) 2014-02-20 01:19:15 +01:00
Domen Kožar
bf5d6fb9b1 Refactor buildPythonPackage to modularize building process.
Before we used `easy_install` command to handle installation
in one shot, now this is split into two phases:

 - buildPhase: python setup.py build
 - installPhase: python setup.py install

Each of those commands have the ability to pass extra
parameters through buildPythonPackage parameters as
`setupPyInstallFlags` and `setupPyBuildFlags`.

Phases now correctly execute post/pre hooks.

In configurePhase we inject setuptools dependency before distutils
is imported to apply monkeypatching by setuptools that is needed
for special features to apply.

We don't have to reorder default phases anymore, as test
phase comes after build and that works.

I rewrote offineDistutils into distutils-cfg with a bit cleaner
syntax and ability to specify extraCfg to the config file.

Plone packages are failing and garbas said he will adopt them to
the new functions. The rest of the packages I fixed and these commits
shouldn't break any package (according to my testings) and they introduce
16 new jobs and fix 38 that were broken before.
2014-02-20 01:19:15 +01:00
Domen Kožar
e9923c6499 pythonPackages: update a bunch of them 2014-02-20 01:19:15 +01:00
Domen Kožar
29b7f2e182 setuptools: remove obsolete patch 2014-02-20 01:19:15 +01:00
Domen Kožar
6cbc1d554f remove unused setuptools/site.nix 2014-02-20 01:19:14 +01:00
Domen Kožar
a0ff8f687f python3.3: 3.3.3 -> 3.3.4 2014-02-20 00:44:51 +01:00
Domen Kožar
31949ead32 python2.7: 2.7.5 -> 2.7.6 2014-02-20 00:44:27 +01:00
Domen Kožar
67cc87a35a python2.6: 2.6.8 -> 2.6.9 2014-02-20 00:44:08 +01:00
Domen Kozar
342ed631a4 speedtest_cli: update from 0.2.4 to 0.2.5 2014-02-20 00:23:05 +01:00
Austin Seipp
0441bb1b7a virtualbox: 4.2.18 -> 4.2.22
This is needed to compile the Virtual Box guest additions with the 3.13
kernel (and thus the grsecurity testing kernel).

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-19 23:58:53 +01:00
Cillian de Róiste
77041cbf45 linuxsampler: fix the build by using bison2 2014-02-19 23:50:24 +01:00
Cillian de Róiste
30fb0365df openimageio: update from 1.1.12 to 1.3.12 2014-02-19 22:49:21 +01:00
Cillian de Róiste
f2b59904e5 opencolorio: update from 1.0.8 to 1.0.9 2014-02-19 22:49:07 +01:00
Cillian de Róiste
927ed152f4 minixml: upgrade from 2.6 to 2.8
Tested with yoshimi and zynaddsubfx
2014-02-19 21:58:43 +01:00
Sergey Mironov
2142d7542b zathura: version bump (0.2.6 -> 0.2.7) (close #1782) 2014-02-19 20:51:50 +01:00
Sergey Mironov
a629aaee72 viewnior: version bump (1.4) (close #1781) 2014-02-19 20:44:30 +01:00
Vladimír Čunát
048a85f952 gnutls: add platforms for the default version 2014-02-19 20:42:51 +01:00
Badi' Abdul-Wahid
68f9e60435 gnutls: fix linking on Darwin (close #1779) 2014-02-19 20:40:04 +01:00
Cillian de Róiste
845f30aa6a sonic-visualiser: upgrade from 1.9 to 2.3
remove obsolete patch, add new inputs
2014-02-19 20:14:15 +01:00
Cillian de Róiste
058ed07fb8 vamp-sdk: update from 2.2.1 to 2.5
Tested with mixxx, qtractor, rubberband and sonic-visualiser
2014-02-19 20:14:15 +01:00
Jaka Hudoklin
5caaa5e0ba pythonPackages: fix and upate graphite, carbon and whisper
Twisted needed downgrade for carbon to start
2014-02-19 16:42:12 +01:00
Domen Kožar
189273af38 add gnome3.vino 2014-02-19 16:38:41 +01:00
Peter Simons
2a1f4c82b2 haskell-cabal2nix: update to version 1.60 2014-02-19 16:07:35 +01:00
Peter Simons
731e3c186e haskell-skein: update to version 1.0.9 2014-02-19 16:07:35 +01:00
Peter Simons
baffeb2b66 haskell-shakespeare-css: update to version 1.0.7.1 2014-02-19 16:07:35 +01:00
Peter Simons
9f7aa5e224 haskell-shake: update to version 0.11.2 2014-02-19 16:07:35 +01:00
Peter Simons
fe92d6bbed haskell-multiarg: update to version 0.24.0.2 2014-02-19 16:07:35 +01:00
Peter Simons
8a81d2c200 haskell-http-conduit: update to version 2.0.0.6 2014-02-19 16:07:35 +01:00
Peter Simons
65972a5724 haskell-css-text: update to version 0.1.2.0.1 2014-02-19 16:07:34 +01:00
Peter Simons
0c008eb857 haskell-bert: update to version 1.2.2.1 2014-02-19 16:07:34 +01:00
Peter Simons
40debd63ca nc-indicators: re-generate with cabal2nix 2014-02-19 16:07:34 +01:00
Domen Kožar
66a353c9b9 Merge pull request #1786 from lethalman/icons
gnome-icon-theme-symbolic and yelp update
2014-02-19 15:19:56 +01:00
Evgeny Egorochkin
a52f17e4e1 youtubeDL: update from 2014.02.17 to 2014.02.19.1 2014-02-19 15:56:13 +02:00
Luca Bruno
df2661953e yelp: Show icons in the application 2014-02-19 14:29:07 +01:00
Luca Bruno
6aef8266f0 gnome-icon-theme-symbolic: new package 2014-02-19 14:25:27 +01:00
Eelco Dolstra
83ca2c272a fetchurl: Ensure that ‘urls’ is a list 2014-02-19 13:58:42 +01:00
Eelco Dolstra
7a51e17775 Fix updating of the tarball mirror 2014-02-19 13:58:42 +01:00
Domen Kožar
aea043aec0 Revert "upgrade video-intel stack to 2.99.906"
This reverts commit 89f710f18e.

Reported by others for xorg-server to crash on different kernel
versions.
2014-02-19 12:37:49 +01:00
Cillian de Róiste
2f08652cce rubberband: update from 1.7.0 to 1.8.1
Tidy up, and add myself to the maintainers. Tested that qtractor and
sonic_visualiser compile and run with this version of rubberband.
2014-02-19 00:15:20 +01:00
Cillian de Róiste
6af0b814f5 kde_wacomtablet: upgrade from 1.3.5 to 2.0 2014-02-18 23:45:36 +01:00
Cillian de Róiste
8c83ae965f blender: upgrade from 2.67 to 2.69 and add myself as maintainter 2014-02-18 22:11:39 +01:00
Cillian de Róiste
b532c03fbe ardour3: update from 3.0 to 3.5.308 2014-02-18 21:28:28 +01:00
Cillian de Róiste
78f961e217 aubio: Fix the build, tidy up and add myself as a maintainer 2014-02-18 21:28:16 +01:00
Cillian de Róiste
134e65b150 aubio: update from 0.3.2 to 0.4.0 2014-02-18 21:28:07 +01:00
Ricardo M. Correia
2539acf351 manpages: Update from 3.54 -> 3.60. 2014-02-18 20:23:59 +00:00
Vladimír Čunát
dcf6cbf5b3 glib: add -tested variant, also to the unstable job
Replaces #1753.
2014-02-18 20:27:23 +01:00
Peter Simons
029967dca6 haskell-cpphs: update to version 1.18.1 2014-02-18 19:56:13 +01:00
Peter Simons
e68b54eda8 haskell-warp: update to version 2.0.3.2 2014-02-18 19:56:13 +01:00
Peter Simons
cba685279d haskell-shakespeare: update to version 1.2.1.1 2014-02-18 19:56:13 +01:00
Peter Simons
9dce1a82e8 haskell-shakespeare-js: update to version 1.2.0.4 2014-02-18 19:56:13 +01:00
Peter Simons
dd49144d44 haskell-shakespeare-css: update to version 1.0.7 2014-02-18 19:56:13 +01:00
Peter Simons
c13ececdc5 haskell-iteratee: update to version 0.8.9.5 2014-02-18 19:56:13 +01:00
Peter Simons
eab179c39f haskell-hamlet: update to version 1.1.8 2014-02-18 19:56:13 +01:00
Peter Simons
623627f097 haskell-charset: update to version 0.3.7 2014-02-18 19:56:13 +01:00
Eelco Dolstra
a8ded9d5d3 fetchgit: Require a content hash
Without this, the result will not be a fixed-output derivation and
won't work in general.
2014-02-18 19:13:07 +01:00
Eelco Dolstra
3c7aa5aa8f cjdns: Don't include "-git" in the package name 2014-02-18 19:13:07 +01:00
Peter Simons
d62001d049 Merge pull request #1768 from klao/nc-indicators
Add nc-indicators-0.1 Haskell package
2014-02-18 18:23:37 +01:00
Sander van der Burg
44a9ebac47 axis2: bump to version 1.6.2 2014-02-18 18:07:24 +01:00
David Guibert
c3126080fd vaapi-vdpau: apply a patch to delete dropped types from VA API
Close #1766.
2014-02-18 17:17:24 +01:00
Sander van der Burg
70798243a2 titaniumsdk: Add 3.2 SDK option 2014-02-18 16:34:34 +01:00
Domen Kožar
e2bc091213 Merge pull request #1777 from lethalman/gitglib
libgit2-glib: Fix build after gnome3.gnome_common changes
2014-02-18 14:36:30 +01:00
Luca Bruno
5181cbd7c6 libgit2-glib: Fix build after gnome3.gnome_common changes 2014-02-18 13:23:32 +01:00
Mathijs Kwik
68d8f67c04 e17/terminology: upgrade to 0.4.0 2014-02-18 09:44:50 +01:00
Domen Kožar
810eff6087 Merge pull request #1769 from lethalman/epiphany
Epiphany: new package
2014-02-18 09:10:30 +01:00
Domen Kožar
0d56579b81 Merge pull request #1770 from lethalman/libgee
libgee: Update to 0.13.90 and enable checks
2014-02-18 09:10:06 +01:00
Evgeny Egorochkin
64ddd86714 perlPackages.ExceptionClass: update from 1.30 to 1.37 2014-02-18 04:22:27 +02:00
Evgeny Egorochkin
f10280fc19 youtubeDL: update from 2014.02.13 to 2014.02.17 2014-02-18 04:14:05 +02:00
Evgeny Egorochkin
c67f562d5e add branch info 2014-02-18 04:13:45 +02:00
Evgeny Egorochkin
952fa02b90 KDE 4.12: add branch meta 2014-02-18 03:18:02 +02:00
Evgeny Egorochkin
586188fa7d KDE 4.11: add branch meta 2014-02-18 03:10:25 +02:00
Evgeny Egorochkin
5174a69400 KDE 4.10: add branch info 2014-02-18 02:59:13 +02:00
Moritz Ulrich
53b6744646 teensy-loader: New package
Firmware uploader for the teensy microcontroller board family.
2014-02-18 01:02:47 +01:00
Luca Bruno
8b4003c102 libgee: Update to 0.13.90 and enable checks 2014-02-18 00:38:18 +01:00
Luca Bruno
92f9949e09 epiphany: new package
WebKit based web browser for GNOME

https://wiki.gnome.org/Apps/Epiphany
2014-02-18 00:13:14 +01:00
Luca Bruno
e1801a83f0 gnome-common: Propagate autoconf and automake build inputs 2014-02-18 00:09:53 +01:00
Mihaly Barasz
668e81ad5a Add nc-indicators-0.1 Haskell package 2014-02-17 23:06:26 +01:00
Bjørn Forsman
493adc9227 Rename 'gnome-terminator' to 'terminator'
Align the package name with what other distros call it.

Other distros: Fedora, Debian, Archlinux, OpenSUSE, Mageia, Slackware
(and probably more).
2014-02-17 20:56:03 +01:00
Bjørn Forsman
0fa9dca362 gnome-terminator: add missing dependencies (for extra features)
Add 'keybinder' and 'python-notify' as dependencies. Fixes this:

  $ terminator
  [...]
  Warning: python-keybinder is not installed. This means the hide_window shortcut will be unavailable
  [...]
  ActivityWatch plugin unavailable: please install python-notify
2014-02-17 20:53:55 +01:00
Bjørn Forsman
1d1667b7b0 keybinder: new package
keybinder is a library for registering global keyboard shortcuts.
keybinder works with GTK-based applications using the X Window System.

https://github.com/engla/keybinder/
2014-02-17 20:50:22 +01:00
Ricardo Correia
09b2365806 Merge pull request #1764 from thoughtpolice/grsec
linux-3.2 & grsecurity updates
2014-02-17 18:32:08 +01:00
Peter Simons
ba9cc84ad0 gnulib: update to version 0.1-83-g8008cac 2014-02-17 17:11:58 +01:00
Peter Simons
2668493a14 haskell-websockets: update to version 0.8.2.0 2014-02-17 16:41:10 +01:00
Peter Simons
be4b35eb15 haskell-timezone-olson: update to version 0.1.3 2014-02-17 16:41:10 +01:00
Peter Simons
9e15812d40 haskell-quickcheck-instances: update to version 0.3.7 2014-02-17 16:41:10 +01:00
Peter Simons
641e37519b haskell-pipes-attoparsec: update to version 0.4.0.1 2014-02-17 16:41:10 +01:00
Peter Simons
95b1e11618 haskell-network-protocol-xmpp: update to version 0.4.6 2014-02-17 16:41:10 +01:00
Peter Simons
641891a7c4 haskell-network-conduit: update to version 1.0.2.2 2014-02-17 16:41:10 +01:00
Peter Simons
669c336164 haskell-mono-traversable: update to version 0.3.0.1 2014-02-17 16:41:10 +01:00
Peter Simons
2a25467ece haskell-libxml-sax: update to version 0.7.5 2014-02-17 16:41:10 +01:00
Peter Simons
f5fb0e043d haskell-language-javascript: update to version 0.5.9 2014-02-17 16:41:09 +01:00
Peter Simons
1683378b3a haskell-irc: update to version 0.6.0.0 2014-02-17 16:41:09 +01:00
Peter Simons
87ddf3963a haskell-hit: update to version 0.5.5 2014-02-17 16:41:09 +01:00
Peter Simons
663e179856 haskell-dns: update to version 1.1.1 2014-02-17 16:41:08 +01:00
Peter Simons
b5ec3460b2 haskell-dbus: update to version 0.10.6 2014-02-17 16:41:08 +01:00
Peter Simons
58b51c95bd haskell-conduit: update to version 1.0.15 2014-02-17 16:41:08 +01:00
Peter Simons
c6855fc5a9 haskell-classy-prelude: update to version 0.8.0 2014-02-17 16:41:08 +01:00
Peter Simons
4379ea1929 haskell-classy-prelude-conduit: update to version 0.8.0 2014-02-17 16:41:08 +01:00
Peter Simons
e1993d4c92 haskell-JuicyPixels: update to version 3.1.3.3 2014-02-17 16:41:08 +01:00
Peter Simons
6e28b6ebb8 haskell-text-stream-decode: add version 0.1.0.3 2014-02-17 16:41:08 +01:00
Peter Simons
aaa4d951dd haskell-enclosed-exceptions: add version 1.0.0.1 2014-02-17 16:41:08 +01:00
Peter Simons
ba53ddcbb5 haskell-conduit-combinators: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Peter Simons
f3a3119bd0 haskell-chunked-data: add version 0.1.0.0 2014-02-17 16:41:07 +01:00
Austin Seipp
c137015328 grsecurity updates.
- stable:  3.0-3.2.54-201402062221 -> 3.0-3.2.55-201402152203
  - testing: 3.0-3.13.3-201402132113 -> 3.0-3.13.3-201402152204

Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-17 07:27:51 -06:00
Austin Seipp
8e349e721c linux: 3.2.54 -> 3.2.55
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2014-02-17 07:27:51 -06:00
Luca Bruno
9d34103a57 gucharmap: new package
GNOME Character Map, based on the Unicode Character Database

https://wiki.gnome.org/Apps/Gucharmap
2014-02-17 12:51:30 +01:00
Luca Bruno
d8dd998ff0 gnome3: Add missing yelp_tools in gnome-3/default.nix 2014-02-17 12:51:30 +01:00
Domen Kožar
72cf0e2280 gnome3.yelp-tools: add 2014-02-17 12:32:59 +01:00
Domen Kožar
9fb2897677 Merge pull request #1761 from iyzsong/gstreamer
update gstreamer to 1.2.3
2014-02-17 09:10:27 +01:00
Mathijs Kwik
2eedf210d3 celestia: fix install location 2014-02-17 06:49:05 +01:00
Nixpkgs Monitor
aab0ccaa93 gst-libav: update from 1.2.2 to 1.2.3 2014-02-17 10:40:51 +08:00
Nixpkgs Monitor
7814a08a1e gst-plugins-ugly: update from 1.2.2 to 1.2.3 2014-02-17 10:40:47 +08:00
Nixpkgs Monitor
a96f3e2e8d gst-plugins-bad: update from 1.2.2 to 1.2.3 2014-02-17 10:40:43 +08:00
Nixpkgs Monitor
396b9d760f gst-plugins-good: update from 1.2.2 to 1.2.3 2014-02-17 10:40:40 +08:00
Nixpkgs Monitor
bc30444967 gst-plugins-base: update from 1.2.2 to 1.2.3 2014-02-17 10:40:33 +08:00
Nixpkgs Monitor
cc0bc747e2 gstreamer: update from 1.2.2 to 1.2.3 2014-02-17 10:40:27 +08:00
Domen Kožar
e80b520a9d gnome3.gnome_common: patch ACLOCAL like for gnome2 2014-02-16 23:45:47 +01:00
Domen Kožar
4fe88d295c Merge pull request #1760 from lethalman/gnome-common
gnome3.gnome-common: new package
2014-02-16 22:30:25 +01:00
Luca Bruno
1c18c001b9 gnome3.gnome-common: new package 2014-02-16 22:28:21 +01:00
Domen Kožar
89f710f18e upgrade video-intel stack to 2.99.906 2014-02-16 20:36:44 +01:00
Bjørn Forsman
351951f315 gnome-terminal: clean up a bit and add/update meta attributes
* No need to set 'phases', the default works.
* Use shell globbing instead of running 'ls' in a subshell.
* Quote shell variables.
* The project has got a new homepage; the old one points users to the
  new one (or the launchpad page)
* Make it available in the channel (meta.platforms = linux)
2014-02-16 19:05:09 +01:00
Bjørn Forsman
5fefa65747 gnome-terminator: update 0.96 -> 0.97 2014-02-16 19:05:09 +01:00