Skip to content

Commit

Permalink
2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marigostra committed Feb 18, 2024
1 parent 0a3ed8d commit e2baab9
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 11 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.luwrain</groupId>
<artifactId>luwrain-parent</artifactId>
<version>2.0.0</version>
<version>2.0.0-rc1</version>
</parent>
<artifactId>luwrain-linux</artifactId>
<name>LUWRAIN Linux utilities</name>
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04.3/scripts/base.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

LWRISO_VERSION=2.0.0.0
LWRISO_VERSION=2.0.1
UBUNTU_RELEASE=jammy
LWRISO_BOOT_VER=22.04.3
LWRISO_USER=luwrain
Expand Down
8 changes: 6 additions & 2 deletions ubuntu/22.04.3/scripts/image-pack
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,14 @@ mksquashfs chroot disk/casper/filesystem.squashfs -comp xz > /dev/null

rm -rf disk/casper/filesystem.squashfs.gpg disk/md5sum.txt disk/pool disk/ubuntu
echo "LUWRAIN $LWRISO_VERSION Release $LWRISO_ARCH ($LWRISO_DATE)" > disk/.disk/info
#sed -i -e s/'Ubuntu.*$'/'Homeros '$LWRISO_DATE' - Release '$LWRISO_ARCH/ disk/README.diskdefines

cat <<EOF > disk/README.ru.txt
LUWRAIN
Платформа невизуальных приложений LUWRAIN
Версия: $LWRISO_VERSION
Дата релиза: $(date '+%d.%m.%Y')
Основано на: Ubuntu $LWRISO_BOOT_VER ($LWRISO_ARCH)
Описание установки на компьютер смотрите в документации по адресу https://luwrain.org/doc/user/installation/iso/
EOF

pushd disk > /dev/null
Expand Down
4 changes: 1 addition & 3 deletions ubuntu/22.04.3/scripts/scripts.d/01-cleaning-packages
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
remove-pkg zsys
remove-pkg libreoffice-core libreoffice-common thunderbird firefox
remove-pkg-prefix firefox-locale
#remove-pkg libmysqlclient21 nautilus update-manager
#remove-pkg 'fonts-(tlwg)*'
#tibetan|takao|sil|nanum|lohit|lao|khmeros|guru
#sil|nanum|lohit|khmeros
#remove-pkg 'fonts-(arphic)*'
#tlwg|tibetan|takao|sil|nanum|lohit|lao|khmeros|guru|
remove-pkg 'mythes*'
Expand Down
2 changes: 1 addition & 1 deletion ubuntu/22.04.3/scripts/scripts.d/10-packages
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ install-pkg ffmpeg lame sox mpg123 mplayer xbindkeys vorbis-tools geeqie
install-pkg language-pack-en language-pack-en-base
install-pkg texlive-latex-recommended texlive-latex-extra texlive-metapost texlive-lang-cyrillic texlive-fonts-recommended
install-pkg cm-super poppler-utils tesseract-ocr-rus
install-pkg lilypond timidity
install-pkg timidity
install-pkg python3-pip yt-dlp
8 changes: 5 additions & 3 deletions ubuntu/22.04.3/scripts/scripts.d/95-pkg-clean
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@

remove-pkg 'ubiquity*' 'cups*' 'ubuntu-wallpaper*'
remove-pkg 'ubiquity*' 'ubuntu-wallpaper*'
remove-pkg 'cups*' 'openprinting*'
remove-pkg aspell dictionaries-common transmission-common shotwell seahorse rhythmbox remmina reiserfsprogs language-selector-common ibus pipewire
remove-pkg gvfs-common gedit-common yelp
remove-pkg 'gnome*'
remove-pkg '*gnome*'
remove-pkg libreoffice-style-breeze libreoffice-style-colibre
remove-pkg gparted-common orca yaru-theme-gnome-shell usb-creator-gtk mousetweaks file-roller gcr baobab aisleriot
remove-pkg yaru-theme-icon yaru-theme-sound libsane1
remove-pkg 'ruby*'


# Light, can be easily saved
remove-pkg 'fonts-guru*' 'fonts-lao' 'fonts-tlwg*'
remove-pkg 'fonts-guru*' 'fonts-lao' 'fonts-tlwg*' 'fonts-tibetan*' 'fonts-smc*' 'fonts-sil*' 'fonts-lohit*'

# very heavy
remove-pkg fonts-noto-cjk
Expand Down
Empty file modified ubuntu/22.04.3/scripts/scripts.d/99-casper
100644 → 100755
Empty file.

0 comments on commit e2baab9

Please sign in to comment.