AndersonTorres
923006c5f1
Xiphos: 4.0.0 -> 4.0.3-20150806
2015-08-15 12:35:01 -03:00
Jascha Geerds
3f66bb7ff2
Add myself as maintainer
2015-06-22 08:26:09 +02:00
Arseniy Seroka
7ed48bff72
Merge pull request #8443 from matthiasbeyer/add-tasknc
...
Add package: tasknc
2015-06-21 15:31:17 +03:00
Matthias Beyer
563167bbe7
tasknc: init at 0.8
2015-06-21 14:22:10 +02:00
Jascha Geerds
ef50db91f7
rtv: Add jgeerds to maintainers
2015-06-21 13:23:38 +02:00
Matthias Beyer
de76ce46e6
rtv: 1.2.2 -> 1.4
2015-06-21 13:22:15 +02:00
Pascal Wittmann
08bdb6fe6d
calibre: update from 2.30.0 to 2.31.0
2015-06-21 10:38:32 +02:00
Domen Kožar
7720c7d75f
Merge pull request #8414 from matthiasbeyer/update-hstr
...
hstr: update from 1.16 to 1.17
2015-06-19 20:25:40 +02:00
Matthias Beyer
a80b77890a
scim: update from 0.1.8 to 0.1.9
2015-06-19 19:01:47 +02:00
Matthias Beyer
7250ecc44f
hstr: update from 1.16 to 1.17
2015-06-19 19:00:02 +02:00
Mateusz Kowalczyk
8c29f2f948
Merge pull request #8396 from mbakke/rofi
...
Rofi updates
2015-06-19 15:25:07 +01:00
Marcell Vazquez-Chanlatte
d05873a509
bump version of taskwarrior 2.4.0 -> 2.4.4
2015-06-18 23:28:01 -04:00
Marius Bakke
7d79028456
rofi-pass: rename to rofi-pass
2015-06-18 23:32:58 +01:00
Marius Bakke
bb1ea06dd8
rofi 0.15.2 -> 0.15.5
2015-06-18 23:32:58 +01:00
Ricardo M. Correia
5ab96e6e2b
Merge pull request #8346 from joachifm/electrum-2_3_2
...
electrum: 2.0.4 -> 2.3.2
2015-06-17 02:41:45 +02:00
Jascha Geerds
55227b330f
khal: 0.4.0 -> 0.5.0
2015-06-16 15:16:06 +02:00
Jascha Geerds
07cdc40222
Merge pull request #7872 from matthiasbeyer/fix-khal_python
...
Fix: khal 0.4.0 does not work with python 3
2015-06-16 15:06:42 +02:00
Joachim Fasting
18421542f9
electrum: 2.0.4 -> 2.3.2
2015-06-15 15:31:06 +02:00
Michael Raskin
dc84b5118e
Update qpdfview
2015-06-14 11:21:55 +03:00
Arseniy Seroka
f744798969
Merge pull request #8283 from eduarrrd/dfilemanager
...
Add dfilemanager/dfm
2015-06-12 01:23:16 +02:00
Eduard Bachmakov
9a517da2b1
Add dfilemanager/dfm
2015-06-11 19:03:53 -04:00
Mateusz Kowalczyk
89c68954bd
Merge pull request #8230 from hiberno/rofi-pass
...
rofi-pass: bump to latest revision
2015-06-08 16:55:38 +01:00
hiberno
d07373c632
rofi-pass: bump to latest revision
2015-06-08 17:48:38 +02:00
Pascal Wittmann
48006ee291
cherrytree: update from 0.35.7 to 0.35.8
2015-06-08 16:19:42 +02:00
Pascal Wittmann
ef1c9cdeef
llpp: update to HEAD
2015-06-08 12:30:23 +02:00
Pascal Wittmann
eac4f2aa31
calibre: update from 2.29.0 to 2.30.0
2015-06-08 12:17:32 +02:00
Moritz Ulrich
f68ab19ff5
slic3r: Update to 1.2.7.
2015-06-07 15:43:53 +02:00
Mateusz Kowalczyk
423c666628
Merge pull request #8202 from ardumont/add-apvlv
...
[new] Add apvlv pdf reader
2015-06-06 20:58:17 +01:00
Antoine R. Dumont
dac5a45acf
Add apvlv pdf reader
2015-06-06 21:02:46 +02:00
obadz
d4681bf626
Lay down the foundation for packaging the .NET echosystem
...
- fetchNuGet can fetch binaries from nuget servers
- buildDotnetPackage can build .NET packages using mono/xbuild
- Places nuget & paket as they would clash with nix
- Patch project files because F# targets are expected to be found in
the mono directory (and we know that's not going to happen on nix)
- Find DLLs that were copied from buildInputs and replace by symlink
for sharing
- Export produced DLL via the pkg-config mechanism
- Create wrappers for produced EXEs
- Repackaged this new infrastructure: keepass, monodevelop
- Newly packaged: ExtCore, UnionArgParser, FSharp.Data, Paket, and a
bunch more..
This is a combination of 73 commits.
2015-06-06 09:06:22 -04:00
Arseniy Seroka
70b5e51456
Merge pull request #8178 from jagajaga/fix/versions
...
fix: add missing versions
2015-06-06 00:22:10 +03:00
Arseniy Seroka
daf4ec39a5
fix: add missing versions
2015-06-04 23:34:14 +03:00
Domen Kožar
baa4d46d21
Merge pull request #8170 from anderspapitto/dunst-fix
...
make a wrapper so that dunst can find dbus-launch
2015-06-04 13:03:31 +02:00
Anders Papitto
43ef7e2925
make a wrapper so that dunst can find dbus-launch
...
Prior to this change, the following would fail
nix-shell --pure -p dunst --command dunst
while this would succeed
nix-shell --pure -p dunst -p dbus_daemon --command dunst
because dunst tries to execve 'dbus-launch'. The same issue hit if dunst
was used inside a (user) systemd service (which is what I actually care
about).
2015-06-03 23:53:50 -07:00
Richard Larocque
19108c1b6c
Add a .desktop file for Loxodo
2015-06-03 23:44:18 -07:00
Richard Larocque
472642ebff
Make Loxodo into a real package
...
There's no reason to keep it hidden in python27Packages hierarchy.
Promote it to be a top-level package.
2015-06-03 23:43:00 -07:00
Pascal Wittmann
752528ac9c
add pdfpc, a presenter console with multi-monitor support for PDF files
2015-06-02 13:15:59 +02:00
_1126
98e698fad2
maintainers: change of nickname.
2015-06-01 11:00:57 +02:00
Arseniy Seroka
58d93d158a
Merge pull request #8060 from hiberno/rofi-pass
...
rofi-pass: initial commit.
2015-06-01 01:28:18 +03:00
Vladimír Čunát
81a79f9d03
ocropus: fix chrooted check phase by patchShebangs
2015-05-31 17:53:58 +02:00
_1126
12bfdb5ead
rofi-pass: add rofi to deps, adjust description
2015-05-30 10:44:47 +02:00
Jascha Geerds
2e583a4963
Add jgeerds to maintainers of khal and vdirsyncer
2015-05-30 01:26:45 +02:00
Jascha Geerds
446c9fefff
khal: Add sqlite3 to dependencies
2015-05-30 01:07:18 +02:00
William A. Kennington III
b07929b0a3
Use libpulseaudio instead of pulseaudio
2015-05-29 14:32:56 -07:00
_1126
c04784dfd6
rofi-pass: initial commit.
2015-05-29 16:42:27 +02:00
Pascal Wittmann
e999716d1e
calibre: update from 2.28.0 to 2.29.0
2015-05-29 12:57:07 +02:00
William A. Kennington III
035273f813
Merge pull request #8022 from devhell/mediainfo
...
Update mediainfo{-gui} and dependencies
2015-05-29 00:57:13 -07:00
Peter Simons
99273a6716
Merge pull request #8047 from nckx/master
...
Don't use "with licenses;" for single licences
2015-05-28 22:14:53 +02:00
Tobias Geerinckx-Rice
158e1cfdd0
Don't use "with licenses;" for single licences
...
And don't use square brackets on such lines.
2015-05-28 19:20:29 +02:00
Pascal Wittmann
8ac4521fee
mysql-workbench: fix references to /bin/bash and sudo
...
Closes #5226
2015-05-28 18:41:22 +02:00