me
/
guix
Archived
1
0
Fork 0
Commit Graph

53966 Commits (3059e12047a5074eb47da6ec69b08232fa737d9b)

Author SHA1 Message Date
Eric Bavier 41701f4b23
gnu: netsurf-buildsystem: Update to 1.9.
* gnu/packages/web.scm (netsurf-buildsystem): Update to 1.9.
2020-05-26 14:42:44 -05:00
Leo Famulari c827c52ac3
gnu: DarkIce: Update to 1.4.
* gnu/packages/audio.scm (darkice): Update to 1.4.
[source]: Update URL. Remove obsolete patch.
* gnu/packages/patches/darkice-workaround-fpermissive-error.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-05-26 14:19:13 -04:00
Vincent Legoll a933ee5591
gnu: ffmpeg: Update to 4.2.3.
* gnu/packages/video.scm (ffmpeg): Update to 4.2.3.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-05-26 13:44:07 -04:00
Mathieu Othacehe bd3716f6fe
image: Add partition file-system options support.
* gnu/image.scm (<partition>)[file-system-options]: New field,
(partition-file-system-options): new exported procedure.
* gnu/system/image.scm (partition->gexp): Adapt accordingly.
* gnu/build/image.scm (sexp->partition): Also adapt accordingly,
(make-ext-image): and pass file-system options to mke2fs.
2020-05-26 17:16:42 +02:00
Danny Milosavljevic 6ac7526e48
services: Fix permissions of directory /var/spool/cups/tmp.
Fixes <https://bugs.gnu.org/41367>.

* gnu/services/cups.scm (%cups-activation): Fix permissions of directory
/var/spool/cups/tmp.
2020-05-26 16:03:56 +02:00
Guillaume Le Vaillant e91c29a491
gnu: txr: Update to 238.
* gnu/packages/lisp.scm (txr): Update to 238.
  [arguments]: Don't hardcode "cc=gcc" in configure-flags.
2020-05-26 14:56:43 +02:00
Guillaume Le Vaillant 51bd1f5b07
gnu: monero-gui: Update to 0.16.0.0.
* gnu/packages/finance.scm (monero-gui): Update to 0.16.0.0.
  [native-inputs]: Add monero-source.
  [inputs]: Add libgcrypt.
  [arguments]: Add 'get-monero-extra-files' phase.
2020-05-26 14:56:42 +02:00
Guillaume Le Vaillant 9b0d54b279
gnu: monero: Update to 0.16.0.0.
* gnu/packages/finance.scm (monero): Update to 0.16.0.0.
2020-05-26 14:56:42 +02:00
Mathieu Othacehe 1dd7b87f10
image: Set offset default to zero.
* gnu/image.scm (<partition>)[offset]: Set to zero by default.
* gnu/system/image.scm (system-disk-image): Adapt accordingly.
2020-05-26 13:06:37 +02:00
Christopher Baines 20f524a44b
gnu: virt-manager: Work towards enabling some tests.
* gnu/packages/virtualization.scm (virt-manager)[arguments]: Set #:test-target
to "test_ui", replace the 'check phase.
[native-inputs]: Add some inputs required for running tests.
2020-05-26 09:02:06 +01:00
Christopher Baines c4b0131010
gnu: python2-dogtail: Switch to Python 3, and add Python 2 variant.
* gnu/packages/python-xyz.scm (python2-dogtail): Rename to python-dogtail.
[name]: Change python2-dogtail to python-dogtail.
[arguments]: Remove #:python.
[propagated-inputs,native-inputs]: Switch Python 2 packages to Python 3
variants.
(python2-dogtail): New variable.
2020-05-26 09:02:06 +01:00
Christopher Baines cf7381612c
gnu: python2-dogtail: Update to 0.9.11.
There are newer releases on a gitlab.com repository compared to PyPI. Make an
attempt at getting the tests to work, they don't yet I believe because DBus
isn't working properly. This update is a step towards getting a Python 3
variant of the package, which can be used to test virt-manager.

* gnu/packages/python-xyz.scm (python2-dogtail): Update to 0.9.11.
[source]: Switch from PyPI to gitlab.com, as gitlab.com contains newer
releases.
[arguments]: Replace the check phase, and update comment about disabling the
tests.
[propagated-inputs,native-inputs]: Add relevant packages.
[home-page]: Change to https://gitlab.com/dogtail/dogtail/
2020-05-26 09:02:06 +01:00
Christopher Baines 06fe35cf0c
gnu: python-pyatspi: Propagate python-pygobject.
As python-pygobject is required at runtime.

* gnu/packages/gnome.scm (python-pyatspi)[inputs]: Move python-pygobject to…
[propagated-inputs]: …here.
(python2-pyatspi)[inputs]: Move python2-pygobject to…
[propagated-inputs]: …here.
2020-05-26 09:02:05 +01:00
Christopher Baines 5d31933e0b
gnu: Add python2-pyatspi.
This will enable updating python2-dogtail to 0.9.11.

