Commit graph

3758 commits

Author SHA1 Message Date
Florian Klink faa9afbdfd masterpdfeditor: move assets into $out/opt/masterpdfeditor, symlink from $out/bin 2017-11-02 10:50:36 +01:00
Florian Klink e4913c2d30 masterpdfeditor: fix platform (amd64 only) 2017-11-01 23:58:54 +01:00
Florian Klink 8162e580f5 masterpdfeditor: add .desktop file and LICENSE 2017-11-01 22:24:54 +01:00
Florian Klink fbf11263df masterpdfeditor: 4.2.70 -> 4.3.61
also add flokli as maintainer
2017-11-01 21:14:41 +01:00
Roger Qiu 8e541c08d6 masterpdfeditor: init at 4.2.70 2017-11-01 21:14:35 +01:00
Robert Helgesson 9242f2fc7c
josm: 12921 -> 13053 2017-11-01 15:35:49 +01:00
Matthias Beyer 64cf206745 khal: 0.9.7 -> 0.9.8 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
Rommel Martinez 977bf2ec9a usync: init at 0.0.3 2017-10-30 06:13:31 +08:00
Ingo Blechschmidt 3afcba3e0a
mupdf: correct license meta information
The website of MuPDF says that MuPDF is licensed under the terms of the GNU 
Affero General Public License. However, I didn't see which version of that
license they mean.

A clear statement that MuPDF is licensed under the terms of AGPL >= 3 is 
included in the README file of their Git repository:

    git://git.ghostscript.com/mupdf.git
2017-10-29 17:19:18 +01:00
Tuomas Tynkkynen b676aa045f eaglemode: Mark broken
The build just endlessly spams:

