Skip to content

Commit

Permalink
Fixed stela.sh and Updated Packages
Browse files Browse the repository at this point in the history
  • Loading branch information
AwlsomeAlex committed Feb 18, 2020
1 parent 307f10e commit 39e81ab
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion packages/linux-headers/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# ----- Package Information ----- #
PKG_NAME=linux-headers
PKG_VERSION=5.5.3
PKG_VERSION=5.5.4
PKG_SRC=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$PKG_VERSION.tar.xz")
PKG_DEPS=()

Expand Down
3 changes: 2 additions & 1 deletion packages/linux/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# ----- Package Information ----- #
PKG_NAME=linux
PKG_VERSION=5.5.3
PKG_VERSION=5.5.4
PKG_SRC=("https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-$PKG_VERSION.tar.xz")
PKG_DEPS=()

Expand Down Expand Up @@ -93,4 +93,5 @@ build_linux() {

# Install to /boot
mkdir $fs/boot
cp -r $image_file $fs/boot/kernel.xz
}
2 changes: 1 addition & 1 deletion packages/ncurses/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# ----- Package Information ----- #
PKG_NAME=ncurses
PKG_VERSION=6.1
PKG_VERSION=6.2
PKG_SRC=("https://invisible-mirror.net/archives/ncurses/ncurses-$PKG_VERSION.tar.gz")
PKG_DEPS=()

Expand Down
2 changes: 1 addition & 1 deletion packages/vim/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# ----- Package Information ----- #
PKG_NAME=vim
PKG_VERSION=8.2.0252
PKG_VERSION=8.2.0273
PKG_SRC=("https://github.com/vim/vim/archive/v$PKG_VERSION.tar.gz" "vimrc")
PKG_DEPS=()

Expand Down
5 changes: 3 additions & 2 deletions stela.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ INITRAMFS_PKG=("linux" "nova" "busybox" "musl" "musl-tools" "syslinux" "ncurses"
TOOL_PKG=("file" "gettext-tiny" "m4" "bison" "flex" "bc" "ncurses" "gperf" "libtool" "autoconf" "automake" "linux-headers" "binutils" "gcc-extras" "gcc-static" "musl" "gcc" "cracklib" "pkgconf")

# StelaLinux Target Architecture (Supported: i686/x86_64)
#export BARCH=i686
export BARCH=x86_64
export BARCH=i686
#export BARCH=x86_64

# ----- Directory Infomation ----- #

Expand Down Expand Up @@ -717,6 +717,7 @@ function tutmonda_usage() {
loka_print ""
loka_print "Developed by Alexander Barris (AwlsomeAlex)"
loka_print "Licensed under the GNU GPLv3"
loka_print "Want the source code? 'vim stela.sh'"
loka_print "No penguins were harmed in the making of this distro."
loka_print ""
}
Expand Down
2 changes: 1 addition & 1 deletion toolchain/packages/bc/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Licensed under the GNU GPLv3, which can be found at https://www.gnu.org/licenses/gpl-3.0.en.html
#
# Description: Abritary precision calculator language
# URL: https://gnu.org/software/bc
# URL: https://github.com/gavinhoward/bc
# License: GNU GPLv3
# Maintainer: AwlsomeAlex
# Section: toolchain (Stage 1)
Expand Down
2 changes: 1 addition & 1 deletion toolchain/packages/binutils/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# ----- Package Information ----- #
PKG_NAME=binutils
PKG_VERSION=2.33.1
PKG_VERSION=2.34
PKG_SRC=("http://ftp.gnu.org/gnu/binutils/binutils-$PKG_VERSION.tar.xz")

# ----- Build Function ----- #
Expand Down
2 changes: 1 addition & 1 deletion toolchain/packages/bison/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# ----- Package Information ----- #
PKG_NAME=bison
PKG_VERSION=3.5.1
PKG_VERSION=3.5.2
PKG_SRC=("https://ftp.gnu.org/gnu/bison/bison-$PKG_VERSION.tar.gz")

# ----- Build Function ----- #
Expand Down
2 changes: 1 addition & 1 deletion toolchain/packages/ncurses/StelaKonstrui
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

# ----- Package Information ----- #
PKG_NAME=ncurses
PKG_VERSION=6.1
PKG_VERSION=6.2
PKG_SRC=("http://ftp.gnu.org/pub/gnu/ncurses/ncurses-$PKG_VERSION.tar.gz")

# ----- Build Function ----- #
Expand Down

0 comments on commit 39e81ab

Please sign in to comment.