Commit Graph

12454 Commits

Author SHA1 Message Date
Jeffrey David Johnson
127edf1194 bitcoin-xt: update 0.11A -> 0.11D
From #12706, commits re-split by vcunat.
2016-02-27 15:23:15 +01:00
Matt McHenry
98a0484471 eclipse: run with the jdk, not the jre
This is necessary so that tools like native2ascii are available to
maven eclipse integration (m2e).
2016-02-27 13:40:38 +01:00
Lancelot SIX
0467a17858 pythonPackages.sqlalchemy: follows upstream, sqlalchemy7 for lecagy
This makes pythonPackages.sqlalchemy the most up to date revision (it
was called sqlalchemy_1_0 before), and maintains the various “legacy”
versions available as pythonPackages.sqlalchemyX for X in {7,8,9}.

All derivations that required `sqlalchemy_1_0` now require `sqlalchemy`
while those that required `sqlalchemy` now require `sqlalchemy7`.

The derivations are not changed, only the attribute names they are
bound to.
2016-02-27 12:11:12 +01:00
Michael Raskin
a519416a92 libreoffice: Taking a fix from BLFS for using Glibc 2.23 (isnan is not std::isnan) 2016-02-27 09:10:50 +01:00
zimbatm
90525b718f Merge pull request #11141 from cresh/darwin-msmtp
msmtp: Enable on OS X with Keychain integration.
2016-02-27 00:02:53 +00:00
Arseniy Seroka
c80a1baa15 Merge pull request #13486 from zimbatm/vim-default-config
vim: provide a default vimrc
2016-02-27 01:09:52 +03:00
zimbatm
951dc57716 Merge pull request #13482 from nico202/qnotero
qnotero: init at 1.0.0
2016-02-26 22:09:41 +00:00
zimbatm
89f0e25189 vim: provide a default vimrc
Minimal sane defaults imported from ArchLinux.

This is basically `set :nocompatible` with some other small changes.
2016-02-26 21:58:21 +00:00
Michael Raskin
a94e433936 libreoffice: 5.0.4.2 -> 5.1.0.3 (a new attempt); set XDG_DATA_DIRS for access to GSettings schemas 2016-02-26 22:58:27 +01:00
=
728b1ce557 qnotero: init at 1.0.0 2016-02-26 22:09:54 +01:00
aszlig
54b4912566
chromium: Regenerate sources.nix with new updater
No changes in functionality, but to make future source updates a bit
easier on the eyes when viewing the diff.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 20:55:17 +01:00
aszlig
28b289efa6
chromium: Refactor updater entirely in Nix
The update.sh shell script now is only a call to nix-build, which does
all the hard work of updating the Chromium source channels and the
plugins. It results in a store path with the new sources.nix that
replaces the already existing sources.nix.

Along the way, this has led to a quite massive workaround, which abuses
MD5 collisions to detect whether an URL is existing, because something
like builtins.tryEval (builtins.fetchurl url) unfortunately doesn't
work. Further explanations and implementation details are documented in
the actual implementation.

The drawback of this is that we don't have nice status messages anymore,
but on the upside we have a more robust generation of the sources.nix
file, which now also should work properly on missing upstream
sources/binaries.

This also makes it much easier to implement fetching non-GNU/Linux
versions of Chromium and we have all values from omahaproxy available as
an attribute set (see the csv2nix and channels attributes in the update
attribute).

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 20:55:17 +01:00
Charles Strahan
53ea7dee75 emacs: fix priority for ctags
This fixes the previous attempt (in commit 46d1dd5) to make ctags' ctags
override emacs' ctags. The higher the value of the priority attribute,
the higher the priority (see the definition of `buildEnv`).
2016-02-26 12:27:04 -05:00
Michael Raskin
32e954db64 Reverting dependency src for revert 2016-02-26 16:28:08 +01:00
Michael Raskin
66febbdfa7 Temporarily revert LibreOffice update 2016-02-26 16:26:34 +01:00
zimbatm
3833591d95 Merge pull request #13164 from romildo/fix/eclipse-plugin-cup
eclipse-plugins-cup: fix plugin file names
2016-02-26 11:23:28 +00:00
zimbatm
8d4c2340d3 Merge pull request #13396 from mayflower/pkg/gitlab
gitlab: 8.0.5 -> 8.5.1, service improvements
2016-02-26 11:19:28 +00:00
Frederik Rietdijk
48085add39 Merge pull request #13461 from FRidh/kcalc
kde5.kcalc: init at 15.12
2016-02-26 11:33:42 +01:00
Franz Pletz
ef0325e940 Merge pull request #13435 from tg-x/calc
calc: init at 2.12.5.3
2016-02-26 11:16:11 +01:00
aszlig
716b79d3a5
chromium: Provide SHA256s for beta/dev plugins
As stated in the parent commit, the 32bit Chrome package is not
available upstream, so let's at least provide the SHA256 hash for the
64bit package.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 10:55:51 +01:00
aszlig
459642b8de
chromium/updater: Allow a single plugin arch
Until now, if we have a failure to fetch either the 32bit Debian package
or the 64bit Debian package, neither of these will be put into
sources.nix.

