Skip to content

Commit

Permalink
jammyupdate1
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtravis committed May 18, 2022
1 parent c1f5f57 commit 23352d8
Show file tree
Hide file tree
Showing 204 changed files with 93 additions and 13 deletions.
1 change: 0 additions & 1 deletion builds/crouton-master-jammy/init

This file was deleted.

Binary file removed builds/crouton-master-jammy/testC
Binary file not shown.
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.
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.
13 changes: 13 additions & 0 deletions builds/crouton-master/targets/Python
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES='core'
DESCRIPTION='Basic CLI tools such as ssh.'
HOSTBIN='startcli'
CHROOTBIN='croutonpowerd'
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install python3-pip python3-pyqt5 libsecp256k1-0 python3-cryptography

File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if [ "${TARGETNOINSTALL:-c}" = 'c' ] &&
[ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] &&
[ "${ARCH#arm}" != "$ARCH" ]; then
error 99 "chromium target is not supported on Debian/ARM."
fi
#if [ "${TARGETNOINSTALL:-c}" = 'c' ] &&
# [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] &&
# [ "${ARCH#arm}" != "$ARCH" ]; then
# error 99 "chromium target is not supported on Debian/ARM."
#fi

REQUIRES='x11'
DESCRIPTION="Chromium browser. Uses the distro's version, which may be old."
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install ubuntu=chromium-browser,chromium
install chromium-browser
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.
14 changes: 14 additions & 0 deletions builds/crouton-master/targets/libreoffice
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES='core'
DESCRIPTION='Libreoffice.'
HOSTBIN='startcli'
CHROOTBIN='croutonpowerd'
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install libreoffice cups-bsd imagemagick gimp jupyter


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
19 changes: 19 additions & 0 deletions builds/crouton-master/targets/tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES='core'
DESCRIPTION='tools.'
HOSTBIN='startcli'
CHROOTBIN='croutonpowerd'
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install net-tools util-linux partitionmanager golang \
bison cmake nano gedit gedit-plugins kwrite vlc \
vlc-plugin-access-extra gnome-disk-utility gnome-sound-recorder \
net-tools util-linux




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.
Binary file added builds/crouton-master/testC
Binary file not shown.
13 changes: 7 additions & 6 deletions targets/chromium
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
if [ "${TARGETNOINSTALL:-c}" = 'c' ] &&
[ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] &&
[ "${ARCH#arm}" != "$ARCH" ]; then
error 99 "chromium target is not supported on Debian/ARM."
fi
#if [ "${TARGETNOINSTALL:-c}" = 'c' ] &&
# [ "$DISTRO" = 'debian' -o "$DISTRO" = 'kali' ] &&
# [ "${ARCH#arm}" != "$ARCH" ]; then
# error 99 "chromium target is not supported on Debian/ARM."
#fi

REQUIRES='x11'
DESCRIPTION="Chromium browser. Uses the distro's version, which may be old."
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install ubuntu=chromium-browser,chromium
install chromium-browser
14 changes: 14 additions & 0 deletions targets/openoffice
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES='core'
DESCRIPTION='Libreoffice.'
HOSTBIN='startcli'
CHROOTBIN='croutonpowerd'
. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:
install libreoffice cups-bsd imagemagick gimp jupyter


19 changes: 19 additions & 0 deletions targets/tools
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
#!/bin/sh -e
# Copyright (c) 2016 The crouton Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
REQUIRES=core
DESCRIPTION= 'tools'

. "${TARGETSDIR:="$PWD"}/common"

### Append to prepare.sh:

install net-tools util-linux partitionmanager golang \
-- bison cmake nano gedit gedit-plugins kwrite vlc \
-- vlc-plugin-access-extra gnome-disk-utility gnome-sound-recorder \
-- firefox-esr-l10n-all net-tools util-linux




0 comments on commit 23352d8

Please sign in to comment.