* gnu/packages/gnome.scm (python2-pyatspi): New variable.
2020-05-26 09:02:05 +01:00
Mathieu Othacehe 1dbd0005a1
system: image: Fix disk-image cross-compilation.
* gnu/system/image.scm (system-disk-image): Use the native version of the
helper packages (e2fsprogs, dosfstools, mtools, genimage, coreutils and
findutils).
2020-05-26 10:00:08 +02:00
Mathieu Othacehe 15135a5e13
gnu: grub: Allow "grub-bios-setup" to operate on raw disk-images.
* gnu/packages/patches/grub-setup-root.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/bootloaders.scm (grub): Apply it.
2020-05-26 10:00:08 +02:00
Mathieu Othacehe 16f9124d1f
build: image: Add support for EXT2 and EXT3 file-systems.
* gnu/build/image.scm (make-ext4-image): Rename to ...
(make-ext-image): ... it, and pass the file-system type to mke2fs,
(make-partition-image): Adapt to call "make-ext-image" if the partition
file-system is prefixed by "ext".
2020-05-26 09:57:10 +02:00
Mathieu Othacehe 1b4fa7851b
image: Add partition offset support.
* gnu/image.scm (partition-offset): New procedure,
(<partition>)[offset]: new field.
* gnu/system/image.scm (system-disk-image): Apply the partition offset.
2020-05-26 09:57:06 +02:00
Marcin Karpezo edb0366c16
gnu: emacs-stumpwm-mode: Update to 0.0.1-3.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:48 +03:00
Marcin Karpezo dfd4a29889
gnu: sbcl-swm-gaps: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 546f21c22f
gnu: sbcl-globalwindows: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 40dab17631
gnu: sbcl-pass: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 7b7c3c081d
gnu: sbcl-ttf-fonts: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Marcin Karpezo 8b2a637dcd
gnu: stumpish: Update to 0.0.1-2.920f8fc.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-05-26 10:05:47 +03:00
Efraim Flashner 681ac9a66c
gnu: go-github-com-prometheus-procfs: Re-indent.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs):
Re-indent the package.
2020-05-26 09:54:36 +03:00
Efraim Flashner 3d2e2bf6b8
gnu: go-github-com-prometheus-procfs: Update to 0.0.11.
* gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update
to 0.0.11.
[propagated-inputs]: Add go-golang-org-x-sys.
2020-05-26 09:54:36 +03:00
Efraim Flashner a63077f003
gnu: go-github-com-maruel-panicparse: Update to 1.4.1.
* gnu/packages/golang.scm (go-github-com-maruel-panicparse): Update to
1.4.1.
2020-05-26 09:54:36 +03:00
Efraim Flashner f913f7d9e5
gnu: go-github-com-beorn7-perks-quantile: Update to 1.0.1.
* gnu/packages/syncthing.scm (go-github-com-beorn7-perks-quantile):
Update to 1.0.1.
2020-05-26 09:54:36 +03:00
Efraim Flashner a2b7abcd97
gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.4.1.
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber):
Update to 1.4.1.
2020-05-26 09:54:35 +03:00
Efraim Flashner 37b0793d51
gnu: go-github-com-oschwald-maxminddb-golang: Update to 1.6.0.
* gnu/packages/syncthing.scm (go-github-com-oschwald-maxminddb-golang):
Update to 1.6.0.
2020-05-26 09:54:35 +03:00
Efraim Flashner f5c9d2611f
gnu: go-github-com-lib-pq: Update to 1.5.2.
* gnu/packages/syncthing.scm (go-github-com-lib-pq): Update to 1.5.2.
2020-05-26 09:54:35 +03:00
Efraim Flashner 28d60279c9
gnu: go-github-com-kr-text: Update to 0.2.0.
* gnu/packages/golang.scm (go-github-com-kr-text): Update to 0.2.0.
2020-05-26 09:54:35 +03:00
Efraim Flashner 369aab196d
gnu: go-github-com-mitchellh-go-homedir: Enable tests.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)
[arguments]: Enable tests. Add custom phase to set HOME environment
variable.
2020-05-26 09:54:35 +03:00
Efraim Flashner c748f5262f
gnu: go-github-com-mitchellh-go-homedir: Update to 1.1.0.
* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir): Update
to 1.1.0.
2020-05-26 09:54:34 +03:00
Efraim Flashner 2de39dc723
gnu: go-github-com-mitchellh-go-homedir: Update version string.
The commit was actually at the 1.0.0 tag.

