Commit Graph
100 Commits
Author SHA1 Message Date
Matthias Beyer 2d1ee0e981 mutt: 1.12.1 -> 1.12.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-09-22 10:13:26 +02:00
Matthias Beyer 45a961fa5d mixxx: 2.2.1 -> 2.2.2 2019-08-16 13:54:06 +02:00
Matthias Beyer 7b02dd82f8 aerc: 0.1.1 -> 0.1.4 2019-07-17 20:10:16 +02:00
Matthias Beyer eec03192ec hstr: 1.25 -> 2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-05 13:43:29 +02:00
Matthias Beyer 48afae7da7 way-cooler: Mark as broken (#64138)
The project is in full-rewrite state, which also breaks backwards
compatibility.
Right now, the project README warns that way-cooler is not usable in its
current state.

Thus mark this as broken, so die-hard users can still use it.

This patch should be reverted as soon as there is a new release.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-07-03 18:51:02 +02:00
Matthias Beyer fe6bb17872 Add missing semicolon (#63919)
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-29 15:52:21 +00:00
Matthias Beyer aa2f3eb8b1 mutt: 1.12.0 -> 1.12.1 2019-06-16 09:43:43 +02:00
Matthias Beyer 0bf6e25a6b aerc: 0.1.0 -> 0.1.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-06-10 16:25:08 +02:00
Matthias Beyer 0a3fdeb1d2 mutt: 1.11.4 -> 1.12.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-26 12:47:49 +02:00
Matthias Beyer 105d274058 cointop: 2018-05-03 -> 1.2.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-23 17:59:17 -05:00
Matthias Beyer 3e6ac2c754 taskell: Add package meta information 2019-05-14 21:06:51 -05:00
Matthias Beyer 3de0aae69c jo: 1.1 -> 1.2
The "src.rev" was changed because upstream tag does not have the "v"
prefix for this version.

A little bit of code formatting was done as well.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-08 09:29:37 +02:00
Matthias Beyer 09c0b89a81 taskell: 1.4.2 -> 1.4.3
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-08 09:14:18 +02:00
Matthias Beyer a0f644faa3 taskell: 1.4.0 -> 1.4.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-05-02 10:24:43 +02:00
Matthias Beyer cb5f0906fd taskell: 1.3.2 -> 1.4.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-28 12:19:43 +02:00
Matthias Beyer 31bee0cc7c wordgrinder: Fix build
First I tried to fix the build like this:

> This fixes the build of the wordgrinder package by disabling the build
> of "xwordgrinder", the non-curses frontend of wordgrinder.
>
> For re-enabling the build, this patch shall be reverted and then go on
> from there.
>
> I opted for disabling the x frontend of this program because the whole
> purpose of this is to use a curses writing program (at least for me).
> It seems that hacking around the new build system in nixpkgs is a
> non-trivial task and I wanted to get this package out of the door as
> fast as possible because I already delayed the fix by a few days (or is
> it weeks already), so this is the simple fix.
>
> If someone wants to have the X frontend again, I can invest more time at
> some point.

But then the almighty aszlig came around and told me how to do it right. So here
we go, with a patch from me that is acutally from aszlig (see #60122).

This fixes the build.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Signed-off-by: aszlig <aszlig@nix.build>
Fixes: 6b2bd330fa ("wordgrinder: Fix sha256 hash")
Fixes: 19a3abc1b8 ("wordgrinder: 0.7.1 -> 0.7.2")
Merges: https://github.com/NixOS/nixpkgs/pull/60122
Cc: @devhell
2019-04-26 09:05:05 +02:00
Matthias Beyer dfd8f84aef python3Packages.jupyterlab: Fix build
The build was broken by updating the underlying python library.
This is the quickfix.

Fixes: ca67a7200cf ("python37Packages.jupyterlab_server: 0.2.0 -> 0.3.0")
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-25 09:41:52 +02:00
Matthias Beyer 03bd909fcd mpdscribble: Fix URL
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-20 22:48:29 +02:00
Matthias Beyer 99a2cefdde pam: 1.3.0 -> 1.3.1
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-16 18:55:09 +02:00
Matthias Beyer 31884f788e ympd service: Allow webPort to be int
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-12 18:17:10 +02:00
Matthias Beyer 60752bebcb clisp: Add license
Source: http://ftp.gnu.org/pub/gnu/clisp/release/latest/clisp-2.49.tar.gz
File: GNU-GPL

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-09 13:23:55 +02:00
Matthias Beyer 89c813c34e fltrdr: 0.1.1 -> 0.2.1
This adds also the new dependency "icu"

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-08 10:13:47 +02:00
Matthias Beyer 19a3abc1b8 wordgrinder: 0.7.1 -> 0.7.2 2019-04-08 10:13:47 +02:00
Matthias Beyer 514d9aa109 cli-visualizer: 1.7 -> 1.8 2019-04-08 10:13:47 +02:00
Matthias Beyer c888f6f2e8 pipes: 1.2.0 -> 1.3.0 2019-04-08 10:13:46 +02:00
Matthias Beyer 9172e8a7ac xfce panel plugins: Remove me as maintainer
I am not using xfce anymore, so I do not think it is appropriate that I
maintain these packages.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-04-07 19:56:39 +02:00
Matthias Beyer a9d4d87f05 qgit: Fix meta.homepage
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-31 21:48:30 +02:00
Matthias Beyer 084c8644ff vimpager: Init at 2.06 and master (#58580)
* vimpager: Init at 2.06 and master

Adding a package vimpager-latest because the last release was 2015.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* fixup! vimpager: Init at 2.06 and master
2019-03-30 23:55:12 +01:00
Matthias Beyer 3cf40fc794 lib: lists: Alias builtins.map
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Suggested-by: Profpatsch <mail@profpatsch.de>
2019-03-29 14:34:30 +01:00
Matthias Beyer 349921047e checkinstall: Add license
Source: http://checkinstall.izto.org/docs/LICENSE

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-27 12:54:17 +01:00
Matthias Beyer 54f4958092 atanks: Add license
Source: https://sourceforge.net/p/atanks/atanks/ci/master/tree/COPYING

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-27 12:01:57 +01:00
Matthias Beyer 9daa25fc96 aspectj: Add license
Source: https://git.eclipse.org/c/aspectj/org.aspectj.git/tree/docs/build.xml#n7

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-27 12:00:00 +01:00
Matthias Beyer a8630eec1c arora: Add license
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-03-27 11:57:50 +01:00
Matthias Beyer a66c88f66a fltrdr: init at 0.1.0 (#56048)
* fltrdr: init at 0.1.0

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>

* fixup! fltrdr: init at 0.1.0

* fixup! fltrdr: init at 0.1.0
2019-02-22 14:33:57 -06:00
Matthias Beyer e77902ce7b dasht: init at v2.3.0
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2019-02-21 20:05:20 +01:00
Matthias Beyer f1f4f38909 Revert "Remove maintainership"
I'm baaaaack!

This patch reverts my patch where I removed myself as maintainer because
of my traveling. I'm back now and I want to maintain these packages
again.

This reverts commit ce1c1e3093.
2019-02-20 19:57:34 +01:00
Matthias Beyer b73579e5f1 taskell: init at 1.3.2
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Suggested-by: Profpatsch <mail@profpatsch.de>
2018-10-13 12:37:56 +02:00
Matthias Beyer 7c644a51a6 cointop: init at 2018-05-03 2018-05-03 15:00:14 +02:00
Matthias Beyer 6dbc010a7d bat: init at 0.2.0 2018-05-01 17:51:59 +02:00
Matthias Beyer 49f55fa337 vdirsyncer: 0.16.4 -> 0.17.0a2 2018-04-23 17:19:26 +09:00
Matthias Beyer f396f0937e pythonPackages.milksnake: init at 0.1.5 2018-04-23 16:35:44 +09:00
Matthias Beyer 0f32914164 dashing: init at 2018-02-15 2018-04-18 18:05:50 +02:00
Matthias Beyer 792c99df34 mutt: 1.9.4 -> 1.9.5 2018-04-15 08:27:58 +02:00
Matthias Beyer ce1c1e3093 Remove maintainership
With this patch I remove myself as a maintainer for all packages I
currently maintain.

This is due the fact that I will be basically off the grid from May 2018
until early 2019, as I will be on a trip through north america.

I will revert this patch as soon as I'm back, as I plan to continue
contributing to nixpkgs then.
But as I cannot maintain anything during that time, I'd like to get this
patch merged.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-04-06 10:57:19 +02:00
Matthias Beyer 13e95f33db lumail: Use lua5.1
This is necessary because the standard library which is distributed with
lumail (the lumail core configuration so to speak) is written for lua5.1
apparently.

The website states 5.1 or 5.2 or 5.3, but 5.2 fails because "loadstring"
was deprecated in lua 5.2.

Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
2018-03-12 16:43:27 +01:00
Matthias Beyer bb8e1c4512 lumail: Fix package definition
Includes:

* Package gets a flag to use the debug build
* install phase installs all lua scripts from the package and makes
  lumail find them
* global configuration which is shipped with the package can be
  overridden, if desired
* parallel building enabled
2018-03-12 16:41:59 +01:00
Matthias Beyer 29c33ba5af lumail: 2.9 -> 3.1 2018-03-12 16:40:50 +01:00
Matthias Beyer 6f7b712d0c mutt: 1.9.3 -> 1.9.4 2018-03-04 14:02:14 +01:00
Matthias Beyer 70c031d300 haxor-news: Disable tests
Tests fail, reason unknown.
But the program works as expected.
2018-02-21 14:28:42 +01:00
Matthias Beyer dbe8ca6a2d Remove myself from maintainers
I don't want to maintain go packages anymore because packaging is such a
PITA for go packages.
2018-02-21 14:26:13 +01:00
Matthias Beyer f683d0abf8 Remove myself from maintainers
I don't want to maintain go packages anymore because packaging is such a
PITA for go packages.
2018-02-21 14:25:45 +01:00
Matthias Beyer dff9ff8c9f vdirsyncer: 0.16.3 -> 0.16.4 2018-02-21 14:21:32 +01:00
Matthias Beyer d1adf6cb53 smenu: 0.9.10 -> 0.9.11 2018-02-21 14:18:32 +01:00
Matthias Beyer 5655df2227 sigal: 1.3.0 -> 1.4.0 2018-02-21 14:17:20 +01:00
Matthias Beyer 0f7c22f387 sc-im: 0.6.0 -> 0.7.0 2018-02-21 14:16:13 +01:00
Matthias Beyer 6cefe6bc57 mwic: 0.7.3 -> 0.7.4 2018-02-21 14:11:06 +01:00
Matthias Beyer 8155a2446f khard: 0.11.4 -> 0.12.2 2018-02-21 14:08:51 +01:00
Matthias Beyer 9d0e4c0e5d pythonPackages.ruamel_yaml: 0.13.7 -> 0.15.35 2018-02-21 14:08:38 +01:00
Matthias Beyer dc36894990 http-prompt: 0.11.0 -> 0.11.1 2018-02-21 14:02:48 +01:00
Matthias Beyer 9380acf8d3 hstr: 1.23 -> 1.24 2018-02-21 14:01:47 +01:00
Matthias Beyer a8d4d996c1 buku: 3.4 -> 3.6
Some more tests were disabled as they require internet connection.
The tests were disabled by simply removing the "assertEqual" statements,
as this is the simplest way to do it.
2018-02-21 13:58:21 +01:00
Matthias Beyer 3c735493fb bean-add: 2017-10-31 -> 2018-01-08 2018-02-21 13:52:40 +01:00
Matthias Beyer b99c86fde8 pythonPackages.vobject: 0.9.3 -> 0.9.5 2018-02-03 09:42:46 +01:00
Matthias Beyer e23e131025 mutt: 1.9.2 -> 1.9.3 2018-01-27 22:10:07 +01:00
Matthias Beyer fd00da5205 toot: 0.16.2 -> 0.17.1 2018-01-16 11:50:25 +01:00
Matthias Beyer 82ef7ce3d2 timewarrior: 1.0.0 -> 1.1.0 2018-01-13 17:35:48 +01:00
Matthias Beyer b9bade971d sigal: 1.0.1 -> 1.3.0 2018-01-12 11:32:29 +01:00
Matthias Beyer 0a339f5a55 sigal: Use fetchPypi instead of fetchurl 2018-01-12 11:32:19 +01:00
Matthias Beyer 2eba34d960 sigal: Move to applications/misc 2018-01-12 11:29:13 +01:00
Matthias Beyer 1f9c886177 taskwarrior: Fix bash completion 2018-01-10 20:51:59 +01:00
Matthias Beyer d7ffc7bf3d hugo: 0.30.2 -> 0.32.2 2018-01-05 11:03:57 +01:00
Matthias Beyer b222e44f0a toot: 0.15.0 -> 0.16.2 2018-01-02 19:06:21 +01:00
Matthias Beyer 79ba686371 mutt: 1.9.1 -> 1.9.2 (#32734) 2017-12-16 11:22:51 +01:00
Matthias Beyer 826e8a2a3b smenu: init at 0.9.10 2017-12-15 17:09:27 +01:00
Matthias Beyer 5771742a9b papirus-icon-theme: 20170715 -> 20171102 2017-11-14 15:58:01 +01:00
Matthias Beyer 208fd87149 wordgrinder: init at 0.6 2017-11-03 12:26:54 +02:00
Matthias Beyer 713a7b65e7 vdirsyncer: 0.15.0 -> 0.16.3 2017-10-31 16:27:23 +01:00
Matthias Beyer 12255a855f pythonPackages.click-log: 0.1.3 -> 0.2.1 2017-10-31 16:27:23 +01:00
Matthias Beyer 6123b53a86 loc: 2017-06-23 -> 0.4.1 2017-10-31 16:27:23 +01:00
Matthias Beyer 64cf206745 khal: 0.9.7 -> 0.9.8 2017-10-31 16:27:23 +01:00
Matthias Beyer cc9431fee2 http-prompt: 0.10.2 -> 0.11.0 2017-10-31 16:27:23 +01:00
Matthias Beyer 1d5e648eba hstr: 1.22 -> 1.23 2017-10-31 16:27:23 +01:00
Matthias Beyer ef50ac6fd2 cli-visualizer: 1.5 -> 1.6 2017-10-31 16:27:23 +01:00
Matthias Beyer b40215956f bean-add: 2017-09-13 -> 2017-10-31 2017-10-31 16:27:23 +01:00
Matthias Beyer 997e65e6ae beancount: 2.0b15 -> 2.0rc1 2017-10-31 16:27:23 +01:00
Matthias Beyer 5a21efdcdf gitAndTools.git-dit: 0.1.0 -> 0.3.0 2017-10-15 11:59:30 +01:00
Matthias Beyer 7067d30812 quaternion: 2017-06-29 -> 2017-10-07 2017-10-07 16:56:36 +02:00
Matthias Beyer 3491f6a873 mutt: 1.9.0 -> 1.9.1 2017-09-24 15:06:28 +02:00
Matthias Beyer d697403303 khal: 0.9.5 -> 0.9.7 2017-09-20 13:03:19 +02:00
Matthias Beyer b0237f767e bean-add: 2017-04-16 -> 2017-09-13 2017-09-13 21:53:56 +02:00
Matthias Beyer 8c1403066c rtv: 1.15.1 -> 1.18.0
Disable tests, which try to access the network.
2017-09-13 21:53:55 +02:00
Matthias Beyer 495dbc2cc2 mdp: 1.0.9 -> 1.0.10 2017-09-13 21:44:49 +02:00
Matthias Beyer 30a1e189ac ctodo: 1.2 -> 1.3 2017-09-13 21:44:49 +02:00
Matthias Beyer 678c149e53 buku: 3.0 -> 3.3.1 2017-09-13 21:44:49 +02:00
Matthias Beyer 65b91cd23b sqlitebrowser: 3.9.1 -> 3.10.0 2017-09-13 21:44:49 +02:00
Matthias Beyer 56cf561581 toot: 0.13.0 -> 0.15.0 2017-09-13 21:44:49 +02:00
Matthias Beyer fd1e362205 audacity: 2.1.2 -> 2.1.3
* Remove gcc-6 patch to make it compile
* Add autoreconf call in preConfigure phase
  Inspired by
  https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/audacity

Suggested-by: Moritz Ulrich <moritz@tarn-vedra.de>
2017-09-10 13:33:24 +02:00
Matthias Beyer 56f7cb034c mutt: 1.8.3 -> 1.9.0 2017-09-02 23:04:53 +02:00
Matthias Beyer 9357927a4d mutt: 1.8.2 -> 1.8.3
From the Release-Mail:

    This is a bug-fix release.  Of note to Gmail users is a potential
    crash fix when copy/moving messages to its Trash folder.
2017-05-31 10:05:21 +02:00
Matthias Beyer 3c83ce3014 pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7 (#26238)
* pythonPackages.pytest-localserver: 0.3.5 -> 0.3.7

* pythonPackages.pytest-localserver: Change to use python packaging tools

* pythonPackages.pytest-localserver: Move to own file
2017-05-30 17:47:00 +02:00