Unfortunately the beta/dev channels do not have a 32bit Debian package,
so even though there is a 64bit Debian package available we don't get
plugins *at* *all*.

This also introduces a nicer error message rather than just failing with
an assertion in fetchurl because we did not provide url/urls.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2016-02-26 10:55:51 +01:00
José Romildo Malaquias
0e94a1be40 eclipse-plugins-cup: add dependency on the zest plugin 2016-02-26 06:42:04 -03:00
José Romildo Malaquias
205398c427 eclipse-plugin-zest: init at 3.9.101
eclipse-plugins-cup: remove plugins.nix.orig that was wrongly added.
2016-02-26 06:42:04 -03:00
José Romildo Malaquias
ef11f77c8f eclipse-plugins-cup: fix plugin file names 2016-02-26 06:42:04 -03:00
Franz Pletz
af17efd014 Merge pull request #13466 from benley/git-stree-0.4.5
git-stree: init at 0.4.5
2016-02-26 09:59:47 +01:00
Franz Pletz
db2b0c8406 Merge pull request #13430 from nico202/yarp
yarp (+ libace): init at 2.3.64
2016-02-26 09:29:21 +01:00
Franz Pletz
c2412bd700 fixup! gitlab: 8.0.5 -> 8.5.0, service improvements
8.5.0 -> 8.5.1
2016-02-26 08:31:21 +01:00
Franz Pletz
bcfa59bf82 gitlab: 8.0.5 -> 8.5.0, service improvements
Updates gitlab to the current stable version and fixes a lot of features that
were broken, at least with the current version and our configuration.

Quite a lot of sweat and tears has gone into testing nearly all features and
reading/patching the Gitlab source as we're about to deploy gitlab for our
whole company.

Things to note:

 * The gitlab config is now written as a nix attribute set and will be
   converted to JSON. Gitlab uses YAML but JSON is a subset of YAML.
   The `extraConfig` opition is also an attribute set that will be merged
   with the default config. This way *all* Gitlab options are supported.

 * Some paths like uploads and configs are hardcoded in rails  (at least
   after my study of the Gitlab source). This is why they are linked from
   the Gitlab root to /run/gitlab and then linked to the  configurable
   `statePath`.

 * Backup & restore should work out of the box from another Gitlab instance.

 * gitlab-git-http-server has been replaced by gitlab-workhorse upstream.
   Push & pull over HTTPS works perfectly. Communication to gitlab is done
   over unix sockets. An HTTP server is required to proxy requests to
   gitlab-workhorse over another unix socket at
   `/run/gitlab/gitlab-workhorse.socket`.

 * The user & group running gitlab are now configurable. These can even be
   changed for live instances.

 * The initial email address & password of the root user can be configured.

Fixes #8598.
2016-02-26 07:08:31 +01:00
Charles Strahan
e08dd09c25 emacs: add optional support for 24-bit color ttys 2016-02-26 00:33:56 -05:00
zimbatm
b9db67d8e2 Merge pull request #8393 from hrdinka/update/hugin
hugin: update 2013.0.0 -> 2015.0.0
2016-02-26 01:03:47 +00:00
zimbatm
b5407d402d Merge pull request #11812 from bnikolic/recoll-update
recoll: 1.20.6 -> 1.21.3
2016-02-26 00:41:47 +00:00
zimbatm
30891166be Merge pull request #11997 from benley/google-chrome-variants
google-chrome: add -beta and -unstable variants
2016-02-26 00:13:00 +00:00
zimbatm
428e12d23f Merge pull request #13154 from zimbatm/git-rebase-fix-v2
git: fixes references to gettext properly
2016-02-26 00:03:17 +00:00
zimbatm
35f47333d0 Merge pull request #13463 from avnik/feature/gimp-with-plugins
Feature: gimp with plugins
2016-02-25 23:27:25 +00:00
Benjamin Staffin
fe6ad9e912 git-stree: init at 0.4.5 2016-02-25 15:26:06 -08:00
zimbatm
0b33cd7b59 Merge pull request #13465 from benley/git-alphabetize
git-and-tools: alphabetize attributes before it gets too huge
2016-02-25 23:24:32 +00:00
Pascal Wittmann
48db4391e8 Merge pull request #13464 from zimbatm/termite-11
Termite 11
2016-02-25 23:58:13 +01:00
Benjamin Staffin
ca5f243697 git-and-tools: alphabetize attributes before it gets too huge 2016-02-25 14:23:34 -08:00
zimbatm
3f3599f6be termite: split terminfo into it's own output
Fixes #6141
2016-02-25 22:14:58 +00:00
zimbatm
f1df89f902 termite: 10 -> 11 2016-02-25 22:14:55 +00:00
Alexander V. Nikolaev
0649c8bde7 gimp: add gimp-with-plugin derivation
By default all plugins from pkgs.gimpPlugins set are enabled.

