Jan Tojnar
a31d98f312
tree-wide: autorename gnome packages to use dashes
2018-02-25 17:41:16 +01:00
Yurii Rashkovskii
30452d199e
sit: 0.1.2 -> 0.1.3
2018-02-25 16:47:52 +01:00
Frank Lanitz
3c04b54205
Geany: 1.32 -> 1.33
2018-02-25 16:08:32 +01:00
Tyler Compton
4b9b82c038
lxterminal: switch to using GTK3
...
The version of VTE that uses GTK2 is not maintained, so using lxterminal
with GTK2 means dealing with a lot of bugs that have already been fixed
in newer VTE versions. I actually meant to set up lxterminal to use GTK3
in the first place, but didn't realize that wasn't the default until
now.
2018-02-25 12:46:10 +01:00
adisbladis
92f5b39af1
Merge pull request #35535 from mimadrid/update/tig-2.3.3
...
tig: 2.3.2 -> 2.3.3
2018-02-25 19:37:16 +08:00
adisbladis
3d08a23a31
Merge pull request #35523 from ryantm/auto-update/audacity-2.2.1-to-2.2.2
...
audacity: 2.2.1 -> 2.2.2
2018-02-25 19:32:08 +08:00
Miguel Madrid Mencía
e18b252677
tig: 2.3.2 -> 2.3.3
2018-02-25 12:24:35 +01:00
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
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
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