diff --git a/build-packages b/build-packages index 29d4e1a..880b780 100755 --- a/build-packages +++ b/build-packages @@ -9,7 +9,7 @@ for dir in packages/*/ ; do if [[ $1 == "check" ]]; then echo "Check if $pkgname can build correctly..." cd $dir - makepkg -c + makepkg -cd cd ../.. else mkdir -p repository @@ -20,7 +20,7 @@ for dir in packages/*/ ; do echo "Building version $pkgver-$pkgrel of $pkgname..." cd $dir - makepkg -cf + makepkg -cfd cd ../.. fi fi diff --git a/packages/tos-desktop-terminal/PKGBUILD b/packages/tos-desktop-terminal/PKGBUILD index 7ec0881..0f0b4e4 100644 --- a/packages/tos-desktop-terminal/PKGBUILD +++ b/packages/tos-desktop-terminal/PKGBUILD @@ -4,9 +4,9 @@ arch=('any') url='https://git.tipragot.fr/tipragot/tos' license=('MIT') -pkgver='0.1.4' +pkgver='0.2.0' pkgrel='1' -depends=('tos-desktop-core' 'alacritty') +depends=('tos-desktop-core' 'alacritty' 'fish') source=('config.toml') cksums=('SKIP') diff --git a/packages/tos-desktop-terminal/config.toml b/packages/tos-desktop-terminal/config.toml index 0303770..1335447 100644 --- a/packages/tos-desktop-terminal/config.toml +++ b/packages/tos-desktop-terminal/config.toml @@ -1,27 +1,15 @@ -[colors.bright] -black = "0x636363" -blue = "0x7eaac7" -cyan = "0x86d3ce" -green = "0x909d63" -magenta = "0xaa6292" -red = "0xbc5653" -white = "0xf7f7f7" -yellow = "0xebc17a" +shell = "/bin/fish" + +[colors.primary] +background = "0x2c2c2c" +foreground = "0xd6d6d6" +bright_foreground = "0xd9d9d9" +dim_foreground = "0xdbdbdb" [colors.cursor] cursor = "0xd9d9d9" text = "0x2c2c2c" -[colors.dim] -black = "0x232323" -blue = "0x556b79" -cyan = "0x5c8482" -green = "0x5e6547" -magenta = "0x6e4962" -red = "0x74423f" -white = "0x828282" -yellow = "0x8b7653" - [colors.normal] black = "0x1c1c1c" blue = "0x7eaac7" @@ -32,10 +20,23 @@ red = "0xbc5653" white = "0xcacaca" yellow = "0xebc17a" -[colors.primary] -background = "0x2c2c2c" -bright_background = "0x3a3a3a" -bright_foreground = "0xd9d9d9" -dim_background = "0x202020" -dim_foreground = "0xdbdbdb" -foreground = "0xd6d6d6" +[colors.bright] +black = "0x636363" +blue = "0x7eaac7" +cyan = "0x86d3ce" +green = "0x909d63" +magenta = "0xaa6292" +red = "0xbc5653" +white = "0xf7f7f7" +yellow = "0xebc17a" + +[colors.dim] +black = "0x232323" +blue = "0x556b79" +cyan = "0x5c8482" +green = "0x5e6547" +magenta = "0x6e4962" +red = "0x74423f" +white = "0x828282" +yellow = "0x8b7653" + diff --git a/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst b/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst deleted file mode 100644 index 132a80e..0000000 Binary files a/repository/tos-desktop-terminal-0.1.4-1-any.pkg.tar.zst and /dev/null differ diff --git a/repository/tos-desktop-terminal-0.2.0-1-any.pkg.tar.zst b/repository/tos-desktop-terminal-0.2.0-1-any.pkg.tar.zst new file mode 100644 index 0000000..83e2a8d Binary files /dev/null and b/repository/tos-desktop-terminal-0.2.0-1-any.pkg.tar.zst differ diff --git a/repository/tos.db b/repository/tos.db index 0366191..44cfa57 100644 Binary files a/repository/tos.db and b/repository/tos.db differ diff --git a/repository/tos.files b/repository/tos.files index d4eabc3..c12d8e9 100644 Binary files a/repository/tos.files and b/repository/tos.files differ