mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Add xfce4-full group
This commit is contained in:
parent
ade1870e0b
commit
26481b4c0f
@ -19,7 +19,7 @@ libxcursor = {} # loaded dynamically
|
||||
mesa-demos-x11 = {}
|
||||
#firefox = {}
|
||||
#webkitgtk3 = {} # not compiling
|
||||
xfce4-common = {}
|
||||
xfce4-full = {}
|
||||
x11-full = {}
|
||||
zenity = {}
|
||||
|
||||
|
||||
@ -23,6 +23,7 @@ redox-tests = {}
|
||||
x11-minimal = {}
|
||||
x11-full = {}
|
||||
xfce4-common = {}
|
||||
xfce4-full = {}
|
||||
|
||||
# Normal packages below
|
||||
|
||||
|
||||
@ -1,17 +1,12 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"mousepad",
|
||||
"thunar",
|
||||
"tumbler",
|
||||
"xfconf",
|
||||
"xfdashboard",
|
||||
"xfdesktop",
|
||||
"xfce4-appfinder",
|
||||
"xfce4-notifyd",
|
||||
"xfce4-session",
|
||||
"xfce4-panel",
|
||||
"xfce4-power-manager",
|
||||
"xfce4-settings",
|
||||
"xfce4-terminal",
|
||||
"xfwm4",
|
||||
]
|
||||
|
||||
12
recipes/groups/xfce4-full/recipe.toml
Normal file
12
recipes/groups/xfce4-full/recipe.toml
Normal file
@ -0,0 +1,12 @@
|
||||
[package]
|
||||
dependencies = [
|
||||
"mousepad",
|
||||
"parole",
|
||||
"ristretto",
|
||||
"xfdashboard",
|
||||
"xfce4-screenshooter",
|
||||
"xfce4-notifyd",
|
||||
"xfce4-power-manager",
|
||||
"xfce4-terminal",
|
||||
"xfce4-common",
|
||||
]
|
||||
Loading…
Reference in New Issue
Block a user