aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-10gnu: i3blocks: Update to 1.5.Tobias Geerinckx-Rice
* gnu/packages/wm.scm (i3blocks): Update to 1.5. [source]: Use git tag. [arguments]: Remove entirely.
2019-09-10gnu: weechat: Update to 2.6.Tobias Geerinckx-Rice
* gnu/packages/irc.scm (weechat): Update to 2.6. [source]: Remove obsolete patch. [inputs]: Replace python-2 with python(@3). [arguments]: Remove ‘wrap’ phase. * gnu/packages/patches/weechat-python.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2019-09-10import: KDE updater finds packages even in sub-directory.Hartmut Goebel
Fixes <http://issues.guix.gnu.org/issue/30345> and finally fixes <http://issues.guix.gnu.org/issue/25020>. Formerly packages living in a path like /stable/frameworks/5.60/portingAids/kross-5.60.0.tar.xz have not been found. * guix/import/kde.scm (uri->kde-path-pattern): New procedure. (latest-kde-release): Use pattern to search for file.
2019-09-10upstream: Move KDE updater into a separate module.Hartmut Goebel
As it was done for (guix import gnome). * guix/import/kde.scm: New file. * Makefile.am (MODULES): Add it. * guix/gnu-maintenance.scm (%kde-updater) (%kde-file-list-uri) (download.kde.org-files) (latest-kde-release): Remove.
2019-09-10gnu-maintenance: KDE updater no longer relies on FTP access.Hartmut Goebel
Fetch the ls-lR.bz2 file list for download.kde.org, convert it into a list of file paths and cache the list. * guix/gnu-maintenance.scm (%kde-file-list-uri): New variable. (download.kde.org-files): New procedure. (latest-kde-release): Change to use DOWNLOAD.KDE.ORG-FILES and search for files in this list.
2019-09-10guix: Rename and move sans-extension to tarball-sans-extension.Hartmut Goebel
* guix/gnu-maintenance.scm (sans-extension): Move and rename to ... * guix/utils.scm (tarball-sans-extension): ... here.
2019-09-09gnu: ghc@8.6: Add missing 'native-search-paths'.Timothy Sample
Fixes <https://bugs.gnu.org/37064>. * gnu/packages/haskell.scm (ghc-8.6)[native-search-paths]: Set search paths explicitly instead of inheriting them.
2019-09-10gnu: rclone: Update to 1.49.2.Tobias Geerinckx-Rice
* gnu/packages/sync.scm (rclone): Update to 1.49.2.
2019-09-10gnu: fakeroot: Update to 1.24.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (fakeroot): Update to 1.24. [source]: Adjust and use HTTPS.
2019-09-10gnu: eclib: Update to 20190909.Tobias Geerinckx-Rice
* gnu/packages/algebra.scm (eclib): Update to 20190909.
2019-09-10gnu: aisleriot: Update to 3.22.9.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.9.
2019-09-10gnu: monero-gui: Update to 0.14.1.2.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero-gui): Update to 0.14.1.2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: monero: Activate Trezor support.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero): [native-inputs]: Add python and protobuf. [inputs]: Add libusb and protobuf. [arguments]: Add delete-dead-links phase. (monero-gui)[inputs]: Add libusb and protobuf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: monero: Fix detection of readline library.Guillaume Le Vaillant
* gnu/packages/finance.scm (monero)[arguments]: Define 'Readline_ROOT_DIR' in 'configure-flags'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: Add copyright header.L p R n d n
* gnu/packages/xfce.scm: Add copyright header. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: orage: Fix build.L p R n d n
* gnu/packages/xfce.scm (orage)[arguments]: Add phase fixing build with libical3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: ristretto: Update to 0.10.0.L p R n d n
* gnu/packages/xfce.scm (ristretto): Update to 0.10.0. [inputs] Add gtk+. Remove gtk+-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10gnu: mousepad: Update to 0.4.2.L p R n d n
* gnu/packages/xfce.scm (mousepad): Update to 0.4.2. [arguments] Remove unnecessary --enable-gtk3 flag from #:configure-flags. [inputs] Add xfconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10import: crate: Allow imports of a specific version.Martin Becze
* guix/import/crate.scm (crate->guix-package): Add optional 'version' argument and honor it. * guix/scripts/import/crate.scm (guix-import-crate): Assume the first argument is a spec and destructure it with 'package-name->name+version'. Pass both to 'crate->guix-package'. * doc/guix.texi (Invoking guix import): Document it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-09-10refresh: Distinguish between "no updater" and "failing updater".Ludovic Courtès
Previously, something like "guix refresh texmacs" would report "no updater". Now, it reports that the 'gnu-ftp' updater failed to list releases. * guix/upstream.scm (lookup-updater): Use 'find' instead of 'any' to return the <upstream-updater>. (package-latest-release): Adjust accordingly. * guix/scripts/refresh.scm (check-for-package-update): When 'package-latest-release' returns #f, distinguish between "no updater" and "failing updater".
2019-09-10packages: 'package-field-location' really catches 'system-error.Ludovic Courtès
This had been wrong since forever (i.e., 2013). * guix/packages.scm (package-field-location): Catch 'system-error, not 'system.
2019-09-09gnu: zeromq: Use HTTPS home page.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (zeromq)[home-page]: Use HTTPS.
2019-09-09gnu: zeromq: Update to 4.3.2.Tobias Geerinckx-Rice
* gnu/packages/networking.scm (zeromq): Update to 4.3.2. [source]: Download GitHub release tarball.
2019-09-09gnu: libmbim: Update to 1.20.0.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libmbim): Update to 1.20.0.
2019-09-09gnu: libmbim: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libmbim)[source]: Hard-code NAME.
2019-09-09gnu: libsecret: Update to 0.19.1.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsecret): Update to 0.19.1.
2019-09-09gnu: libsecret: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (libsecret)[source]: Hard-code NAME.
2019-09-09gnu: mes: Update to 0.20.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.20. Use nyacc-0.99.0.
2019-09-09gnu: mescc-tools: Update to 0.6.1.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mescc-tools): Update to 0.6.1.
2019-09-09gnu: nyacc: Update to 0.99.0.Jan Nieuwenhuizen
* gnu/packages/mes.scm (nyacc): Update to 0.99.0.
2019-09-09gnu: grammalecte: Update to 1.4.0.Nicolas Goaziou
* gnu/packages/dictionaries.scm (grammalecte): Update to 1.4.0. [synopsis]: Remove spurious space.
2019-09-09gnu: Add scron.Robert Vollmert
* gnu/packages/suckless.scm (scron): New package. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2019-09-09gnu: kdeconnect: Update to 1.3.5.Efraim Flashner
* gnu/packages/kde.scm (kdeconnect): Update to 1.3.5. [source]: Update source uri.
2019-09-09gnu: kdeconnect: Set upstream-name.Efraim Flashner
* gnu/packages/kde.scm (kdeconnect)[properties]: New field.
2019-09-09gnu: Add r-soupx.Ricardo Wurmus
* gnu/packages/cran.scm (r-soupx): New variable.
2019-09-09gnu: retroarch: Update to 1.7.8.3.Rutger Helling
* gnu/packages/emulators.scm (retroarch): Update to 1.7.8.3.
2019-09-09gnu: btrfs-progs: Update to 5.2.2.Rutger Helling
* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.2.
2019-09-09gnu: glib-networking: Don't use NAME in source URI.Tobias Geerinckx-Rice
* gnu/packages/gnome.scm (glib-networking)[source]: Hard-code NAME.
2019-09-09services: Add ‘/usr/bin/env’ special file.Tobias Geerinckx-Rice
* gnu/services/base.scm (%base-services): Add ‘/usr/bin/env‘ to special-files-service-type.
2019-09-08gnu: bs1770gain: Return #t from source snippet.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (bs1770gain)[source]: Return #t from snippet.
2019-09-08gnu: bs1770gain: Update to 0.6.0.Tobias Geerinckx-Rice
* gnu/packages/audio.scm (bs1770gain): Update to 0.6.0. [source]: Adjust snippet.
2019-09-08gnu: diffoscope: Add zip and unzip for test suite.Vagrant Cascadian
* gnu/packages/package-management (diffoscope)[native-inputs]: Add zip, unzip.
2019-09-08gnu: Add pgpdump.Vagrant Cascadian
* gnu/packages/gnupg (pgpdump): New variable. * gnu/packages/package-management (diffoscope)[native-inputs]: Add pgpdump.
2019-09-08gnu: js-respond: Don't use unstable-tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-respond)[source]: Use 'git-fetch'.
2019-09-08gnu: js-respond: Use minify-build-system.Efraim Flashner
* gnu/packages/javascript.scm (js-respond)[build-system]: Use minify-build-system. [arguments]: Remove custom builder code. [native-inputs]: Remove uglify-js, source, gzip, tar.
2019-09-08gnu: js-filesaver: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-filesaver)[source]: Use 'git-fetch'.
2019-09-08gnu: js-es5-shim: Update to 4.5.13.Efraim Flashner
* gnu/packages/javascript.scm (js-es5-shim): Update to 4.5.13.
2019-09-08gnu: js-es5-shim: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-es5-shim)[source]: Use 'git-fetch'.
2019-09-08gnu: js-selectize: Update to 0.12.6.Efraim Flashner
* gnu/packages/javascript.scm (js-selectize): Update to 0.12.6.
2019-09-08gnu: js-selectize: Don't use unstable tarball.Efraim Flashner
* gnu/packages/javascript.scm (js-selectize)[source]: Use 'git-fetch'.