1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00
Commit graph

1717 commits

Author SHA1 Message Date
Bjørn Forsman 10c0791142 librecad: remove old 1.x, make 2.x default
Keep 'librecad2' attribute, for backwards compatibility.
2015-10-23 18:09:23 +02:00
Matthias Beyer f0d1766543 taskwarrior: 2.4.4 -> 2.5.0
Paste from the changelog:

There have been a lot of changes. Here are the highlights:

  * Improved command line parser: terminator -- handling, UUID
    recognition, DOM recognition, red-herring pairs (foo:bar), escaped
    slashes in patterns (/one\/two/), substitutions (/one\/two/one-two/),
    Unicode U+NNNN and \uNNNN, escaped entities (\n, \t etc) for use in
    descriptions/annotations, abbreviated day and month names, ISO-8601
    durations (PT4H, P1Y etc).

  * New virtual tags UDA, ORPHAN, PROJECT, PRIORITY, and LATEST.

  * Improved support for DOM references in filters task
    'due.year = 2015 and due.week > 20' list.

  * New configuration settings urgency.inherit, rule.color.merge,
    urgency.user.tag.next.coefficient, color.uda.<name>.none, sugar,
    report.<name>.sort:none, json.depends.array.

  * Improved urgency: the urgency.inherit setting propagates urgency
    along dependency chains.

  * Improved searching: more powerful regular expressions.

  * Improved attribute modifiers: is/isnt are now consistent exact
    match operator equivalents to ==/!==.

  * New command _unique, for generating unique lists of values, and
    will ultimately replace several helper commands.

  * New command commands, which lists commands and details about how
    they affect filters, GC, context, and syntax.

  * New verbosity tokens recur (feedback when a recurring task instance
    is created), unwait (for when a waiting task becomes visible).

  * Improved extensions: zsh completion, Fish shell completion, add-on
    scripts now online.

  * Improved documentation: help command, man pages, more online docs,
    negation ! operator, sample hook scripts.

  * Improved sync: GnuTLS now mandatory, so everyone has the sync
    command.

  * Improved JSON import/export support: free-format JSON, task arrays
    assumed (which makes import/export work with out-of-the-box parsers),
    dependencies optionally modeled as an array, UUIDs validated, tasks
    added/updated without duplication, import from STDIN using -.

  * Improved performance: less data is read from disk depending on the
    filter.

  * Improved diagnostics: duplicate dependency warnings, multi-task
    edit failures, changes to tasks without IDs, certificate file sizes.

  * Improved testing: migrated all Perl tests to Python, parallelized
    test suite, colorized output, detection of newly passing tests,
    Python 2.7 and 3 support, better debug output, Bash test library,
    stress test tool, no more disabled tests - everything runs, test
    coverage is now 87.3%.

  * Widespread code cleanup, removal of dead code, C++11 enhancements,
    improved portability, merged ISO-8601 and legacy durations, less
    code, happier developers.
