about summary refs log tree commit diff
path: root/pkgs/applications
AgeCommit message (Collapse)AuthorFilesLines
2018-02-25tree-wide: autorename gnome packages to use dashesJan Tojnar178-481/+481
2018-02-25sit: 0.1.2 -> 0.1.3Yurii Rashkovskii1-2/+2
2018-02-25Geany: 1.32 -> 1.33Frank Lanitz1-2/+2
2018-02-25lxterminal: switch to using GTK3Tyler Compton1-2/+3
The version of VTE that uses GTK2 is not maintained, so using lxterminal with GTK2 means dealing with a lot of bugs that have already been fixed in newer VTE versions. I actually meant to set up lxterminal to use GTK3 in the first place, but didn't realize that wasn't the default until now.
2018-02-25Merge pull request #35535 from mimadrid/update/tig-2.3.3adisbladis1-2/+2
tig: 2.3.2 -> 2.3.3
2018-02-25Merge pull request #35523 from ryantm/auto-update/audacity-2.2.1-to-2.2.2adisbladis1-2/+2
audacity: 2.2.1 -> 2.2.2
2018-02-25tig: 2.3.2 -> 2.3.3Miguel Madrid Mencía1-2/+2
2018-02-24audacity: 2.2.1 -> 2.2.2Ryan Mulligan1-2/+2
Semi-automatic update; builds on NixOS
2018-02-25neomutt: 20171215 -> 20180223Peter Hoeg1-4/+14
2018-02-24sequeler: init at 0.5.3Elis Hirwing1-0/+40
2018-02-25avidemux: rewrite derivationMaximilian Bosch3-133/+87
This drastically reduces the complexity of the `avidemux` derivation and adds QT5 support (see #33248). Rather than invoking `cmake` over preconfigured hooks, it's much easier to use the `bootStrap.bash` script provided by the developers to do the installation tasks. Furthermore this script makes it way easier to configure which parts of `avidemux` should be used (e.g. CLI-only) or without the plugins. In order to create a CLI-only instance you can simply override the derivation: ``` avidemux.override { withQT = false; } ``` It's possible to set the default executable as well (`avidemux` creates a `avidemux_qt5` and `avidemux_cli` executable by default): ``` avidemux.override { default = "cli"; # default is `qt5` } ``` The GTK support has been dropped entirely since it was originally broken in our system and can't be built ATM. Other distros such as ArchLinux don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64)
2018-02-24deadbeefPlugins.opus: init at 0.8Jan Tojnar1-0/+31
2018-02-24gthumb: fixed mime typesMiguel Madrid Mencía1-1/+5
2018-02-24audacious: build with latest libcdioThomas Tuegel1-2/+2
2018-02-24audaciousQt5: build with latest libcdioThomas Tuegel1-2/+2
2018-02-24firefox-beta-bin: 59.0b11 -> 59.0b12adisbladis1-389/+389
2018-02-24firefox-devedition-bin: 59.0b11 -> 59.0b12adisbladis1-389/+389
2018-02-24Merge pull request #35462 from jfrankenau/update-geeqieMichael Raskin2-9/+26
geeqie: 1.3 -> 1.4
2018-02-24citrix_receiver: fix build errors in recent versionobadz1-1/+1
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax (See #33556)
2018-02-24Merge pull request #35447 from svsdep/keepass-plugins-patch-backJörg Thalheim3-6/+37
keepass: bring back and update plugins load patches
2018-02-24qalculate-gtk: 2.1.0 -> 2.2.1Gabriel Ebner1-2/+2
2018-02-24keepass: bring back and update plugins load patchesVasyl Solovei3-6/+37
Plugins loading was broken as those patches were removed in latest release. I brought patches back and updated them onto 2.38 release code base. This closes #35446.
2018-02-24geeqie: 1.3 -> 1.4Johannes Frankenau2-9/+26
2018-02-24insync: 1.3.17.36167 -> 1.3.22.36179Aristid Breitkreuz1-2/+2
2018-02-24Merge pull request #35437 from ericsagnes/pkg-update/pamixlewo1-4/+8
pamix: 1.5 -> 1.6
2018-02-24testssl: 2.9.5-1 -> 2.9.5-2Elis Hirwing1-2/+2
2018-02-24pamix: 1.5 -> 1.6Eric Sagnes1-4/+8
2018-02-24Merge pull request #35425 from xeji/kubernetes-go-versionJörg Thalheim1-1/+9
kubernetes: patch broken go version check
2018-02-24kubernetes: use fetchpatch insteadJörg Thalheim2-16/+8
2018-02-23kubernetes: patch broken go version checkxeji2-0/+16
fixes #35403 patch from https://github.com/kubernetes/kubernetes/pull/58207 already merged upstream - remove for next version
2018-02-23mupdf: apply patch for CVE-2018-6544 (part 2)Andreas Rammhold1-1/+6
This (hopefully) completes 998b1ef.
2018-02-23android-studio-preview: 3.1.0.11 -> 3.1.0.12Michael Weiss1-3/+3
2018-02-23Merge #35404: sage: explicitly use gfortran6Vladimír Čunát1-6/+13
2018-02-23Merge pull request #35414 from flokli/CVE-2018-6544Joachim F1-0/+5
mupdf: apply patch for CVE-2018-6544
2018-02-23mupdf: apply patch for CVE-2018-6544Florian Klink1-0/+5
2018-02-23micro: 1.3.4 -> 1.4.0Will Dietz1-2/+2
2018-02-23sage: explicitly use gfortran6Timo Kaufmann1-6/+13
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke the build.
2018-02-23atom: 1.23.3 -> 1.24.0Tim Steinbach1-2/+2
2018-02-23Merge pull request #35151 from xeji/virtmanager-cleanupJörg Thalheim1-10/+10
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
2018-02-23go-ethereum: Dont install sources in $outadisbladis1-0/+11
2018-02-23Merge pull request #35350 from adisbladis/drop/go-1_8adisbladis1-2/+43
go: Remove old version 1.8
2018-02-23virtmanager-qt: 0.48.79 -> 0.52.80Peter Hoeg1-4/+4
2018-02-23Merge pull request #35217 from htr/htr/add-nixnoteFranz Pletz1-0/+37
nixnote2: init at 2.0.2
2018-02-23Merge pull request #35341 from jerith666/timetrap-1-15-1Franz Pletz3-14/+18
timetrap: 1.10.0 -> 1.15.1
2018-02-23Merge pull request #35291 from svsdep/keepassrpcFranz Pletz2-34/+35
keepass-keepassrpc: init at 1.7.3.1
2018-02-23Merge pull request #35344 from svsdep/keepass-xdotoolFranz Pletz2-1/+98
keepass: fix auto-type and clipboard features
2018-02-23Merge pull request #35295 from volth/patch-96Franz Pletz2-5/+5
mercurial: 4.3.2 -> 4.5
2018-02-22melpa-packages: 2018-02-22Michael Alan Dorman1-704/+1026
Removals: - ac-anaconda: removed from melpa - cider-profile: removed from melpa
2018-02-22melpa-stable-packages: 2018-02-22Michael Alan Dorman1-134/+372
Removals: - ac-anaconda: removed from melpa
2018-02-22org-packages: 2018-02-22Michael Alan Dorman1-6/+6