From 35597500b3f629d69c278f1905141012a3d355d6 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Fri, 13 Oct 2023 23:22:03 +0200 Subject: [PATCH] manifestes --- packages/manifest_lourd.scm | 213 ++++++++++++ packages/{manifest.scm => manifest_léger.scm} | 321 ++++++++++-------- 2 files changed, 392 insertions(+), 142 deletions(-) create mode 100644 packages/manifest_lourd.scm rename packages/{manifest.scm => manifest_léger.scm} (79%) diff --git a/packages/manifest_lourd.scm b/packages/manifest_lourd.scm new file mode 100644 index 0000000..0d26191 --- /dev/null +++ b/packages/manifest_lourd.scm @@ -0,0 +1,213 @@ +;; Ce fichier « manifeste » peut être passé à « guix package -m » pour reproduire +;; le contenu de votre profil. Son contenu est « symbolique » : il ne spécifie que les +;; noms des paquets. Pour reproduire exactement le même profil, vous devez aussi +;; retenir les canaux utilisés, ceux renvoyés par « guix describe ». +;; Voir la section « Répliquer Guix » dans le manuel. + +(specifications->manifest + (list "0ad" + "adb" + "alsa-plugins" + "alsa-utils" + "ardour" + "atop" + "audacity" + "avldrums-lv2" + "bash-completion" + "bind:utils" + "bluefish" + "bsd-games" + "calf" + "cambalache" + "caps-plugins-lv2" + "chess" + "cmake" + "cmatrix" + "cpupower" + "cryptsetup" + "curl" + "cvs" + "dconf-editor" + "dino" + "dmidecode" + "dosage" + "eboard" + "endeavour" + "evolution" + "exfatprogs" + "fastboot" + "ffmpeg" + "flashrom" + "flatpak" + "fluida-lv2" + "font-awesome" + "font-liberation" + "font-openmoji" + "gdb" + "ghostwriter" + "gimp" + "git" + "git-lfs" + "git:send-email" + "gnome-builder" + "gnome-chess" + "gnome-font-viewer" + "gnome-power-manager" + "gnome-shell-extension-blur-my-shell" + "gnome-shell-extension-burn-my-windows" + "gnome-shell-extension-dash-to-dock" + "gnome-shell-extension-topicons-redux" + "gnome-shell-extension-transparent-window" + "gnome-tweaks" + "gnupg" + "gnuplot" + "gparted" + "graphviz" + "grub" + "gx-overdriver-lv2" + "gx-vintage-fuzz-master-lv2" + "gx-voodoo-fuzz-lv2" + "gzip" + "hexchat" + "hplip" + "htop" + "icecat-custom" + "inetutils" + "infamous-plugins" + "inkscape" + "jack" + "kapman" + "kbreakout" + "kdenlive" + "keysmith" + "ksirk" + "libnitrokey" + "libreoffice" + "libtree" + "licensecheck" + "linux-libre-documentation" + "lm-sensors" + "lollypop" + "lv2-speech-denoiser" + "lz4" + "make" + "man-pages" + "mediainfo" + "mda-lv2" + "meld" + "memtester" + "microcom" + "minetest" + "minicom" + "mpv" + "mumble" + "musescore" + "nbd" + "ncftp" + "neofetch" + "nextcloud-client" + "nmap" + "noise-repellent" + "ntfs-3g" + "obs" + "openssh" + "openssl" + "pandoc" + "parted" + "patchelf" + "pavucontrol" + "pinentry" + "pkg-config" + "pngquant" + "powertop" + "python" + "python2" + "python-logutils" + "python-markdown" + "python-unidecode" + "python-virtualenv" + "qbittorrent" + "qjackctl" + "qpdf" + "recutils" + "rkrlv2" + "rsync" + "rubber" + "screen" + "seahorse" + "sherlock-lv2" + "shiru-lv2" + "signal-desktop" + "signing-party" + "simplescreenrecorder" + "sl" + "speedtest-cli" + "sqlitebrowser" + "supertux" + "supertuxkart" + "swh-plugins-lv2" + "sysprof" + "system-config-printer" + "tap-lv2" + "testdisk" + "texlive-babel" + "texlive-babel-french" + "texlive-beamer" + "texlive-beamertheme-metropolis" + "texlive-beamertheme-pure-minimalistic" + "texlive-beamertheme-trigon" + "texlive-biber" + "texlive-biblatex" + "texlive-collection-fontsrecommended" + "texlive-collection-latexrecommended" + "texlive-fira" + "texlive-float" + "texlive-fontawesome" + "texlive-fontawesome5" + "texlive-fontspec" + "texlive-geometry" + "texlive-graphics" + "texlive-hypdoc" + "texlive-hyperref" + "texlive-latex" + "texlive-latex-uni8" + "texlive-listings" + "texlive-ly1" + "texlive-paracol" + "texlive-pgfopts" + "texlive-raleway" + "texlive-scheme-basic" + "texlive-setspace" + "texlive-silence" + "texlive-smartdiagram" + "texlive-sourcesanspro" + "texlive-tabularray" + "texlive-texdoc" + "texlive-tikz-3dplot" + "texlive-titlesec" + "texlive-tocloft" + "texlive-transparent" + "texlive-url" + "texlive-xcolor" + "texlive-xetex" + "texlive-xstring" + "texmaker" + "tig" + "transmission" + "tree" + "uefitool" + "ungoogled-chromium" + "valgrind" + "vlc" + "x42-plugins" + "xauth" + "xdg-desktop-portal" + "xdg-desktop-portal-gtk" + "xdot" + "xdotool" + "xonotic" + "xournalpp" + "youtube-dl" + "yt-dlp" + "zplugins" + "zstd" )) diff --git a/packages/manifest.scm b/packages/manifest_léger.scm similarity index 79% rename from packages/manifest.scm rename to packages/manifest_léger.scm index fc97815..b74335e 100644 --- a/packages/manifest.scm +++ b/packages/manifest_léger.scm @@ -5,161 +5,198 @@ ;; Voir la section « Répliquer Guix » dans le manuel. (specifications->manifest - (list "texlive-transparent" - "texlive-beamertheme-metropolis" - "texlive-fira" - "texlive-silence" - "texlive-beamertheme-pure-minimalistic" - "texlive-ly1" - "texlive-sourcesanspro" - "texlive-pgfopts" - "texlive-beamertheme-trigon" - "texlive-hypdoc" - "texlive-beamer" - "xonotic" - "gnuplot" - "texlive-raleway" - "texlive-xstring" - "texlive-smartdiagram" - "texlive-tikz-3dplot" - "font-awesome" - "texlive-paracol" - "texlive-fontawesome5" - "texlive-fontawesome" - "kcachegrind" - "icecat-custom" - "gnome-shell-extension-dash-to-dock" - "claws-mail" - "meld" - "evolution" - "texmaker" - "nmap" - "simplescreenrecorder" - "graphviz" - "sqlitebrowser" - "ffmpeg" - "mediainfo" - "kdenlive" - "python2" - "profanity" - "audacity" - "xdg-desktop-portal" - "xdg-desktop-portal-gtk" - "ungoogled-chromium" - "libreoffice" - "hexchat" - "ardour" - "gnome-tweaks" - "linux-libre-documentation" - "cpupower" - "git-lfs" - "transmission" - "mpv" - "pavucontrol" + (list "adb" "alsa-plugins" - "qjackctl" - "gnome-font-viewer" - "flatpak" - "vlc" - "qbittorrent" - "mumble" - "gimp" - "ghostwriter" - "dino" - "supertuxkart" - "minetest" - "system-config-printer" - "seahorse" - "nextcloud-client" - "gnome-builder" - "endeavour" - "dconf-editor" - "lm-sensors" - "hplip" - "uefitool" - "xournalpp" - "yt-dlp" - "grub" - "gnome-power-manager" - "git:send-email" - "git" - "inkscape" - "gparted" - "bmaptools" - "xdotool" - "python-markdown" - "gdb" - "fastboot" - "openssh" - "speedtest-cli" - "python" + "alsa-utils" + "ardour" + "atop" + "audacity" + "bash-completion" "bind:utils" - "flashrom" - "parted" + "bluefish" + "calf" + "cambalache" + "chess" + "cmake" + "cmatrix" + "cpupower" "cryptsetup" - "powertop" - "gnupg" - "minicom" - "font-openmoji" - "neofetch" - "xauth" + "curl" + "cvs" + "dconf-editor" + "dino" + "dmidecode" + "dosage" + "eboard" + "endeavour" + "evolution" "exfatprogs" - "gpgme" - "nitrocli-nk3" - "nitrocli" + "fastboot" + "ffmpeg" + "flashrom" + "flatpak" + "font-awesome" + "font-liberation" + "font-openmoji" + "gdb" + "ghostwriter" + "gimp" + "git" + "git-lfs" + "git:send-email" + "gnome-builder" + "gnome-chess" + "gnome-font-viewer" + "gnome-power-manager" + "gnome-shell-extension-blur-my-shell" + "gnome-shell-extension-burn-my-windows" + "gnome-shell-extension-dash-to-dock" + "gnome-shell-extension-topicons-redux" + "gnome-shell-extension-transparent-window" + "gnome-tweaks" + "gnupg" + "gnuplot" + "gparted" + "graphviz" + "grub" + "gx-overdriver-lv2" + "gx-vintage-fuzz-master-lv2" + "gx-voodoo-fuzz-lv2" + "gzip" + "hexchat" + "hplip" + "htop" + "icecat-custom" + "inetutils" + "infamous-plugins" + "inkscape" + "jack" + "kapman" + "kbreakout" + "kdenlive" + "keysmith" + "ksirk" + "libnitrokey" + "libreoffice" + "libtree" + "licensecheck" + "linux-libre-documentation" + "lm-sensors" + "lollypop" + "make" + "man-pages" + "mediainfo" + "meld" + "memtester" "microcom" + "minetest" + "minicom" + "mpv" + "mumble" + "musescore" + "nbd" + "ncftp" + "neofetch" + "nextcloud-client" + "nmap" + "noise-repellent" + "ntfs-3g" + "obs" + "openssh" + "openssl" + "pandoc" + "parted" + "patchelf" + "pavucontrol" + "pinentry" + "pkg-config" + "pngquant" + "powertop" + "python" + "python2" + "python-logutils" + "python-markdown" + "python-unidecode" + "python-virtualenv" + "qbittorrent" + "qjackctl" + "qpdf" + "recutils" + "rkrlv2" + "rsync" + "rubber" "screen" - "texlive-xetex" - "texlive-biber" - "texlive-texdoc" - "texlive-tabularray" + "seahorse" + "signal-desktop" + "signing-party" + "simplescreenrecorder" + "sl" + "speedtest-cli" + "sqlitebrowser" + "supertux" + "supertuxkart" + "swh-plugins-lv2" + "sysprof" + "system-config-printer" + "tap-lv2" + "testdisk" + "texlive-babel" "texlive-babel-french" + "texlive-beamer" + "texlive-beamertheme-metropolis" + "texlive-beamertheme-pure-minimalistic" + "texlive-beamertheme-trigon" + "texlive-biber" + "texlive-biblatex" "texlive-collection-fontsrecommended" "texlive-collection-latexrecommended" - "texlive-scheme-basic" - "texlive-latex" - "rubber" - "texlive-graphics" + "texlive-fira" + "texlive-float" + "texlive-fontawesome" + "texlive-fontawesome5" + "texlive-fontspec" "texlive-geometry" - "texlive-xcolor" + "texlive-graphics" + "texlive-hypdoc" + "texlive-hyperref" + "texlive-latex" + "texlive-latex-uni8" "texlive-listings" - "texlive-babel" + "texlive-ly1" + "texlive-paracol" + "texlive-pgfopts" + "texlive-raleway" + "texlive-scheme-basic" + "texlive-setspace" + "texlive-silence" + "texlive-smartdiagram" + "texlive-sourcesanspro" + "texlive-tabularray" + "texlive-texdoc" + "texlive-tikz-3dplot" "texlive-titlesec" "texlive-tocloft" - "texlive-biblatex" - "texlive-setspace" - "texlive-hyperref" - "texlive-fontspec" - "texlive-float" + "texlive-transparent" "texlive-url" - "texlive-latex-uni8" - "cmatrix" - "recutils" - "nbd" - "cvs" - "qpdf" - "libtree" - "binutils" - "python-logutils" - "rsync" - "pandoc" - "testdisk" - "adb" - "htop" - "man-pages" - "jack" - "alsa-utils" - "font-liberation" + "texlive-xcolor" + "texlive-xetex" + "texlive-xstring" + "texmaker" "tig" - "curl" - "inetutils" - "make" - "pkg-config" - "patchelf" - "gnome-shell-extension-transparent-window" - "gnome-shell-extension-topicons-redux" - "gnome-shell-extension-burn-my-windows" - "gnome-shell-extension-blur-my-shell" + "transmission" "tree" - "bash-completion" - "sl")) + "uefitool" + "ungoogled-chromium" + "valgrind" + "vlc" + "xauth" + "xdg-desktop-portal" + "xdg-desktop-portal-gtk" + "xdot" + "xdotool" + "xonotic" + "xournalpp" + "youtube-dl" + "yt-dlp" + "zplugins" + "zstd" ))