aboutsummaryrefslogtreecommitdiff
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2012, 2017 Ludovic Courtès <ludo@gnu.org>
;;;
;;; This file is part of GNU Guix.
;;;
;;; GNU Guix is free software; you can redistribute it and/or modify it
;;; under the terms of the GNU General Public License as published by
;;; the Free Software Foundation; either version 3 of the License, or (at
;;; your option) any later version.
;;;
;;; GNU Guix is distributed in the hope that it will be useful, but
;;; WITHOUT ANY WARRANTY; without even the implied warranty of
;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
;;; GNU General Public License for more details.
;;;
;;; You should have received a copy of the GNU General Public License
;;; along with GNU Guix.  If not, see <http://www.gnu.org/licenses/>.

(define-module (test-base16)
  #:use-module (guix base16)
  #:use-module (srfi srfi-1)
  #:use-module (srfi srfi-64)
  #:use-module (rnrs bytevectors))

(test-begin "base16")

(test-assert "bytevector->base16-string->bytevector"
  (every (lambda (bv)
           (equal? (base16-string->bytevector
                    (bytevector->base16-string bv))
                   bv))
         (map string->utf8 '("" "f" "fo" "foo" "foob" "fooba" "foobar"))))

(test-end "base16")
gnu/packages/xfce.scm?id=9a8f0ff6832f001911343580335c098e037b16fa'>gnu: mousepad: Update to 0.5.6....* gnu/packages/xfce.scm (mousepad): Update to 0.5.6. Signed-off-by: Leo Famulari <leo@famulari.name> Michael Rohleder 2021-07-21gnu: catfish: Update to 4.16.1....* gnu/packages/xfce.scm (catfish): Update to 4.16.1. [inputs]: Add xfconf. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-06-13gnu: ristretto: Update to 0.11.0....* gnu/packages/xfce.scm (ristretto): Update to 0.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Michael Rohleder 2021-06-13gnu: xfce4-settings: Update to 4.16.2....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.2. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-05-21gnu: xfce4-screenshooter: Update to 1.9.9....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.9.9. Signed-off-by: Leo Famulari <leo@famulari.name> Michael Rohleder 2021-05-15gnu: mousepad: Update to 0.5.5....* gnu/packages/xfce.scm (mousepad): Update to 0.5.5. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-05-09gnu: xfce4-panel: Update to 4.16.3....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.3. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder 2021-05-09gnu: thunar: Update to 4.16.8....* gnu/packages/xfce.scm (thunar): Update to 4.16.8. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder 2021-05-08gnu: xfce4-session: Allow xflock4 to use xset....* gnu/packages/xfce.scm (xfce4-session): [inputs]: Add xset. [arguments]: Add 'patch-xflock' phase to use exact store path to 'xset' in 'xflock4'. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2021-05-07gnu: xfce4-clipman-plugin: Update to 1.6.2....* gnu/packages/xfce.scm (xfce4-clipman-plugin): Update to 1.6.2. Tobias Geerinckx-Rice 2021-05-07gnu: thunar: Update to 4.16.7....* gnu/packages/xfce.scm (thunar): Update to 4.16.7. Tobias Geerinckx-Rice 2021-04-30gnu: xfce4-settings: Add gsettings-desktop-schemas....* gnu/packages/xfce.scm (xfce4-settings):[propagated-inputs]: Add gsettings-desktop-schemas. This makes it appear in the system profile via the xfce service. This fixes a bug where changing icon theme causes xfce4-appearance-settings to crash with the error: GLib-GIO-ERROR **: 15:41:45.828: Settings schema 'org.gnome.desktop.interface' is not installed Trace/breakpoint trap Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brendan Tildesley 2021-04-27gnu: exo: Update to 4.16.2....* gnu/packages/xfce.scm (exo): Update to 4.16.2. Tobias Geerinckx-Rice 2021-04-25gnu: xfce, mate: Propagate 'font-dejavu'....Fixes <https://bugs.gnu.org/47713>. Reported by bo0od <bo0od@riseup.net>. This ensures applications such as IceCat can properly text (numbers in the case of IceCat). * gnu/packages/enlightenment.scm (enlightenment)[propagated-inputs]: Add FONT-DEJAVU. * gnu/packages/mate.scm (mate)[propagated-inputs]: New field. * gnu/packages/xfce.scm (xfce)[propagated-inputs]: New field. Ludovic Courtès 2021-04-25gnu: xfdesktop: Add Guix logo to default background....* gnu/packages/xfce.scm (xfdesktop)[arguments]: In 'prepare-background-image' phase, add "xfce-verticals.png". Ludovic Courtès 2021-04-24gnu: xfce4-settings: Update to 4.16.1....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Michael Rohleder 2021-04-21gnu: xfce: Autostart mate-polkit....* gnu/packages/xfce.scm (xfce):[inputs]: Add mate-polkit-for-xfce. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Brendan Tildesley 2021-04-21gnu: Add mate-polkit-for-xfce....gnu/packages/xfce.scm (mate-polkit-for-xfce) New variable. Signed-off-by: Leo Prikler <leo.prikler@student.tugraz.at> Brendan Tildesley 2021-04-03gnu: mousepad: Update to 0.5.4....* gnu/packages/xfce.scm (mousepad): Update to 0.5.4. Tobias Geerinckx-Rice 2021-03-25gnu: xfce4-netload-plugin: Update to 1.4.0....* gnu/packages/xfce.scm (xfce4-netload-plugin): Update to 1.4.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-03-25gnu: exo: Update to 4.16.1....* gnu/packages/xfce.scm (exo): Update to 4.16.1. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-03-25gnu: thunar: Update to 4.16.6....* gnu/packages/xfce.scm (thunar): Update to 4.16.6. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-03-25gnu: xfce4-systemload-plugin: Update to 1.3.1....* gnu/packages/xfce.scm (xfce4-systemload-plugin): Update to 1.3.1. [inputs]: Add libgtop. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-03-25gnu: xfce4-battery-plugin: Update to 1.1.4....* gnu/packages/xfce.scm (xfce4-battery-plugin): Update to 1.1.4. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Michael Rohleder 2021-03-02gnu: xfce4-panel: Update to 4.16.2....* gnu/packages/xfce.scm (xfce4-panel): Update to 4.16.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-03-02gnu: xfce4-time-out-plugin: Update to 1.1.2....* gnu/packages/xfce.scm (xfce4-time-out-plugin): Update to 1.1.2. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-03-02gnu: mousepad: Update to 0.5.3....* gnu/packages/xfce.scm (mousepad): Update to 0.5.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder 2021-03-02gnu: xfce4-cpugraph-plugin: Update to 1.2.3....* gnu/packages/xfce.scm (xfce4-cpugraph-plugin): Update to 1.2.3. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr> Michael Rohleder