* gnu/packages/golang.scm (go-github-com-mitchellh-go-homedir)[version]:
Update to proper version.
[source]: Update commit for git-fetch.
2020-05-26 09:54:34 +03:00
Efraim Flashner cbc139a791
gnu: go-github-com-ccding-go-stun: Update to 0.1.2.
* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun): Update to
0.1.2.
2020-05-26 09:54:34 +03:00
Efraim Flashner 4ddd50c608
gnu: go-github-com-ccding-go-stun: Update version string.
The commit was also tagged 0.1.1.

* gnu/packages/syncthing.scm (go-github-com-ccding-go-stun)[version]:
Change to tagged version.
[source]: Update to use version string.
2020-05-26 09:54:34 +03:00
Efraim Flashner 4672f2c23c
gnu: go-github-com-stathat-go: Update version string.
The commit was also tagged 1.0.0.

* gnu/packages/syncthing.scm (go-github-com-stathat-go)[version]: Retag
1.0.0.
[source]: Update to use version string.
2020-05-26 09:54:34 +03:00
Efraim Flashner 1e07bd2aa7
gnu: go-github-com-certifi-gocertifi: Update to 2020.02.11.
* gnu/packages/tls.scm (go-github-com-certifi-gocertifi): Update to
2020.02.11.
2020-05-26 09:54:33 +03:00
Efraim Flashner b5a68ec8b9
gnu: go-github-com-bkaradzic-go-lz4: Update version string.
* gnu/packages/syncthing.scm (go-github-com-bkaradzic-go-lz4)[version]:
Commit comes after the 1.0.0 release.
2020-05-26 09:54:33 +03:00
Efraim Flashner f6b4ca5a0a
gnu: go-github-com-blang-semver: Update to 4.0.0.
* gnu/packages/golang.scm (go-github-com-blang-semver): Update to 4.0.0.
2020-05-26 09:54:33 +03:00
Efraim Flashner 5f833e0495
gnu: go-github-com-blang-semver: Update version string.
The commit was actually the tag for 3.3.0.

* gnu/packages/golang.scm (go-github-com-blang-semver)[version]: Retag
as 3.3.0.
[source]: Update to use version string.
2020-05-26 09:54:33 +03:00
Tobias Geerinckx-Rice dc36bfec50
gnu: nethogs: Use explicitly BASE32 source hash.
Works around

  error: failed to load 'gnu/packages/networking.scm':
  ice-9/eval.scm:293:34: Wrong type to apply: #<syntax-transformer base32>

when manually building from git.

* gnu/packages/networking.scm (nethogs)[source]: Use BASE32 explicitly.
2020-05-26 03:07:54 +02:00
Tobias Geerinckx-Rice 51a11b82a3
gnu: mupdf: Don't use NAME in source URI.
* gnu/packages/pdf.scm (mupdf)[source]: Hard-code NAME.
2020-05-26 03:07:53 +02:00
Vagrant Cascadian 2f04adf5c4
gnu: disorderfs: Update to 0.5.10.
* gnu/packages/file-systems (disorderfs): Update to 0.5.10.
2020-05-25 17:27:30 -07:00
Vagrant Cascadian 0321c6ebea
gnu: diffoscope: Update to 145.
* gnu/packages/diffoscope (diffoscope): Update to 145.
2020-05-25 17:27:06 -07:00
Edouard Klein d79c917f2d
gnu: Add python-pytest-pycodestyle.
* gnu/packages/python-check.scm (python-pytest-pycodestyle): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Edouard Klein dd003125f7
gnu: python-iml: Use HTTPS home page.
* gnu/packages/machine-learning.scm (python-iml)[home-page]: s/http/https/

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Marcin Karpezo c1f3382e6f
gnu: Add dump.
* gnu/packages/backup.scm (dump): New variable.

