-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from regolith-linux/chore-3_1-release
chore: update build system to generate release 3.1. Cleanup older re…
- Loading branch information
Showing
10 changed files
with
412 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,36 @@ | ||
{ | ||
"packages": { | ||
"regolith-desktop": { | ||
"source": "https://github.com/regolith-linux/regolith-desktop.git", | ||
"ref": "r3_1-debian-bullseye" | ||
}, | ||
"ilia": { | ||
"source": "https://github.com/regolith-linux/ilia.git", | ||
"ref": "r3_1-ubuntu-jammy" | ||
}, | ||
"lago": { | ||
"source": "https://github.com/regolith-linux/lago.git", | ||
"ref": "r3_1-ubuntu-jammy" | ||
}, | ||
"regolith-control-center": { | ||
"source": "https://github.com/regolith-linux/regolith-control-center.git", | ||
"ref": "r3_1-debian-bookworm" | ||
}, | ||
"childe": { | ||
"source": "https://github.com/regolith-linux/childe.git", | ||
"ref": "r3_1-debian-bookworm" | ||
}, | ||
"ubiquity-slideshow-regolith": null, | ||
"plymouth-theme-regolith": null, | ||
"i3status-rs": null, | ||
"regolith-displayd": null, | ||
"regolith-inputd": null, | ||
"trawl": null, | ||
"libtrawldb": null, | ||
"sway-regolith": null, | ||
"regolith-avizo": null, | ||
"gtklock": null, | ||
"regolith-powerd": null, | ||
"sway-audio-idle-inhibit": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
#!/bin/bash | ||
|
||
# This PPA adds nececessary backports for debbuild helper 13 | ||
sudo apt install -y software-properties-common | ||
|
||
sudo add-apt-repository --remove -y ppa:videolan/master-daily || true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
{ | ||
"packages": { | ||
"regolith-desktop": { | ||
"source": "https://github.com/regolith-linux/regolith-desktop.git", | ||
"ref": "r3_1-debian-bullseye" | ||
}, | ||
"xcb-util": { | ||
"source": "https://git.launchpad.net/ubuntu/+source/xcb-util", | ||
"ref": "applied/ubuntu/groovy" | ||
}, | ||
"regolith-control-center": { | ||
"source": "https://github.com/regolith-linux/regolith-control-center.git", | ||
"ref": "r3_1-debian-bullseye" | ||
}, | ||
"i3status-rs": null, | ||
"regolith-displayd": null, | ||
"regolith-inputd": null, | ||
"trawl": null, | ||
"libtrawldb": null, | ||
"sway-regolith": null, | ||
"regolith-avizo": null, | ||
"gtklock": null, | ||
"regolith-powerd": null, | ||
"sway-audio-idle-inhibit": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,46 @@ | ||
{ | ||
"packages": { | ||
"regolith-desktop": { | ||
"source": "https://github.com/regolith-linux/regolith-desktop.git", | ||
"ref": "r3_1-debian-bullseye" | ||
}, | ||
"ilia": { | ||
"source": "https://github.com/regolith-linux/ilia.git", | ||
"ref": "r3_1-ubuntu-jammy" | ||
}, | ||
"lago": { | ||
"source": "https://github.com/regolith-linux/lago.git", | ||
"ref": "r3_1-ubuntu-jammy" | ||
}, | ||
"regolith-control-center": { | ||
"source": "https://github.com/regolith-linux/regolith-control-center.git", | ||
"ref": "r3_1-debian-bookworm" | ||
}, | ||
"sway-audio-idle-inhibit": { | ||
"source": "https://github.com/regolith-linux/SwayAudioIdleInhibit.git", | ||
"ref": "r3_1-debian-testing" | ||
}, | ||
"gtklock": { | ||
"source": "https://github.com/regolith-linux/gtklock.git", | ||
"ref": "r3_1-ubuntu-jammy" | ||
}, | ||
"i3status-rs": { | ||
"source": "https://github.com/regolith-linux/i3status-rs_debian.git", | ||
"ref": "r3_1" | ||
}, | ||
"sway-regolith": { | ||
"source": "https://github.com/regolith-linux/sway-regolith.git", | ||
"ref": "r3_1" | ||
}, | ||
"childe": { | ||
"source": "https://github.com/regolith-linux/childe.git", | ||
"ref": "r3_1-debian-bookworm" | ||
}, | ||
"regolith-powerd": { | ||
"source": "https://github.com/regolith-linux/regolith-powerd.git", | ||
"ref": "r3_1-debian-bookworm" | ||
}, | ||
"ubiquity-slideshow-regolith": null, | ||
"plymouth-theme-regolith": null | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,212 @@ | ||
{ | ||
"packages": { | ||
"regolith-system-ubuntu": { | ||
"source": "https://github.com/regolith-linux/regolith-system-ubuntu.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-lightdm-config": { | ||
"source": "https://github.com/regolith-linux/regolith-lightdm-config.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-session": { | ||
"source": "https://github.com/regolith-linux/regolith-session.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3-snapshot": { | ||
"source": "https://github.com/regolith-linux/i3-snapshot.git", | ||
"ref": "r3_1" | ||
}, | ||
"python3-i3ipc": { | ||
"source": "https://github.com/regolith-linux/python3-i3ipc", | ||
"ref": "r3_1" | ||
}, | ||
"fonts-jetbrains-mono": { | ||
"source": "https://github.com/regolith-linux/fonts-jetbrains-mono.git", | ||
"ref": "r3_1" | ||
}, | ||
"fonts-materialdesignicons-webfont": { | ||
"source": "https://github.com/regolith-linux/fonts-materialdesignicons-webfont.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3-wm": { | ||
"source": "https://github.com/regolith-linux/i3-wm.git", | ||
"ref": "r3_1" | ||
}, | ||
"ayu-theme": { | ||
"source": "https://github.com/regolith-linux/ayu-theme.git", | ||
"ref": "r3_1" | ||
}, | ||
"solarc-theme": { | ||
"source": "https://github.com/regolith-linux/solarc-theme.git", | ||
"ref": "r3_1" | ||
}, | ||
"gruvbox-gtk": { | ||
"source": "https://github.com/regolith-linux/gruvbox-gtk.git", | ||
"ref": "r3_1" | ||
}, | ||
"dracula-gtk": { | ||
"source": "https://github.com/regolith-linux/dracula-gtk.git", | ||
"ref": "r3_1" | ||
}, | ||
"whitesur-gtk-theme": { | ||
"source": "https://github.com/regolith-linux/whitesur-gtk-theme.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-look-default": { | ||
"source": "https://github.com/regolith-linux/regolith-look-default.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-look-extra": { | ||
"source": "https://github.com/regolith-linux/regolith-look-extra.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3-next-workspace": { | ||
"source": "https://github.com/regolith-linux/i3-next-workspace.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3-swap-focus": { | ||
"source": "https://github.com/regolith-linux/i3-swap-focus.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3xrocks": { | ||
"source": "https://github.com/regolith-linux/i3xrocks.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-i3xrocks-config": { | ||
"source": "https://github.com/regolith-linux/regolith-i3xrocks-config.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-desktop": { | ||
"source": "https://github.com/regolith-linux/regolith-desktop.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-ftue": { | ||
"source": "https://github.com/regolith-linux/regolith-ftue.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-compositor-none": { | ||
"source": "https://github.com/regolith-linux/regolith-compositor-none.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-compositor-xcompmgr": { | ||
"source": "https://github.com/regolith-linux/regolith-compositor-xcompmgr.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-compositor-compton-glx": { | ||
"source": "https://github.com/regolith-linux/regolith-compositor-compton-glx.git", | ||
"ref": "r3_1" | ||
}, | ||
"picom": { | ||
"source": "https://github.com/regolith-linux/picom.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-compositor-picom-glx": { | ||
"source": "https://github.com/regolith-linux/regolith-compositor-picom-glx.git", | ||
"ref": "r3_1" | ||
}, | ||
"remontoire": { | ||
"source": "https://github.com/regolith-linux/remontoire.git", | ||
"ref": "r3_1" | ||
}, | ||
"ilia": { | ||
"source": "https://github.com/regolith-linux/ilia.git", | ||
"ref": "r3_1" | ||
}, | ||
"lago": { | ||
"source": "https://github.com/regolith-linux/lago.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-rofi-config": { | ||
"source": "https://github.com/regolith-linux/regolith-rofi-config.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-rofication": { | ||
"source": "https://github.com/regolith-linux/regolith-rofication.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-control-center": { | ||
"source": "https://github.com/regolith-linux/regolith-control-center.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-default-settings": { | ||
"source": "https://github.com/regolith-linux/regolith-default-settings.git", | ||
"ref": "r3_1" | ||
}, | ||
"plymouth-theme-regolith": { | ||
"source": "https://github.com/regolith-linux/plymouth-theme-regolith.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-distro-ubuntu": { | ||
"source": "https://github.com/regolith-linux/regolith-distro-ubuntu.git", | ||
"ref": "r3_1" | ||
}, | ||
"xrescat": { | ||
"source": "https://github.com/regolith-linux/xrescat.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-unclutter-xfixes": { | ||
"source": "https://github.com/regolith-linux/regolith-unclutter-xfixes.git", | ||
"ref": "r3_1" | ||
}, | ||
"arc-icon-theme": { | ||
"source": "https://github.com/regolith-linux/arc-icon-theme.git", | ||
"ref": "r3_1" | ||
}, | ||
"nordic": { | ||
"source": "https://github.com/regolith-linux/nordic.git", | ||
"ref": "r3_1" | ||
}, | ||
"fonts-source-code-pro-ttf": { | ||
"source": "https://github.com/regolith-linux/fonts-source-code-pro-ttf.git", | ||
"ref": "r3_1" | ||
}, | ||
"fonts-nerd-fonts": { | ||
"source": "https://github.com/regolith-linux/fonts-nerd-fonts.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-wm-config": { | ||
"source": "https://github.com/regolith-linux/regolith-wm-config.git", | ||
"ref": "r3_1" | ||
}, | ||
"i3status-rs": { | ||
"source": "https://github.com/regolith-linux/i3status-rs_debian.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-displayd": { | ||
"source": "https://github.com/regolith-linux/regolith-displayd.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-inputd": { | ||
"source": "https://github.com/regolith-linux/regolith-inputd.git", | ||
"ref": "r3_1" | ||
}, | ||
"trawl": { | ||
"source": "https://github.com/regolith-linux/trawl.git", | ||
"ref": "r3_1" | ||
}, | ||
"libtrawldb": { | ||
"source": "https://github.com/regolith-linux/libtrawldb.git", | ||
"ref": "r3_1" | ||
}, | ||
"sway-regolith": { | ||
"source": "https://github.com/regolith-linux/sway-regolith.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-avizo": { | ||
"source": "https://github.com/regolith-linux/avizo.git", | ||
"ref": "r3_1" | ||
}, | ||
"gtklock": { | ||
"source": "https://github.com/regolith-linux/gtklock.git", | ||
"ref": "r3_1" | ||
}, | ||
"regolith-powerd": { | ||
"source": "https://github.com/regolith-linux/regolith-powerd.git", | ||
"ref": "r3_1" | ||
}, | ||
"sway-audio-idle-inhibit": { | ||
"source": "https://github.com/regolith-linux/SwayAudioIdleInhibit.git", | ||
"ref": "r3_1" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"packages": { | ||
"i3status-rs": null, | ||
"regolith-displayd": null, | ||
"regolith-inputd": null, | ||
"trawl": null, | ||
"libtrawldb": null, | ||
"sway-regolith": null, | ||
"regolith-avizo": null, | ||
"gtklock": null, | ||
"regolith-powerd": null, | ||
"sway-audio-idle-inhibit": null | ||
} | ||
} |
Oops, something went wrong.