2015-10-23 16:18:31 +02:00
goibhniu a924c55d0b Merge pull request #10437 from fredlebel/jp2a
Added jp2a tool.
2015-10-23 09:36:46 +02:00
Frederic LeBel 60b15039df Added jp2a tool.
A small utility that converts JPG images to ASCII.
2015-10-22 22:47:24 -04:00
Bob van der Linden d8028930a0 slic3r: 1.2.6 -> 1.2.9 2015-10-22 14:28:59 +02:00
Nikolay Amiantov 9c2d733426 Revert "rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug"
This reverts commit 5877d74f03.
Closes #10513.
2015-10-21 20:53:18 +03:00
Bjørn Forsman db0589b9fc librecad2: 2.0.7 -> 2.0.8 2015-10-21 14:41:20 +02:00
Arseniy Seroka 6ebf6615ef Merge pull request #10469 from deepfire/vue
vue:  3.2.2 -> 3.3.0
2015-10-19 02:29:55 +03:00
Kosyrev Serge 137c248aa2 vue: 3.2.2 -> 3.3.0 2015-10-18 23:20:27 +03:00
Joachim Fasting 95df56a021 electrum: 2.4.3 -> 2.5.1 2015-10-18 17:21:22 +02:00
Pascal Wittmann fccef131cd calibre: 2.40.0 -> 2.41.0 2015-10-16 10:34:35 +02:00
Nikolay Amiantov 5877d74f03 rxvt_unicode: add patch to fix Shift+PgUp/PgDown bug 2015-10-15 17:06:23 +03:00
Nikolay Amiantov 1663d3eb6e urxvt_perls: 2015-03-28 -> 2.2 2015-10-15 17:06:23 +03:00
Vladimír Čunát 2f540cbe48 synapse, hamster-time-tracker: get rid of icon-theme.cache
Fixes #10370.
2015-10-13 14:49:05 +02:00
Igor Sharonov d1b085549f wcalc: init at 2.5 2015-10-12 23:07:45 +03:00
Eelco Dolstra 5ea6330f77 blender: Update to 2.76 2015-10-12 20:05:35 +02:00
Pascal Wittmann 35bd395606 calibre: 2.38 -> 2.40 2015-10-05 23:01:40 +02:00
Tobias Geerinckx-Rice 40503a2eab redshift: add hicolor_icon_theme dependency
This fixes the icon-theme.cache collision by removing it during Fixup.
2015-09-30 10:03:59 +02:00
Tobias Geerinckx-Rice 49da51697b redshift: use our own XDG_DATA_DIRS 2015-09-30 02:29:50 +02:00
Tobias Geerinckx-Rice ff2bb85e2c redshift: clean up a little
- Remove bogus second 'python' argument from substituteInPlace
- Format optional dependencies after their *Support argument
2015-09-29 03:21:35 +02:00
Tobias Geerinckx-Rice 19f2be4523 redshift: add gtk3 & correctly set GI_TYPELIB_PATH
This should fix https://github.com/NixOS/nixpkgs/issues/10097.
2015-09-29 03:21:35 +02:00
Tobias Geerinckx-Rice 3e5e151b04 redshift: lib.optional -> lib.optionals 2015-09-29 03:21:34 +02:00
Arseniy Seroka e916273209 Merge pull request #10102 from bdimcheff/add-textile-to-jekyll
jekyll: add RedCloth dependency for textile support
2015-09-28 23:57:26 +03:00
Brandon Dimcheff 2131d401ea jekyll: add RedCloth dependency for textile support
This allows jekyll to be used with textile markup
2015-09-28 16:53:43 -04:00
obadz db31c1c438 orpie: init at 1.5.2
[Bjørn: add meta.platforms]
2015-09-28 21:03:11 +02:00
Thomas Tuegel c20b7ba4f3 cool-retro-term: build with Qt 5.5 2015-09-27 15:09:51 -05:00
Thomas Tuegel 2e0589b4ca kde414: build with kdelibs-4.14.12
Upstream changes to the build system required adjusting many packages'
dependencies. On the Nixpkgs side, we no longer propagate the dependency
on cmake (to reduce closure size), so downstream dependencies had to be
adjusted for most packages that depend on kdelibs.
2015-09-27 15:08:12 -05:00
Arseniy Seroka 4a8e06f1f0 Merge pull request #10022 from gebner/goldendict-20150801
goldendict: 1.0.1 -> 1.5.0.20150801
2015-09-27 01:51:47 +03:00
lethalman f5f3aff047 Merge pull request #9994 from robbinch/pkg-kiwix
kiwix: init at 0.9.
2015-09-25 15:17:31 +02:00
William A. Kennington III 5c4ad05f96 soxr: 0.1.1 -> 0.1.2 2015-09-24 16:15:31 -07:00
Robbin C 9952afa2ff kiwix: init at 0.9.
This adds kiwix, an offline reader for Web content (like Wikipedia).
2015-09-24 22:01:55 +08:00
Gabriel Ebner 4b9428038e goldendict: 1.0.1 -> 1.5.0.20150801 2015-09-24 07:45:47 +02:00
Vladimír Čunát 76ef7a93e3 Merge: xlibs and x11 attribute cleanup
Frequently using multiple *almost* identical attributes is bad.
2015-09-23 10:42:34 +02:00
Eelco Dolstra 645441c207 hello/ex-2 -> hello 2015-09-22 20:23:23 +02:00
Eelco Dolstra 2a28bc6691 separateDebugInfo: Assert Linux
Also remove some unintended setting of separateDebugInfo.
2015-09-22 20:21:10 +02:00
taku0 e48c2d520e sox: enable libsndfile, amr-nb, amr-wb (close #9824) 2015-09-22 08:11:04 +02:00
Edward Tjörnhammar c12e31c0ab Merge pull request #9989 from matthiasbeyer/update-rofi
rofi: 0.15.7 -> 0.15.8
2015-09-22 03:31:54 +02:00
Matthias Beyer 2a633c8c5c rofi: 0.15.7 -> 0.15.8 2015-09-22 01:57:35 +02:00
Matthias Beyer a273f1fde4 khard: 0.5.0 -> 0.6.0 2015-09-22 01:54:04 +02:00
Arseniy Seroka da0c7590d7 Merge pull request #9960 from matthiasbeyer/update-mupdf
mupdf: 1.7a -> 1.7
2015-09-20 22:51:27 +03:00
Peter Simons aef109d376 Merge pull request #9957 from matthiasbeyer/update-xterm
xterm: 317 -> 320
2015-09-20 19:00:52 +02:00
Matthias Beyer bf21b42db9 xterm: 317 -> 320 2015-09-20 15:40:13 +02:00
Matthias Beyer 232bafe6c3 mupdf: 1.7a -> 1.7 2015-09-20 15:38:53 +02:00
Matthias Beyer d4e36bd2d6 vit: init at 1.2
Suggested-by: Robert Helgesson <robert@rycee.net>
2015-09-20 11:46:21 +02:00
lethalman e716f7d5e8 Merge pull request #9822 from taku0/sox-14.4.2
sox: 14.4.1 -> 14.4.2
2015-09-18 15:14:34 +02:00
Eduard Bachmakov d006578d40 dfilemanager: update to latest git revision (close #9762) 2015-09-17 21:19:47 +02:00
Rommel M. Martinez 16ea769c0e tthsum: init at 1.3.2 2015-09-18 03:01:01 +08:00
Eelco Dolstra ec5b66eb4a Enable separate debug info
You can now pass

  separateDebugInfo = true;

to mkDerivation. This causes debug info to be separated from ELF
binaries and stored in the "debug" output. The advantage is that it
enables installing lean binaries, while still having the ability to
make sense of core dumps, etc.
2015-09-17 15:56:33 +02:00
Pascal Wittmann edee7f1720 Transformed meta.maintainers attributes to lists 2015-09-17 15:33:36 +02:00
William A. Kennington III 773b4deb7c Merge commit 'a6f6c0e' into master.upstream
This is a partial merge of staging where we have up to date binaries for
all packages.
2015-09-15 12:16:49 -07:00