From e0c1a0a8127d4e1d764ce81b40b3ccef8e87c6ec Mon Sep 17 00:00:00 2001 From: Andy Tai Date: Thu, 15 Jun 2023 10:35:20 -0700 Subject: gnu: mate-netbook: Update to 1.26.0. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/mate.scm (mate-netbook): Update to 1.26.0. Signed-off-by: 宋文武 --- gnu/packages/mate.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/mate.scm b/gnu/packages/mate.scm index 032881ceaa..380954741d 100644 --- a/gnu/packages/mate.scm +++ b/gnu/packages/mate.scm @@ -1106,7 +1106,7 @@ can be used as backgrounds in the MATE Desktop environment.") (define-public mate-netbook (package (name "mate-netbook") - (version "1.24.0") + (version "1.26.0") (source (origin (method url-fetch) @@ -1114,7 +1114,7 @@ can be used as backgrounds in the MATE Desktop environment.") name "-" version ".tar.xz")) (sha256 (base32 - "1bmk9gq5gcqkvfppa7i1hqfph8sajc3xs189s4ha97g0ifwd98a8")))) + "12gdy69nfysl8vmd8lv8b0lknkaagplrrz88nh6n0rmjkxnipgz3")))) (build-system glib-or-gtk-build-system) (native-inputs (list gettext-minimal intltool pkg-config)) -- cgit v1.2.3 treecommitdiff
AgeCommit message (Expand)Author
2021-05-29gnu: libolm: Update to 3.2.3....* gnu/packages/crypto.scm (libolm): Update to 3.2.3. Tobias Geerinckx-Rice
2021-05-27gnu: botan: Respect #:tests?....* gnu/packages/crypto.scm (botan)[arguments]: Respect #:tests? in the custom 'check' phase. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill
2021-05-27gnu: botan: Update to 2.18.1....* gnu/packages/crypto.scm (botan): Update to 2.18.1. Signed-off-by: Leo Famulari <leo@famulari.name> Jack Hill
2021-05-02gnu: Replace hard-coded "CC=gcc" with CC-FOR-TARGET calls....* gnu/packages/admin.scm (cbatticon)[arguments]<#:make-flags>: Use CC-FOR-TARGET. * gnu/packages/assembly.scm (dev86)[arguments]<#:make-flags>: Likewise. * gnu/packages/cdrom.scm (cd-discid)[arguments]<#:make-flags>: Likewise. * gnu/packages/crypto.scm (signify, keyutils, ssss, libscrypt, enchive) [arguments]<#:make-flags>: Likewise. * gnu/packages/emacs-xyz.scm (emacs-emacsql, emacs-telega)[arguments] <#:phases>: Likewise. * gnu/packages/gnupg.scm (pgpdump)[arguments]<#:make-flags>: Likewise. * gnu/packages/image-viewers.scm (feh, imv)[arguments]<#:make-flags>: Likewise. * gnu/packages/image.scm (libjxr, giflib, freeimage)[arguments] <#:make-flags>: Likewise. * gnu/packages/irc.scm (ii, sic)[arguments]<#:make-flags>: Likewise. * gnu/packages/lua.scm (make-lua-expat, make-lua-ossl, make-lua-sec) (make-lua-cqueues, make-lua-lgi, lua-resty-signal)[arguments] <#:make-flags>: Likewise. * gnu/packages/networking.scm (httping, pixiewps, sslh, nethogs, spiped) (can-utils, hcxtools, batctl)[arguments]<#:make-flags>: Likewise. * gnu/packages/pdf.scm (fbida)[arguments]<#:make-flags>: Likewise. * gnu/packages/ssh.scm (endlessh)[arguments]<#:make-flags>: Likewise. * gnu/packages/toys.scm (nyancat)[arguments]<#:make-flags>: Likewise. * gnu/packages/upnp.scm (miniupnpc)[arguments]<#:make-flags>: Likewise. * gnu/packages/xdisorg.scm (bemenu, xbanish, sxhkd, xcape, xssproxy) (xrandr-invert-colors, hsetroot, xsettingsd)[arguments]<#:make-flags>: Likewise. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Maxime Devos
2021-04-25gnu: crypto++: Use a source file-name....* gnu/packages/crypto.scm (crypto++)[source]: Add file-name field. Efraim Flashner
2021-04-05gnu: crypto++: Update to 8.5.0....* gnu/packages/crypto.scm (crypto++): Update to 8.5.0. [origin]: Use git-fetch and git-reference. Leo Prikler
2021-03-23gnu: Add libdecaf....* gnu/packages/crypto.scm (libdecaf): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Raghav Gururajan
2021-03-10gnu: botan: Update to 2.17.3 [fixes CVE-2021-24115]....* gnu/packages/crypto.scm (botan): Update to 2.17.3. [arguments]: Add 'library-path-for-tests phase to fix 'check phase by setting LD_LIBRARY_PATH to intermediate build directory so tests can find libbotan. Léo Le Bouter
2021-03-06gnu: libmd: Update to 1.0.3....* gnu/packages/crypto.scm (libmd): Update to 1.0.3. Tobias Geerinckx-Rice
2021-03-04gnu: libolm: Update to 3.2.2....* gnu/packages/crypto.scm (libolm): Update to 3.2.2. Tobias Geerinckx-Rice
2021-02-21gnu: Add transcrypt....* gnu/packages/crypto.scm (transcrypt): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Ellis Kenyő via Guix-patches via
2021-01-09gnu: tomb: Update to 2.9....* gnu/packages/crypto.scm (tomb): Update to 2.9. Tobias Geerinckx-Rice
2021-01-05gnu: crypto++: Update to 8.4.0....* gnu/packages/crypto.scm (crypto++): Update to 8.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2021-01-02gnu: crypto++: Update to 8.3.0....* gnu/packages/crypto.scm (crypto++): Update to 8.3.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Vincent Legoll
2020-12-28gnu: libsecp256k1: Update to 20200615-1-dbd41db....* gnu/packages/crypto.scm (libsecp256k1): Update to 20200615-1-dbd41db. [arguments]: Add "--enable-module-recovery", "--enable-experimental", "--enable-module-ecdh" and "--enable-shared" to #:configure-flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> John Doe
2020-11-17gnu: tomb: Update to 2.8....Fixes CVE-2020-28638. * gnu/packages/crypto.scm (tomb): Update to 2.8 [source]: Remove obsolete patch. * gnu/packages/patches/tomb-fix-errors-on-open.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Eric Bavier
2020-11-16gnu: libolm: Fix (run) the tests....* gnu/packages/crypto.scm (libolm)[arguments]: Invoke ctest from within the right directory. Tobias Geerinckx-Rice
2020-11-16gnu: libolm: Update to 3.2.1....* gnu/packages/crypto.scm (libolm): Update to 3.2.1. Tobias Geerinckx-Rice
2020-11-07gnu: libscrypt: Add a :static output....* gnu/packages/crypto.scm (libscrypt)[outputs]: Add "static" to this new field. [arguments]: Add an ‘install:static’ phase. Tobias Geerinckx-Rice
2020-11-03gnu: Add mkp224o....* gnu/packages/crypto.scm (mkp224o): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pukkamustard
2020-10-01gnu: signify: Update to 30....* gnu/packages/crypto.scm (signify): Update to 30. Tobias Geerinckx-Rice
2020-09-21gnu: eschalot: Cross-compile....* gnu/packages/crypto.scm (eschalot)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice
2020-09-21gnu: eschalot: Fix build....* gnu/packages/crypto.scm (eschalot)[inputs]: Use openssl-1.0. Tobias Geerinckx-Rice
2020-09-03Add libsecp256k1-bitcoin-cash....* gnu/packages/crypto.scm (libsecp256k1-bitcoin-cash): New variable. Guillaume Le Vaillant
2020-08-30gnu: scrypt: Update to 1.3.1....* gnu/packages/crypto.scm (scrypt): Update to 1.3.1. [arguments]: Patch configure to respect $PATH. Tobias Geerinckx-Rice
2020-08-30gnu: scrypt: Install licence file with documentation....* gnu/packages/crypto.scm (scrypt)[arguments]: Add a #:license-file-regexp and install the documentation to the same standard location. Tobias Geerinckx-Rice
2020-08-28gnu: crypto++: Add missing newline to generated file....* gnu/packages/crypto.scm (crypto++)[arguments] <#:phases>['install-pkg-config]: Add newline after "Description" in generated .pc file. Jelle Licht
2020-08-26gnu: Add ssss....* gnu/packages/crypto.scm (ssss): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Hendursaga