Default location of plugins changed from $out/${gimp.name} to
$out/lib/gimp/${majorVersion}. Resulting derivation for gimp+plugins
is set as search path for plugins by default (additional tweaking in
gimprc done for old plugin scheme should be removed)
2016-02-25 23:34:28 +02:00
Alexander V. Nikolaev
fdd11c2c2b gimp: Use http link as gimp-gap sources 2016-02-25 23:34:17 +02:00
Frederik Rietdijk
05608d50f4 kde5.kcalc: init at 15.12 2016-02-25 22:21:56 +01:00
Frederik Rietdijk
b2298b02cf kde5.filelight: init at 15.12 (close #13456)
vcunat also added himself to maintainers,
as filelight has been extremely helpful on closure-size branch.
2016-02-25 21:56:23 +01:00
Tobias Geerinckx-Rice
500132ab5c sane-backends-git -> 2016-02-25 2016-02-25 20:54:24 +01:00
Igor Sharonov
00d32bb99f i3pystatus: 3.33 -> 3.34 2016-02-25 21:30:37 +03:00
Graham Christensen
712d59225e chromium{,Beta,Dev}: 48.0.2564.97 -> 48.0.2564.116
From the debian security mailing list:

Several vulnerabilities have been discovered in the chromium web browser.

CVE-2016-1622

    It was discovered that a maliciously crafted extension could bypass
    the Same Origin Policy.

CVE-2016-1623

    Mariusz Mlynski discovered a way to bypass the Same Origin Policy.

CVE-2016-1624

    lukezli discovered a buffer overflow issue in the Brotli library.

CVE-2016-1625

    Jann Horn discovered a way to cause the Chrome Instant feature to
    navigate to unintended destinations.

CVE-2016-1626

    An out-of-bounds read issue was discovered in the openjpeg library.

CVE-2016-1627

    It was discovered that the Developer Tools did not validate URLs.

CVE-2016-1628

    An out-of-bounds read issue was discovered in the pdfium library.

CVE-2016-1629

    A way to bypass the Same Origin Policy was discovered in Blink/WebKit,
    along with a way to escape the chromium sandbox.
2016-02-25 12:00:12 -06:00
Edward Tjörnhammar
77d11ec577 idea.idea-{community,ultimate}: 15.0.3 -> 15.0.4 2016-02-25 17:48:07 +01:00
Robin Gloster
40c586b7ce Merge pull request #13427 from k0ral/mercurial
mercurial: 3.5.1 -> 3.7.1
2016-02-25 17:00:58 +01:00
Robin Gloster
84a10edede Merge pull request #13449 from matthiasbeyer/update-taskwarrior
taskwarrior: 2.5.0 -> 2.5.1
2016-02-25 16:59:10 +01:00
Tobias Geerinckx-Rice
759f48ab07 sane-backends-git: 2016-02-19 -> 2016-02-22 2016-02-25 16:19:42 +01:00
Nikolay Amiantov
d3d193e263 octoprint-plugins.m3d-fio: 0.27 -> 0.27.1 2016-02-25 18:18:27 +03:00
Matthias Beyer
159c8f9284 taskwarrior: 2.5.0 -> 2.5.1 2016-02-25 15:49:37 +01:00
goibhniu
c2ce61c78f Merge pull request #13443 from magnetophon/helm-0.6.1
helm: 2015-09-11 -> 0.6.1
2016-02-25 14:42:51 +01:00
Bart Brouns
03c9a77275 helm: 2015-09-11 -> 0.6.1 2016-02-25 11:29:03 +01:00
Austin Seipp
4da1711988 nixpkgs: bittorrentSync20 2.3.0 -> 2.3.3
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-02-24 22:28:16 -06:00
Austin Seipp
a2d1cbd019 nixpkgs: bittorrentSync20 2.2.7 -> 2.3.0
Signed-off-by: Austin Seipp <aseipp@pobox.com>
2016-02-24 22:23:49 -06:00
tg(x)
1fb998f6c6 calc: init at 2.12.5.3 2016-02-24 22:47:55 +01:00
=
a5ed58445f yarp (+ libace): init at 2.3.64 2016-02-24 22:08:29 +01:00
Frederik Rietdijk
2d5d0df8f1 kde5.kile: 2016-02-12 -> 2016-02-14
Fixes building (poppler-qt5 could not be found)
2016-02-24 19:48:13 +01:00
Arseniy Seroka
c84f56e3d3 Merge pull request #12344 from hrdinka/update/znc
Update and add new ZNC modules
2016-02-24 18:57:17 +03:00
Arseniy Seroka
181d4cbf8f Merge pull request #12168 from spinus/update-android-studio
idea.android-studio: 1.5.0.4 -> 2.0.0.0
2016-02-24 18:56:25 +03:00
koral
d4193c82c1 mercurial: 3.5.1 -> 3.7.1 2016-02-24 16:39:03 +01:00
Domen Kožar
c098400d6e Merge pull request #13420 from stefanwouldgo/update/bitcoin-0.12.0
bitcoin: 0.11.0 -> 0.12.0
2016-02-24 15:33:33 +00:00
Wout Mertens
677893f92b Merge pull request #13422 from k0ral/git
git: 2.7.0 -> 2.7.1
2016-02-24 15:09:28 +01:00
Frederik Rietdijk
454ba67c60 Merge pull request #13421 from willtim/master
mendeley: 1.15.3 -> 1.16
2016-02-24 14:31:43 +01:00
Franz Pletz
501a1d92f0 lmms: 1.1.3 -> 1.1.90
cc @goibhniu
2016-02-24 14:30:21 +01:00
Tim Williams
551f0ca898 mendeley: 1.15.3 -> 1.16 2016-02-24 12:49:49 +00:00
koral
c1504c5a94 git: 2.7.0 -> 2.7.1 2016-02-24 13:47:23 +01:00
=
2552fa4bf4 bitcoin: 0.11.0 -> 0.12.0 2016-02-24 13:26:19 +01:00
Tomasz Czyż
11a474e81b idea.android-studio: 1.5.0.4 -> 2.0.0.0 2016-02-24 10:06:20 +00:00
Bruno Bzeznik Bruno.Bzeznik@imag.fr
14f3b8e6cc gromacs: 4.6.5 -> 4.6.7 + MPI support 2016-02-24 10:34:22 +01:00
zimbatm
fa46b448d7 Merge pull request #13019 from tg-x/qtox
qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131
2016-02-23 22:52:09 +00:00
zimbatm
7848d215f4 Merge pull request #13094 from nathan7/chromium-flash-version-jq
chromium/plugins: use jq for extracting the Flash version
2016-02-23 22:45:42 +00:00
Franz Pletz
ea242619fb wpsoffice: unfree-redistributable not in lib.licenses
The attribute is called unfreeRedistributable.
2016-02-23 22:24:44 +01:00
Ben Darwin
69c628e1ff minc-tools: init at 2.3.00 2016-02-23 14:03:56 -05:00
zimbatm
5400b02109 Merge pull request #13155 from pallavagarwal07/wpsoffice
wpsoffice: add new package
2016-02-23 15:42:01 +00:00
Pallav Agarwal
861fae01fd wpsoffice: Add new package 2016-02-23 21:06:54 +05:30
Frederik Rietdijk
40ca841c5c Merge pull request #13124 from FRidh/buildPythonApplication
buildPythonApplication: use new function for Python applications
2016-02-23 16:02:10 +01:00
Gabriel Ebner
87b0a41ac5 isabelle: 2015 -> 2016 2016-02-23 14:19:13 +01:00
Franz Pletz
82ac1d952e Revert "gajim: Add python-axolotl for OMEMO plugin"
This reverts commit c3c5622817.
2016-02-23 00:36:43 +01:00
Tobias Geerinckx-Rice
9135aea76f sane-backends-git: 2016-01-25 -> 2016-02-19 2016-02-22 19:42:27 +01:00
Nikolay Amiantov
0022f639f3 octoprint-plugins.titlestatus: 0.0.2 -> 0.0.4 2016-02-22 21:01:58 +03:00
Nikolay Amiantov
81032a4722 octoprint-plugins.m3d-fio: 0.26 -> 0.27 2016-02-22 21:01:58 +03:00
Thomas Tuegel
2b0c9cb8c0 Merge branch 'emacs-packages' 2016-02-22 06:21:48 -06:00
Thomas Tuegel
a5356d09e6 elpaPackages 2016-02-22 2016-02-22 06:21:20 -06:00
Thomas Tuegel
5f772ebf55 melpaStablePackages 2016-02-22 2016-02-22 06:18:27 -06:00
Franz Pletz
c3c5622817 gajim: Add python-axolotl for OMEMO plugin 2016-02-22 04:56:15 +01:00
Thomas Tuegel
8765e9b3bc melpaPackages 2016-02-21 2016-02-21 20:42:26 -06:00
Franz Pletz
45c97925dd Merge pull request #13122 from adevress/neuron
Add new package neuron. Neuron network simulation framework
2016-02-21 16:31:42 +01:00
Edward Tjörnhammar
bc1e1c5698 kodiPlugins.salts: 1.0.98 -> 2.0.6 2016-02-21 16:15:54 +01:00
Edward Tjörnhammar
4575d58b3d kodiPlugins.genesis: 5.1.3 -> 5.1.4 2016-02-21 16:15:13 +01:00
devresse
4046d3ce8d neuron: init at 7.4 2016-02-21 15:02:47 +00:00
Edward Tjörnhammar
ad4bfe4dda kodi: 15.2 -> 16.0 2016-02-21 15:32:12 +01:00
zimbatm
a6ce937ba1 Merge pull request #13162 from taku0/thunderbird-bin-38.6.0
thunderbird-bin: 38.5.1 -> 38.6.0
2016-02-21 14:26:09 +00:00
taku0
ce763e2d66 thunderbird-bin: 38.5.1 -> 38.6.0 2016-02-21 22:16:26 +09:00
Frederik Rietdijk
f612dc703e kde5.kile: init at git 2016-02-12
This adds a kde5/frameworks version of kile.
2016-02-21 12:09:18 +01:00
Frederik Rietdijk
9d30b03c0c Merge pull request #13127 from FRidh/kdeconnect
kde5.kdeconnect: init at 0.9g
2016-02-21 12:03:28 +01:00
Vladimír Čunát
045164bdf8 Merge #12973: add rrsync as an individual app 2016-02-21 10:00:43 +01:00
Vladimír Čunát
b4ac8fb39b (r)rsync: simplify and don't copy maintainers
Let's keep the original rsync maintainers only on rsync,
as I haven't noticed them wanting to maintain rrsync as well.
2016-02-21 09:59:49 +01:00
Franz Pletz
7e9a7a3b0f Merge pull request #13091 from ebzzry/emem-0.2.12
emem: 0.2.11 -> 0.2.12
2016-02-21 09:09:57 +01:00
Pascal Wittmann
ab742b42ab vlc: 2.2.1 -> 2.2.2 and take maintainership 2016-02-21 08:03:16 +01:00
zimbatm
11733b39b5 git: fixes references to gettext properly
A better implementation of 5273dbf530

Fixes https://github.com/NixOS/nixpkgs/issues/13150

The attached patch removes a whole swath of unnecessary runtime gettext
detection. It also adds gettext on the PATH so that git-rebase can find it.
2016-02-20 14:47:23 +00:00
Ricardo M. Correia
fd3e02add8 Merge pull request #13027 from puffnfresh/package/pijul
pijul: 0.1 -> 0.2-6ab9ba
2016-02-20 15:43:53 +01:00
Arseniy Seroka
03cee218e5 Merge pull request #13148 from colemickens/update-mpv
mpv: 0.14.0 -> 0.15.0
2016-02-20 17:11:32 +03:00
Arseniy Seroka
815b1e624b Merge pull request #13149 from sifmelcara/master
pcmanx-gtk2: init at 1.3
2016-02-20 17:10:19 +03:00
Arseniy Seroka
87d14d3e69 Merge pull request #13152 from layus/fix-teamviewer
Fix sed script error in TeamViewer 32bit.
2016-02-20 17:00:15 +03:00
Thomas Tuegel
bd8158593d spotify: 1.0.19.106 -> 1.0.23.93 2016-02-20 07:10:58 -06:00
Guillaume Maudoux
9eb6372c6b teamviewer: fix wrong in sed usage 2016-02-20 14:02:38 +01:00
mingchuan
9e0b5358e2 pcmanx-gtk2: init at 1.3 2016-02-20 19:49:13 +08:00
Cole Mickens
e1a3b4128f mpv: 0.14.0 -> 0.15.0 2016-02-20 03:46:37 -08:00
Arnold Krille
c3b4dd920b rsync/rrsync: less code duplication
- refactor the common parts all into the base.nix
- add myself as maintainer
2016-02-20 11:59:50 +01:00
Aneesh Agrawal
17aefb1460 weechat: make language plugins optional, fixes #13092
They're still enabled by default, but now can be disabled.

Python has not been made optional due to the additional complexity of:
  - python2 vs python3
  - pync support on Darwin
Making Python support optional should be revisited at another time.
2016-02-19 22:56:29 +01:00
Pascal Wittmann
8b06e2fab1 filezilla: 3.14.1 -> 3.15.0.2 2016-02-19 22:50:28 +01:00
Arseniy Seroka
24a536f77d Merge pull request #13126 from zimbatm/ricochet-1.1.2
ricochet: 1.1.1 -> 1.1.2
2016-02-19 22:53:42 +03:00
Matthias Beyer
24edc61fcd khard: Fix version 0.8.1 runtime error by rewriting dependencies 2016-02-19 16:31:43 +01:00
zimbatm
883b788ab0 ricochet: 1.1.1 -> 1.1.2 2016-02-19 14:18:48 +00:00
Frederik Rietdijk
c9b5c4a445 kde5.kdeconnect: init at 0.9g 2016-02-19 15:12:08 +01:00
Frederik Rietdijk
4d06bf70f4 buildPythonApplication: use new function for Python applications 2016-02-19 13:16:41 +01:00
Nathan Zadoks
2610986991 chromium/plugins: use jshon for extracting the Flash version from JSON 2016-02-19 12:31:08 +01:00
Nikolay Amiantov
b457b7a7ea Merge pull request #13069 from abbradar/m3d
OctoPrint and plugins and support for M3D Micro 3D-printer
2016-02-19 14:27:32 +03:00
Mathieu Boespflug
936312879c spark: 1.4 -> 1.6. 2016-02-18 18:29:44 +01:00
Frederik Rietdijk
b3f764428f Merge pull request #13050 from bendlas/fix-inkscape
inkscape: add numpy to runtime path
2016-02-18 09:17:31 +01:00
Herwig Hochleitner
ebe983824b dropbox: 3.14.5 -> 3.14.7 2016-02-17 16:25:01 +01:00
tg(x)
d03c73a228 utox: 7e290747 -> 0.5.0 2016-02-17 15:43:53 +01:00
Nikolay Amiantov
303991218b octoprint-plugins.stlviewer: init at 0.3.0 2016-02-17 17:01:14 +03:00
Nikolay Amiantov
3f9acdc148 octoprint-plugins.titlestatus: init at 0.0.2 2016-02-17 17:01:14 +03:00
Nikolay Amiantov
4db16aed11 octoprint-plugins.m3d-fio: init at 0.26 2016-02-17 17:01:01 +03:00
Nikolay Amiantov
aad9a88a20 octoprint: init at 1.2.9 2016-02-17 16:56:14 +03:00
Nikolay Amiantov
18c3420579 openbrf: init at 2016-01-09 2016-02-17 16:54:41 +03:00
Franz Pletz
1b40dec2a6 Merge pull request #13062 from datakurre/datakurre-mopidy-spotify
mopidy-spotify: 2.2.0 -> 2.3.1
2016-02-17 14:08:54 +01:00
Vladimír Čunát
e9520e81b3 Merge branch 'master' into staging 2016-02-17 10:06:31 +01:00
Asko Soukka
f567c395a7 mopidy-spotify: 2.2.0 -> 2.3.1 2016-02-17 09:40:24 +02:00
Travis Athougies
e5e4e27e74 tints: 0.11 -> 0.12 2016-02-16 18:36:58 -08:00
Herwig Hochleitner
fbc147494c inkscape: add numpy to runtime path
This is nessecary for some plugins
2016-02-17 01:19:17 +01:00
zimbatm
5273dbf530 Merge pull request #13053 from zimbatm/git-regexp-fix
git: fix references to gettext in bash scripts
2016-02-16 21:18:39 +00:00
zimbatm
c38eb526d5 git: fix references to gettext in bash scripts
See #13047
2016-02-16 21:01:21 +00:00
Herwig Hochleitner
bd3ca11e0d virtualbox: 5.0.12 -> 5.0.14 2016-02-16 21:59:11 +01:00
Brian McKenna
93328bbd62 pijul: 0.2-6ab9ba
Maintainer has been working with us, this commit was given by them.
2016-02-17 07:28:26 +11:00
Herwig Hochleitner
a0661f84f0 dropbox: 3.12.6 -> 3.14.5
Also updates qt5 dependency to qt55, as per release notes: https://www.dropboxforum.com/hc/en-us/community/posts/205672126-Release-Candidate-3-14-5
2016-02-16 21:19:20 +01:00
Nikolay Amiantov
39e9b43082 Merge branch 'gammu-smsd' of https://github.com/zohl/nixpkgs into zohl-gammu-smsd
Closes #12998
2016-02-16 19:40:00 +03:00
Nikolay Amiantov
7fd2cc1ea8 liferea: update upstream tarball 2016-02-16 19:35:58 +03:00
Arseniy Seroka
c98602d281 Merge pull request #13031 from matthiasbeyer/update-packages
Update packages
2016-02-16 19:02:58 +03:00
zimbatm
97bbc37b6f rekonq: fix homepage url 2016-02-16 14:11:36 +00:00
Matthias Beyer
27709b6050 mdp: 1.0.4 -> 1.0.5 2016-02-16 14:17:28 +01:00
Damien Cassou
1f909b51ac Merge pull request #13025 from DamienCassou/update-backintime-1.1.12
backintime: 1.1.6 -> 1.1.12
2016-02-16 13:33:43 +01:00
Damien Cassou
5bb3ac70c6 backintime: 1.1.6 -> 1.1.12 2016-02-16 13:25:46 +01:00
zimbatm
c3f7b6bcf0 Merge pull request #13013 from nico202/glabels-3
glabels: init at 3.2.1 (git)
2016-02-16 10:47:27 +00:00
=
f59baafee2 glabels: init at 3.2.1 (git) 2016-02-16 11:28:51 +01:00
zimbatm
a6ac8d7915 Merge pull request #13020 from colemickens/fix-widevine
chromium/plugins: Fix widevine substitution
2016-02-16 10:14:16 +00:00
Cole Mickens
a5a5c1d9cd chromium/plugins: Fix widevine substitution
Fixes: #12840
Related to: 61042a5

61042a5 changes the replaced token from $something to @something@. This
commit repeats that change in one additional location used by the
WideVine plugin
2016-02-15 18:04:16 -08:00
Rok Garbas
d58ae071fd neovim: 0.1.1 -> 0.1.2
also updated neovim's forked libvterm to latest revision
2016-02-16 01:34:57 +01:00
goibhniu
eb4d571cb6 Merge pull request #12965 from nico202/iannix
IanniX: init at 0.9.17b (latest git)
2016-02-15 23:21:05 +01:00
Arseniy Seroka
6b205a9eba Merge pull request #12988 from colemickens/cfdyndns
cfdyndns: init at 0.0.1
2016-02-16 00:24:32 +03:00
Cole Mickens
c7571611dc cfdyndns: init at 0.0.1 2016-02-15 12:54:04 -08:00
Samuel Rivas
d72fad9ee4 spark: export the assembly to /share/java, fixes #11961
So that we can compile applications that depend on spark
2016-02-15 21:26:03 +01:00
Samuel Rivas
704e923ad5 spark: reduce default shell log verbosity 2016-02-15 21:26:03 +01:00
Samuel Rivas
d213089a25 spark: 1.4.0 -> 1.5.2 2016-02-15 21:26:03 +01:00
Tim Steinbach
f3909c9943 atom: 1.4.3 -> 1.5.3 2016-02-15 19:58:46 +00:00
zimbatm
22bcfc6e91 Merge pull request #13007 from kamilchm/qtile
qtile: 0.10.2 -> 0.10.4
2016-02-15 16:50:54 +00:00
goibhniu
15500eae75 Merge pull request #12955 from nico202/patchage
patchage: init at 1.0.1
2016-02-15 17:47:31 +01:00
Pascal Wittmann
abb07a9cdc pdfpc: 4.0.1 -> 4.0.2 2016-02-15 17:35:11 +01:00
Vladimír Čunát
5d2c5a920d Merge #12900: armv7l-linux improvements 2016-02-15 17:14:10 +01:00
Tobias Geerinckx-Rice
bc00989ca5 simple-scan: 3.19.4 -> 3.19.90 2016-02-15 15:49:44 +01:00
Pascal Wittmann
b9db5a9574 Merge pull request #12792 from kamilchm/marathon
marathon: 0.14.1 -> 0.15.1
2016-02-15 15:05:11 +01:00
aszlig
d9470c9e19
gpodder: Clean up package expression
We don't need to wrap twice, because we can actually pass the additional
XDG_DATA_DIRS via makeWrapperArgs.

The reason why I'm doing this within the patchPhase is because we can't
add shell variables from the current builder to makeWrapperArgs as that
content is going to end up in the wrapper verbatim.

In addition to this, gpodder was trying to search for its own directory
using the current program name, which I guess was another reason for the
double-wrap. We fix this now by setting gpodder_dir explicitly in the
main script.

Another main change is that we no longer set the "pythonX.Y-" prefix, so
the derivation name now is just "gpodder-3.9.0".

Last but not least, we enable the unit tests for gpodder in checkPhase.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
aszlig
fb1b8464f8
gpodder: 3.8.4 -> 3.9.0
Changes in 3.8.5 (without bug IDs):

 * vimeo: Fix vimeo feed discovery
 * vimeo: Allow both http and https URLs
 * youtube: Improve channel migration code
 * youtube: Fix cover art downloading
 * Make the YouTube key button link to the gPodder Wiki
 * Add pattern to YouTube feed URL list
 * CLI: Cleanup old downloads on CLI startup
 * Gtk UI: Fix model column data types
 * Device sync: Handle sync failure when no space left
 * model: Limit filenames to 120 characters for eCryptFS
 * rename_download: Add add_sortdate and add_podcast_title option
 * Remove the unused 'pipe' IPC module
 * Fix coverage usage
 * Use Travis CI for running basic sanity tests
 * Various small code improvements and fixes

Release announcement for 3.8.5:

http://blog.gpodder.org/2015/12/gpodder-385-casting-agents-and-cowgirls.html

Changes in 3.9.0 (without bug IDs):

 * Added Korean translation
 * Device sync: Only fail if we can determine free disk space
 * Enqueue episodes after download
 * Ubuntu AppIndicator extension: 'visible' config option
 * gpodder.download: Ignore non-ASCII content-disposition header
 * Win32-launcher: Remove download feature (works around Norton warning)
 * Remove WebUI, QML UI and MeeGo 1.2 Harmattan support
 * Remove broken Flattr integration (use gpodder.net's Flattr support)
 * Redesign about dialog
 * Preferences: Move video services to separate tab
 * Vimeo: Fix Vimeo integration

Release announcement for 3.9.0:

http://blog.gpodder.org/2016/02/gpodder-390-helium-levitator-released.html

Built and tested locally on my machine.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @svenkeidel
2016-02-15 14:24:11 +01:00
Kamil Chmielewski
314e4edf59 qtile: 0.10.2 -> 0.10.4 2016-02-15 14:17:10 +01:00
Pascal Wittmann
e08c88e8ac Merge pull request #13003 from DamienCassou/update-easytag-2.4.1
easytag: 2.3.2 -> 2.4.1
2016-02-15 11:13:18 +01:00
=
2099b95d9c patchage: init at 1.0.1 2016-02-15 10:43:21 +01:00
Damien Cassou
bb4e68b9d4 easytag: 2.3.2 -> 2.4.1 2016-02-15 10:22:12 +01:00
Franz Pletz
eca96b4461 Merge pull request #12963 from devhell/mediainfo
{lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
2016-02-15 04:35:17 +01:00
Franz Pletz
c7aaff20e7 Merge pull request #12188 from nico202/aeolus
aeolus: init at 0.9.0
2016-02-15 04:24:52 +01:00
Charles Strahan
8b94aaf081 Merge pull request #12572 from kevincox/mesos-upgrade
mesos: 0.23.0 -> 0.26.0
2016-02-14 20:04:01 -05:00
tg(x)
7b91d708af qtox: 20151221 -> 1.2.4, libtoxcore-dev: 20160105 -> 20160131 2016-02-15 01:15:41 +01:00
Cillian de Róiste
edd63763e1 Jamin: adjust to standard code conventions 2016-02-15 00:42:16 +01:00
goibhniu
024f3e8d29 Merge pull request #12951 from nico202/jamin
jamin: init at 0.95.0
2016-02-15 00:39:32 +01:00
Tomas Hlavaty
6c53262480 ImageMagick: build also on armv7l-linux 2016-02-14 23:45:32 +01:00
Michael Raskin
c42b19e95d libreoffice: 5.0.4.2 -> 5.1.0.3; disable one more fragile test 2016-02-14 21:17:07 +01:00
Michael Raskin
874721defa baresip: 0.4.16 -> 0.4.17 2016-02-14 21:17:07 +01:00
Arseniy Seroka
5a63bf15e0 Merge pull request #12964 from sleexyz/spectrojack
spectrojack: init at 0.4
2016-02-14 22:34:14 +03:00
=
39e0909f8f IanniX: init at 0.9.17b (latest git) 2016-02-14 19:29:35 +01:00
Gitolite Admin
f13333d43c gammu: add some DB support 2016-02-14 21:29:27 +03:00
=
6738c22a46 Added aeolus virtual organ 2016-02-14 19:16:06 +01:00
Kevin Cox
d5ed1637b6 mesos: 0.23.0 -> 0.26.0
Update mesos to 0.26.0 and build with SSL support.
2016-02-14 08:22:47 -05:00
Vladimír Čunát
16d7237beb pstree: add a working mirror to fix #12989
/cc maintainer @mornfall.
2016-02-14 08:37:14 +01:00
Peter Simons
b3f54c324c Merge pull request #12975 from tlevine/gnucash
gnucash: enable dbi
2016-02-13 20:34:35 +01:00
Frederik Rietdijk
f72382d253 Merge pull request #12976 from FRidh/mendeley
mendeley: 1.15.2 -> 1.15.3
2016-02-13 19:31:43 +01:00
Frederik Rietdijk
eb68412747 mendeley: 1.15.2 -> 1.15.3 2016-02-13 19:30:09 +01:00
Thomas Levine
70c339dd47 gnucash: enable dbi
My accounts are stored in the DBI backend (SQLite, specifically).
Before the present change, GnuCash would be compiled without DBI
 support (`--disable-dbi` flag), so I could only use the XML backend.
Now I can use either backend.

I made the change only for 2.6. It looks like 2.4 works the same way,
so maybe I'll enable DBI for that one later.

Making nix packages is delightful! It might replace my accounting hobby!
2016-02-13 17:47:19 +00:00
Franz Pletz
99b43a25dd Merge pull request #12907 from tg-x/irssi-otr
irssi-otr: 640e98c74b -> 1.0.1
2016-02-13 18:21:25 +01:00
Franz Pletz
309597b40a Merge pull request #12959 from nico202/timemachine
timemachine: init at 0.3.1
2016-02-13 18:20:07 +01:00
Arnold Krille
243c336022 rsync: Add rrsync as individual app
Extract the rsync source fetching into its own expression and use that
expression to fetch the same source for rsync and rrsync.

rrsync is just copied from the support folder of rsync, no configure or build
needed. Also none of the rsync patches are needed. Only the path to rsync needs
to be patched into rrsync.
2016-02-13 17:52:54 +01:00
Sean Lee
47282a0ee6 spectrojack: init at 0.4
spectrojack - moved in all-packages

spectrojack: init at 0.4

updated

spectrojack: init at 0.4
2016-02-13 11:19:53 -05:00
Franz Pletz
8cdccc86a2 Merge pull request #12967 from rnhmjoj/imv
imv: 1.2.0 -> 2.0.0
2016-02-13 16:45:57 +01:00
Franz Pletz
e27f4fb36f Merge pull request #12958 from nico202/non-update
non: 2015-12-16 -> 2016-02-07
2016-02-13 16:37:10 +01:00
tg(x)
d12399f3f5 irssi-otr: 1.0.0 -> 1.0.1 2016-02-13 05:50:17 +01:00
rnhmjoj
16d6eb45f1 imv: 1.2.0 -> 2.0.0 2016-02-13 05:13:49 +01:00
devhell
b7b6a672df {lib}mediainfo{-gui}: 0.7.81 -> 0.7.82
Built and tested locally.

From the changelog:
```
Version 0.7.82, 2016-01-27
+ Matroska: CRC-32 validation
+ Matroska: support of padding/junk at the start of a segment
+ Matroska: trace is activated for all elements (but report is still
  based on the first element met)
+ Matroska: add an intermediate level in the trace for the raw stream
  parser
x FLV: potential infinite loop fixed
x #B966, DTS: DTS-HD HR 3840 not detected anymore
x AC-3: wrong sample rate with 32 kHz streams
x #B948, EBUCore 1.6: invalid output due to position of
  containerEncoding element
x #B957, MPEG-7 output: No XML encoded value output
```
2016-02-12 20:59:55 +00:00
Pascal Wittmann
7f1b6d8a31 calibre: 2.50.1 -> 2.51.0 2016-02-12 21:47:12 +01:00