Say yes, no or always: Use of uninitialized value $ln in pattern match (m//) at make.pl line 626.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 629.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 632.
Use of uninitialized value $ln in pattern match (m//) at make.pl line 636.
2017-10-29 01:38:09 +03:00
Joachim F 722fdbe080
Merge pull request #30776 from emanueleperuffo/robo3t-desktop-name
robo3t: change .desktop name
2017-10-28 11:22:19 +00:00
Johannes Frankenau b2f199404f
buku: 3.3.1 -> 3.4 2017-10-28 11:41:46 +02:00
Piotr Bogdan 3fa77a19ef kanboard: 1.0.46 -> 1.0.48 2017-10-27 15:28:51 +01:00
Graham Christensen beb4f227ce Merge pull request #30817 from jfrankenau/update-nnn
nnn: 1.3 -> 1.5
2017-10-26 09:16:14 -04:00
Joerg Thalheim 4617be7817 alacritty: 2017-10-17 -> 2017-10-22, remove broken status 2017-10-26 13:38:14 +01:00
Johannes Frankenau 6248220d4e nnn: 1.3 -> 1.5 2017-10-26 11:30:32 +02:00
Franz Pletz 9d74f33416
mupdf: add patch to fix multiple CVEs
Fixes CVE-2017-14685, CVE-2017-14686, CVE-2017-14687, CVE-2017-15587.
2017-10-26 01:45:02 +02:00
Milan Svoboda c564e54f12 kitty: init at 0.4.2 (#30687)
* add new application: terminal kitty (opengl, c, python)

https://github.com/kovidgoyal/kitty.git

* kitty: nitpicks

* update kitty 0.4.0 -> 0.4.2, add maintainer
2017-10-25 22:03:20 +01:00
Franz Pletz a86207bc21 Merge pull request #30526 from vyp/upd/udiskie
udiskie: 1.7.1 -> 1.7.2
2017-10-25 10:39:49 +02:00
Tom Doggett 4737ee09e2
rtv: 1.18.0 -> 1.19.0
Updated version and GitHub SHA for the most recent version.
2017-10-24 16:09:29 -07:00
Tuomas Tynkkynen dc75fb694c xca: Remove unnecessary substituteInPlace
Builds fine without.
2017-10-24 23:48:49 +03:00
Emanuele Peruffo f402c3aa78 robo3t: change .desktop name
Gnome does not permit to add the application to favorites if the .desktop name is different than the binary name.
See https://unix.stackexchange.com/questions/58824/how-do-i-add-eclipse-to-my-gnome-shell-favorites.
2017-10-24 21:12:01 +02:00
jammerful 25ea55046d makeself: 2.2.0 -> 2.3.1 2017-10-23 19:22:01 -04:00
Daniel Peebles 74ef9c60e9 Merge pull request #30692 from jonafato/keepassx-community-2.2.2
keepassx-community: 2.2.1 -> 2.2.2
2017-10-23 15:36:04 -04:00
Kevin Cox 5f8cf0048e rust: update cargo builder to fetch registry dynamically
The biggest benefit is that we no longer have to update the registry
package. This means that just about any cargo package can be built by
nix. No longer does `cargo update` need to be feared because it will
update to packages newer then what is available in nixpkgs.

Instead of fetching the cargo registry this bundles all the source code
into a "vendor/" folder.

This also uses the new --frozen and --locked flags which is nice.

Currently cargo-vendor only provides binaries for Linux and
macOS 64-bit. This can be solved by building it for the other
architectures and uploading it somewhere (like the NixOS cache).

This also has the downside that it requires a change to everyone's deps
hash. And if the old one is used because it was cached it will fail to
build as it will attempt to use the old version. For this reason the
attribute has been renamed to `cargoSha256`.

Authors:
* Kevin Cox <kevincox@kevincox.ca>
* Jörg Thalheim <Mic92@users.noreply.github.com>
* zimbatm <zimbatm@zimbatm.com>
2017-10-23 00:30:47 +01:00
André-Patrick Bubel 460c3f425e
calibre: 3.9.0 -> 3.10.0 2017-10-22 18:36:16 +02:00
Jon Banafato c1105ad9b4 keepassx-community: 2.2.1 -> 2.2.2 2017-10-22 11:46:33 -04:00
Nikolay Amiantov 6d86fcb86d cura: 2.6.1 -> 3.0.3 2017-10-22 04:18:45 +03:00
Nikolay Amiantov a5091226bd curaengine: 2.6.1 -> 3.0.3 2017-10-22 04:18:41 +03:00
geistesk f0fd8e34e7 sent: 0.2 -> 1
Update sent to current version, adding farbfeld-dependency, updating license and URL
2017-10-22 00:18:07 +02:00
geistesk ab4f4f8baa et: 2017-03-04 -> 0.1 2017-10-21 17:03:58 +03:00
mimadrid c14403567a rofi: 1.4.1 -> 1.4.2 2017-10-21 16:41:42 +03:00
Rommel Martinez c15c012e9f pell: 0.0.1 -> 0.0.2 2017-10-21 16:38:11 +03:00
joncojonathan 5034e8a355 keepass: 2.36 -> 2.37
Motivation for change: Upgrade to add new features / improvements as listed
https://keepass.info/news/n171012_2.37.html.
2017-10-21 14:31:06 +02:00
Joachim F 5f1d6bc5c7 Merge pull request #30563 from michaelpj/imp/tzupdate
tzupdate: init at 1.2.0 (+ service)
2017-10-20 13:55:09 +00:00
Joachim F 8341b82dfa Merge pull request #30589 from Moredread/electrum_mpl
electrum: Enable plotting support
2017-10-20 13:31:42 +00:00
Frederik Rietdijk 26b7a68596 bitcoinarmory: use buildPythonApplication
because mkPythonDerivation shouldn't be used directly anymore.
2017-10-20 10:13:18 +02:00
André-Patrick Bubel 89dc04fe93
electrum: enable plotting support
Plotting seems to be a core feature now, with a menu entry available by
default. Without the matplotlib dependency this opens a warning popup
though.
2017-10-19 21:25:47 +02:00
Tim Steinbach c8a7124c24 Merge pull request #30560 from casey/alacritty-update
alacritty: unstable 2017-09-02 -> 2017-10-17
2017-10-19 08:55:06 -04:00
Nikolay Amiantov 22b582821d blender: fix build with new cudatoolkit 2017-10-19 12:47:56 +03:00
Nikolay Amiantov 378bfba023 treewide: use default compiler for cuda 2017-10-19 12:47:30 +03:00
Casey Rodarmor a441af368a alacritty: unstable 2017-09-02 -> 2017-10-17 2017-10-18 20:05:04 -07:00
Michael Peyton Jones 922bd8182e tzupdate: init at 1.2.0 2017-10-19 03:19:14 +01:00
Graham Christensen 7d5c5eb203 Merge pull request #30523 from xvapx/playonlinux-update
playOnLinux: 4.2.10 -> 4.2.12
2017-10-18 07:32:15 -04:00
xd1le ff3fde8f79 udiskie: 1.7.1 -> 1.7.2
Closes #30506.
2017-10-18 11:13:20 +11:00
Marti Serra 268618dfa2 playOnLinux: 4.2.10 -> 4.2.12 2017-10-18 00:41:25 +02:00
Fatih Altinok 603ba57e27 hyper: 1.4.3 -> 1.4.8 2017-10-17 17:43:48 +03:00
Jörg Thalheim eee77393b4 Merge pull request #30464 from rnhmjoj/bb
bb: init at 1.3rc1
2017-10-17 02:55:52 +01:00
rnhmjoj 14bbec1801
bb: init at 1.3rc1 2017-10-16 11:08:06 +02:00
Jörg Thalheim 09deacb7b8 Merge pull request #30388 from Infinisil/vis-fix
cli-visualizer: fix
2017-10-16 08:46:59 +01:00
Michael Raskin cceae9a56e Merge pull request #30420 from mimadrid/update/rofi-1.4.1
rofi: 1.3.1 -> 1.4.1
2017-10-15 00:28:38 +02:00
mimadrid 416fe660df
rofi: 1.3.1 -> 1.4.1 2017-10-14 22:08:19 +02:00
Lancelot SIX c4160a4eb7 Merge pull request #30329 from gleber/pgadmin-upgrade-fix
pgadmin3: 1.22.1 -> 1.22.2
2017-10-14 09:48:10 +02:00
Peter Hoeg 9bf0e701e9 kdeconnect: boy scout cleanups 2017-10-14 14:38:04 +08:00
Florian Klink c46fa38c90 gummi: init at 0.6.6 (#30398)
* gummi: init at 0.6.6

* gummi: cleanup
2017-10-13 23:22:12 +01:00
Gleb Peregud 52bedcb14b pgadmin3: 1.22.1 -> 1.22.2
Also include Debian patch
https://sources.debian.net/data/main/p/pgadmin3/1.22.2-1/debian/patches/843344
which fixes segfault at start
2017-10-13 22:52:52 +02:00
Silvan Mosberger 6f38c8e182
cli-visualizer: fix 2017-10-13 14:47:23 +02:00
Franz Pletz 82e9553250 Merge pull request #30363 from Moredread/udiskie
udiskie: 1.7.0 -> 1.7.1
2017-10-13 13:10:21 +02:00
Peter Hoeg 71b7b4f19c Merge pull request #30296 from adisbladis/kdeconnect_1_2
kdeconnect: 1.0.3 -> 1.2
2017-10-13 11:05:52 +08:00
André-Patrick Bubel 1d340c9e51
udiskie: 1.7.0 -> 1.7.1 2017-10-12 20:46:31 +02:00
adisbladis 6fb1983212
kdeconnect: 1.0.3 -> 1.2 2017-10-12 12:06:49 +08:00
Jörg Thalheim 3a21ed52d2 Merge pull request #30309 from dywedir/mediainfo
libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99
2017-10-11 12:11:25 +01:00
dywedir ad5a67cf16 libmediainfo, mediainfo, mediainfo-gui: 0.7.97 -> 0.7.99 2017-10-11 11:13:00 +03:00
Peter Hoeg d4142e17ef Merge pull request #30294 from pbogdan/update-tnef
tnef: 1.4.14 -> 1.4.15
2017-10-11 08:20:24 +08:00
Piotr Bogdan 62381a6c75 tnef: 1.4.14 -> 1.4.15 2017-10-10 19:10:37 +01:00
José Romildo Malaquias ea78759fc8 cbatticon: 1.6.6 -> 1.6.7 2017-10-09 16:02:19 -03:00
Peter Hoeg d9b9e157aa calibre: 3.7.0 -> 3.9.0 2017-10-09 23:01:28 +08:00
joncojonathan 3ca090d2b4 gramps: 4.1.1 -> 4.2.6
Motivation for change: GRAMPS was a long way out of date.

Additional information: BSDDB3 unmasked as this is supported by the current Python3 version (commited separately).
2017-10-07 19:58:56 +01:00
Vladimír Čunát ef41fc7f51
Merge branch 'master' into staging
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Jörg Thalheim 3fe7cddc30 Merge pull request #30146 from dpflug/master
tqsl: init at 2.3.1
2017-10-06 13:34:03 +01:00
Peter Hoeg 34e6b1feb9 Merge pull request #30042 from jonafato/keepassx-community-2.2.1
Update keepassx-community to 2.2.1
2017-10-06 17:14:55 +08:00
David Pflug a6d570dd49
tqsl: init at 2.3.1 2017-10-05 22:35:32 -04:00
Orivej Desh dd9a473763 Merge pull request #30071 from danielfullmer/mupdf-lib-fix
mupdf: fix library linking
2017-10-05 21:52:17 +00:00
Daniel Fullmer 3200f7a576 mupdf and k2pdfopt: update mirror 2017-10-05 17:44:18 -04:00
Robert Helgesson eeda400b30
josm: 12914 -> 12921 2017-10-05 18:27:50 +02:00
Vladimír Čunát 0be2928ac9
Merge branch 'master' into staging
Evaluation was blocked on Hydra; this should fix it.
2017-10-05 12:34:05 +02:00
David Pflug da9ebb826a
chirp: 20170311 -> 20170714 2017-10-04 17:25:53 -04:00
Daniel Fullmer 7f511709de k2pdfopt: fix mupdf linking 2017-10-03 20:26:54 -04:00
Daniel Fullmer 9c53b9cff9 mupdf: fix library linking
Previously, libmupdf.so did not have DT_NEEDED references to its
dependencies. Packages which linked against libmupdf would have to also
manually link against its dependencies as well.
2017-10-03 20:22:04 -04:00
Orivej Desh f137004179 Merge branch 'master' into staging
* master: (81 commits)
  Add NixOS 17.09 AMIs
  gradle: 4.2 -> 4.2.1
  maintainers.nix: use my GitHub handle as maintainer name
  fcitx-engines.rime: init at 0.3.2
  brise: init at 2017-09-16
  librime: init at 1.2.9
  marisa: init at 0.2.4
  opencc: build shared library and programs
  josm: 12712 -> 12914
  exa: 0.7.0 -> 0.8.0
  krb5: add deprecation date for old configuration
  rustRegistry: 2017-09-10 -> 2017-10-03
  go-ethereum: Fix libusb segmentation faults on Darwin
  tor-browser-bundle-bin: 7.0.5 -> 7.0.6
  libsodium: 1.0.13 -> 1.0.15
  tor-browser-bundle: geoip support
  tor-browser-bundle: support transports obfs2,obfs3
  tor-browser-bundle: bump https-everywhere to 2017.9.12
  tint2: limit platforms to Linux since macOS is not supported and fails the tests
  eclipse-plugin-vrapper: init at 0.72.0
  ...
2017-10-03 17:46:39 +00:00
Orivej Desh b465d9c1ff Merge pull request #29460 from sifmelcara/add/rime
fcitx-engines.rime: init at 0.3.2
2017-10-03 15:07:16 +00:00
mingchuan d6b8ac6ca8 maintainers.nix: use my GitHub handle as maintainer name 2017-10-03 14:27:10 +00:00
Robert Helgesson 88f197fb97
josm: 12712 -> 12914 2017-10-03 12:49:01 +02:00
Jon Banafato 98cb45ece3 Update keepassx-community to 2.2.1 2017-10-02 19:06:29 -04:00
José Romildo Malaquias 0a37d94b4d tint2: limit platforms to Linux since macOS is not supported and fails the tests 2017-10-02 19:58:01 -03:00
José Romildo Malaquias 66a362daf7 tint2: 15.1 -> 15.2 2017-10-02 16:26:50 -03:00
Franz Pletz cd5275ad01
gqrx: 2.7 -> 2.8 2017-10-02 20:35:56 +02:00
Daiderd Jordan c0d41119b1 Merge pull request #29809 from volth/patch-61
far2l: unstable-2017-07-13 -> unstable-2017-09-30, fix darwin build
2017-10-02 18:49:53 +02:00
Oliver Charles d8fe9476b7 rescuetime: Update to 2.9.11.1300 2017-10-02 11:31:17 +01:00
makefu 7bc1d331e5 octoprint: unpin pyserial,semantic_version 2017-10-02 07:20:23 +00:00
Orivej Desh fda26c8476 Merge branch 'master' into staging
* master: (271 commits)
  pysmbc: clarify license
  pysmbc: fix license
  bazel: 0.5.4 -> 0.6.0 (#29990)
  googler: init at 3.3
  go: declare support for aarch64
  firefox-beta-bin: 56.0b5 -> 57.0b4
  spotify: 1.0.64.401.g9d720389-21 -> 1.0.64.407.g9bd02c2d-26
  gogs: 0.11.19 -> 0.11.29
  grafana: 4.5.1 -> 4.5.2
  mopidy-iris: 3.4.1 -> 3.4.9
  nextcloud: 12.0.2 -> 12.0.3
  haskell-json-autotype: jailbreak to fix build within LTS 9.x
  kore: fix up
  kore: init at 2.0.0
  glusterfs service: fix issues with useRpcbind
  tig: 2.2.2 -> 2.3.0
  haskell-hspec-core: enable test suite again
  hackage-packages.nix: automatic Haskell package set update
  librsvg: fix thumbnailer path
  awscli: 1.11.108 -> 1.11.162
  ...
2017-10-02 00:22:12 +00:00
Orivej Desh 50f4eb81c6 Merge pull request #29997 from k0ral/nixos-unstable
googler: init at 3.3
2017-10-01 21:51:38 +00:00
koral 1c525fa687 googler: init at 3.3 2017-10-01 23:47:25 +02:00
volth a67bcf91d9 far2l: unstable-2017-09-25 -> unstable-2017-09-30 2017-10-01 02:46:25 +00:00
Yegor Timoshenko e8ab9f97c5 merkaartor: 0.18.2 -> 0.18.3, Qt4 -> Qt5 2017-10-01 01:45:26 +00:00
Graham Christensen 37464fd42a Merge pull request #29962 from jtojnar/hamster-pypath
hamster-time-tracker: wrap services
2017-09-30 19:27:06 -04:00
Robert Schütz 63274d615a qmapshack: init at 1.9.1 2017-09-30 22:49:32 +02:00
Robert Helgesson 03eae7a38d
pytrainer: add missing patch file 2017-09-30 19:06:27 +02:00
Robert Helgesson 181c6216d4
pytrainer: 1.10.0 -> 1.11.0
Also explicitly use python2 and default to running without webkit.
2017-09-30 19:05:35 +02:00
Jan Tojnar ab061940dd
hamster-time-tracker: wrap services
Hamster did not start because the PYTHONPATH was not set for its services.

Closes: #27498
2017-09-30 18:59:00 +02:00
Andrew Morsillo df6b0fbd67 robo3t: added 1.1.1 2017-09-28 21:05:22 -04:00
John Ericson f037625f87 Merge remote-tracking branch 'upstream/staging' into deps-reorg 2017-09-28 12:32:57 -04:00
Jörg Thalheim a98d9c3b02 Merge pull request #29864 from Lassulus/electron-cash
electron-cash: init at 2.9.3
2017-09-28 12:00:58 +01:00
Jörg Thalheim 767977d81f Merge pull request #29876 from sigma/pr/hugo-0.29
hugo: 0.27.1 -> 0.29
2017-09-28 11:51:30 +01:00
Nikolay Amiantov c766092193 octoprint-plugins.m33-fio: 1.20 -> 1.21 2017-09-28 03:33:23 +03:00
Yann Hodique b3433aba3a hugo: 0.27.1 -> 0.29 2017-09-27 14:13:33 -07:00
Nikolay Amiantov 47f099777c mupdf: cleanup dependencies
This slims down build inputs (notably not requiring mesa anymore).
2017-09-27 23:31:13 +03:00
lassulus 64d63907d8 electron-cash: init at 2.9.3 2017-09-27 17:44:35 +02:00
volth b200a3417b far2l: support darwin 2017-09-26 22:28:51 +00:00
volth bfaf508f4f far2l: unstable-2017-07-13 -> unstable-2017-09-25 2017-09-26 14:19:36 +00:00
Elis Hirwing 95f3e6ca32 stupidterm: init at 2017-03-15
Stupidterm is a simple and fast VTE-Based terminal emulator which is
configured by a simple ini-file.

fixes #29779
2017-09-26 07:43:10 +01:00
Rodney Lorrimar 3766637bdd gnuradio: fix build for gcc6 and newer boost (#29740) 2017-09-26 00:20:22 +00:00
Robert Schütz feb397d55f gpx-viewer: init at 0.4.0 2017-09-25 23:42:00 +02:00
Jörg Thalheim 14cbeaa892 Merge pull request #29730 from DIzFer/latte-dock-update
latte dock: 0.6.0 -> 0.7.1
2017-09-24 16:03:56 +01:00
David Izquierdo 4105d02f70 latte dock: 0.6.0 -> 0.7.1 2017-09-24 16:55:47 +02:00
Jörg Thalheim 272c0bf88c Merge pull request #29706 from gnidorah/wayland
termite: fix fonts in wayland
2017-09-24 14:48:04 +01:00
Joerg Thalheim 4d4c32504a termite: use wrapGAppsHook 2017-09-24 14:47:14 +01:00
Jörg Thalheim 4151dde1d1 Merge pull request #29737 from womfoo/bump/gpxsee-4.14
gpxsee: 4.9 -> 4.14
2017-09-24 14:31:36 +01:00
Kranium Gikos Mendoza 12b1852301 gpxsee: 4.9 -> 4.14 2017-09-24 21:42:49 +10:00
Michal Rus 0e71e03583 xpad: init at 5.0.0 (#29720)
* xpad: init at 5.0.0

* xpad: wrapGAppsHook is required
2017-09-24 11:26:55 +01:00
gnidorah 42dcf914d1 termite: fix fonts in wayland 2017-09-22 22:55:44 +03:00
Jörg Thalheim 11e1e826bf Merge pull request #29649 from disassembler/topydo
topydo: 0.9 -> 0.13
2017-09-22 10:50:42 +01:00
Joerg Thalheim 446f9c96f5 topydo: really move out of python-packages 2017-09-22 10:48:21 +01:00
Samuel Leathers be530263bc topydo: 0.9 -> 0.13 2017-09-21 18:59:56 -04:00
John Ericson ed14223f8c treewide: Manual fix more pkg-config build-inputs 2017-09-21 15:49:54 -04:00
John Ericson 531e4b80c9 misc pkgs: Basic sed to get fix pkgconfig and autoreconfHook buildInputs
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
John Ericson fd9c7eb2e8 misc pkgs: Make solitary pkgconfig buildInputs nativeBuildInputs 2017-09-21 15:49:53 -04:00
Jörg Thalheim 521a801863 Merge pull request #29590 from matthiasbeyer/update-khal
khal: 0.9.5 -> 0.9.7
2017-09-21 12:51:14 +01:00
Jörg Thalheim d5b46fdd80 khal: use fetchPypi 2017-09-21 12:50:32 +01:00
Joachim F 408734441b Merge pull request #29593 from romildo/upd.tint2
tint2: 0.14.6 -> 15.1
2017-09-20 20:28:07 +00:00
Jörg Thalheim 71551ff0de Merge pull request #29607 from disassembler/mqtt-bench
mqtt-bench: init at 0.3.0
2017-09-20 21:23:39 +01:00
Samuel Leathers f8ad84ad23 mqtt-bench: init at 0.3.0 2017-09-20 12:37:19 -04:00
Peter Hoeg 55c58c0826 calibre: 3.5.0 -> 3.7.0 2017-09-20 22:24:29 +08:00
Jörg Thalheim e3141bc1b1 valauncher: 1.2 -> 1.3.1 2017-09-20 13:23:56 +01:00
Matthias Beyer d697403303 khal: 0.9.5 -> 0.9.7 2017-09-20 13:03:19 +02:00
José Romildo Malaquias ee88bd3424 tint2: 0.14.6 -> 15.1 2017-09-20 06:35:19 -03:00
Jörg Thalheim ad16a82b83 Merge pull request #29573 from disassembler/lenmus
lenmus: removing custom cmakeFlags
2017-09-19 22:24:02 +01:00
Thomas Tuegel 6e01011211 alacritty: respect pre- and post-hooks of overridden phases
Failing to `runHook` when overriding phases can have unpredictable results.

fixes #29572
2017-09-19 22:08:53 +01:00
Thomas Tuegel a50d0b719f alacritty: install desktop icon 2017-09-19 22:08:52 +01:00
Samuel Leathers 2c2252247c lenmus: removing custom cmakeFlags 2017-09-19 16:07:03 -04:00
Eelco Dolstra afc0218ecd blender: Fix CUDA support
CUDA toolkit 8 doesn't support gcc 6, so we have to build opensubdiv
and blender with gcc 5.
2017-09-16 22:45:22 +02:00
Matt Smith 21e135c8bd monero: 0.10.3.1 -> 0.11.0.0 2017-09-16 09:45:03 -05:00
Frederik Rietdijk f351ee7e9b Merge pull request #29461 from FRidh/pitz
python.pkgs.{pitz, clepy}: remove old packages
2017-09-16 11:46:11 +02:00
Frederik Rietdijk fd3ddfb95b python.pkgs.{pitz, clepy}: remove old packages
These were added in 2013 by @bjornfor but haven't been touched since.
They seem to be unmaintained, both in Nixpkgs and by upstream.
2017-09-16 11:41:27 +02:00
Cray Elliott ae624c89c1 doomseeker: 1.0 -> 1.1 2017-09-15 11:26:11 -07:00
Joachim F 0504dd6fb0 Merge pull request #29141 from danielfullmer/k2pdfopt
k2pdfopt: 2.32 -> 2.42
2017-09-15 16:57:44 +00:00
Robert Helgesson 2a36c6c185
josm: minor cleanups
- Use `makeWrapper` to generate wrapper script.

- Use `buildCommand` instead of explicit phases.`
2017-09-14 12:04:23 +02:00
Robert Helgesson fd4d957ac4
josm: 12545 -> 12712 2017-09-14 11:58:25 +02:00
Yann Hodique 85f3834bad hugo: 0.27 -> 0.27.1 2017-09-13 22:49:15 +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 56cf561581 toot: 0.13.0 -> 0.15.0 2017-09-13 21:44:49 +02:00
Eelco Dolstra e3b562e0e2 blender: 2.78c -> 2.79 2017-09-13 09:54:42 +02:00
Jörg Thalheim 4f6850c80c Merge pull request #29276 from sigma/pr/hugo-0.27
hugo: 0.26 -> 0.27
2017-09-12 23:06:18 +01:00
Jörg Thalheim 2d77958271 Merge pull request #29007 from mguentner/avrclean
avr-*: split avr-gcc-libc into separate packages
2017-09-12 10:28:56 +01:00
Jörg Thalheim 7f2f427e8f cheat: 2.2.0 -> 2.2.1 2017-09-12 09:38:20 +01:00
Jörg Thalheim 9d608f5ae9 Merge pull request #29210 from markus2342/fix-dmenu-wayland-build
dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build
2017-09-11 19:30:08 +01:00
Yann Hodique ebf1f8c4e6
hugo: 0.26 -> 0.27 2017-09-11 07:28:02 -07:00
hiberno (Christian Lask) 38563d6130
tasksh: Add readline support. 2017-09-11 11:25:59 +02:00
Markus Mueller 301ab39213 dmenu-wayland: git-2014-11-02 -> git-2017-04-07 fix build
Bumped and fixed substitution for package to build successfully.
2017-09-10 15:21:35 +00:00
Daiderd Jordan c0e7983359
et: fix build with clang 2017-09-09 23:42:16 +02:00
Frederik Rietdijk 6589ee83c2 Merge pull request #29134 from abbradar/protobuf
Update protobuf and remove old versions
2017-09-09 09:27:10 +02:00
Daniel Fullmer 8c2895400f k2pdfopt: 2.32 -> 2.42 2017-09-09 02:22:58 -04:00
Nikolay Amiantov 1f2a18d916 protobuf: remove old versions
This leaves only protobuf3_1 which is the last version with libprotobuf2.

Also fix several packages to build with the latest protobuf.
2017-09-09 05:54:43 +03:00
Nikolay Amiantov b3c35a3974 openbrf: fix build 2017-09-09 05:25:37 +03:00
Tom Saeger d6cebc8b39 pythonPackages.dotfiles: 0.6.3 -> 0.6.4 2017-09-08 22:24:27 +02:00
Samuel Leathers 707ee76522 slic3r: fix build with gcc6 2017-09-08 16:58:33 +02:00
Jörg Thalheim bafc53c7e9 Merge pull request #28982 from ryantm/truecrypt
truecrypt: fix build with gcc6 patch
2017-09-08 11:52:39 +01:00
Nikolay Amiantov 6f7b62e038 protobuf: default to 3.4 2017-09-08 03:40:56 +03:00
Anderson Torres 936dca89df Merge pull request #28969 from disassembler/xiphos
xiphos: 4.0.3 -> 4.0.6
2017-09-07 17:11:45 -03:00
Frederik Rietdijk 5e64cc6cf0 toot: 0.8.0 -> 0.13.0 2017-09-07 09:28:03 +02:00
Michael Raskin 036bafe0b9 ocropus: 20150316 -> 20170811 2017-09-06 13:46:16 +02:00
Ryan Mulligan 8b0de80e55 truecrypt: fix build with gcc6 patch
The build was failing with gcc 6.4.0; using the samee gcc6 patch Arch
Linux uses fixed the build.

This commit also refactors out the builder.sh possibly fixing the
NOGUI make flag option.
2017-09-05 20:44:17 -07:00
Joachim F 47ec95715a Merge pull request #28970 from disassembler/lenmus
lenmus: fixing build with gcc6
2017-09-05 15:29:44 +00:00
José Luis Lafuente 1db53fb938
hyper: 1.3.3 -> 1.4.3 2017-09-05 14:56:23 +02:00
Maximilian Güntner 0f74f11b03
avrdudess: add separate avr-{gcc, binutils} dependencies 2017-09-05 13:50:39 +02:00
Tim Steinbach 0e8875285a
alacritty: 2017-08-28 -> 2017-09-02 2017-09-04 10:19:02 -04:00
Samuel Leathers bd540d9370 lenmus: fixing build with gcc6 2017-09-04 09:05:51 -04:00
Samuel Leathers 4bfa7d891f xiphos: 4.0.3 -> 4.0.6 2017-09-04 08:25:55 -04:00
Samuel Leathers d98eb8a114 jigdo: fix gcc build failures 2017-09-02 20:49:32 -04:00
Andrew Cobb 9dc256099f kupfer: init at 319 (#28719)
* kupfer: init at 319

* kupfer: wrap with wrapGAppsHook

* kupfer: fixing up runtime dependencies

* kupfer: added cobbal as maintainer
2017-09-02 14:11:10 +01:00
Unai Zalakain 3ff173ffde jrnl: support journal encryption by default 2017-09-02 11:03:49 +02:00
Jörg Thalheim a2bb174c63 Merge pull request #28786 from lsix/fix-mysql-workbench
mysql-workbench: fix build with gcc6
2017-08-31 10:15:12 +01:00
Lancelot SIX d9ae1b408a
mysql-workbench: fix build with gcc6 2017-08-31 10:07:18 +02:00
Frederik Rietdijk 6d4bd78fad Merge commit '2858c41' into HEAD 2017-08-30 21:07:07 +02:00
Jan Malakhovski 07ed5ebc8e kiwix: use default gcc
overrideCC no longer needed
2017-08-30 01:52:17 +02:00
Joachim Fasting cdff68e113
electrum: 2.9.0 -> 2.9.3 2017-08-29 21:25:05 +02:00
Jörg Thalheim e9648952dc direwolf: 1.3 -> 1.4 2017-08-29 13:08:17 +01:00
Peter Simons 045c707e54 ikiwiki: mark build broken
The test suite fails after we updated to Imagemagick from version 6.9.7-6 to
6.9.8-4. https://ikiwiki.info/bugs/imagemagick_6.9.8_test_suite_failure/ has
more details.
2017-08-29 13:07:18 +02:00
Jörg Thalheim db65a7e3e0 Merge pull request #28673 from zraexy/redshift-plasma-applet
redshift-plasma-applet: add kwindowsystem to buildInputs
2017-08-29 10:28:13 +01:00
Vladimír Čunát 2858c41823
Merge branch 'master' into staging
There were some conflicts in python modules, commented at #28314.
2017-08-29 10:51:54 +02:00
Jörg Thalheim 402dfaf7ab Merge pull request #28639 from NeQuissimus/alacritty_2017_08_28
alacritty: 2017-07-25 -> 2017-08-28
2017-08-29 09:47:38 +01:00
zraexy b65e2e6cb1 redshift-plasma-applet: add kwindowsystem to buildInputs 2017-08-28 23:30:38 -08:00
Tim Steinbach 774e938589
alacritty: 2017-07-25 -> 2017-08-28 2017-08-28 19:43:47 -04:00
Jörg Thalheim a2fae4a5c5 Merge pull request #28580 from kiloreux/xpdf
xpdf: 3.04-> 4.00
2017-08-28 22:08:48 +01:00
Jörg Thalheim e42c62e05f xpdf: build with qt gui 2017-08-28 22:08:01 +01:00
Orivej Desh 46cb14c8cc synergy: fix check with gcc6 2017-08-28 20:16:18 +02:00
Franz Pletz cf7a4ef6da
xterm: 327 -> 330 2017-08-28 00:54:42 +02:00
Bas van Dijk d7f2c1f2b8 postage: 3.2.17 -> 3.2.18
Release notes: https://github.com/workflowproducts/postage/releases/tag/eV3.2.18
2017-08-27 13:56:29 +02:00
Franz Pletz 65890d6644
gqrx: 2.5.3 -> 2.7 2017-08-27 02:33:34 +02:00
Jörg Thalheim 09a6ed7991 Merge pull request #28307 from jonafato/fix-taskwarrior-completions
Fix taskwarrior fish completions
2017-08-26 15:05:31 +01:00
Jörg Thalheim 69e7307b18 Merge pull request #28314 from fadenb/sqlmap_update
sqlmap: 1.0.11 -> 1.1
2017-08-26 13:57:16 +01:00
Alvar ffa499f9ec et: init at 2017-03-04 (#28427) 2017-08-26 13:36:31 +01:00
Vladimír Čunát 6895ef672b
fbreader: fixup build with gcc-6 2017-08-26 10:35:35 +02:00
Samuel Leathers 8bd224320e polybar: fixes issue #28387 (#28441)
* polybar: fixes issue #28387

* polybar: fix fetchpatch checksum
2017-08-26 07:48:57 +01:00
Eric Sagnes 833467ed96 styx: 0.6.0 -> 0.7.0 2017-08-26 13:46:32 +09:00
Jon Banafato e285527b3b Fix taskwarrior fish completions
Fish expects third party completions to be in a directory called
`vendor_completions.d` rather than `completions`.
2017-08-25 22:13:36 -04:00
kiloreux 35612ffb6c
xpdf: 3.04-> 4.00 2017-08-26 00:07:31 +01:00
Frederik Rietdijk 665d393919 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-25 19:39:41 +02:00
Frederik Rietdijk 61da59858c buku: python3 as parameter instead of python 2017-08-25 19:36:19 +02:00
Jörg Thalheim 56429bf9e3 Merge pull request #28548 from WilliButz/packageUpdates
update packages: watchman, feh, whois, duc, evemu and debianutils
2017-08-25 07:57:57 +01:00
WilliButz bbf7d8c77b
wordnet: refactor 2017-08-24 21:20:03 +02:00
Tor Hedin Brønner be8e1b9917 copyq: 2.9.0 -> 3.0.3
- Updated to use qt5
- Added a required cmake patch (like this one for kdenlive
  https://github.com/NixOS/nixpkgs/issues/26160)
- Optional, by default true, dependency on qtwebkit
2017-08-24 15:17:58 +02:00
Matthew Justin Bauer 2eacddf0dc treewide: homepage URL fixes (#28475)
* pgadmin: use https homepage

* msn-pecan: move homepage to github

google code is now unavailable

* pidgin-latex: use https for homepage

* pidgin-opensteamworks: use github for homepage

google code is unavailable

* putty: use https for homepage

* ponylang: use https for homepage

* picolisp: use https for homepage

* phonon: use https for homepage

* pugixml: use https for homepage

* pioneer: use https for homepage

* packer: use https for homepage

* pokerth: usee https for homepage

* procps-ng: use https for homepage

* pycaml: use https for homepage

* proot: move homepage to .github.io

* pius: use https for homepage

* pdfread: use https for homepage

* postgresql: use https for homepage

* ponysay: move homepage to new site

* prometheus: use https for homepage

* powerdns: use https for homepage

* pm-utils: use https for homepage

* patchelf: move homepage to https

* tesseract: move homepage to github

* quodlibet: move homepage from google code

* jbrout: move homepage from google code

* eiskaltdcpp: move homepage to github

* nodejs: use https to homepage

* nix: use https for homepage

* pdf2djvu: move homepage from google code

* game-music-emu: move homepage from google code

* vacuum: move homepae from google code
2017-08-22 20:50:04 +02:00
Jos van den Oever f23b1c4c4a latte-dock: add missing build inputs 2017-08-21 21:49:32 +02:00
Franz Pletz 775a7944c5
kanboard: 1.0.44 -> 1.0.46
Fixes CVE-2017-12850 & CVE-2017-12851.
2017-08-21 19:23:58 +02:00
Frederik Rietdijk 6bbc3a0b24 Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEAD 2017-08-21 04:44:40 +02:00
Joachim F 0e37463784 Merge pull request #28344 from edef1c/tasksh-1.2.0
tasksh: 1.1.0 -> 1.2.0
2017-08-20 20:16:49 +00:00
Tristan Helmich e573c4ad90 sqlmap: 1.0.11 -> 1.1
Additionally disable sqlmap for python3 as it is incompatible:
"[CRITICAL] incompatible Python version detected ('3.6.1'). For successfully running sqlmap you'll have to use version 2.6 or 2.7 (visit 'http://www.python.org/download/')"
2017-08-19 15:35:20 +00:00
midchildan ff01459e6c
tilix: Disable DBusActivatable in the desktop entry 2017-08-19 16:37:27 +09:00
midchildan d79530dd1b
tilix: 1.6.1 -> 1.6.4 2017-08-19 15:58:59 +09:00
Matthew Bauer 351277ae7c opencpn: use https for homepage 2017-08-17 15:04:37 -07:00
Matthew Bauer 99c868c010 use https://github.com for all homepages
GitHub does a redirect to https:// when you use http://

repology complains with:

“Homepage link "https://github.com/…" is dead (HTTP error 404) for more than a month.”

This will fix some of them (not all though)
2017-08-17 14:53:40 -07:00
Frederik Rietdijk 8f2ea38f8f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-17 18:34:17 +02:00
edef 612f8a5f3e tasksh: 1.1.0 -> 1.2.0 2017-08-17 16:30:58 +02:00
Jörg Thalheim a3dec32463 octoprint: fix hash 2017-08-16 18:06:12 +01:00
Graham Christensen 47ec1bcb8c Merge pull request #28300 from NickHu/syncthing-tray
syncthing-tray: init at v0.7
2017-08-16 07:19:19 -04:00
Graham Christensen c734648f4f Merge pull request #27823 from NickHu/aatt
urxvt_autocomplete_all_the_things: init at 1.6.0
2017-08-16 07:12:00 -04:00
Nick Hu 78b6d45921 syncthing-tray: init at v0.7 2017-08-15 17:49:17 +01:00
romildo f9eef3ca79 cbatticon: 1.6.5 -> 1.6.6 2017-08-15 14:51:37 +02:00
Frederik Rietdijk 2f44cbc1ad Merge pull request #28274 from womfoo/bump/gpxsee-4.9
gpxsee: 4.8 -> 4.9
2017-08-15 09:01:35 +02:00
Kranium Gikos Mendoza 310746b6db gpxsee: 4.8 -> 4.9 2017-08-15 06:51:41 +10:00
Frederik Rietdijk 62dac1bdd9 Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-14 09:34:10 +02:00
Johannes Frankenau d87f53baf9 calibre: 3.3.0 -> 3.5.0 2017-08-14 09:33:02 +02:00
Robert Helgesson 276d7477f8
josm: 12450 -> 12545 2017-08-13 23:53:29 +02:00
Joachim F 3e21f91a39 Merge pull request #27796 from LumiGuide/postage
postage: init at 3.2.17 & add NixOS module
2017-08-13 20:59:06 +00:00
Robert Helgesson 247974025b
gkrellm: minor formatting fix 2017-08-13 22:40:16 +02:00
Robert Helgesson 207ed51615
gkrellm: fix installation
Fixes #28239.
2017-08-13 22:40:16 +02:00
Frederik Rietdijk 66740b2b19 Merge pull request #28238 from volth/far2l-2017-07-13
far2l: unstable-2017-05-09 -> unstable-2017-07-13
2017-08-13 22:00:35 +02:00
Frederik Rietdijk 13bbaee21d Merge pull request #27881 from mimadrid/fix/http-https
Update homepage attributes: http -> https
2017-08-13 21:53:20 +02:00
Vladimír Čunát 34946256a0
Merge #27424: stdenv: Don't put man pages into $doc 2017-08-13 19:32:51 +02:00
Frederik Rietdijk 7ebcd39a0f Merge commit '4c49205' into HEAD 2017-08-13 18:34:59 +02:00
Volth d9854884fa far2l: add nix syntax highlighting 2017-08-13 15:10:04 +00:00
Volth 7d50d5e304 far2l: 2017-05-09 -> 2017-07-13 2017-08-13 15:10:04 +00:00
Frederik Rietdijk 2a8cd14d5f Merge remote-tracking branch 'upstream/master' into HEAD 2017-08-13 09:50:47 +02:00
Robin Gloster 439335f676
urlview: builds with default automake 2017-08-12 19:12:09 +02:00