Signed-off-by: Marius Bakke <marius@gnu.org>
2020-05-26 00:56:19 +02:00
Marius Bakke 9da8707841
gnu: emacsy-minimal: Do not use "v" prefix in version string.
* gnu/packages/guile-xyz.scm (emacsy-minimal): Turn COMMIT binding into a
"git describe" string.
[version]: Drop first character of COMMIT.
2020-05-26 00:56:19 +02:00
Marius Bakke 9d7ecf1c82
gnu: perl-getopt-long: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-getopt-long)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:19 +02:00
Marius Bakke 3e5446e752
gnu: perl-file-find-object: Do not use "v" prefix in version string.
* gnu/packages/perl.scm (perl-file-find-object)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:18 +02:00
Marius Bakke 03ed699159
gnu: perl-time-mock: Do not use "v" in version string.
* gnu/packages/perl.scm (perl-time-mock)[version]: Remove "v" prefix.
[source](uri): Adjust accordingly.
2020-05-26 00:56:18 +02:00
Marius Bakke 95fd14df34
gnu: pianobar: Build with the default C standard.
* gnu/packages/music.scm (pianobar)[arguments]: Remove CFLAGS from #:make-flags.
2020-05-26 00:56:18 +02:00
Tobias Geerinckx-Rice d01269d251
gnu: radare2: Update to 4.4.0.
* gnu/packages/engineering.scm (radare2): Update to 4.4.0.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice 6454e5ac50
gnu: radare2: Remove impotent snippet.
* gnu/packages/engineering.scm (radare2)[source]: Remove a snippet that does nothing.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice 655a0c65be
gnu: radare2: Use OUTPUTS keyword.
* gnu/packages/engineering.scm (radare2)[arguments]: Substitute OUTPUTS for %OUTPUTS.
2020-05-26 00:19:41 +02:00
Tobias Geerinckx-Rice b5c6264188
gnu: radare2: Remove pointless configure flag.
* gnu/packages/engineering.scm (radare2)[arguments]: Remove unrecognised
‘--without-nonpic’ from #:configure-flags.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 4fa75903fc
gnu: lxrandr: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxrandr)[source]: Hard-code NAME.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 85343f4978
gnu: lxrandr: Update to 0.3.2.
* gnu/packages/lxde.scm (lxrandr): Update to 0.3.2.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 4f3e8733f9
gnu: lxpanel: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxpanel)[source]: Hard-code NAME.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 46b02378f0
gnu: lxpanel: Update to 0.10.0.
* gnu/packages/lxde.scm (lxpanel): Update to 0.10.0.
[inputs]: Add curl.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 00c63b8d9d
gnu: lxsession: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxsession)[source]: Hard-code NAME.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 53bd021f1b
gnu: lxsession: Update to 0.5.5.
* gnu/packages/lxde.scm (lxsession): Update to 0.5.5.
[source]: Remove upstreamed patch.
* gnu/packages/patches/lxsession-use-gapplication.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice cbec994dde
gnu: lxappearance: Don't use NAME in source URI.
* gnu/packages/lxde.scm (lxappearance)[source]: Hard-code NAME.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 3dfb21f0d7
gnu: lxappearance: Update to 0.6.3.
* gnu/packages/lxde.scm (lxappearance): Update to 0.6.3.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice c59c04d3b9
gnu: xbanish: Update to 1.7.
* gnu/packages/xdisorg.scm (xbanish): Update to 1.7.
2020-05-26 00:19:40 +02:00
Tobias Geerinckx-Rice 91ef7e1742
gnu: scrot: Update to 1.3.
* gnu/packages/xdisorg.scm (scrot): Update to 1.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice 6302b5dafe
gnu: nfs-utils: Update to 2.4.3.
* gnu/packages/nfs.scm (nfs-utils): Update to 2.4.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice 91982acc4f
gnu: haproxy: Update to 2.1.4.
* gnu/packages/networking.scm (haproxy): Update to 2.1.4.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice ba40c10be7
gnu: batctl: Update to 2020.1.
* gnu/packages/networking.scm (batctl): Update to 2020.1.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice 02d32b1982
gnu: mutt: Update to 1.14.2.
* gnu/packages/mail.scm (mutt): Update to 1.14.2.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice 403aa3aaf2
gnu: mc: Update to 4.8.24.
* gnu/packages/mc.scm (mc): Update to 4.8.24.
[source]: Use HTTPS.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice ebe9d865dd
gnu: cutter: Update to 1.10.3.
* gnu/packages/engineering.scm (cutter): Update to 1.10.3.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice a9ef542552
gnu: fetchmail: Update to 6.4.5.
* gnu/packages/mail.scm (fetchmail): Update to 6.4.5.
[arguments]: Remove obsolete ‘create-test-environment’ phase.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice 8f3f2c9b1b
gnu: balsa: Don't use NAME in source URI.
* gnu/packages/mail.scm (balsa)[source]: Hard-code NAME.
2020-05-26 00:19:39 +02:00
Tobias Geerinckx-Rice e8c1e27f8e
gnu: balsa: Update to 2.6.1.
* gnu/packages/mail.scm (balsa): Update to 2.6.1.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice 3102e8d37c
gnu: nethogs: Migrate to HASH.
* gnu/packages/networking.scm (nethogs)[source]<sha256>: Migrate to…
<hash>: …this I guess.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice 52dd58b56d
gnu: nethogs: Don't use unstable tarball.
* gnu/packages/networking.scm (nethogs)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
[arguments]: Don't try (and fail) to determine the version using git.
2020-05-26 00:19:38 +02:00
Tobias Geerinckx-Rice dd070af55c
gnu: nethogs: Update to 0.8.6.
* gnu/packages/networking.scm (nethogs): Update to 0.8.6.
2020-05-26 00:19:38 +02:00
Kei Kebreau 1bbf7e137d
gnu: wxmaxima: Update to 20.04.0.
* gnu/packages/maths.scm (wxmaxima): Update to 20.04.0.
2020-05-25 18:09:46 -04:00
Ekaitz Zarraga 9e91983055
gnu: qhull: Update to 2019.1
* gnu/packages/maths.scm (qhull): update to 2019.1

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-25 23:00:30 +02:00
Efraim Flashner 6115ab1d20
gnu: Add go-github-com-francoispqt-gojay.
* gnu/packages/golang.scm (go-github-com-francoispqt-gojay): New variable.
2020-05-25 22:38:00 +03:00
Efraim Flashner 062585711e
gnu: python-llfuse: Update to 1.3.6.
* gnu/packages/python-xyz.scm (python-llfuse): Update to 1.3.6.
2020-05-25 22:38:00 +03:00
Efraim Flashner 3e7d5cd399
gnu: perl-timedate: Update to 2.33.
* gnu/packages/perl.scm (perl-timedate): Update to 2.33.
2020-05-25 22:38:00 +03:00
Efraim Flashner 46731db243
gnu: perl-io-tty: Update to 1.14.
* gnu/packages/perl.scm (perl-io-tty): Update to 1.14.
2020-05-25 22:37:59 +03:00
Efraim Flashner d84ddbb9c7
gnu: quazip: Update to 0.9.1.
* gnu/packages/compression.scm (quazip): Update to 0.9.1.
2020-05-25 22:37:22 +03:00
Efraim Flashner 06df0f9fd9
gnu: perl-cgi: Update to 4.47.
* gnu/packages/web.scm (perl-cgi): Update to 4.47.
2020-05-25 22:37:22 +03:00
Efraim Flashner 80008f80d5
gnu: font-gnu-unifont: Update to 13.0.02.
* gnu/packages/fonts.scm (font-gnu-unifont): Update to 13.0.02.
2020-05-25 22:37:21 +03:00
Efraim Flashner fe95a0784c
gnu: mpv-mpris: Update to 0.5.
* gnu/packages/video.scm (mpv-mpris): Update to 0.5.
2020-05-25 22:37:21 +03:00
Efraim Flashner 327452875a
gnu: tuir: Update to 1.29.0.
* gnu/packages/syndication.scm (tuir): Update to 1.29.0.
2020-05-25 22:37:21 +03:00
Leo Famulari 9be18877d5
gnu: OBS: Update to 25.0.8.
* gnu/packages/video.scm (obs): Update to 25.0.8.
[inputs]: Add mbedtls-apache.
[arguments]: Set the version string in #:configure-flags.
2020-05-25 14:46:08 -04:00
Nicolas Goaziou 10052b7087
gnu: renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (renpy)[home-page]: Use HTTPS URI.
2020-05-25 20:25:15 +02:00
Nicolas Goaziou 22e5a77af2
gnu: python2-renpy: Use HTTPS home page URI.
* gnu/packages/game-development.scm (python2-renpy)[home-page]: Use HTTPS URI.
2020-05-25 20:24:56 +02:00
Nicolas Goaziou 0588668fa8
gnu: taskwarrior: Use HTTPS home page URI.
* gnu/packages/task-management.scm (taskwarrior)[home-page]: Use HTTPS URI.
2020-05-25 20:21:15 +02:00
Nicolas Goaziou b2d35dd9ae
gnu: uget: Update to 2.2.0.
* gnu/packages/bittorrent.scm (uget): Update to 2.2.0.
2020-05-25 20:19:47 +02:00
Nicolas Goaziou 950f16976a
gnu: uget: Use HTTPS home page URI.
* gnu/packages/bittorrent.scm (uget)[home-page]: Use HTTPS URI.
2020-05-25 20:19:12 +02:00
Nicolas Goaziou 91e2170042
gnu: xftwidth: Use HTTPS home page URI.
* gnu/packages/xdisorg.scm (xftwidth)[home-page]: Use HTTPS URI.
2020-05-25 20:06:43 +02:00
Nicolas Goaziou 083b24e23e
gnu: xonotic: Use HTTPS home page URI.
* gnu/packages/games.scm (xonotic)[home-page]: Use HTTPS URI.
2020-05-25 20:04:52 +02:00
Tobias Geerinckx-Rice 3e0190a850
gnu: redkite: Update to 0.8.1.
* gnu/packages/audio.scm (redkite): Update to 0.8.1.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice ae58ebba82
gnu: netcat-openbsd: Update to 1.217-1.
* gnu/packages/admin.scm (netcat-openbsd): Update to 1.217-1.
[arguments]: Remove obsolete #:configure-flags.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice 18a91ab897
gnu: colordiff: Update to 1.0.19.
* gnu/packages/patchutils.scm (colordiff): Update to 1.0.19.
2020-05-25 19:31:34 +02:00
Tobias Geerinckx-Rice a2cddd7350
gnu: libnftnl: Update to 1.1.6.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.6.
[source]: Remove patch.
* gnu/packages/patches/libnftnl-dont-check-NFTNL_FLOWTABLE_SIZE.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-05-25 19:31:34 +02:00
Nicolas Goaziou 09a3d34cf5
gnu: gcompris: Use HTTPS home page URI.
* gnu/packages/education.scm (gcompris)[home-page]: Use HTTPS URI.
2020-05-25 19:30:59 +02:00
Nicolas Goaziou 9fc6a24c46
gnu: czmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (czmq)[home-page]: Use HTTPS URI.
2020-05-25 19:29:19 +02:00
Nicolas Goaziou 316928addf
gnu: cppzmq: Use HTTPS home page URI.
* gnu/packages/networking.scm (cppzmq)[home-page]: Use HTTPS URI.
2020-05-25 19:28:37 +02:00
Nicolas Goaziou 78763c1e7b
gnu: cmark: Use HTTPS home page URI.
* gnu/packages/markup.scm (cmark)[home-page]: Use HTTPS URI.
2020-05-25 19:26:32 +02:00
Nicolas Goaziou 8a51e31f46
gnu: wireshark: Update to 3.2.4.
* gnu/packages/networking.scm (wireshark): Update to 3.2.4.
2020-05-25 19:20:05 +02:00
Nicolas Goaziou c5e6a7fed8
gnu: denemo: Update to 2.4.0.
* gnu/packages/music.scm (denemo): Update to 2.4.0.
2020-05-25 19:12:55 +02:00
Nicolas Goaziou a422d9f3b6
gnu: cataclysm-dda: Update to 0.E-2.
* gnu/packages/games.scm (cataclysm-dda): Update to 0.E-2.
2020-05-25 18:51:54 +02:00
Tobias Geerinckx-Rice f8687cb21e
gnu: dia: Update to 0.97.3-2.3cf7ec4 [fixes CVE-2019-19451].
* gnu/packages/gnome.scm (dia): Update to 0.97.3-2.3cf7ec4.
[build-system]: Use Meson.
[inputs]: Add graphene, libxslt, poppler, and python-2.
Remove freetype, gdk-pixbuf, libart-lgpl, and pango.
[native-inputs]: Add appstream-glib and docbook-xsl.
Remove autoconf, automake, libtool, perl, and python-wrapper.
2020-05-25 16:51:52 +02:00
Tobias Geerinckx-Rice 7384f40f40
gnu: parallel: Update to 20200522.
* gnu/packages/parallel.scm (parallel): Update to 20200522.
2020-05-25 16:51:52 +02:00
Ryan Desfosses 5856db313d
gnu: Add emacs-interleave.
* gnu/packages/emacs-xyz.scm (emacs-interleave): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2020-05-25 13:40:20 +02:00
Efraim Flashner 0b96705889
gnu: tensorflow: Fix build with python-3.8.
* gnu/packages/machine-learning.scm (tensorflow)[arguments]: Also import
python-version from python-build-system. Adjust 'python3.7-compatibility
to also add python-3.8 compatibility. Adjust 'install-python to not
hardcode the python version.
2020-05-25 14:20:53 +03:00
Efraim Flashner 607bfab5ec
gnu: efl: Update to 1.24.2.
* gnu/packages/enlightenment.scm (efl): Update to 1.24.2.
2020-05-25 14:16:38 +03:00
Pierre Neidhardt 868a186423
gnu: emacs-helm-emms: Update to 20200322.
* gnu/packages/emacs-xyz.scm (emacs-helm-emms): Update to 20200322.
2020-05-25 10:56:23 +02:00
Josh Marshall 9813805b30
Updating python-argon2-cffi to 20.1.0
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-05-25 09:48:45 +03:00
Efraim Flashner 632a001bce
gnu: enlightenment: Fix screen unlocking.
Without this the password is never collected and checked.

