about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* firefox update to 21.0Lluís Batlle i Rossell2013-05-29
|
* digikam: enable parallel buildingLluís Batlle i Rossell2013-05-29
|
* Merge pull request #561 from offlinehacker/stPeter Simons2013-05-29
|\ | | | | st: Update to 0.4.1 and add support for custom config
| * st: Update to 0.4.1 and add support for custom configJaka Hudoklin2013-05-26
| |
* | mumble: making hydra build itLluís Batlle i Rossell2013-05-28
| |
* | Update bittorrent-sync to 1.0.134Moritz Ulrich2013-05-28
| |
* | gnunet: removing 0.8Lluís Batlle i Rossell2013-05-27
| | | | | | | | I don't think anyone uses it. Feel free to revert, otherwise.
* | Adding gnunet-svn and libgcrypt-git.Lluís Batlle i Rossell2013-05-27
| | | | | | | | gnunet-svn can't interoperate with gnunet.
* | gajim: Optional support for notifications.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | Actually, Gajim can use notifications through dbus if notification-daemon is available. Otherwise it falls back to notify-python, which is why I disabled it by default, especially because upstream support of that Python library isn't especially awesome ;-) Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | gajim: Add support for LaTeX markup.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This needed a bit of patching the paths to the latex and dvipng executables. In addition, we also address a small bug by using sed: tmpfd, tmppng = mkstemp(prefix='gajim_tex', suffix='.png') tmpfd.close() This obviously won't work, because mkstemp() actually returns a file descriptor _number_ and not a Python file object. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | gajim: Enable SRV support using drill from ldns.aszlig2013-05-27
| | | | | | | | | | | | | | | | Use a patch from Arch Linux to use drill instead of nslookup. The primary reason for this is because nslookup is in bind, and we don't want to depend on the whole bind package just for the sake of supporting SRV lookups. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium: Update all channels to latest versions.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This brings in Chromium 27 as the new stable version. Specific versions of the updated channels: stable: 26.0.1410.63 -> 27.0.1453.93 (builds fine, tested) beta: 27.0.1453.81 -> 28.0.1500.20 (builds fine, tested) dev: 28.0.1500.11 -> 29.0.1516.3 (builds fine, tested) We now can finally drop the following patches: * glibc-2.16-use-siginfo_t.patch * pulseaudio_array_bounds.patch These were for version 26 only and thus are no longer needed. In addition, we no longer have to use the pre/post attributes, as there is just _one_ place that uses version specific stuff (path to webcore.gyp). Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium: Switch build system to ninja.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Wanted to do this a long time ago, but never had a reason to do it. But with Chromium 29 having no make target for chrome_sandbox, we now use ninja as well as the official build and most other distributions. The whole build/make flags cruft is now integrated into one buildPhase override and we just call ninja there by exporting the specific variables. And this also makes enableParallelBuilding obsolete, as we use NIX_BUILD_CORES directly now. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | chromium: Fix installing logo images.aszlig2013-05-27
| | | | | | | | | | | | | | Actually a "*[0-9]" wildcard isn't enough for some unrelated icons to slip into the derivation output, so let's explicitely check again within the for loop. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | gajim: Update gajim to version 0.15.4.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the following bugs: * traceback on decryption of OpenPGP-encrypted messages * remote_control: use GED in send_chat_message * gajim-0.15.3 can't connect to server without StartTLS support * "make check" fails with complaining on src/command_system/mapping.py * Account Wizard: Make text selectable * Gajim crashes in connect.py Overview and details: https://trac.gajim.org/query?status=closed&milestone=0.15.4 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | gajim: Clean up and rewrite package expression.aszlig2013-05-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This should clean up the package expression significantly by actually using explicit input attributes and setting PYTHONPATH and GST_PLUGIN_PATH from environment variables in the builder. In addition, this adds a small patch from the upstream Mercurial repository to add an index.theme to the icons, so Gajim is able to load them correctly from the store. With this change, I'm adding myself to the maintainers list as well, because I'm switching over from TKabber to Gajim. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | xbmc: 12.1 -> 12.2Domen Kozar2013-05-26
| |
* | Merge pull request #560 from bjornfor/eagleDomen Kožar2013-05-26
|\ \ | | | | | | eagle: new package
| * | eagle: new packageBjørn Forsman2013-05-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Eagle is a schematic capture and PCB layout program from CadSoft. This is proprietary software; CadSoft provide a self-extracting shell script with embedded tarball of the prebuilt application. Add the latest Eagle version, 6.4.0. I've added a small LD_PRELOAD library that redirects operations on the license file from <eagle_install_path>/bin/eagle.key to $HOME/.eagle.key. Without this Eagle will never get past the license dialog (because you cannot write to the nix store). Eagle also has issues copying its example projects to other locations; it seems that it wants to preserve the read-only permissions from the source over to the destination. Because of this it cannot complete the copy operation because it cannot write the project files into to the (read-only) project directory it just created. So wrap chmod by OR'ing in the write-by-owner bit.
* | | gajim: Update to version 0.15.3.aszlig2013-05-25
| | | | | | | | | | | | Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | chromium: Update dev channel to v28.0.1500.11.aszlig2013-05-25
| | | | | | | | | | | | | | | | | | Build and tests successful on my machine. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | mplayer(2): Add support and library for bs2b.aszlig2013-05-25
|/ / | | | | | | | | | | | | This also adds a new package "libbs2b", which is needed in order to support Bauer stereophonic-to-binaural DSP as an audio filter. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | add sxiv-1.1Song Wenwu2013-05-24
| |
* | R: add version 3.0.1Peter Simons2013-05-23
| |
* | stellarium: update to version 0.12.1Peter Simons2013-05-22
| |
* | wxmaxima: update to version 13.04.1Peter Simons2013-05-22
| |
* | Merge pull request #530 from iyzsong/openboxPeter Simons2013-05-22
|\ \ | | | | | | openbox: upgrade to 3.5.0
| * | openbox: upgrade to 3.5.0Song Wenwu2013-05-13
| | |
* | | wireshark: bump from 1.8.6 to 1.8.7 (security update)Bjørn Forsman2013-05-21
| | |
* | | wireshark: add desktop itemBjørn Forsman2013-05-21
| | | | | | | | | | | | And fix a small "ethereal" typo.
* | | umurmurd: update to 0.2.12Lluís Batlle i Rossell2013-05-21
| | | | | | | | | | | | Support for 1.2.4 clients.
* | | Fix maintainers attributeRob Vermaas2013-05-21
| | |
* | | Add myself as maintainer for several packagesBjørn Forsman2013-05-20
| | | | | | | | | | | | And set missing meta.platforms for the packages I've added earlier.
* | | qmmp: new packageBjørn Forsman2013-05-19
| | | | | | | | | | | | Qmmp is a Qt-based audio player that look like Winamp.
* | | Re-generate Haskell expressions with Hackage4Nix.Peter Simons2013-05-18
| | |
* | | Add "arbtt" along with its Haskell dependencies.Petr Rockai2013-05-18
| | |
* | | Add monkey's audio (.ape) lossless encoder/decoder.Petr Rockai2013-05-18
| | | | | | | | | | | | @vcunat: include version in the name, as is our custom
* | | Updating xfe (1.34) and fox (1.6.48)Lluís Batlle i Rossell2013-05-17
| | |
* | | thunderbird: Update to 17.0.6Eelco Dolstra2013-05-17
| | | | | | | | | | | | Includes lots of security fixes.
* | | Making xfe find and load icons fineLluís Batlle i Rossell2013-05-16
| | | | | | | | | | | | | | | | | | I added more dependencies to fox, for that. I tried to add mesa too, but it wasn't trivial for it to find it, so I took it out.
* | | chromium: Add patch for user namespace sandboxing.aszlig2013-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This patch adds support for unprivileged user namespaces found in kernel versions 3.8.0 and later. In case of Nix, this is especially useful to prevent having to set up setuid wrappers. The implementation details about this patch can be found at the top of the file "sandbox_userns.patch". My first attempt of creating this patch was by modifying the SUID sandbox. Unfortunately this didn't work out well, because in the event of a sandbox failure, the host zygote process waits for an answer of the inner zygote with no timeout. Even if I'd have set a timeout, this would have been very ugly, giving users which don't have unprivileged user namespaces a delay on startup. An alternative approach to the mentioned problem would be to use select() on the host zygote, watching for changes stdout or stderr and the synchronization socket. But even that approach isn't feasible because it requires a whole bunch of even more patching. Patch was tested with older kernels (3.2.x, 3.7.x) and kernels without user namespace support enabled, where in case the feature is unavailable it reverts back to the previous behaviour (no zygote sandbox, only seccomp BPF). In order to support all Chromium channels, I manually changed the first hunk of the patch to not include the starting context of the diff, because there is a whitespace change in more recent versions of the Chromium source tree. See SVN revision 199882 for the change (revert in this case) in detail: http://src.chromium.org/viewvc/chrome?view=revision&revision=199882 Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | chromium: Don't repeat full paths in installPhase.aszlig2013-05-16
| | | | | | | | | | | | | | | | | | | | | This is no feature change and only makes the installPhase look nicer and it now doesn't exceed 80 characters in width anymore. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | chromium: Update beta and dev channels.aszlig2013-05-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This updates the following channels to the latest upstream versions: beta: 27.0.1453.65 -> 27.0.1453.81 (builds fine, tested) dev: 28.0.1485.0 -> 28.0.1500.5 (builds fine, tested) For version 28, the reference to /usr/bin/gcc is now located in third_party/WebKit/Source/core/core.gypi instead of the previous third_party/WebKit/Source/core/core.gyp/core.gyp. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* | | mercurial: Update to 2.6.1Eelco Dolstra2013-05-15
| | | | | | | | | | | | | | | Also, set a default for web.cacerts so that the system certificates on NixOS are used.
* | | hipchat: Fix desktop itemEelco Dolstra2013-05-14
| | |
* | | git: Update to 1.8.2.3Eelco Dolstra2013-05-14
| | |
* | | Merge pull request #531 from errge/masterEvgeny Egorochkin2013-05-13
|\ \ \ | | | | | | | | download git-annex from github, not kitenet.net
| * | | Download git-annex from github instead of git.kitenet.netGergely Risko2013-05-13
| | | | | | | | | | | | | | | | | | | | git.kitenet.net doesn't allow snapshot downloads anymore, the url just returns 403 Forbidden.
* | | | dunst: upgrade, set maintainers, set default config fileDomen Kozar2013-05-13
|/ / /
* | | libreoffice: update from 3.6.2.2 to 3.6.6.2Lluís Batlle i Rossell2013-05-13
| | |