about summary refs log tree commit diff
path: root/pkgs/applications
Commit message (Collapse)AuthorAge
* keepass: improvementsRaymond Gauthier2016-03-03
| | | | | | | | | | | | | | | | `*.desktop` file now: - Refers to an icon. - Is placed in the proper category (based on comparison with `keepassx2`. - Has proper mime type (also based on comparison). Also, now use `icoutils` to extract icons from the application ressouces and transform them from `*.ico` to `*.png`. Created and used a generic script that has the ability to move the extracted `*.png` to their appropriate standard freedesktop location. Tested this on nixos. `keepass` now has a icon and is categorized in the same bin as `keepassx2`. The program still execute and function prefectly.
* filezilla: 3.15.0.2 -> 3.16.0Pascal Wittmann2016-03-02
|
* mcabber: 1.0.1 -> 1.0.2Pascal Wittmann2016-03-02
|
* tint2: 0.12 -> 0.12.7José Romildo Malaquias2016-03-02
|
* Merge pull request #13018 from tathougies/masterjoachifm2016-03-02
|\ | | | | Bump tint2 to 0.12
| * tints: 0.11 -> 0.12Travis Athougies2016-02-16
| |
* | Merge pull request #13510 from lancelotsix/relocate_motu_clientFrederik Rietdijk2016-03-02
|\ \ | | | | | | pkgs.motuclient: move application away from pythonPackages
| * | pkgs.motuclient: move application away from pythonPackagesLancelot SIX2016-03-02
| | |
* | | Merge pull request #13597 from ttuegel/kde-5Thomas Tuegel2016-03-02
|\ \ \ | | | | | | | | Plasma 5.5.5
| * | | kde5: consolidate packages into desktops/kde-5Thomas Tuegel2016-03-01
| | | |
* | | | gtkwave: update to 3.3.70Lluís Batlle i Rossell2016-03-02
| |/ / |/| |
* | | uzbl: version 20120514 -> v0.9.0Derek Gonyeo2016-03-01
| | |
* | | Merge pull request #13599 from mbakke/zathura-0.3.5Arseniy Seroka2016-03-02
|\ \ \ | | | | | | | | Update zathura and plugins
| * | | zathura-pdf-poppler: 0.2.5 -> 0.2.6Marius Bakke2016-03-01
| | | |
| * | | zathura-pdf-mupdf: 0.2.8 -> 0.3.0Marius Bakke2016-03-01
| | | |
| * | | zathura-djvu: 0.2.4 -> 0.2.5Marius Bakke2016-03-01
| | | |
| * | | zathura-ps: 0.2.2 -> 0.2.3Marius Bakke2016-03-01
| | | |
| * | | zathura: 0.3.3 -> 0.3.5Marius Bakke2016-03-01
| | | |
| * | | girara: 0.2.4 -> 0.2.5Marius Bakke2016-03-01
| |/ /
* / / josm: 9329 -> 9900Robert Helgesson2016-03-01
|/ /
* | kodiPlugins.pvr-hts: 2.1.18 -> 2.2.13Carles Pagès2016-03-01
| |
* | Merge pull request #13052 from @bendlasaszlig2016-03-01
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Updates VirtualBox from version 5.0.12 to 5.0.14. Upstream changes are (without bug IDs): * GUI: properly limit the number of VCPUs to the number of physical cores on Mac OS X * Audio: fixed a bug which prevented loading a saved state of a saved guests with HDA emulation (5.0.12 regression) * Audio: don't crash if the backend is unable to initialize * Audio: fixed audio capture on Mac OS X * Storage: fixed a possible crash when attaching the same ISO image multiple times to the same VM * BIOS: properly report if two floppy drives are attached * USB: fixed a problem with filters which would not capture the device under certain circumstances (5.0.10 regression) * ExtPack: black-list Extension Packs older than 4.3.30 due to incompatible changes not being properly handled in the past * Windows hosts: fixed a regression which caused robocopy to fail * Linux hosts: properly create the /sbin/rcvboxdrv symbolic link (5.0.12 regression) * Mac OS X hosts: several fixes for USB on El Capitan * Linux Additions: fixes for Linux 4.5 Full upstream changelog with bug IDs can be found at: https://www.virtualbox.org/wiki/Changelog The reason I was reluctant to merge this before were these symbol lookup errors: vboxsf: Unknown symbol VBoxGuest_RTMemTmpFree (err 0) vboxsf: Unknown symbol VBoxGuestIDCCall (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuest_RTLogRelGetDefaultInstanceEx (err 0) vboxsf: Unknown symbol VBoxGuest_RTErrConvertToErrno (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemFastMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContFree (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRelease (err 0) vboxsf: Unknown symbol VBoxGuestIDCOpen (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertShouldPanic (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemContAlloc (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexRequest (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexCreate (err 0) vboxsf: Unknown symbol VBoxGuest_RTMemTmpAllocTag (err 0) vboxsf: Unknown symbol VBoxGuest_RTSemMutexDestroy (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg1Weak (err 0) vboxsf: Unknown symbol VBoxGuestIDCClose (err 0) vboxsf: Unknown symbol VBoxGuest_RTAssertMsg2Weak (err 0) However, after testing it against 5.0.12, the same errors occur there as well, so it is likely related to our VM tests.
| * | virtualbox: 5.0.12 -> 5.0.14Herwig Hochleitner2016-02-16
| | |
* | | calibre: 2.51.0 -> 2.52.0Pascal Wittmann2016-02-29
| | |
* | | simple-scan: 3.19.90 -> 3.19.91Tobias Geerinckx-Rice2016-02-29
| | |
* | | Merge pull request #13577 from edwtjo/zotero-xpi-loaderThomas Tuegel2016-02-29
|\ \ \ | | | | | | | | zotero: patch firefox xpi loading
| * | | zotero: patch firefox xpi loadingEdward Tjörnhammar2016-02-29
| | | |
* | | | chromium: add StartupWMClass to desktop file. Fixes #12433Luca Bruno2016-02-29
| | | |
* | | | cb2bib: init at 1.9.2Edward Tjörnhammar2016-02-29
|/ / /
* | | kodi: add optional joystick supportEdward Tjörnhammar2016-02-29
| | |
* | | Merge pull request #13049 from bendlas/update-dropbox-masterThomas Tuegel2016-02-29
|\ \ \ | | | | | | | | dropbox: 3.12.6 -> 3.14.7
| * | | dropbox: 3.14.5 -> 3.14.7Herwig Hochleitner2016-02-17
| | | |
| * | | dropbox: 3.12.6 -> 3.14.5Herwig Hochleitner2016-02-16
| |/ / | | | | | | | | | 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
* | | eprover: fix build on DarwinVincent Laporte2016-02-29
| | |
* | | transmission: 2.84 -> 2.90Domen Kožar2016-02-29
| | |
* | | Merge pull request #13569 from zimbatm/redmine-fixDomen Kožar2016-02-29
|\ \ \ | | | | | | | | redmine: fix compilation with ruby 2.3
| * | | redmine: fix compilation with ruby 2.3zimbatm2016-02-29
| | | | | | | | | | | | | | | | Just bumped the JSON dependency manually to the one bundled with ruby 2.3
* | | | Merge pull request #13557 from KoviRobi/inferno-updateArseniy Seroka2016-02-29
|\ \ \ \ | | | | | | | | | | inferno: 645 -> 785
| * | | | inferno: 645 -> 785Kovacsics Robert (NixOS)2016-02-28
| | | | |
* | | | | nano: build info manual (close #13527)Michael Ekstrand2016-02-28
| |/ / / |/| | | | | | | | | | | | | | | Make nano depend use texinfo, so that the built packages include the info manual, and put it into a separate output.
* | | | gitstats: init at 2016-01-08Bjørn Forsman2016-02-28
| | | | | | | | | | | | | | | | Upstream does not make releases, using latest commit from master branch.
* | | | apitrace: add qapitrace and backtracing supportNikolay Amiantov2016-02-28
| | | |
* | | | use the sourceforge mirrors everywherezimbatm2016-02-28
| | | | | | | | | | | | | | | | | | | | find pkgs -name "*.nix" -exec sed -r \ "s|https?://downloads.sourceforge.net/|mirror://sourceforge/|g" -i {} \;
* | | | gitinspector: 0.4.1 -> 0.4.4Bjørn Forsman2016-02-28
| | | |
* | | | Merge pull request #13513 from grahamc/omnibus-cvesFranz Pletz2016-02-28
|\ \ \ \ | | | | | | | | | | Several CVEs
| * | | | pythonmagick: 0.9.11 -> 0.9.12Graham Christensen2016-02-27
| | | | |
| * | | | xara: broken due to patch-tracker.debian.org being missing.Graham Christensen2016-02-27
| | | | |
| * | | | cgit: 0.11.2 -> 0.12 for CVE-2016-1899 CVE-2016-1900 CVE-2016-1901Graham Christensen2016-02-27
| | | | |
* | | | | Merge pull request #13512 from magnetophon/yoshimi-1.3.8.2Arseniy Seroka2016-02-27
|\ \ \ \ \ | |/ / / / |/| | | | yoshimi: 1.3.7.1 -> 1.3.8.2
| * | | | yoshimi: 1.3.7.1 -> 1.3.8.2Bart Brouns2016-02-27
| | | | |