Ryan Mulligan
6f5edbc410
audacity: 2.2.1 -> 2.2.2
...
Semi-automatic update; builds on NixOS
2018-02-24 18:54:37 -08:00
Peter Hoeg
3d8a664729
neomutt: 20171215 -> 20180223
2018-02-25 09:45:53 +08:00
Ryan Mulligan
ced7947e3c
asunder: 2.8 -> 2.9.2
...
Semi-automatic update; builds on NixOS
2018-02-24 15:52:53 -08:00
Elis Hirwing
3dfe50ffb6
sequeler: init at 0.5.3
2018-02-24 23:24:47 +01:00
Maximilian Bosch
f027e82e76
avidemux: rewrite derivation
...
This drastically reduces the complexity of the `avidemux` derivation
and adds QT5 support (see #33248 ).
Rather than invoking `cmake` over preconfigured hooks, it's much easier
to use the `bootStrap.bash` script provided by the developers to do the
installation tasks. Furthermore this script makes it way easier to
configure which parts of `avidemux` should be used (e.g. CLI-only) or
without the plugins.
In order to create a CLI-only instance you can simply override the
derivation:
```
avidemux.override {
withQT = false;
}
```
It's possible to set the default executable as well (`avidemux` creates
a `avidemux_qt5` and `avidemux_cli` executable by default):
```
avidemux.override {
default = "cli"; # default is `qt5`
}
```
The GTK support has been dropped entirely since it was originally broken
in our system and can't be built ATM. Other distros such as ArchLinux
don't support GTK anymore (see https://git.archlinux.org/svntogit/packages.git/tree/trunk/PKGBUILD?h=packages/avidemux#n64 )
2018-02-25 01:04:07 +03:00
Jan Tojnar
2cb88c524b
deadbeefPlugins.opus: init at 0.8
2018-02-24 18:43:23 +01:00
Miguel Madrid Mencía
114a8f159b
gthumb: fixed mime types
2018-02-24 18:41:00 +01:00
Thomas Tuegel
ffa88650d9
audacious: build with latest libcdio
2018-02-24 10:34:10 -06:00
Thomas Tuegel
bd45cd775b
audaciousQt5: build with latest libcdio
2018-02-24 10:34:10 -06:00
adisbladis
cdd1b8bc02
firefox-beta-bin: 59.0b11 -> 59.0b12
2018-02-24 22:44:13 +08:00
adisbladis
6e52011875
firefox-devedition-bin: 59.0b11 -> 59.0b12
2018-02-24 22:44:03 +08:00
Michael Raskin
40186c3af2
Merge pull request #35462 from jfrankenau/update-geeqie
...
geeqie: 1.3 -> 1.4
2018-02-24 14:06:22 +00:00
obadz
29542830a8
citrix_receiver: fix build errors in recent version
...
./linuxx64/hinst: line 1286: syntax error: you disabled math support for $((arith)) syntax
(See #33556 )
2018-02-24 13:10:20 +00:00
Jörg Thalheim
9c065623d5
Merge pull request #35447 from svsdep/keepass-plugins-patch-back
...
keepass: bring back and update plugins load patches
2018-02-24 11:09:37 +00:00
Gabriel Ebner
f5b173ffbc
qalculate-gtk: 2.1.0 -> 2.2.1
2018-02-24 11:54:53 +01:00
Vasyl Solovei
e3c5cf39bc
keepass: bring back and update plugins load patches
...
Plugins loading was broken as those patches were removed
in latest release. I brought patches back and updated them
onto 2.38 release code base.
This closes #35446 .
2018-02-24 12:53:19 +02:00
Johannes Frankenau
a3f856b85d
geeqie: 1.3 -> 1.4
2018-02-24 11:51:21 +01:00
Aristid Breitkreuz
e7fb957838
insync: 1.3.17.36167 -> 1.3.22.36179
2018-02-24 11:24:03 +01:00
lewo
6eda5ea726
Merge pull request #35437 from ericsagnes/pkg-update/pamix
...
pamix: 1.5 -> 1.6
2018-02-24 08:51:07 +01:00
Elis Hirwing
36725805be
testssl: 2.9.5-1 -> 2.9.5-2
2018-02-24 07:45:03 +01:00
Eric Sagnes
84c1de3d48
pamix: 1.5 -> 1.6
2018-02-24 11:22:13 +09:00
Jörg Thalheim
e9fdcc9662
Merge pull request #35425 from xeji/kubernetes-go-version
...
kubernetes: patch broken go version check
2018-02-24 01:38:57 +00:00
Jörg Thalheim
465d8b0fa9
kubernetes: use fetchpatch instead
2018-02-24 01:18:46 +00:00
Timo Kaufmann
5643128ff2
syncthing,qsyncthingtray: remove syncthing-inotify
...
syncthing-inotify is replaced by the new syncthing "fswatcher" feature.
2018-02-24 01:08:44 +01:00
xeji
b54e5b908d
kubernetes: patch broken go version check
...
fixes #35403
patch from https://github.com/kubernetes/kubernetes/pull/58207
already merged upstream - remove for next version
2018-02-23 22:56:36 +01:00
Andreas Rammhold
a6664d8192
mupdf: apply patch for CVE-2018-6544 (part 2)
...
This (hopefully) completes 998b1ef
.
2018-02-23 22:25:37 +01:00
Michael Weiss
49b7fc3908
android-studio-preview: 3.1.0.11 -> 3.1.0.12
2018-02-23 21:57:09 +01:00
Vladimír Čunát
296fa609ad
Merge #35404 : sage: explicitly use gfortran6
2018-02-23 20:39:51 +01:00
Joachim F
cda0f9fede
Merge pull request #35414 from flokli/CVE-2018-6544
...
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:14:31 +00:00
Florian Klink
998b1ef13b
mupdf: apply patch for CVE-2018-6544
2018-02-23 19:50:54 +01:00
Will Dietz
749d0e7f3a
micro: 1.3.4 -> 1.4.0
2018-02-23 11:14:27 -06:00
Timo Kaufmann
89162cdd29
sage: explicitly use gfortran6
...
The recent change from gfortran=gfortran6 to gfortran=gfortran7 broke
the build.
2018-02-23 17:00:21 +01:00
Tim Steinbach
098c7f3d94
atom: 1.23.3 -> 1.24.0
2018-02-23 08:37:36 -05:00
Jörg Thalheim
aa6d6cc78f
Merge pull request #35151 from xeji/virtmanager-cleanup
...
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
2018-02-23 11:31:21 +00:00
adisbladis
0b0b5a5e28
go-ethereum: Dont install sources in $out
2018-02-23 18:47:45 +08:00
adisbladis
0b3a5b567a
Merge pull request #35350 from adisbladis/drop/go-1_8
...
go: Remove old version 1.8
2018-02-23 14:29:25 +08:00
Peter Hoeg
af2d94fed5
virtmanager-qt: 0.48.79 -> 0.52.80
2018-02-23 13:19:05 +08:00
Franz Pletz
3f47f618ae
Merge pull request #35217 from htr/htr/add-nixnote
...
nixnote2: init at 2.0.2
2018-02-23 05:11:23 +00:00
Franz Pletz
ff56849151
Merge pull request #35341 from jerith666/timetrap-1-15-1
...
timetrap: 1.10.0 -> 1.15.1
2018-02-23 04:04:32 +00:00
Franz Pletz
89aab8649e
Merge pull request #35291 from svsdep/keepassrpc
...
keepass-keepassrpc: init at 1.7.3.1
2018-02-23 04:04:11 +00:00
Franz Pletz
eba35726ff
Merge pull request #35344 from svsdep/keepass-xdotool
...
keepass: fix auto-type and clipboard features
2018-02-23 04:00:50 +00:00
Franz Pletz
7abd3cb134
Merge pull request #35295 from volth/patch-96
...
mercurial: 4.3.2 -> 4.5
2018-02-23 03:44:57 +00:00
Michael Alan Dorman
2af43907e0
melpa-packages: 2018-02-22
...
Removals:
- ac-anaconda: removed from melpa
- cider-profile: removed from melpa
2018-02-22 21:32:07 -05:00
Michael Alan Dorman
a65ec7eb1d
melpa-stable-packages: 2018-02-22
...
Removals:
- ac-anaconda: removed from melpa
2018-02-22 21:32:06 -05:00
Michael Alan Dorman
13fd5f1b05
org-packages: 2018-02-22
2018-02-22 21:32:06 -05:00
Michael Alan Dorman
41d2d75ea0
elpa-packages: 2018-02-22
2018-02-22 21:32:06 -05:00
Graham Christensen
87e6be3dca
Merge pull request #35313 from volth/patch-87
...
jetbrains-editors: minor updates
2018-02-22 20:47:08 -05:00
Franz Pletz
53dc96c8b4
Merge pull request #32323 from caugner/nextcloud-2.3.3
...
nextcloud-client: 2.3.2 -> 2.3.3
2018-02-22 23:36:01 +00:00
Gabriel Ebner
ba58b425f1
neovim: fix bundlerEnv
2018-02-22 21:18:04 +01:00
adisbladis
4b73b8ccc3
perkeep: Build with go 1.9
2018-02-23 01:41:33 +08:00
volth
80cc3bd29a
tortoisehg: 4.3.1 -> 4.5
2018-02-22 16:41:51 +00:00
Vasyl Solovei
18691c6b65
keepass: fix auto-type and clipboard features
...
This fixes paths to `xdotool`, `xprop` and `xsel`. These are required
tools for auto-type to work correctly.
2018-02-22 17:30:42 +02:00
Matt McHenry
1bf7dfaabe
timetrap: 1.10.0 -> 1.15.1
2018-02-22 10:17:27 -05:00
Vasyl Solovei
fc42c85baf
keepass-keepassrpc: init at 1.7.3.1
...
Repackaged as the name was confusing and there is a dedicated repository
for this plugin, ready to use and with the fresh plugin version.
Left an alias to an old package name.
2018-02-22 16:11:05 +02:00
lewo
844a494d80
Merge pull request #35329 from dywedir/sit
...
sit: init at 0.1.2
2018-02-22 14:59:27 +01:00
Vladyslav M
6e28674247
sit: init at 0.1.2
2018-02-22 13:18:10 +02:00
adisbladis
831ef4756e
electrum: Patch compat with python trezor>=0.9.0
2018-02-22 18:43:57 +08:00
volth
541d8795f6
jetbrains-editors: minor updates
2018-02-22 04:18:19 +00:00
Peter Hoeg
b332924e6a
hugo: 0.32.2 -> 0.36.1
2018-02-22 10:08:50 +08:00
Robert Schütz
da31b47790
pytrainer: fix tests
2018-02-22 01:46:11 +01:00
Vladimír Čunát
3e6c5a25f3
Merge branch 'staging'
...
In particular, this upgrades the default gcc: 6 -> 7.
Fixes #27794 , /cc #31747 .
2018-02-22 00:32:46 +01:00
volth
6081c36599
mercurial: 4.3.2 -> 4.5
2018-02-21 20:56:00 +00:00
Vasyl Solovei
5b20d89346
skypeforlinux: 8.13.0.2 -> 8.16.0.4
2018-02-21 22:20:47 +02:00
Joachim F
16210c3996
Merge pull request #35270 from xvapx/wip/crashplan-small-business
...
upgrade and clean crashplan for small business
2018-02-21 19:53:53 +00:00
Frederik Rietdijk
b5391b2451
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-21 20:43:10 +01:00
svsdep
2992e26ca8
qbittorrent: 4.0.3 -> 4.0.4
2018-02-21 19:02:55 +02:00
Jan Tojnar
230282f1cd
Merge pull request #35261 from samdroid-apps/spice-up-1.3.2
...
spice-up: 1.2.1 -> 1.3.2
2018-02-21 16:53:22 +01:00
Jörg Thalheim
a65221e56b
Merge pull request #35245 from mogorman/pulseaudio-dlna
...
pulseaudio-dlna
2018-02-21 14:36:41 +00:00
Michael Raskin
1e94ef5af3
Merge pull request #35273 from matthiasbeyer/update-my-packages
...
Update my packages
2018-02-21 13:35:21 +00:00
Peter Hoeg
829d5c2051
calibre: 3.16.0 -> 3.17.0
2018-02-21 21:32:29 +08: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
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
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
Jörg Thalheim
cbd392fc12
dino: 2017-12-03 -> 2018-02-11
2018-02-21 11:28:47 +00:00
Jörg Thalheim
8254f2ead1
tree-wide: spelling error s/propogatedBuildInputs/propagatedBuildInputs/
2018-02-21 09:40:17 +00:00
Matthew O'Gorman
113fa5e6ab
found spelling errors for propagatedBuildInputs via my own mispelled grep query
2018-02-21 04:31:33 -05:00
Matthew O'Gorman
2b3989f2f0
pulseaudio-dlna: init at 2017-11-01
2018-02-21 04:16:47 -05:00
Marti Serra
18ac3c9a6e
crashplan-small-business: 6.6.0 -> 6.7.0
2018-02-21 10:13:42 +01:00
Sam Parkinson
a3e9f49746
spice-up: 1.2.1 -> 1.3.2
2018-02-21 17:11:23 +11:00
adisbladis
127cea9238
firefox-beta-bin: 59.0b10 -> 59.0b11
2018-02-21 13:35:16 +08:00
adisbladis
e225b80be0
firefox-devedition-bin: 59.0b10 -> 59.0b11
2018-02-21 13:35:13 +08:00
Ingolf Wagner
8c15bdd009
timewarrior: 1.1.0 -> 1.1.1
2018-02-21 09:26:38 +08:00
Vladyslav M
cc78571c49
joe: 4.4 -> 4.6
2018-02-21 01:28:51 +02:00
Jörg Thalheim
a3e79e3476
Merge pull request #35215 from Mic92/gpodder
...
gpodder: 3.10.0 -> 3.10.1
2018-02-20 23:11:42 +00:00
Jörg Thalheim
03e7929643
Merge pull request #35230 from jfrankenau/init-bcal
...
bcal: init at 1.7
2018-02-20 23:09:59 +00:00
Johannes Frankenau
74029a21bf
bcal: init at 1.7
2018-02-21 00:05:16 +01:00
Jörg Thalheim
e27ad00f85
Merge pull request #35234 from dtzWill/update/mikmod-3.2.8
...
mikmod: 3.2.6 -> 3.2.8
2018-02-20 21:57:27 +00:00
Joachim F
aa1d5fa65e
Merge pull request #35227 from jfrankenau/update-nnn
...
nnn: 1.5 -> 1.6
2018-02-20 20:00:51 +00:00
Vladimír Čunát
44c315f5a0
crashplan: specify meta.platforms to improve eval
...
If you tried to evaluate nixpkgs with allowUnfree and a non-glibc
platform, you would get an error when accessing stdenv.glibc.
2018-02-20 20:42:28 +01:00
Vladimír Čunát
1d15dadbec
Merge branch 'master' into staging
...
Larger rebuilds from master.
2018-02-20 20:33:40 +01:00
Will Dietz
c8c11cd8f4
mikmod: 3.2.6 -> 3.2.8
2018-02-20 13:22:03 -06:00
Joachim F
b30fae01cd
Merge pull request #32761 from xvapx/crashplan-small-business
...
crashplan-small-business: init at 6.6.0
2018-02-20 19:19:22 +00:00
Joachim F
af37d08381
Merge pull request #33143 from mbode/flink_1_4_0
...
flink: 1.3.2 -> 1.4.0
2018-02-20 19:11:03 +00:00
Johannes Frankenau
c919aea22d
nnn: 1.5 -> 1.6
2018-02-20 18:55:00 +01:00
Joachim F
34e9d390bd
Merge pull request #35085 from h-3-0/kakoune-2018-02-15
...
kakoune: 2017-04-12 -> 2018-02-15
2018-02-20 15:54:37 +00:00
Joachim F
d2fd479e52
Merge pull request #35130 from magnetophon/zam-plugins
...
zam-plugins: 3.9 -> 3.10
2018-02-20 15:52:41 +00:00
Joachim F
77ffe75eb6
Merge pull request #35138 from volth/patch-89
...
dockbarx: 0.92 -> 0.93
2018-02-20 15:50:52 +00:00
zimbatm
29318c4ea8
kubernetes-helm: 2.8.0 -> 2.8.1
2018-02-20 15:47:07 +00:00
Shea Levy
0022708d6d
qemu-riscv: Add initrd support patch
2018-02-20 09:11:06 -05:00
Will Dietz
af2fc069ed
radiotray-ng: 0.2.0 -> 0.2.1
2018-02-20 07:52:07 -06:00
Hugo Tavares Reis
27ce04207f
nixnote2: init at 2.0.2
2018-02-20 13:46:44 +01:00
xeji
1cbccb95a7
virtmanager: set platforms to linux
...
since dependency libvirt-glib currently doesn't build on Darwin
2018-02-20 12:47:34 +01:00
Jörg Thalheim
4d1e72cfbb
gpodder: 3.10.0 -> 3.10.1
...
also add defaultIconTheme back
2018-02-20 11:14:30 +00:00
adisbladis
f9ce8e09ff
go-ethereum: 1.7.3 -> 1.8.1
2018-02-20 11:32:04 +08:00
Michael Weiss
521ffc2398
jekyll: Update the dependencies without breaking the evaluation
...
Unfortunately my first attempt in f14b6ea
broke the evaluation and was
therefore reverted in 4419a31
. I couldn't reproduce the error locally
but as @grahamc noted I shouldn't have imported from a derivation.
Thanks @joachifm and @grahamc for spotting the evaluation error and
reverting f14b6ea
.
2018-02-19 22:36:52 +01:00
Kosyrev Serge
f0d2baad08
sayonara: init at 1.0.0-git5-20180115 ( #35046 )
2018-02-19 19:16:37 +00:00
Graham Christensen
4419a311f7
Revert "jekyll: Update the dependencies"
...
This reverts commit f14b6ea81f
.
This commit added IFD to Nixpkgs, where
Nixpkgs should be IFD-free. (Import
from derivation.)
2018-02-19 13:55:48 -05:00
Joachim F
bad8b21c28
Merge pull request #35155 from volth/patch-91
...
xrdp: 0.9.3 -> 0.9.5 [CVE-2017-16927]
2018-02-19 18:44:51 +00:00
Michael Weiss
f14b6ea81f
jekyll: Update the dependencies
...
The dependencies could be more minimal but this way it should hopefully
work for most use-cases.
2018-02-19 19:02:41 +01:00
Michael Weiss
d2919c996d
jekyll: 3.4.1 -> 3.7.2
2018-02-19 17:43:26 +01:00
Vladimír Čunát
0c8939b5fb
Merge branch 'master' into gcc-7
...
Hydra: ?compare=1434487
2018-02-19 15:24:13 +01:00
Joachim F
83cc0cddd6
Merge pull request #35152 from dtzWill/update/leo-5.6
...
leo-editor: 5.5 -> 5.6
2018-02-19 09:38:12 +00:00
Tuomas Tynkkynen
b34274d363
git: 2.16.1 -> 2.16.2
2018-02-19 05:34:03 +02:00
Shea Levy
2f310cfa8b
qemu: Fix statfs flag.
...
Compile-tested the right package this time...
2018-02-18 21:47:07 -05:00
xeji
7460dc318b
virtmanager: 1.5.0: sha512->sha256 (readability)
2018-02-19 01:15:47 +01:00
volth
7dea2ababc
xrdp: 0.9.3 -> 0.9.5
2018-02-19 00:08:23 +00:00
xeji
b0eb4d6390
virtmanager: 1.5.0: add gtk3 dependency
...
otherwise virt-manager startup fails with
Typelib file for namespace 'Pango', version '1.0' not found: Could not open display: :0
2018-02-19 01:02:47 +01:00
Will Dietz
933822d579
leo-editor: add local copy of pyqt56 since it was globally removed
2018-02-18 16:32:30 -06:00
Will Dietz
4139a6f0e5
Revert "Revert "Merge pull request #30031 from dtzWill/update/leo-5.6""
...
This reverts commit 05f5cdcf66
.
2018-02-18 16:24:59 -06:00
xeji
911f408b5e
virtmanager: 1.4.3 -> 1.5.0, cleanup dependencies
...
remove unneeded dependencies, see issue #34043
2018-02-18 23:19:41 +01:00
Shea Levy
32ce7012f0
Merge branch 'master' into gcc-7
2018-02-18 16:27:22 -05:00
Shea Levy
e3f947a19a
Add missing files
2018-02-18 14:33:43 -05:00
Shea Levy
4839b568de
qemu: Add patch for statfs f_flags in Linux user mode.
2018-02-18 14:08:22 -05:00
volth
08e0ed360f
dockbarx: 0.92 -> 0.93
2018-02-18 19:04:51 +00:00
Joachim F
20815fc80b
Merge pull request #35112 from oxij/pkgs/fix-xen
...
xen_4_8: fix build
2018-02-18 17:27:03 +00:00
Bart Brouns
3f1e261ad7
zam-plugins: 3.9 -> 3.10
2018-02-18 18:20:35 +01:00
Vladimír Čunát
47f25fae44
redshift, liferea: remove the extra cache file
...
They're not really useful and cause collisions in envs.
2018-02-18 17:19:49 +01:00
Shea Levy
d4e1ef7b7b
qemu-riscv: 2.11.50pre57991_713f2c1164 -> 2.11.50pre58771_af435b709d
2018-02-18 09:28:54 -05:00
Jan Malakhovski
23e68d119d
xenPackages.xen_4_8-vanilla: stop overriding cc
...
Nothing requires gcc49 in this version.
2018-02-18 13:46:51 +00:00
Jan Malakhovski
b1047f34f7
xenPackages.xen_4_8-vanilla: fix build of qemu-xen
...
They merged that XSA and moved the tag.
2018-02-18 13:46:44 +00:00
Nikolay Amiantov
96ac69288b
octoprint: 1.3.5 -> 1.3.6
2018-02-18 12:48:41 +03:00
AndersonTorres
1ea44d75b2
palemoon: 27.6.2 -> 27.7.2
...
Also, adding myself to maintainers.
2018-02-17 23:28:39 -03:00
Shea Levy
890c0b9654
qemu-riscv: Init at 2.11.50pre57991_713f2c1164.
...
Fixes #35087
2018-02-17 20:29:11 -05:00
Shea Levy
ecf4825f32
qemu: 2.11.0 -> 2.11.1
2018-02-17 19:32:13 -05:00
Vladimír Čunát
a84844de03
Merge branch 'master' into gcc-7
...
... to fix lispPackages.*
2018-02-17 22:45:50 +01:00
Winnie Quinn
bd69958d43
vscode: 1.20.0 -> 1.20.1
2018-02-17 15:14:55 -05:00
Henri Jones
9d580c3a6e
kakoune: 2017-04-12 -> 2018-02-15
2018-02-17 19:43:33 +00:00
Vladimír Čunát
e96741cdb1
treewide: remove explicit overrides to gcc7
...
They're not needed on this branch.
2018-02-17 16:29:31 +01:00
Jörg Thalheim
7f87513e90
Merge pull request #35005 from lheckemann/firefox-pulse
...
firefox: enable pulseaudio by default
2018-02-17 13:19:48 +00:00
Joachim F
9f05e67af2
Merge pull request #34867 from mrVanDalo/feature/memo
...
memo: refactoring dependency paths
2018-02-17 13:06:20 +00:00
Ingolf Wagner
22fa6bbc6c
memo: refactoring dependency paths
2018-02-17 20:49:55 +08:00
Joachim Fasting
05f5cdcf66
Revert "Merge pull request #30031 from dtzWill/update/leo-5.6"
...
This reverts commit 67c5cb23e9
, reversing
changes made to 431c004fbd
.
I failed to notice that this depends on a package that had since
been removed. My bad :(
2018-02-17 12:21:26 +01:00
Luke Sandell
635011f219
wsjtx: init at 1.8.0 ( #33247 )
2018-02-17 11:06:27 +00:00
Joachim F
3e2614702b
Merge pull request #33591 from puffnfresh/package/sunvox
...
SunVox: init at 1.9.3b
2018-02-17 10:45:22 +00:00
Joachim F
d5e342ee43
Merge pull request #33706 from catern/chromekerb
...
google-chrome: add dependency on kerberos
2018-02-17 10:35:25 +00:00
Joachim F
e18b4e867b
Merge pull request #33827 from eqyiel/nextcloud-client-icon-fix
...
nextcloud-client: fix icon name in desktop file
2018-02-17 10:32:44 +00:00
Peter Hoeg
9c9b6874d0
falkon: 2.1.2.1 -> 2.1.99.1
2018-02-17 18:12:01 +08:00
Joachim F
67c5cb23e9
Merge pull request #30031 from dtzWill/update/leo-5.6
...
leo-editor: 5.5 -> 5.6, add docutils and use pyqt56
2018-02-17 10:07:58 +00:00
Joachim F
ce8abc6505
Merge pull request #35067 from ck3d/welle-io-1.0rc2
...
welle-io: 1.0-rc1 -> 1.0-rc2
2018-02-17 08:41:37 +00:00
Christian Kögler
acc94307d3
welle-io: 1.0-rc1 -> 1.0-rc2
2018-02-17 09:07:18 +01:00
Joachim F
3b9874452d
Merge pull request #34564 from StijnDW/master
...
Add new package "ncpamixer"
2018-02-16 22:09:04 +00:00
Joachim F
b9214eec11
Merge pull request #35058 from Moredread/slic3r-prusa-edition/deps
...
slic3r-prusa3d: use system version for eigen and glew
2018-02-16 21:56:48 +00:00
Stijn DW
22df03f39e
ncpamixer: init at version 1.2
2018-02-16 22:50:45 +01:00
André-Patrick Bubel
8d58c1e516
slic3r-prusa3d: use system version for eigen and glew
...
If we don't provide eigen and glew, vendored versions are used.
2018-02-16 22:37:35 +01:00
André-Patrick Bubel
26615e1260
slic3r-prusa3d: enable parallel building
2018-02-16 22:37:35 +01:00
Joachim F
2db1b59028
Merge pull request #34947 from puffnfresh/package/stride
...
stride: init at 1.8.18
2018-02-16 21:25:02 +00:00
Joachim F
801291bfe8
Merge pull request #35047 from oxij/pkg/firefox-alsa-out
...
firefox: patch to fix bug 1430274 (broken ALSA output) in 58
2018-02-16 18:36:59 +00:00
adisbladis
e174ac6589
firefox-beta-bin: 59.0b9 -> 59.0b10
2018-02-17 01:50:12 +08:00
adisbladis
653d8eaa43
firefox-devedition-bin: 59.0b9 -> 59.0b10
2018-02-17 01:50:11 +08:00
Jan Malakhovski
dcad8f1654
firefox: patch to fix bug 1430274 (broken ALSA output) in 58, add more comments
2018-02-16 17:01:30 +00:00
Joachim F
2b2a678a6f
Merge pull request #34950 from earldouglas/mp3blaster
...
mp3blaster: init at 3.2.6
2018-02-16 15:15:07 +00:00
Nikolay Amiantov
b51280ef3a
paprefs: use full pulseaudio input
...
This fixes greyed out options in dialogs (even though they are actually available).
2018-02-16 17:46:23 +03:00
Tim Steinbach
87559028ef
Merge pull request #33954 from kuznero/pr/kubernetes
...
kubernetes: 1.7.9 -> 1.9.1
2018-02-16 13:56:59 +00:00
Michael Weiss
76723a26f9
gns3Packages.server{Stable,Preview}: Pin the aiohttp version
...
This is required for #34891 .
2018-02-16 14:07:46 +01:00
Michael Weiss
ce83cd7ca3
android-studio-preview: 3.1.0.10 -> 3.1.0.11
2018-02-16 13:28:51 +01:00
Vladimír Čunát
b5aaaf87a7
Merge staging and PR #35021
...
It's the last staging commit (mostly) built on Hydra,
and a minimal fix for Darwin regression in pysqlite.
2018-02-16 09:13:12 +01:00
John Wiegley
90252481bf
coq: 8.7.1 -> 8.7.2
2018-02-15 23:12:43 -08:00
Herwig Hochleitner
e47e45c4ca
Revert "zcashNh: init 0.4b"
...
This reverts commit d3ea26dc45
.
wrong commit, sorry
2018-02-15 23:36:21 +01:00
Herwig Hochleitner
d3ea26dc45
zcashNh: init 0.4b
2018-02-15 23:35:18 +01:00
Andreas Rammhold
4893d3514e
irssi: 1.1.0 -> 1.1.1
...
fixes CVE-2018-7050, CVE-2018-7051, CVE-2018-7052, CVE-2018-7053, CVE-2018-7054
2018-02-15 21:16:10 +01:00
Vladimír Čunát
e26a2290ea
ranger: don't include "v" in nix-perceived version
...
This was a regression of #34362 , and doesn't seem intended.
2018-02-15 18:07:56 +01:00
Peter Hoeg
8d7b069ea6
neomutt: 20171208 -> 20171215
...
The build system also changed to the tcl based "autosetup".
2018-02-15 23:01:06 +08:00
Linus Heckemann
de5bbd0a73
firefox: enable pulseaudio by default
...
This fixes choppy audio in WebRTC. Firefox's closure already includes
libpulseaudio anyway, so this shouldn't affect closure size either.
2018-02-15 14:03:38 +00:00
Profpatsch
da71b8fd5f
rss2email: sendmail from PATH instead of /usr/sbin
2018-02-15 13:55:33 +01:00
Profpatsch
c4af2ca2cb
rss2email: add docs and code for running tests
...
The tests are not working yet (upstream bug).
2018-02-15 13:55:33 +01:00
Jörg Thalheim
5646300ca4
Merge pull request #35000 from nico202/non
...
non: 2017-03-29 -> 2018-02-15
2018-02-15 11:00:16 +00:00
Jörg Thalheim
4857b148ed
Merge pull request #34973 from pallavagarwal07/zathura
...
zathura: make compatible with darwin
2018-02-15 10:17:54 +00:00
Nicolò Balzarotti
12d04b5db9
non: 2017-03-29 -> 2018-02-15
2018-02-15 10:47:32 +01:00
Andrew Dunham
394a8818e4
syncthing: Add discovery/relay servers, improve build ( #34831 )
...
- Fix GOPATH checks
- Install manpages
- Also build and install discovery and relay servers + cli
- Make the build more pure by explicitly setting the build username/host
2018-02-15 16:16:22 +08:00
Pallav Agarwal
c0fcdb5484
Fix optional gtk-mac-integration
2018-02-15 13:14:40 +05:30
Jon Banafato
9084bbb833
albert: 0.14.14 -> 0.14.15
2018-02-14 21:37:48 -05:00
Herwig Hochleitner
0d20bf0287
chromium: 64.0.3282.140 -> 64.0.3282.167
...
[806388] High CVE-2018-6056: Incorrect derived class instantiation in V8. Reported by lokihardt of Google Project Zero on 2018-01-26
2018-02-15 01:22:46 +01:00
Vincent Laporte
e75009ecdc
eprover: fix build in non-GCC environments
2018-02-14 22:46:12 +00:00
Frederik Rietdijk
672bb6b4ab
Merge remote-tracking branch 'upstream/master' into HEAD
2018-02-14 21:30:08 +01:00
Pallav Agarwal
b484164017
zathura: Make compatible with darwin
2018-02-15 01:22:15 +05:30
Jörg Thalheim
6ec8fe0408
z3: also needs setuptools
2018-02-14 10:01:25 +00:00
zimbatm
e8194c2c5b
ruby: remove unsupported versions ( #34927 )
...
* remove EOL ruby versions for security and maintenance reasons.
* only expose ruby_MAJOR_MINOR to the top-level. we don't provide
guarantees for the TINY version.
* mark all related packages as broken
* switch the default ruby version from 2.3.x to 2.4.x
2018-02-14 09:53:54 +00:00
adisbladis
c80adf5f72
firefox-beta-bin: 59.0b8 -> 59.0b9
2018-02-14 17:46:52 +08:00
adisbladis
6d66f679d5
firefox-devedition-bin: 59.0b8 -> 59.0b9
2018-02-14 17:46:48 +08:00
Peter Hoeg
78c71e81eb
xca: 1.3.2 -> 1.4.0
2018-02-14 16:44:44 +08:00
Jörg Thalheim
8b03f62bd2
Merge pull request #34799 from oxij/pkgs/mailpile10rc
...
mailpile: 0.4.1 -> 1.0.0rc1
2018-02-14 06:24:54 +00:00
Jörg Thalheim
d92b58908c
mailpile: 1.0.0rc1 -> 1.0.0rc2
2018-02-14 06:24:08 +00:00
James Earl Douglas
035f3363cb
mp3blaster: init at 3.2.6
2018-02-13 20:17:38 -07:00
Samuel Leathers
ac8a149e07
Merge pull request #34899 from romildo/upd.catfish
...
catfish: 1.4.2 -> 1.4.4
2018-02-13 21:42:47 -05:00
Brian McKenna
da7ab85735
stride: init at 1.8.18
2018-02-14 10:02:39 +11:00
Joachim F
6e40e3b652
Merge pull request #34815 from dotlambda/ghostwriter
...
ghostwriter: init at 1.5.0
2018-02-13 22:50:21 +00:00
Joachim F
cf6c861757
Merge pull request #34897 from romildo/upd.vivaldi
...
vivaldi: 1.13.1008.34-1 -> 1.14.1077.45-1
2018-02-13 22:49:09 +00:00
Joachim F
9b25b9347d
Merge pull request #34926 from mdorman/semi-automated-emacs-package-updates
...
Semi automated emacs package updates
2018-02-13 22:47:23 +00:00
Michael Raskin
e6742ac722
Merge pull request #34940 from timokau/sage-no-docs
...
sage: Don't build docs by default
2018-02-13 17:14:37 +00:00
John Ericson
a26b46bd52
offrss: Fix for cross
2018-02-13 12:13:07 -05:00
Timo Kaufmann
0713bde50f
sage: Don't build docs by default
...
This makes the HTML-docs an default-off option. Inline documentation
(`matrix-plot??`) is still available and HTML docs are available online.
Motivation: Get below the Hydra output size limit.
2018-02-13 17:52:41 +01:00
Andreas Rammhold
358b821bbe
Merge pull request #34794 from ajs124/update/texmaker_and_studio
...
move texstudio from qt4 to qt5
2018-02-13 16:52:05 +01:00
Will Dietz
3c750912e1
wireshark: fix build w/musl using upstream commit
2018-02-13 09:44:56 -06:00
Will Dietz
0e15473fd1
cdparanoia: use part of darwin patch to fix utils.h on musl
2018-02-13 09:44:54 -06:00
Will Dietz
2974ed9266
avy: fixes to work with clang and musl
2018-02-13 09:44:52 -06:00
Will Dietz
f2aae45514
git: Disable use of <sys/poll.h> on musl, disable gettext
2018-02-13 09:44:47 -06:00
Will Dietz
cbdd20878e
cvc4: build in parallel
2018-02-13 09:44:45 -06:00
Will Dietz
12e60c232a
cvc4: patch up fpu_control usage
2018-02-13 09:44:45 -06:00
Will Dietz
8fa7634819
xterm: patch from alpine to fix pty on musl
2018-02-13 09:44:44 -06:00
Will Dietz
4c767417ea
picosat: fix ar and ranlib usage for cross
2018-02-13 09:44:32 -06:00
Will Dietz
36b2706916
picosat: fixup include for unistd.h
2018-02-13 09:44:32 -06:00
Will Dietz
46cbded0de
boolector: patch usage of ar and ranlib for cross
...
eep.
2018-02-13 09:44:32 -06:00
Will Dietz
9138d055bf
boolector: fix missing stdint.h include
2018-02-13 09:44:31 -06:00
Will Dietz
0a70dc6fd1
kakuone: add pkgconfig to appease warning
2018-02-13 09:44:31 -06:00
Ben Gamari
d72c4c694f
w3m: Enable cross-compilation
2018-02-13 09:44:26 -06:00
Andreas Rammhold
122fa75b2d
Merge pull request #34426 from andir/libyamlcpp
...
WIP: libyaml-cpp: 0.5.3 -> 0.6.1
2018-02-13 16:43:40 +01:00
ajs124
0ee6040dc2
texstudio: move from qt4 to qt5
2018-02-13 16:33:49 +01:00
Andreas Rammhold
7c105205ad
ring-daemon: mark as broken since the patched pjsip fails to build
...
The patches do no longer apply on-top of the pjsip version we provice.
One of the maintainers (@Radvendii @olynch) should have a look what can
be done about this.
The build has been failing since 2017-07-31…
2018-02-13 16:32:00 +01:00
José Romildo Malaquias
23e0d7de52
catfish: 1.4.2 -> 1.4.4
2018-02-13 11:50:40 -02:00
Andreas Rammhold
b1ba405c3c
Merge pull request #34676 from dtzWill/feature/diffpdf-qt5
...
diffpdf: move to using qt5
2018-02-13 13:00:59 +01:00
Jörg Thalheim
8b5d7a5f1a
Merge pull request #34833 from flokli/notmuch-addrlookup
...
notmuch-addrlookup: 7 -> 9
2018-02-13 11:21:38 +00:00
Alexey Shmalko
131332437f
Merge pull request #34900 from nipav/master
...
yokadi: init at 1.1.1
2018-02-13 10:41:57 +02:00
adisbladis
9553ca5bb6
Merge pull request #34913 from razvan-panda/smartgithg
...
smartgithg: 17_1_1 -> 17_1_4
2018-02-13 11:13:01 +08:00
adisbladis
40c8e9cae9
Merge pull request #34909 from magnetophon/faust
...
faust: 2.5.10 -> 2.5.21
2018-02-13 11:12:25 +08:00
Michael Alan Dorman
5aea6a12aa
melpa-packages: 2018-02-12
...
Removals:
- ob-clojure-literate: removed from melpa
- ob-php: removed from melpa
- ob-redis: removed from melpa
- ob-smiles: removed from melpa
- ob-spice: removed from melpa
2018-02-12 19:02:04 -05:00
Michael Alan Dorman
cd54d37e9e
melpa-stable-packages: 2018-02-12
...
Removals:
- elcord: stable tags removed
- ob-spice: removed from melpa
2018-02-12 19:02:03 -05:00
Michael Alan Dorman
943c6c87ad
org-packages: 2018-02-12
2018-02-12 19:02:03 -05:00
Michael Alan Dorman
fdf8946cb7
elpa-packages: 2018-02-12
2018-02-12 19:02:03 -05:00
Răzvan Flavius Panda
7c72b4a0f1
smartgithg: 17_1_1 -> 17_1_4
2018-02-13 00:09:08 +02:00
Pascal Bach
9db87efdd5
riot-web: 0.13.3 -> 0.13.5
2018-02-12 21:30:01 +01:00
Bart Brouns
9f6f253393
faust: 2.5.10 -> 2.5.21
2018-02-12 21:29:49 +01:00
Niko Pavlinek
0601c4e872
yokadi: init at 1.1.1
2018-02-12 21:01:48 +01:00
Alexey Shmalko
d1fbbb09bf
screenkey: init at 0.9
2018-02-12 20:33:14 +02:00
José Romildo Malaquias
a0883f89fe
vivaldi: 1.13.1008.34-1 -> 1.14.1077.45-1
2018-02-12 12:20:14 -02:00
Joachim F
2bfda206c4
Merge pull request #34849 from oxij/pkgs/firefoxes
...
pkgs: firefoxes and tor-browsers
2018-02-12 11:15:29 +00:00
Profpatsch
53e790e7a8
maintainers: capitalize the Profpatsch attribute (vanity)
...
Since I’m already at it, this has been bothering me for a while.
2018-02-12 07:24:50 +01:00
Profpatsch
2922bee722
remove profpatsch from maintainer list of a few packages
2018-02-12 06:24:38 +01:00
adisbladis
81a6e50110
Merge pull request #34800 from adisbladis/linphone-3_12_0
...
linphone: 3.10.2 -> 3.12.0
2018-02-12 09:39:06 +08:00
Florian Klink
b89aad4718
notmuch-addrlookup: 7 -> 9
...
This version bump contains the following fixes:
v8:
- Avoid a segmentation fault when notmuch_message_get_header() returns NULL. (Patch by Víctor M. Jáquez <vjaquez@igalia.com>).
v9:
- Do not use the deprecated notmuch_query_count_messages_st function when using Notmuch 0.25. (Patch by Adam Ruzicka <a.ruzicka@outlook.com>.)
We already had this patch in our tree.
- Fix crash in when running queries and the program is build with Notmuch 0.25. (Patch by Joshua Krusell <joshua.krusell@v-dem.net>).
- Fix conditional compilation when using Notmuch 0.25. (Patch by David Bremner <bremner@debian.org>).
2018-02-11 20:59:43 +01:00
Jan Malakhovski
5e41e65f5f
tor-browser: remove outdated 6.5.2
2018-02-11 16:19:11 +00:00
Jan Malakhovski
21080e627b
tor-browser: 7.0.1 -> 7.5.2
2018-02-11 16:19:10 +00:00
Jan Malakhovski
97c43bf285
firefox: common: cleanup configure phase
2018-02-11 16:19:10 +00:00
Jan Malakhovski
a2cf5577c2
firefox: common: tiny cleanup
2018-02-11 16:19:04 +00:00
Andreas Rammhold
160d24087c
Merge pull request #34814 from bkchr/teamspeak_3_1_8
...
teamspeak_client: 3.1.7 -> 3.1.8
2018-02-11 14:37:34 +01:00