Skip to content

Commit

Permalink
version: Bump to v1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
13rac1 committed Mar 12, 2018
1 parent 7f429c1 commit 1ae82f4
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ TMP := /dev/shm
# Where to find scfbuild?
SCFBUILD := SCFBuild/bin/scfbuild

VERSION := 1.3
VERSION := 1.4
FONT_PREFIX := TwitterColorEmoji-SVGinOT
REGULAR_FONT := build/$(FONT_PREFIX).ttf
REGULAR_PACKAGE := build/$(FONT_PREFIX)-$(VERSION)
Expand Down Expand Up @@ -66,6 +66,7 @@ deb-package: linux-package
cp -R build/$(LINUX_PACKAGE) build/$(DEB_PACKAGE)-$(VERSION)
cd build/$(DEB_PACKAGE)-$(VERSION); debuild -us -uc
#debuild -S
#dput ppa:eosrei/fonts $(DEB_PACKAGE)_$(VERSION).changes

osx-package: $(OSX_FONT)
rm -f $(OSX_PACKAGE).zip
Expand Down
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,11 +84,11 @@ want to try them. Primary issues are the 0x2639 and 0x263a characters.
Install for the current user without root:
```sh
# 1. Download the latest version
wget https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-Linux-1.3.tar.gz
wget https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz
# 2. Uncompress the file
tar zxf TwitterColorEmoji-SVGinOT-Linux-1.3.tar.gz
tar zxf TwitterColorEmoji-SVGinOT-Linux-1.4.tar.gz
# 3. Run the installer
cd TwitterColorEmoji-SVGinOT-Linux-1.3
cd TwitterColorEmoji-SVGinOT-Linux-1.4
./install.sh
```

Expand Down Expand Up @@ -124,10 +124,10 @@ emerge twemoji-color-font
Both SVGinOT versions are available from releases:
https://github.com/eosrei/twemoji-color-font/releases

1. `TwitterColorEmoji-SVGinOT-1.3.zip` - The regular version of the font
1. `TwitterColorEmoji-SVGinOT-1.4.zip` - The regular version of the font
installs like any other font and can be specifically selected, but OS X will
default to the `Apple Color Emoji` font for emojis.
2. `TwitterColorEmoji-SVGinOT-OSX-1.3.zip` - A hack to replace the `Apple
2. `TwitterColorEmoji-SVGinOT-OSX-1.4.zip` - A hack to replace the `Apple
Color Emoji` font by [using the same internal name][10]. Install and accept
the warning in Font Book.

Expand Down Expand Up @@ -155,7 +155,7 @@ from releases: https://github.com/eosrei/twemoji-color-font/releases
The regular version of the font installs like any other font and can be
specifically selected, but Windows will default to the `Segoe UI Emoji`
font for emoji characters. Download:
https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-1.3.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-1.4.zip

### Replace the default Windows emoji fonts

Expand All @@ -170,7 +170,7 @@ install script requires both [Python][16] and pip in the PATH.
1. Download the most recent Python 3 for Windows: https://www.python.org/downloads/windows/
2. Start the installer, select "Add Python 3.6 to PATH" and finish the install process.
3. Download Twitter Color Emoji Windows package from releases:
https://github.com/eosrei/twemoji-color-font/releases/download/v1.3/TwitterColorEmoji-SVGinOT-Win-1.3.zip
https://github.com/eosrei/twemoji-color-font/releases/download/v1.4/TwitterColorEmoji-SVGinOT-Win-1.4.zip
4. Uncompress the file.
5. Open the new TwitterColorEmoji directory.
7. Run install.cmd. *Note: This will take some time.*
Expand Down
6 changes: 6 additions & 0 deletions linux/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
fonts-twemoji-svginot (1.4-1) xenial; urgency=medium

* Update to twemoji 2.5.0.

-- Brad Erickson <eosrei@gmail.com> Sun, 11 Mar 2018 09:56:15 -0700

fonts-twemoji-svginot (1.3-1) trusty; urgency=medium

* Update to twemoji 2.3.0, Unicode 10.0, Emoji 5.0.
Expand Down

0 comments on commit 1ae82f4

Please sign in to comment.