Commit Graph

22318 Commits (a6c1fe824002d022ff3ba7c8b93987965db29641)

Author SHA1 Message Date
Efraim Flashner 03b055a116
gnu: darktable: Limit supported platforms.
* gnu/packages/photo.scm (darktable)[supported-systems]: New field,
explicitly limit to i686-linux, x86_64-linux and aarch64-linux.
2017-06-28 15:36:49 +03:00
Mark H Weaver b049ae2f97
gnu: xf86-video-intel: Use UXA accel method by default.
* gnu/packages/xorg.scm (xf86-video-intel)[arguments]: Add #:configure-flags
with "--with-default-accel=uxa".
2017-06-28 06:14:59 -04:00
Mark H Weaver d07d292808
gnu: icecat: Add more fixes from upstream mozilla-esr52.
* gnu/packages/gnuzilla.scm (icecat)[source]: Add selected fixes from the
upstream mozilla-esr52 repository.
2017-06-28 06:09:59 -04:00
Efraim Flashner fea0040405
gnu: aria2: Update to 1.32.0.
* gnu/packages/bittorrent.scm (aria2): Update to 1.32.0.
2017-06-28 11:20:11 +03:00
Efraim Flashner ceb56fb129
gnu: translate-shell: Update to 0.9.6.4.
* gnu/packages/dictionaries.scm (translate-shell): Update to 0.9.6.4.
2017-06-28 09:36:02 +03:00
Ricardo Wurmus 9dac2a8ef4
gnu: emacs-calfw: Fix typo in description.
* gnu/packages/emacs.scm (emacs-calfw)[description]: Fix typo.
2017-06-28 07:56:51 +02:00
Ricardo Wurmus 51c15375ab
gnu: texlive-latex-graphics: Update hash for graphics-def.
This is a follow-up commit to e3c970fc5c.

* gnu/packages/tex.scm (texlive-latex-graphics)[native-inputs]: Update hash
for graphics-def.
2017-06-28 07:56:51 +02:00
Ricardo Wurmus 171160d569
gnu: Add texlive-latex-seminar.
* gnu/packages/tex.scm (texlive-latex-seminar): New variable.
2017-06-28 07:56:50 +02:00
Ricardo Wurmus 9b416042d1
gnu: Add texlive-latex-natbib.
* gnu/packages/tex.scm (texlive-latex-natbib): New variable.
2017-06-28 07:56:50 +02:00
Mark H Weaver c75a3081a3
gnu: linux-libre@4.4: Update to 4.4.74.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.74.
[source]: Remove patch.
2017-06-28 00:54:05 -04:00
Kei Kebreau 795f3a0088
gnu: python-xsge: Fix source URL.
* gnu/packages/game-development.scm (python-xsge)[source]: Fix URL.
2017-06-27 20:28:06 -04:00
Ludovic Courtès 1873321279
gnu: kde-frameworks: Fix 'license' fields.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration)[license]:
Turn into a list of <license> objects.
(kdelibs4support)[license]: Likewise.
(khtml)[license]: Likewise.
(kjs)[license]: Likewise.
(kross)[license]: Likewise.
2017-06-27 22:41:31 +02:00
Arun Isaac 2482c02f3b
gnu: emacs-which-key: Avoid leading "(" in description line.
* gnu/packages/emacs.scm (emacs-which-key): Reformat description to avoid a
line beginning with "(" because such lines break indentation in Emacs.
2017-06-27 11:39:01 +05:30
Ludovic Courtès 0040140d34
guix package: Allow '--rollback', after all.
* guix/scripts/package.scm (%options): Add "rollback" as an alias for
"roll-back".
2017-06-26 22:52:06 +02:00
Ludovic Courtès fc8fdcf56e
guix package: 'guix package -r PKG -u' does not upgrade PKG.
Fixes <http://bugs.gnu.org/27262>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Check if ENTRY
matches 'manifest-transaction-removal-candidate?' and return TRANSACTION
if it does.
(process-actions): Move 'options->removable' from step 2 to step 1.
2017-06-26 22:52:06 +02:00
Ludovic Courtès 6d382339de
profiles: Add 'manifest-transaction-removal-candidate?'.
* guix/profiles.scm (manifest-transaction-removal-candidate?): New
procedure.
* tests/profiles.scm ("manifest-transaction-removal-candidate?"): New
test.
2017-06-26 22:52:06 +02:00
Ludovic Courtès 94a400beba
import cran: Generate a valid 'license' field for "GPL".
Fixes <http://bugs.gnu.org/27294>.
Reported by Joshua Sierles <joshua@joshua.si>.