* gnu/packages/patches/enlightenment-fix-setuid-path.patch: Fix patch so
that it collects the entered password.
2020-05-25 09:01:48 +03:00
Marius Bakke 8bd0b533b3
gnu: libexif: Update to 0.6.22 [security fixes].
This fixes CVE-2020-13114, CVE-2020-13113, CVE-2020-13112, CVE-2020-0093,
CVE-2019-9278, and CVE-2020-12767.

* gnu/packages/patches/libexif-CVE-2016-6328.patch,
gnu/packages/patches/libexif-CVE-2017-7544.patch,
gnu/packages/patches/libexif-CVE-2018-20030.patch: Delete files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/photo.scm (libexif): Update to 0.6.22.
[source](uri): Adjust for upstream GitHub migration.
2020-05-25 00:17:18 +02:00
Marius Bakke e451612602
gnu: libgphoto2: Update to 2.5.25.
* gnu/packages/photo.scm (libgphoto2): Update to 2.5.25.
2020-05-25 00:17:18 +02:00
Ludovic Courtès 86ac14b2f3
gnu: protonvpn-cli: Tweak description.
* gnu/packages/vpn.scm (protonvpn-cli)[description]: Tweak.
2020-05-25 00:00:28 +02:00
Ryan Prior c873980d18
gnu: Add protonvpn-cli.
* gnu/packages/vpn.scm (protonvpn-cli): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-25 00:00:28 +02:00
Jack Hill f81ce752b3
gnu: guile-dsv: Build with Guile 3.0.
* gnu/packages/guile-xyz.scm (guile-dsv)[inputs]: Replace guile-2.2 with
  guile-3.0.
  [propagated-inputs]: Replace guile2.2-lib with guile-lib.
  [arguments]: Add "configure support guile3.0" phase.
  (guile2.2-dsv): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-25 00:00:27 +02:00
