/gnu/installer/

oot/gnu/packages/xfce.scm
AgeCommit message (Expand)Author
2024-09-08gnu: xfce: Remove xfce4-volumed-pulse....With the media keys fixed in the previous commit, there's now no need to provide this as another input. * gnu/packages/xfce.scm (xfce)[inputs]: Remove xfce4-volumed-pulse. Change-Id: I80a80064c75907b2a1e6e880fab9f1e772921b13 Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Ashvith Shetty
2024-09-08gnu: xfce4-pulseaudio-plugin: Fix ‘media keys’ on some keyboards....* gnu/packages/xfce.scm (xfce4-pulseaudio-plugin)[inputs]: Add keybinder and pavucontrol. Change-Id: Iab871e33e4821c2631d6ad19759e1d1a0b3af02d Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Ashvith Shetty
2024-09-06gnu: xfce4-screenshooter: Update to 1.11.1....* gnu/packages/xfce.scm (xfce4-screenshooter): Update to 1.11.1. Change-Id: I99811c51b9af116181f51ba31b17425a8efbec65 宋文武
2024-09-06gnu: xfburn: Update to 0.7.2....* gnu/packages/xfce.scm (xfburn): Update to 0.7.2. Change-Id: Id6c813830692fe2d692e080d045fac5984de578c 宋文武
2024-09-06gnu: xfce4-notifyd: Update to 0.9.6....* gnu/packages/xfce.scm (xfce4-notifyd): Update to 0.9.6. Change-Id: I6a478f9b40d3a4b72100cee0b820e48da14788e9 宋文武
2024-09-06gnu: xfce4-power-manager: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-power-manager): Update to 4.18.4. Change-Id: Ib28b1edcdb91a7aaedabe439c9d470ed6b8bbfee 宋文武
2024-09-06gnu: thunar: Update to 4.18.11....* gnu/packages/xfce.scm (thunar): Update to 4.18.11. Change-Id: I80189eeef2f4d1278bffef7568e2894866eef3fd 宋文武
2024-09-06gnu: xfce4-settings: Update to 4.18.6....* gnu/packages/xfce.scm (xfce4-settings): Update to 4.18.6. Change-Id: I7aa5b4937f7402ac86058eb8d8b9c4366f8eadc8 宋文武
2024-09-06gnu: xfce4-session: Update to 4.18.4....* gnu/packages/xfce.scm (xfce4-session): Update to 4.18.4. Change-Id: I249be00123d32fdadd79b6ac716ea8fe5d98f337 宋文武
2024-09-06gnu: xfce4-whiskermenu-plugin: Update to 2.8.3....* gnu/packages/xfce.scm (xfce4-whiskermenu-plugin): Update to 2.8.3. [inputs]: Add accountsservice and gtk-layer-shell. [arguments]: Remove 'fix-shell-script phase. Change-Id: I87fc277c5e32674a505a532ad129c75d24d854a5 宋文武
2024-09-06gnu: elementary-xfce-icon-theme: Update to 0.19....* gnu/packages/xfce.scm (elementary-xfce-icon-theme): Update to 0.19. Change-Id: I4cfd6b480806b7e9ec090f5dd1ebe2e1b1ed0f7f 宋文武
2024-09-06gnu: libxfce4ui: Update to 4.18.6....* gnu/packages/xfce.scm (libxfce4ui): Update to 4.18.6. Change-Id: If392f88d81f406a3022e1d445b6339922dc0b9fe 宋文武
2024-09-06gnu: libxfce4util: Update to 4.18.2....* gnu/packages/xfce.scm (libxfce4util): Update to 4.18.2. Change-Id: Idbc7bdef940ddc6feff4b60832326ebe779192ba 宋文武
2024-08-31gnu: xfce: Add 'bash' input for 'wrap-program'....It is required for cross-compilation. * gnu/packages/xfce.scm (catfish)[inputs]: Add 'bash-minimal'. (mousepad)[inputs]: Likewise. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Change-Id: I2d3294f0141d20061faf62b06c11f1c78df05c18 Maxime Devos