Skip to content

Commit

Permalink
feat: move PPA sourced packaged to new 04-main repo
Browse files Browse the repository at this point in the history
  • Loading branch information
philclifford committed May 14, 2024
1 parent 7d78bfe commit e82c031
Show file tree
Hide file tree
Showing 43 changed files with 42 additions and 38 deletions.
37 changes: 0 additions & 37 deletions 01-main/manifest
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,12 @@ agena
anydesk
atom
atomic
audio-recorder
azure-cli
balena-etcher
bat
beersmith3
bitwarden
bitwig-studio
blanket
bluejeans-v2
bottom
brave-browser
Expand All @@ -21,12 +19,10 @@ cawbird
chronograf
code
codium
copyq
#corectrl
croc
cronopete
crossover
cryptomator
dbeaver-ce
#deadbeef
deadbeef-static
Expand All @@ -47,13 +43,9 @@ expressvpn
fail2ban
fastfetch
fd
firefox
firefox-beta
firefox-devedition
firefox-esr
firefox-nightly
foliate
fsearch
#geforcenow-electron
gh
git-delta
Expand All @@ -67,19 +59,15 @@ google-chrome-stable
google-chrome-unstable
google-cloud-cli
google-earth-pro-stable
gpu-viewer
grub-customizer
headset
helio-workstation
heroic
hugo
i3
imhex
indicator-sound-switcher
influxdb
influxdb2
influxdb2-cli
inkscape
insync
iriunwebcam
jami
Expand All @@ -89,16 +77,13 @@ jellyfin-media-player
jexiftoolgui
jupyterlab-desktop
kapacitor
kdiskmark
keepassxc
keybase
kopia-ui
koreader
kse
ksnip
kwaterfoxhelper
lens
libreoffice
librewolf
limoji
localsend
Expand All @@ -119,42 +104,30 @@ nala-legacy
nekoray
neo4j
#neovim
nextcloud-desktop
nodejs
nomad
nordvpn
notable
novelwriter
obs-cli
obsidian
obs-studio
ocenaudio
tezos-baking
onedriver
onefetch
openrazer-meta
openrgb
opera-stable
pandoc
papirus-folders
papirus-icon-theme
filezilla-theme-papirus
#parsec
#picocrypt
plexmediaserver
polychromatic
portmaster
powershell
protonvpn
publii
qownnotes
quarto
quickemu
quickgui
quickobs
rclone
resilio-sync
retroarch
ripgrep
rpi-imager
rstudio
Expand All @@ -164,18 +137,14 @@ sejda-desktop
#sengi
shutter-encoder
signal-desktop
simple-pwgen
simplenote
skypeforlinux
slack-desktop
smartgit
softmaker-office-2021
songrec
indicator-sound-switcher
speedtest
spotify-client
standard-notes
strawberry
stremio
sublime-merge
sublime-text
Expand All @@ -190,7 +159,6 @@ teamviewer
telegraf
termius-app
terraform
texworks
thinlinc-client
tixati
tofu
Expand All @@ -202,13 +170,10 @@ tonelib-noisereducer
tonelib-tubewarmth
tonelib-zoom
typora
ubuntu-make
ulauncher
#ungoogled-chromium
urserver
usbimager
vagrant
veracrypt
virtualbox-6.1
virtualbox-7.0
vivaldi-stable
Expand All @@ -223,7 +188,5 @@ winehq-devel
winehq-stable
winehq-staging
wire-desktop
xemu
yq
zoom
zotero
1 change: 1 addition & 0 deletions 02-main/manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://raw.githubusercontent.com/wimpysworld/deb-get/main/02-main
activitywatch
alduin
antimicrox
Expand Down
1 change: 1 addition & 0 deletions 03-main/manifest
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
https://raw.githubusercontent.com/wimpysworld/deb-get/main/03-main
android-messages-desktop
appimagelauncher
azuredatastudio
Expand Down
39 changes: 39 additions & 0 deletions 04-main/manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
https://raw.githubusercontent.com/wimpysworld/deb-get/main/04-main
audio-recorder
battery-monitor
blanket
copyq
#corectrl
cryptomator
filezilla-theme-papirus
firefox
firefox-esr
foliate
fsearch
gpu-viewer
grub-customizer
indicator-sound-switcher
inkscape
kdiskmark
keepassxc
libreoffice
nextcloud-desktop
obs-studio
openrazer-meta
papirus-folders
papirus-icon-theme
polychromatic
qownnotes
quickemu
quickgui
retroarch
simple-pwgen
songrec
strawberry
texworks
tezos-baking
ubuntu-make
ulauncher
veracrypt
xemu
yq
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion deb-get
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,7 @@ function init_repos() {
if [ ! -e "${ETC_DIR}/01-main.repo" ]; then
${ELEVATE} tee "${ETC_DIR}/01-main.repo" <<<"${MAIN_REPO_URL}" >/dev/null
fi
for subrepo in 02 03; do
for subrepo in 02 03 04; do
if [ ! -e "${ETC_DIR}/${subrepo}-main.repo" ]; then
${ELEVATE} head -1 "${ETC_DIR}/01-main.repo" | sed "s/01/${subrepo}/" > "${ETC_DIR}/${subrepo}-main.repo"
fi
Expand Down

0 comments on commit e82c031

Please sign in to comment.