Jack Hill b7e1e556b2
gnu: guile-dsv: Wrap script.
* gnu/packages/guile-xyz.scm (guile-dsv)[arguments]: Add "wrap program"
  phase. Import target-guile-effective-version from guile-build-system for use
  in new phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-25 00:00:27 +02:00
Tim Gesthuizen via Guix-patches via 9b572aba85
gnu: pwsafe: Update to 3.52.0.
* gnu/packages/password-utils.scm (pwsafe): Update to 3.52.0.
[arguments]: Remove obsolete work-arounds.

Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-24 23:31:55 +02:00
Nicolas Goaziou cf0abc23e8
gnu: emacs-auctex: Update to 12.2.2.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 12.2.2.
2020-05-24 22:37:03 +02:00
Efraim Flashner 2ae11cd0a4
gnu: enlightenment: Update to 0.24.0.
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.24.0.
[arguments]: Change configure-flags to hardcode efl binary locations.
Remove custom 'fix-dot-desktop-creation phase. Update 'set-system-actions
phase.
* gnu/packages/patches/enlightenment-fix-setuid-path.patch: Update for
new upstream version.
* gnu/services/desktop.scm (enlightenment-setuid-programs): Same.
2020-05-24 23:12:50 +03:00
Efraim Flashner 75c5b027ae
gnu: python-efl: Update to 1.24.0.
* gnu/packages/enlightenment.scm (python-efl): Update to 1.24.0.
2020-05-24 23:12:49 +03:00
Efraim Flashner 1157bee478
gnu: efl: Update to 1.24.1.
* gnu/packages/enlightenment.scm (efl): Update to 1.24.1.
[propagated-inputs]: Remove bullet. Add libpng. Move libtiff, libwebp,
util-linux:lib ...
[inputs]: ... to here. Add openjpeg. Remove libxp.
[arguments]: In configure-flags disable scim, enable avahi, glib. Use
setuid mount/umount binaries. Rename hardcode-libcurl-location to
hardcode-dynamic-libraries and add pulseaudio, libsndfile.

