Skip to content
This repository has been archived by the owner on Jun 27, 2023. It is now read-only.

Commit

Permalink
v0.9.0 - new upstream release
Browse files Browse the repository at this point in the history
  • Loading branch information
barnumbirr committed Aug 3, 2021
1 parent 9c09181 commit 4ef1da8
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If you have [Docker](https://www.docker.com/) installed locally, just run the fo
```bash
user@hostname$ ./build.sh
```
By default this will build alacritty v0.8.0 on Debian Buster.
By default this will build alacritty v0.9.0 on Debian Buster.

If you want to customize the build at runtime, use the following:

Expand Down
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -eu

IMAGE="debian:buster-slim"
TARGET="$(dirname "$0" | xargs realpath)"
VERSION="v0.9.0-rc5"
VERSION="v0.9.0"

while getopts "v:i:h" opt
do
Expand Down
8 changes: 8 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
alacritty (0.9.0-1) unstable; urgency=medium

* New upstream release
* Remove manual terminfo file installation
* Added `ncurses-term` to recommended package list

-- Martin Simon <me@martinsimon.me> Tue, 03 Aug 2021 00:00:00 +0000

alacritty (0.9.0-rc5-1) unstable; urgency=medium

* New upstream release
Expand Down
1 change: 1 addition & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Architecture: amd64
Depends:
${misc:Depends},
${shlibs:Depends},
Recommends: ncurses-term
Provides:
x-terminal-emulator
Description: GPU-accelerated terminal emulator
Expand Down
1 change: 0 additions & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ override_dh_auto_install:
install -Dm0644 "extra/completions/_alacritty" "debian/alacritty/usr/share/vendor-completions/_alacritty"
install -Dm0644 "extra/logo/alacritty-term.svg" "debian/alacritty/usr/share/pixmaps/com.alacritty.Alacritty.svg"
install -Dm0644 "extra/linux/Alacritty.desktop" "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"
tic -x -e alacritty,alacritty-direct -o "debian/alacritty/usr/share/terminfo" "extra/alacritty.info"
sed -i 's/Icon=Alacritty/Icon=com.alacritty.Alacritty/g' "debian/alacritty/usr/share/applications/com.alacritty.Alacritty.desktop"

override_dh_installexamples:
Expand Down

0 comments on commit 4ef1da8

Please sign in to comment.