* guix/import/cran.scm (string->license) <"GPL">: Return a quoted list.
2017-06-26 22:52:06 +02:00
Danny Milosavljevic b74e2f610a
gnu: stellarium: Update to 0.16.0.
* gnu/packages/astronomy.scm (stellarium)[inputs]: Add qtlocation.
[arguments]: Remove "patch-version-check" phase.
Add "patch-tests" phase.
2017-06-26 22:36:31 +02:00
Leo Famulari 4d9d9e3fed
gnu: Add thc-ipv6.
* gnu/packages/networking.scm (thc-ipv6): New variable.
2017-06-26 14:50:02 -04:00
Gábor Boskovits c2700e785b
gnu: Add quagga.
* gnu/packages/networking.scm (quagga): New variable.
* gnu/packages/patches/quagga-reproducible-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2017-06-26 20:37:44 +02:00
Ludovic Courtès 26599d692c
gnu: scotch: Build in 64-bit mode on 64-bit machines.
* gnu/packages/maths.scm (scotch)[arguments] <configure>: Add
"INTSIZE64" CPP flag.
2017-06-26 18:16:11 +02:00
Ludovic Courtès 11f0c4e871
gnu: lapack: Build with LAPACKE_WITH_TMG=ON.
* gnu/packages/maths.scm (lapack)[arguments]: Pass
"-DLAPACKE_WITH_TMG=ON".
2017-06-26 18:16:11 +02:00
Ludovic Courtès ef39a17717
gnu: lapack: Update to 3.7.1.
* gnu/packages/maths.scm (lapack): Update to 3.7.1.
2017-06-26 18:16:11 +02:00
Tobias Geerinckx-Rice c79d59b913
gnu: dovecot: Update to 2.2.31.
* gnu/packages/mail.scm (dovecot): Update to 2.2.31.
2017-06-26 16:35:56 +02:00
Tobias Geerinckx-Rice 794cced614
gnu: lirc: Fix building on Ubuntu.
* gnu/packages/lirc.scm (lirc)[arguments]: Add ‘disable-kernel-sniffing’
phase.
2017-06-26 16:35:56 +02:00
Tobias Geerinckx-Rice 07cabcb156
gnu: evolution-data-server: Update to 3.24.3.
* gnu/packages/gnome.scm (evolution-data-server): Update to 3.24.3.
2017-06-26 16:35:55 +02:00
Tobias Geerinckx-Rice a78507698a
gnu: gnome-tweak-tool: Update to 3.24.1.
* gnu/packages/gnome.scm (gnome-tweak-tool): Update to 3.24.1.
2017-06-26 16:35:55 +02:00
Gábor Boskovits 24b91ebd2e
gnu: Add ht.
* gnu/packages/hexedit.scm (ht): New variable.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2017-06-26 16:35:55 +02:00
Efraim Flashner 7c028db561
gnu: mit-scheme: Remove aarch64-linux from supported-systems.
* gnu/packages/scheme.scm (mit-scheme)[supported-systems]: Specify
exactly i686, x86_64 and armhf.
2017-06-26 13:13:09 +03:00
Mekeor Melire de2e402be7
gnu: Add emacs-autothemer.
* gnu/packages/emacs.scm (emacs-autothemer): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-26 15:18:25 +05:30
Hartmut Goebel 346d5d5874
gnu: Add kross.
* gnu/packages/kde-frameworks.scm (kross): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 8d10244db9
gnu: Add kmediaplayer.
* gnu/packages/kde-frameworks.scm (kmediaplayer): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel d153dc5b1d
gnu: Add kjsembed.
* gnu/packages/kde-frameworks.scm (kjsembed): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel f0d4fe188f
gnu: Add khtml.
* gnu/packages/kde-frameworks.scm (khtml): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 7090518f24
gnu: Add kjs.
* gnu/packages/kde-frameworks.scm (kjs): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 10afdf787b
gnu: Add kdelibs4support.
* gnu/packages/kde-frameworks.scm (kdelibs4support): New variable.
2017-06-26 10:59:54 +02:00
Hartmut Goebel 4cdf00d6d9
gnu: Add kde-frameworkintegration.
* gnu/packages/kde-frameworks.scm (kde-frameworkintegration): New variable.
2017-06-26 10:59:54 +02:00
Rutger Helling cb76c4e316
gnu: wine: Update to 2.11.
* gnu/packages/wine.scm (wine): Update to 2.11