squash! efl-1.24.1
2020-05-24 23:12:49 +03:00
Christopher Baines bdc7f72fe4
gnu: go-github-com-kr-pretty: Fix source sha256.
This follows on from 618df2e335, which left the
hash suspiciously similar to the previous value.

* gnu/packages/golang.scm (go-github-com-kr-pretty): Change the sha256 hash.
2020-05-24 20:48:14 +01:00
Royce Strange 1576acbe09
build: Add missing twinkle patch to gnu/local.mk.
This follows up on e5463baf2c.

* gnu/local.mk (dist_patch_DATA): Add twinkle-bcg729.patch.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-05-24 19:32:16 +02:00
Tobias Geerinckx-Rice 4492981706
gnu: pidgin: Fix build with Meson network-manager.
This is a follow-up commit to 255ff74f3ab514a76068f6cfccc7f8dbcf8b7f3f:
building network-manager with Meson breaks users of NetworkManager.pc.

* gnu/packages/messaging.scm (pidgin)[source]: Add pidgin-libnm.patch.
Force re-bootstrapping in a new snippet.
[native-inputs]: Add autoconf, automake, and libtool.
* gnu/packages/patches/pidgin-libnm.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2020-05-24 16:16:14 +02:00
Efraim Flashner dfc426582f
gnu: nano: Update to 4.9.3.
* gnu/packages/nano.scm (nano): Update to 4.9.3.
2020-05-24 10:18:01 +03:00
Marius Bakke b1affd4778
gnu: redshift-wayland: Install redshift.desktop.
* gnu/packages/xdisorg.scm (redshift-wayland)[arguments]: New field.
2020-05-24 00:01:15 +02:00
Christopher Baines 21d3b765d9
gnu: local.mk: Remove absent patch.
This follows on from 899ffa1381.

