gucharmap: 3.18.2 -> 10.0.1

- Gucharmap no longer follow the GNOME major versioning.
- Gucharmap no longer includes Unicode data. Instead the data should be
  downloaded from unicode.org.
This commit is contained in:
Albert Safin
2017-09-29 02:25:41 +07:00
parent 35c15d4a61
commit 1ae19b6c4e
4 changed files with 59 additions and 13 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ GNOME_FTP=ftp.gnome.org/pub/GNOME/sources
# projects that don't follow the GNOME major versioning, or that we don't want to
# programmatically update
NO_GNOME_MAJOR="ghex gtkhtml gdm"
NO_GNOME_MAJOR="ghex gtkhtml gdm gucharmap"
usage() {
echo "Usage: $0 <show project>|<update project>|<update-all> [major.minor]" >&2