Signed-off-by: Leo Famulari <leo@famulari.name>
2017-06-26 01:52:30 -04:00
Mark H Weaver 91cf5fdacd
gnu: linux-libre: Update to 4.11.7.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.11.7.
(%linux-libre-hash): Update hash.
(linux-libre, linux-libre-arm-generic)[source]: Remove patch.
2017-06-26 01:05:29 -04:00
Mark H Weaver 6576365630
gnu: linux-libre@4.9: Update to 4.9.34.
* gnu/packages/linux.scm (linux-libre@4.9): Update to 4.9.34.
[source]: Remove patch.
2017-06-26 01:05:27 -04:00
Jan Nieuwenhuizen 7182442a63
gnu: nyacc: Update to 0.80.3.
* gnu/packages/mes.scm (nyacc): Update to 0.80.3.
2017-06-26 07:02:01 +02:00
Mark H Weaver ffc015bea2
gnu: glibc: Fix replacement on i686.
This is followup to 665d6a5916.
Fixes <https://bugs.gnu.org/27489>.

* gnu/packages/base.scm (glibc-2.25-patched, glibc-2.24, glibc-2.23)
(glibc-2.22): Add glibc-vectorized-strcspn-guards.patch to patches.
Move a comment where it belongs.
* gnu/packages/patches/glibc-CVE-2017-1000366-pt2.patch: Swap with ...
* gnu/packages/patches/glibc-CVE-2017-1000366-pt3.patch: ... this.
* gnu/packages/patches/glibc-vectorized-strcspn-guards.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.  Fix formatting.
2017-06-25 21:56:22 -04:00
Leo Famulari afc9d8ec2b
gnu: Add jmtpfs.
* gnu/packages/linux.scm (jmtpfs): New variable.
2017-06-25 18:48:15 -04:00
Thomas Danckaert 2da6306427
gnu: hdf5: Update to 1.8.19.
* gnu/packages/maths.scm (hdf5): Update to 1.8.19.
[source]: Update uri.
2017-06-25 23:11:16 +02:00
Jelle Licht a1714ff5c7
gnu: Add pass-git-helper.
* gnu/packages/password-utils.scm (pass-git-helper): New variable.

Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
2017-06-26 02:13:10 +05:30
Ludovic Courtès a1b46bdc06
guix package: Warn about packages that no longer exist.
Fixes <http://bugs.gnu.org/27261>.
Reported by Mark H Weaver <mhw@netris.org>.

* guix/scripts/package.scm (transaction-upgrade-entry): Add call to
'warning' when NAME cannot be found in the package set.
2017-06-25 22:29:15 +02:00
Ricardo Wurmus b45aa39b26
gnu: synthv1: Add support for non session manager.
* gnu/packages/music.scm (synthv1)[inputs]: Add non-session-manager.
[native-inputs]: Add pkg-config.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 92b70c6f89
gnu: samplv1: Add support for non session manager.
* gnu/packages/music.scm (samplv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus 41e2a73175
gnu: drumkv1: Add support for non session manager.
* gnu/packages/music.scm (drumkv1)[inputs]: Add non-session-manager.
2017-06-25 22:26:08 +02:00
Ricardo Wurmus d993404416
gnu: samplv1: Update to 0.8.3.
* gnu/packages/music.scm (samplv1): Update to 0.8.3.
2017-06-25 22:26:08 +02:00