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
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