summaryrefslogtreecommitdiffstats
path: root/src/harfbuzz.mk
Commit message (Collapse)AuthorAgeFilesLines
* harfbuzz: updateMark Brand2015-10-131-2/+2
|
* harfbuzz: updateMark Brand2015-10-011-2/+2
|
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* many packages: cleanup deps orderingTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* harfbuzz: updateMark Brand2015-09-021-2/+2
|
* harfbuzz: updateMark Brand2015-08-221-2/+2
|
* dbus gettext harfbuzz libidn libpng: updateMark Brand2015-07-301-2/+2
|
* harfbuzz: fix update macroMark Brand2015-06-201-1/+1
|
* cairo freetype harfbuzz: updateMark Brand2015-06-201-2/+2
|
* harfbuzz vorbis: updateMark Brand2015-03-051-2/+2
|
* harfbuzz: updateMark Brand2015-01-241-2/+2
|
* harfbuzz: updateMark Brand2014-12-181-2/+2
|
* harfbuzz: updateMark Brand2014-11-211-2/+2
|
* update package harfbuzzMark Brand2014-08-281-2/+2
|
* update package harfbuzzMark Brand2014-08-041-2/+2
|
* update package harfbuzzMark Brand2014-07-101-2/+2
|
* let freetype2.pc deal with the harfbuzz circularityMark Brand2014-06-211-2/+0
|
* update package harfbuzzMark Brand2014-06-191-2/+2
| | | | "make clean" required
* package qtbase: use system harfbuzz and resolve link circularityMark Brand2014-06-191-0/+2
|
* packages cairo fontconfig freetype harbuzz: bootstrap build for mutual ↵Tony Theodore2014-06-171-1/+1
| | | | dependencies
* update package harfbuzzMark Brand2014-03-191-2/+2
|
* Updated Harfbuzz for shared buildTuukka Pasanen2014-02-101-5/+1
|
* update package harfbuzzNiels Kristian Bech Jensen2014-02-011-2/+2
|
* update package harfbuzzNiels Kristian Bech Jensen2013-12-261-2/+2
|
* update package harfbuzzMark Brand2013-11-141-2/+2
|
* update package harfbuzzMark Brand2013-11-031-2/+2
|
* update packages: cminpack file harfbuzz libircclient mpg123 netpbmMark Brand2013-10-081-2/+2
|
* update packages cairo fontconfig glib harfbuzz pangoNiels Kristian Bech Jensen2013-09-071-2/+2
|
* update packages glew harfbuzz libidn libntlmTony Theodore2013-07-311-2/+2
|
* Move package versions from index.html back into the src/*.mk filesVolker Grabsch2013-07-211-0/+1
| | | | | | | | | | | | | | | | | | | | | | | Most of the automatic conversion was done using the following Python script: import os import re pkgs = sorted(mkfile[:-len('.mk')] for mkfile in os.listdir('src') if mkfile.endswith('.mk')) with open('index.html', 'rb') as f: index = f.read() pkgs_index = re.findall('<td class="package">([^<]*)</td>', index) assert pkgs_index == pkgs versions = dict(re.findall('<td id="([^"]*)-version">([^<]*)</td>', index)) assert sorted(versions.keys()) == pkgs for pkg in pkgs: version = versions[pkg] with open('src/' + pkg + '.mk', 'rb') as f: mk = f.read() checksumpos = mk.index('\n$(PKG)_CHECKSUM ') versionline = '\n$(PKG)_VERSION := %(version)s' % {'version': version} newmk = mk[:checksumpos] + versionline + mk[checksumpos:] with open('src/' + pkg + '.mk', 'wb') as f: f.write(newmk)
* update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pangoTony Theodore2013-06-231-1/+1
|
* various packages: remove grep workarounds for version sortingTony Theodore2013-05-221-2/+2
|
* update packages: armadillo fontconfig harfbuzz imagemagick oggNiels Kristian Bech Jensen2013-05-211-1/+1
|
* packages harfbuzz pango: fix for icu enabled buildsTony Theodore2013-05-181-7/+3
|
* package harfbuzz: add enable icu supportTony Theodore2013-05-181-4/+8
|
* update package harfbuzzMark Brand2013-04-211-1/+1
|
* package harfbuzz: disable native icu-config detectionTony Theodore2013-04-131-1/+1
|
* update package harfbuzzNiels Kristian Bech Jensen2013-04-111-1/+1
|
* package harbuzz: disable native icu-config detectionTony Theodore2013-04-071-1/+2
|
* update package gtk2 harfbuzzTony Theodore2013-03-291-1/+1
|
* update package harfbuzzMark Brand2013-02-261-1/+1
|
* update package harfbuzzMark Brand2013-01-191-1/+1
|
* update package harfbuzzMark Brand2013-01-101-1/+1
|
* update package harfbuzzMark Brand2013-01-031-1/+1
|
* update package harfbuzzMark Brand2012-12-061-1/+1
|
* update packages harfbuzz pangoMark Brand2012-11-211-1/+1
|
* update package harfbuzzMark Brand2012-11-141-2/+2
|
* add package harfbuzzMark Brand2012-11-121-0/+27