Sughosha
79c37f9fa8
gnu: plasma-systemmonitor: Add qqc2-desktop-style to inputs.
...
* gnu/packages/kde-plasma.scm (plasma-systemmonitor)[inputs]: Add qqc2-desktop-style.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-11 18:26:20 +08:00
Andrew Tropin
ad4520b926
gnu: Add emacs-org-wild-notifier.
...
* gnu/packages/emacs-xyz.scm (emacs-org-wild-notifier): New variable.
2023-08-11 09:02:14 +04:00
Nicolas Graves
e6c6014f03
gnu: Add emacs-sway.
...
* gnu/packages/emacs-xyz.scm (emacs-sway): New variable.
2023-08-11 09:02:13 +04:00
terramorpha
56fddefc6d
services: syncthing: Use the new command line syntax.
...
* gnu/services/syncthing.scm (syncthing-shepherd-service): Use the new command line syntax.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Sharlatan Hellseher
4f91c77dc5
gnu: Sort use-module alphabetically in (gnu packages engineering)
...
* gnu/packages/engineering.scm: Sort use-module alphabetically to ease maintenance.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Sharlatan Hellseher
11d0006b2a
gnu: fritzing: Improve package style.
...
* gnu/package/engineering.scm (fritzing): Improve package style.
Use Gexp.
[inputs]: Remove labels. Sort alphabetically.
[native-inputs]: Introduce it, use fritzing-parts instead local source.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Sharlatan Hellseher
10d9d08c9a
gnu: Add fritzing-parts.
...
* gnu/packages/engineering.scm (fritzing-parts): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Miguel Moreno
71aba798d3
services: postgresql: Add more role fields.
...
* gnu/services/databases.scm (postgresql-role): Add more role fields.
(postgresql-create-roles): Honor it.
* doc/guix.texi (Database Services): Document it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-11 00:50:48 +02:00
Ludovic Courtès
caa30ff2f1
gnu: openfoam-org: Use 'git-fetch'.
...
So far the source was taken from an auto-generated, unstable tarball at
github.com. This fixes that.
* gnu/packages/simulation.scm (openfoam-org)[source]: Switch to
'git-fetch'.
[arguments]: Add 'rename-self' phase.
2023-08-11 00:50:47 +02:00
Ludovic Courtès
2a4047e540
gnu: libflame: Remove input labels and use gexps.
...
* gnu/packages/maths.scm (libflame)[arguments]: Use gexps and remove
trailing #t in phases.
[inputs, native-inputs]: Remove labels.
2023-08-11 00:50:47 +02:00
Ludovic Courtès
229faac39b
gnu: libflame: Remove dependency on OpenBLAS.
...
This dependency was build-time-only and unused at compile time (the test
suite is unaffected).
* gnu/packages/maths.scm (libflame)[native-inputs]: Remove OPENBLAS.
2023-08-11 00:50:47 +02:00
Navid Afkhami
3775006f24
gnu: Add r-partr2.
...
* gnu/packages/bioinformatics.scm (r-partr2): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2023-08-11 00:32:42 +02:00
宋文武
f39cfc3d5b
gnu: gst-plugins-bad: Skip flaky test.
...
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip
"elements_curlhttpsrc" test.
2023-08-09 18:22:45 +08:00
宋文武
00efabe6fe
gnu: korganizer: Fix tests.
...
* gnu/packages/kde-pim.scm (korganizer)[native-inputs]: Add tzdata-for-tests.
[arguments]: Remove disable-failing-test phase. Set TZDIR for tests.
2023-08-09 18:14:06 +08:00
宋文武
f36c52e076
gnu: akregator: Add missing ktextaddons to inputs.
...
* gnu/packages/kde.scm (akregator)[inputs]: Add ktextaddons.
2023-08-09 17:59:39 +08:00
宋文武
55f3b17915
gnu: grantlee: Fix build on i686-linux.
...
This fixes a test (formatfiltertest07) failure on i686-linux.
See also <https://github.com/steveire/grantlee/issues/85 >.
* gnu/packages/patches/grantlee-fix-i586-precision.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/qt.scm (grantlee)[source]: Add patch.
2023-08-08 21:54:54 +08:00
宋文武
1a02365c4a
gnu: kgpg: Skip flaky test.
...
* gnu/packages/kde-pim.scm (kgpg)[arguments]: Skip "kgpg-import" test.
2023-08-08 20:36:07 +08:00
宋文武
67f32a2fd2
gnu: kalendar: Add missing inputs.
...
* gnu/packages/kde-pim.scm (kalendar)[inputs]: Add gpgme, kirigami-addons,
kimap, kmailcommon, kmessagelib, kpimcommon, ktextaddons, akonadi-mime,
libkdepim, libkleo, qtwebengine-5.
2023-08-08 20:36:07 +08:00
宋文武
8d1a785d59
gnu: Add missing ktextaddons to kde-pim packages.
...
* gnu/packages/kde-pim.scm (kincidenceeditor, kaddressbook, kmail)
(kmailcommon, kmailimporter, kmessagelib, knotes, korganizer, kpimcommon)
(libgravatar, libksieve): Add ktextaddons to inputs.
2023-08-08 20:35:52 +08:00
宋文武
5ced446828
gnu: Add ktextaddons.
...
* gnu/packages/kde-frameworks.scm (ktextaddons): New variable.
2023-08-08 19:04:36 +08:00
Tobias Geerinckx-Rice
b15381460e
gnu: Remove duplicate import in (gnu packages mail).
...
* gnu/packages/mail.scm: Remove duplicate (gnu build-system go) import.
Order remaining imports alphabetically.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
f1536efe7b
gnu: rspamd: Sort inputs.
...
* gnu/packages/mail.scm (rspamd)[inputs]: Order alphabetically.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
7087fc0751
gnu: rspamd: Update to 3.6.
...
* gnu/packages/mail.scm (rspamd): Update to 3.6.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
0318188a5c
gnu: libxmlb: Update to 0.3.12.
...
* gnu/packages/xml.scm (libxmlb): Update to 0.3.12.
[propagated-inputs]: Add zstd:lib.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
72e2bbebf5
gnu: openssh: Update to 9.4p1.
...
* gnu/packages/ssh.scm (openssh): Update to 9.4p1.
[source]: Remove upstreamed Hurd patch.
* gnu/packages/patches/openssh-hurd.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
8b40e1ea15
gnu: chrony: Use G-expressions.
...
* gnu/packages/ntp.scm (chrony)[arguments]:
Rewrite as G-expressions.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
1b60c48c27
gnu: chrony: Update to 4.4.
...
* gnu/packages/ntp.scm (chrony): Update to 4.4.
2023-08-06 02:00:00 +02:00
Tobias Geerinckx-Rice
65eea89235
gnu: libcloudproviders: Remove redundant version field.
...
* gnu/packages/gnome.scm (libcloudproviders)[version]: Remove field.
2023-08-06 02:00:00 +02:00
Felix Gruber
be6f5edd44
gnu: spatialite-tools: Update to 5.1.0.
...
* gnu/packages/geo.scm (spatialite-tools): Update to 5.1.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-13 15:50:49 +02:00
Felix Gruber
ab373de30c
gnu: libspatialite: Update to 5.1.0.
...
* gnu/packages/geo.scm (libspatialite): Update to 5.1.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-13 15:50:49 +02:00
Felix Gruber
bc6d1b4a41
gnu: freexl: Update to 2.0.0.
...
* gnu/packages/xml.scm (freexl): Update to 2.0.0.
[inputs]: Add expat and minizip.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2023-08-13 15:50:49 +02:00
Danny Milosavljevic
edc21db116
gnu: jbr: Update description.
...
* gnu/packages/chromium.scm (jbr11)[description]: Remove reference to "JCEF".
(jbr17)[description]: Remove reference to "JCEF".
2023-08-13 15:36:42 +02:00
Hilton Chain
e7b8edc744
gnu: miniflux: Update to 2.0.46.
...
* gnu/packages/web.scm (miniflux): Update to 2.0.46.
[arguments]<#:build-flags>: Set version.
<#:phases>: Add 'disable-cgo, 'install-manpage.
[inputs]: Replace go-github-com-coreos-go-oidc with
go-github-com-coreos-go-oidc-v3.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 16:01:21 +08:00
Hilton Chain
7a4d4aa935
gnu: Add go-github-com-coreos-go-oidc-v3.
...
* gnu/packages/golang.scm (go-github-com-coreos-go-oidc-v3): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 16:01:21 +08:00
Hilton Chain
53fbc9090e
gnu: Add go-github-com-go-jose-go-jose-v3.
...
* gnu/packages/golang.scm (go-github-com-go-jose-go-jose-v3): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 16:01:21 +08:00
Hilton Chain
b87f318586
gnu: picard: Update to 2.9.
...
* gnu/packages/music.scm (picard): Update to 2.9.
[arguments]<#:phases>: Add 'delete-failing-test.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 15:45:06 +08:00
Bruno Victal
419b675d77
gnu: mympd: Enable tests.
...
* gnu/packages/mpd.scm (mympd)[arguments]: Enable tests.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 15:42:50 +08:00
Bruno Victal
400cd0870b
gnu: mympd: Update to 11.0.2.
...
* gnu/packages/mpd.scm (mympd): Update to 11.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 15:42:27 +08:00
宋文武
23aa30dded
gnu: pipewire: Update to 0.3.77.
...
* gnu/packages/linux.scm (pipewire): Update to 0.3.77.
2023-08-13 15:38:05 +08:00
宋文武
96e521425d
gnu: libcamera: Rewrite package argument to G-expression.
...
* gnu/packages/networking.scm (libcamera)[arguments]: Use G-expression.
2023-08-13 15:24:49 +08:00
宋文武
7d8ce0701e
gnu: pipewire: Enable libcamera support.
...
This fixes <https://issues.guix.gnu.org/64736 >.
* gnu/packages/linux.scm (pipewire)[inputs]: Add libcamera.
2023-08-13 15:24:12 +08:00
宋文武
1ff1b92142
gnu: libcamera: Split off gst and tools outputs.
...
* gnu/packages/networking.scm (libcamera)[outputs]: Add gst and tools.
[arguments]: Pass "-Dbindir" to configure-flags. Adjust 'move-doc phase
to 'move-doc-and-gst.
2023-08-13 15:24:04 +08:00
宋文武
6b7fb36d30
gnu: libcamera: Update to 0.1.0.
...
* gnu/packages/networking.scm (libcamera): Update to 0.1.0.
[native-inputs]: Add googletest.
[arguments]: Add "-Dtest=true" to configure-flags. Remove
disable-failing-tests phase.
2023-08-13 15:23:58 +08:00
Hilton Chain
19c042ddf8
gnu: rofi-wayland: Update to 1.7.5+wayland2.
...
* gnu/packages/xdisorg.scm (rofi-wayland): Update to 1.7.5+wayland2.
[description]: Expand description.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 14:33:45 +08:00
Hilton Chain
4284aa7623
gnu: wl-clipboard: Update to 2.2.0.
...
* gnu/packages/xdisorg.scm (wl-clipboard): Update to 2.2.0.
[arguments]<#:phases>: Adjust 'patch-file-names.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 14:30:35 +08:00
Andy Tai
83eb96bd2b
gnu: graphicsmagick: Update to 1.3.40.
...
* gnu/packages/imagemagick.scm (graphicsmagick): Update to 1.3.40.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 14:27:46 +08:00
Greg Hogan
394cca295c
gnu: ack: Update to 3.7.0.
...
* gnu/packages/textutils.scm (ack): Update to 3.7.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 14:20:32 +08:00
David Pflug
a52dc9e5e3
gnu: oil: Update to 0.17.0.
...
* gnu/packages/shells.scm (oil): Update to 0.17.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 13:48:12 +08:00
Hilton Chain
71f5552be2
gnu: font-sarasa-gothic: Update to 0.41.6.
...
* gnu/packages/fonts.scm (font-sarasa-gothic): Update to 0.41.6.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2023-08-13 13:30:36 +08:00
Sergio Pastor Pérez
d0a2b422e0
gnu: Add ulauncher.
...
* gnu/packages/xdisorg.scm (ulauncher): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2023-08-12 23:18:12 +02:00