Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | harfbuzz: fix for mman-win32 detection | Tony Theodore | 2015-12-03 | 1 | -0/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-11-27 | 1 | -2/+2 |
| | |||||
* | harfbuzz, vmime: update | Mark Brand | 2015-11-21 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-10-16 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-10-01 | 1 | -2/+2 |
| | |||||
* | all packages: really use sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | many packages: cleanup deps ordering | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | |||||
* | all packages: switch to sha256 checksums | Tony Theodore | 2015-09-23 | 1 | -1/+1 |
| | | | | closes #871 | ||||
* | harfbuzz: update | Mark Brand | 2015-09-02 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-08-22 | 1 | -2/+2 |
| | |||||
* | dbus gettext harfbuzz libidn libpng: update | Mark Brand | 2015-07-30 | 1 | -2/+2 |
| | |||||
* | harfbuzz: fix update macro | Mark Brand | 2015-06-20 | 1 | -1/+1 |
| | |||||
* | cairo freetype harfbuzz: update | Mark Brand | 2015-06-20 | 1 | -2/+2 |
| | |||||
* | harfbuzz vorbis: update | Mark Brand | 2015-03-05 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2015-01-24 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2014-12-18 | 1 | -2/+2 |
| | |||||
* | harfbuzz: update | Mark Brand | 2014-11-21 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Mark Brand | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Mark Brand | 2014-08-04 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Mark Brand | 2014-07-10 | 1 | -2/+2 |
| | |||||
* | let freetype2.pc deal with the harfbuzz circularity | Mark Brand | 2014-06-21 | 1 | -2/+0 |
| | |||||
* | update package harfbuzz | Mark Brand | 2014-06-19 | 1 | -2/+2 |
| | | | | "make clean" required | ||||
* | package qtbase: use system harfbuzz and resolve link circularity | Mark Brand | 2014-06-19 | 1 | -0/+2 |
| | |||||
* | packages cairo fontconfig freetype harbuzz: bootstrap build for mutual ↵ | Tony Theodore | 2014-06-17 | 1 | -1/+1 |
| | | | | dependencies | ||||
* | update package harfbuzz | Mark Brand | 2014-03-19 | 1 | -2/+2 |
| | |||||
* | Updated Harfbuzz for shared build | Tuukka Pasanen | 2014-02-10 | 1 | -5/+1 |
| | |||||
* | update package harfbuzz | Niels Kristian Bech Jensen | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Niels Kristian Bech Jensen | 2013-12-26 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-11-14 | 1 | -2/+2 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-11-03 | 1 | -2/+2 |
| | |||||
* | update packages: cminpack file harfbuzz libircclient mpg123 netpbm | Mark Brand | 2013-10-08 | 1 | -2/+2 |
| | |||||
* | update packages cairo fontconfig glib harfbuzz pango | Niels Kristian Bech Jensen | 2013-09-07 | 1 | -2/+2 |
| | |||||
* | update packages glew harfbuzz libidn libntlm | Tony Theodore | 2013-07-31 | 1 | -2/+2 |
| | |||||
* | Move package versions from index.html back into the src/*.mk files | Volker Grabsch | 2013-07-21 | 1 | -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 pango | Tony Theodore | 2013-06-23 | 1 | -1/+1 |
| | |||||
* | various packages: remove grep workarounds for version sorting | Tony Theodore | 2013-05-22 | 1 | -2/+2 |
| | |||||
* | update packages: armadillo fontconfig harfbuzz imagemagick ogg | Niels Kristian Bech Jensen | 2013-05-21 | 1 | -1/+1 |
| | |||||
* | packages harfbuzz pango: fix for icu enabled builds | Tony Theodore | 2013-05-18 | 1 | -7/+3 |
| | |||||
* | package harfbuzz: add enable icu support | Tony Theodore | 2013-05-18 | 1 | -4/+8 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-04-21 | 1 | -1/+1 |
| | |||||
* | package harfbuzz: disable native icu-config detection | Tony Theodore | 2013-04-13 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Niels Kristian Bech Jensen | 2013-04-11 | 1 | -1/+1 |
| | |||||
* | package harbuzz: disable native icu-config detection | Tony Theodore | 2013-04-07 | 1 | -1/+2 |
| | |||||
* | update package gtk2 harfbuzz | Tony Theodore | 2013-03-29 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-02-26 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-01-10 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Mark Brand | 2013-01-03 | 1 | -1/+1 |
| | |||||
* | update package harfbuzz | Mark Brand | 2012-12-06 | 1 | -1/+1 |
| |