dywedir
9b35a335f2
feh: 2.22 -> 2.22.2
2017-11-09 12:52:00 +02:00
Tim Steinbach
88e03e1269
Merge pull request #31314 from dywedir/feh
...
feh: 2.21 -> 2.22
2017-11-06 12:48:52 +00:00
dywedir
a5eaa1cfea
feh: 2.21 -> 2.22
2017-11-06 12:15:33 +02:00
Franz Pletz
4f8c5331c8
imagemagick7: 7.0.7-8 -> 7.0.7-9
2017-11-05 16:42:24 +01:00
Franz Pletz
611829ba42
imagemagick: 6.9.9-20 -> 6.9.9-21
2017-11-05 16:42:24 +01:00
Eelco Dolstra
20bb7d5373
krita: 3.2.1 -> 3.3.2
2017-11-05 13:48:19 +01:00
Piotr Bogdan
8904ce343a
fix source root locations.
...
These have changed following commit
c3255fe8ec
.
See also:
- https://github.com/NixOS/nixpkgs/pull/31004
- https://github.com/NixOS/nixpkgs/pull/31106
2017-11-02 13:53:36 +00:00
Samuel Leathers
73fe83206e
Merge pull request #30988 from pbogdan/autotrace-insecure
...
autotrace: mark as insecure
2017-11-01 04:46:55 +01:00
Mica Semrick
37f548e836
hugin: 2016.2.0 -> 2017.0.0
2017-10-30 20:13:27 -07:00
Joachim F
5c35db3e9b
Merge pull request #30953 from teto/sxiv
...
sxiv: installs .desktop file
2017-10-30 08:56:51 +00:00
Matthieu Coudron
cdbcb19e83
sxiv: installs .desktop file
...
sxiv won't appear in meus as it has NoDisplay but it can be used to
generate the mimetypes.
2017-10-31 01:16:43 +09:00
Albert Safin
6ce4147659
ahoviewer: 1.4.8 -> 1.4.9
...
- Add xzfc to maintainers
2017-10-28 17:18:08 +02:00
Peter Hoeg
405f905ff8
Merge pull request #30573 from peterhoeg/u/kf5
...
kde-frameworks: 5.38 -> 5.39
2017-10-28 17:15:28 +08:00
mimadrid
51babe0fa8
shotwell: 0.27.0 -> 0.27.1
2017-10-27 23:11:50 +02:00
Piotr Bogdan
978bba8415
autotrace: mark as insecure
2017-10-27 15:38:05 +01:00
CrazedProgrammer
8327e434c4
astah-community: init at 7.2.0 ( #30691 )
...
* astah-community: init at 7.2.0
* astah-community: nitpicks
2017-10-25 14:56:52 +01:00
mimadrid
5715f276da
shotwell: 0.26.2 -> 0.27.0
2017-10-24 12:45:38 +01:00
Jörg Thalheim
56a6144593
Merge pull request #30728 from pmiddend/awesomebump-5.1
...
awesomebump: 4.0 -> 5.1
2017-10-24 11:31:51 +01:00
Joerg Thalheim
f6f0b7ac5d
awesomebump: do not override qmake build phases
...
then all the hacks are not necessary
2017-10-24 11:29:17 +01:00
mimadrid
62b467a07d
gthumb: 3.5.1 -> 3.5.3
2017-10-23 22:34:44 +02:00
Franz Pletz
bb49391151
imagemagick7: 7.0.7-4 -> 7.0.7-8
2017-10-23 22:16:57 +02:00
Franz Pletz
6af0de6478
imagemagick: 6.9.9-15 -> 6.9.9-20
2017-10-23 22:16:36 +02:00
Philipp Middendorf
c9e08b578b
awesomebump-4.0 -> 5.1
2017-10-23 18:46:56 +02:00
Peter Hoeg
c41d794ecb
digikam: minor cleanups
2017-10-23 22:49:46 +08:00
aszlig
27b7192726
digikam: 5.4.0 -> 5.7.0
...
The build for the version 5.4.0 of digiKam has been broken at the time
prior to this commit, which is the main reason for this update as I
don't think it makes sense to fix the build for 5.4.0 when we're going
to update it anyway.
A lot has changed upstream between version 5.4.0 and 5.7.0 and it's too
much to be summarized here, so here are the URLs to the upstream
announcements:
* https://www.digikam.org/news/2017-03-14_digiKam_5.5.0_is_released/
* https://www.digikam.org/news/2017-06-21-5.6.0-release-announcement/
* https://www.digikam.org/news/2017-09-11-5.7.0_release_announcement/
On the packaging side, we now no longer have the patch that disables
-fno-operator-names because the build runs fine without that patch
(which didn't even apply but I didn't check why) and IMO it doesn't make
sense to rebase that patch for no reason.
Additionally, there were build time dependencies lurking around in
propagatedBuildInputs, which is kinda pointless and the application just
runs fine if those dependencies are listed in buildInputs.
While looking for clues about why that might be necessary I haven't
found any comment about it in the source nor a clarification within the
message of the commit where this has been introduced.
The commit in question is be7b7d908f
.
Apart from these changes, the rest is just adding a few dependencies
(kcalcore, libksane, mesa and pcre) to get less errors during
cmakeConfigurePhase.
I've tested digiKam by playing around within a VM using photos I
netcat'ed into it and it works so far. The VM was built using:
nix-build nixos --arg configuration '{ pkgs, ... }: {
imports = [ ./nixos/tests/common/user-account.nix ];
environment.systemPackages = [ pkgs.digikam ];
services.xserver.enable = true;
services.xserver.displayManager.sddm.enable = true;
services.xserver.desktopManager.plasma5.enable = true;
services.xserver.desktopManager.default = "plasma5";
virtualisation.memorySize = 1024;
}' -A vm
What I didn't test however was whether importing from a camera would
work (as I don't have one), but aside from that, the application seems
to run fine compared to the fact that it didn't even build until now :-)
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Cc: @the-kenny, @urkud, @viric, @cillianderoiste, @ttuegel
Cc: @jraygauthier, @fkz, @sh01, @lsix
2017-10-19 04:42:53 +02:00
Jörg Thalheim
8c667cc810
Merge pull request #30273 from edef1c/solvespace-escaped-newline
...
solvespace: remove stray newline escape
2017-10-11 12:22:02 +01:00
dywedir
e509f6ffdf
feh: 2.20 -> 2.21
2017-10-11 02:36:45 +02:00
jaltek
da93e6e678
shutter: 0.93.1 -> 0.94
2017-10-10 19:30:25 +02:00
edef
2314ed72f1
solvespace: remove stray newline escape
2017-10-10 12:01:34 +02:00
Vladimír Čunát
ef41fc7f51
Merge branch 'master' into staging
...
Hydra: ?compare=1399476
2017-10-07 10:17:42 +02:00
Markus Hauck
882bceac5d
rawtherapee: 5.2 -> 5.3
2017-10-06 20:00:41 +02:00
Graham Christensen
3bd24be7dc
Merge pull request #30102 from jtojnar/gnome-simple-scan
...
simple-scan: Move to GNOME package set
2017-10-05 17:38:51 -04:00
Orivej Desh
66d4941afe
Merge branch 'master' into staging
...
* master: (48 commits)
Mathematica: 11.0.1 -> 11.2.0
kbfs: 20170922.f76290 -> 20171004.40555d
packer: 1.0.3 -> 1.1.0
libxdg-basedir: 1.0.2 -> 1.2.0
fscrypt: 0.2.1 -> 0.2.2
devtodo: init at 0.1.20
keybase: 1.0.30 -> 1.0.33
elixir: Fix locale problem on NixOS
keybase-gui: 1.0.25 -> 1.0.33
terraform: 0.10.2 -> 0.10.7 (#30055 )
emby: 3.2.32.0 -> 3.2.33.0
sbcl: 1.3.21 -> 1.4.0
ardour: 5.11 -> 5.12
axoloti: fix evaluation
axoloti: init at 1.0.12-1
melpa-packages: Add new lean packages
fastlane: init at 2.60.1
nixos/traefik: guard example path
go-ethereum: 1.7.0 -> 1.7.1
xzgv: 0.9.1 -> 0.9.2
...
2017-10-05 07:41:39 +00:00
Jan Tojnar
50bca782b3
simple-scan: move to gnome3 package set
2017-10-05 01:00:53 +02:00
Orivej Desh
dea58ce228
Merge pull request #30069 from jtojnar/gcolor3
...
gcolor3: init at 2.2
2017-10-04 17:04:01 +00:00
Jörg Thalheim
d7d3125ba8
Merge pull request #30081 from womfoo/bump/xzgv-0.9.2
...
xzgv: 0.9.1 -> 0.9.2
2017-10-04 14:07:17 +01:00
Kranium Gikos Mendoza
fa35c520d9
xzgv: 0.9.1 -> 0.9.2
2017-10-04 23:27:51 +11:00
Jan Tojnar
ed0146b237
gcolor3: init at 2.2
2017-10-04 14:20:44 +02:00
tv
8bc5f04c06
brscan4: 0.4.4-2 -> 0.4.4-4
2017-10-03 20:30:01 +02: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
Robin Gloster
40ed226507
treewide: mark a bunch of failing builds as broken
...
(cherry picked from commit 23fdbaa37599f490435056b9865023870656571b)
[dezgeg: Un-mark shotcut, tokei & uchiwa that do build on master]
2017-10-01 00:26:52 +03:00
Peter Hoeg
3fa6afdb35
kgraphviewer: 2.2.0 -> 2.4.2
...
This also moves it from qt4 to qt5/kf5.
2017-09-30 14:17:55 +08:00
John Ericson
f037625f87
Merge remote-tracking branch 'upstream/staging' into deps-reorg
2017-09-28 12:32:57 -04:00
Franz Pletz
de4abf7054
imagemagick7: 7.0.6-4 -> 7.0.7-4 for multiple CVEs
...
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Franz Pletz
2d854c4c92
imagemagick: 6.9.9-7 -> 6.9.9-15 for multiple CVEs
...
Too many CVEs to list because they are not tracked upstream by release
versions.
2017-09-26 17:28:46 +02:00
Joachim F
8ab9502868
Merge pull request #29664 from womfoo/bump-fix/giv-0.9.26
...
giv: 20150811-git (broken) -> 0.9.26
2017-09-22 20:04:31 +00:00
Tuomas Tynkkynen
ab71280823
darwin: Disable some packages that have never built successfully
...
mate.mate-desktop: https://hydra.nixos.org/build/61110037
gdmap: https://hydra.nixos.org/build/61144743
redsocks: https://hydra.nixos.org/build/61123106
resolv_wrapper: https://hydra.nixos.org/build/61121132
ogmtools: https://hydra.nixos.org/build/61108726
mp3info: https://hydra.nixos.org/build/61139015
lxappearance-gtk3: https://hydra.nixos.org/build/61126327
hdf5-fortran: https://hydra.nixos.org/build/61146631
pqiv: https://hydra.nixos.org/build/61124724
2017-09-22 17:25:38 +03:00
Kranium Gikos Mendoza
5da75526f7
giv: 20150811-git (broken) -> 0.9.26
2017-09-22 21:55:14 +10:00
Jörg Thalheim
5b29e35c8c
Merge pull request #29214 from timor/paraview-5.4.0
...
ParaView: 4.0.1 -> 5.4.0
2017-09-22 08:31:11 +01:00
John Ericson
ed14223f8c
treewide: Manual fix more pkg-config build-inputs
2017-09-21 15:49:54 -04:00