* gnu/local.mk (dist_patch_DATA): Remove
packages/patches/deja-dup-use-ref-keyword-for-iter.patch.
2020-05-23 22:54:46 +01:00
Brice Waegeneire e24d311f9c
gnu: gnome-shell: Use libnma.
* gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
2020-05-23 21:47:53 +02:00
Brice Waegeneire 79d7b5277f
gnu: dconf: Appease 'guix lint'.
* gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
2020-05-23 21:47:23 +02:00
Brice Waegeneire 899ffa1381
gnu: deja-dup: Update to 40.6.
* gnu/packages/gnome.scm (deja-dup): Update to 40.6.
[origin]: Use gitlab.gnome.org since the project migrated away from
launchpad.
[home-page]: Use 'wiki.gnome.org' instead of 'launchpad.net'.
[build-system]: Switch to 'meson-build-system' because upstream removed
cmake support.
[arguments]: Enable tests.  Remove arguments 'modules',
'imported-modules' and 'test-target'.  Use argument 'glib-or-gtk?'.
Replace configure-flags to only adjust 'RUN_PATH'.  Use standard phases
for 'configure' and 'check'.  Adjust and rename phase
'patch-lockfile-deletion' to 'patch-paths'.  Add phases
'patch-libgpg-error' and 'skip-gtk-update-icon-cache'.
[inputs]: Remove 'libpeas', 'gobject-introspection'.  Replace 'python-2'
and 'python2-pygobject' with python-3 versions. Add 'json-glib',
'libsoup' and 'libgpg-error'.
[native-inputs]: Remove 'cmake-minimal' and 'intltool'.  Add
'appstream-glib','desktop-file-utils', 'glib:bin' and
'gobject-introspection'.
* gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: Delete
file.
2020-05-23 21:45:50 +02:00
Brice Waegeneire 6039031a1a
gnu: upower: Enable tests.
* gnu/packages/gnome.scm (upower)[arguments]: Enable tests and add
phases 'pre-check'.
[native-inputs]: Add 'python-pygobject', 'python-dbus',
'python-dbusmock' and 'umockdev'.
2020-05-23 21:45:43 +02:00
Brice Waegeneire 96ae71f56b
gnu: umockdev: Update to 0.14.1.
* gnu/packages/check.scm (umockdev) Update to 0.14.1.
2020-05-23 21:43:18 +02:00
Brice Waegeneire 07b1f6dcee
gnu: umockdev: Add 'gobject-introspection'.
* gnu/packages/check.scm (umockdev)[native-inuputs]: Add
'gobject-introspection'.
2020-05-23 21:43:14 +02:00
Lars-Dominik Braun 51443772b8
gnu: python-argcomplete: Update to 1.11.1.
* gnu/packages/python-xyz.scm (python-argcomplete)[version]: Update to 1.11.1.
[arguments]: Remove, obsolete.
[inputs]: Remove as well.
* gnu/packages/patches/python-argcomplete-1.11.1-fish31.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-23 21:19:13 +02:00
Ryan Prior via Guix-patches via c265d78640
gnu: Add python-epc.
* gnu/packages/python-xyz.py (python-epc): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-23 21:19:13 +02:00
Ryan Prior via Guix-patches via 1348e51237
gnu: Add python-sexpdata.
* gnu/packages/python-xyz.scm (python-sexpdata): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-23 21:19:13 +02:00
Ryan Prior via Guix-patches via 01e81309c0
gnu: Add python-importmagic.
* gnu/packages/python-xyz.el (python-importmagic): New variable.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-23 21:19:13 +02:00
Jonathan Brielmaier 964ba6567d
gnu: icedove: Add a desktop file.
* gnu/packages/gnuzilla.scm (icedove)[phases]: Add install-desktop-file phase.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2020-05-23 21:19:13 +02:00
Michael Rohleder 4c1f5ea34c
gnu: mediainfo: Update to 20.03.
* gnu/packages/video.scm (mediainfo): Update to 20.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-23 16:29:29 +02:00
Michael Rohleder 7ae5d7d795
gnu: libmediainfo: Update to 20.03.
* gnu/packages/video.scm (libmediainfo): Update to 20.03.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-05-23 16:29:29 +02:00
Ludovic Courtès 0459649e3e
gnu: guile-gcrypt: Update to 0.3.0.
* gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.3.0.
2020-05-23 16:29:29 +02:00
Tobias Geerinckx-Rice 6d2155168f
gnu: spice-protocol: Update to 0.14.2.
* gnu/packages/spice.scm (spice-protocol): Update to 0.14.2.
[arguments]: Install COPYING manually now.
2020-05-23 15:37:57 +02:00