summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* tree-wide: autorename gnome packages to use dashesJan Tojnar2018-02-25
|
* sit: 0.1.2 -> 0.1.3Yurii Rashkovskii2018-02-25
|
* Geany: 1.32 -> 1.33Frank Lanitz2018-02-25
|
* lxterminal: switch to using GTK3Tyler Compton2018-02-25
| | | | | | | | 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.
* Merge pull request #35535 from mimadrid/update/tig-2.3.3adisbladis2018-02-25
|\ | | | | tig: 2.3.2 -> 2.3.3
| * tig: 2.3.2 -> 2.3.3Miguel Madrid Mencía2018-02-25
| |
* | Merge pull request #35523 from ryantm/auto-update/audacity-2.2.1-to-2.2.2adisbladis2018-02-25
|\ \ | | | | | | audacity: 2.2.1 -> 2.2.2
| * | audacity: 2.2.1 -> 2.2.2Ryan Mulligan2018-02-24
| | | | | | | | | | | | Semi-automatic update; builds on NixOS
* | | neomutt: 20171215 -> 20180223Peter Hoeg2018-02-25
| | |
* | | sequeler: init at 0.5.3Elis Hirwing2018-02-24
| | |
* | | avidemux: rewrite derivationMaximilian Bosch2018-02-25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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)
* | | deadbeefPlugins.opus: init at 0.8Jan Tojnar2018-02-24
| | |
* | | gthumb: fixed mime typesMiguel Madrid Mencía2018-02-24
| | |
* | | audacious: build with latest libcdioThomas Tuegel2018-02-24
| | |
* | | audaciousQt5: build with latest libcdioThomas Tuegel2018-02-24
| | |
* | | firefox-beta-bin: 59.0b11 -> 59.0b12adisbladis2018-02-24
| | |
* | | firefox-devedition-bin: 59.0b11 -> 59.0b12adisbladis2018-02-24
| | |
* | | Merge pull request #35462 from jfrankenau/update-geeqieMichael Raskin2018-02-24
|\ \ \ | | | | | | | | geeqie: 1.3 -> 1.4
| * | | geeqie: 1.3 -> 1.4Johannes Frankenau2018-02-24
| | |/ | |/|
* | | citrix_receiver: fix build errors in recent versionobadz2018-02-24
| | | | | | | | | | | | | | | | | | ./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax (See #33556)
* | | Merge pull request #35447 from svsdep/keepass-plugins-patch-backJörg Thalheim2018-02-24
|\ \ \ | | | | | | | | keepass: bring back and update plugins load patches
| * | | keepass: bring back and update plugins load patchesVasyl Solovei2018-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | qalculate-gtk: 2.1.0 -> 2.2.1Gabriel Ebner2018-02-24
| | | |
* | | | insync: 1.3.17.36167 -> 1.3.22.36179Aristid Breitkreuz2018-02-24
| |/ / |/| |
* | | Merge pull request #35437 from ericsagnes/pkg-update/pamixlewo2018-02-24
|\ \ \ | | | | | | | | pamix: 1.5 -> 1.6
| * | | pamix: 1.5 -> 1.6Eric Sagnes2018-02-24
| | | |
* | | | testssl: 2.9.5-1 -> 2.9.5-2Elis Hirwing2018-02-24
| |/ / |/| |
* | | Merge pull request #35425 from xeji/kubernetes-go-versionJörg Thalheim2018-02-24
|\ \ \ | | | | | | | | kubernetes: patch broken go version check
| * | | kubernetes: use fetchpatch insteadJörg Thalheim2018-02-24
| | | |
| * | | kubernetes: patch broken go version checkxeji2018-02-23
| | | | | | | | | | | | | | | | | | | | | | | | fixes #35403 patch from https://github.com/kubernetes/kubernetes/pull/58207 already merged upstream - remove for next version
* | | | mupdf: apply patch for CVE-2018-6544 (part 2)Andreas Rammhold2018-02-23
| | | | | | | | | | | | | | | | This (hopefully) completes 998b1ef.
* | | | android-studio-preview: 3.1.0.11 -> 3.1.0.12Michael Weiss2018-02-23
| | | |
* | | | Merge #35404: sage: explicitly use gfortran6Vladimír Čunát2018-02-23
|\ \ \ \
| * | | | sage: explicitly use gfortran6Timo Kaufmann2018-02-23
| | |_|/ | |/| | | | | | | | | | | | | | The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke the build.
* | | | Merge pull request #35414 from flokli/CVE-2018-6544Joachim F2018-02-23
|\ \ \ \ | |_|/ / |/| | | mupdf: apply patch for CVE-2018-6544
| * | | mupdf: apply patch for CVE-2018-6544Florian Klink2018-02-23
| | | |
* | | | micro: 1.3.4 -> 1.4.0Will Dietz2018-02-23
| |/ / |/| |
* | | atom: 1.23.3 -> 1.24.0Tim Steinbach2018-02-23
| | |
* | | Merge pull request #35151 from xeji/virtmanager-cleanupJörg Thalheim2018-02-23
|\ \ \ | | | | | | | | virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
| * | | virtmanager: set platforms to linuxxeji2018-02-20
| | | | | | | | | | | | | | | | since dependency libvirt-glib currently doesn't build on Darwin
| * | | virtmanager: 1.5.0: sha512->sha256 (readability)xeji2018-02-19
| | | |
| * | | virtmanager: 1.5.0: add gtk3 dependencyxeji2018-02-19
| | | | | | | | | | | | | | | | | | | | otherwise virt-manager startup fails with Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
| * | | virtmanager: 1.4.3 -> 1.5.0, cleanup dependenciesxeji2018-02-18
| | | | | | | | | | | | | | | | remove unneeded dependencies, see issue #34043
* | | | go-ethereum: Dont install sources in $outadisbladis2018-02-23
| | | |
* | | | Merge pull request #35350 from adisbladis/drop/go-1_8adisbladis2018-02-23
|\ \ \ \ | | | | | | | | | | go: Remove old version 1.8
| * | | | perkeep: Build with go 1.9adisbladis2018-02-23
| | | | |
* | | | | virtmanager-qt: 0.48.79 -> 0.52.80Peter Hoeg2018-02-23
| | | | |
* | | | | Merge pull request #35217 from htr/htr/add-nixnoteFranz Pletz2018-02-23
|\ \ \ \ \ | | | | | | | | | | | | nixnote2: init at 2.0.2
| * | | | | nixnote2: init at 2.0.2Hugo Tavares Reis2018-02-20
| | | | | |
* | | | | | Merge pull request #35341 from jerith666/timetrap-1-15-1Franz Pletz2018-02-23
|\ \ \ \ \ \ | | | | | | | | | | | | | | timetrap: 1.10.0 -> 1.15.1