summaryrefslogtreecommitdiffstats
path: root/src/vmime.mk
Commit message (Collapse)AuthorAgeFilesLines
* fix project path for vmime extra fileUwe Koloska2015-10-141-1/+1
| | | | | | vmime uses a file from the src-directory of mxe but references it using a relative path that is only working if the temporary build directory is inside the mxe project path at the fixed position.
* vmime: fix update macroMark Brand2015-10-121-1/+1
| | | | | The subdir and filename are based on the first 7 characters of the sha1, so it's convenient to treat this as the version.
* all packages: really use sha256 checksumsTony Theodore2015-09-231-1/+1
|
* all packages: switch to sha256 checksumsTony Theodore2015-09-231-1/+1
| | | | closes #871
* dbus vmime: updateMark Brand2015-08-091-2/+2
|
* vmime: updateMark Brand2015-06-111-2/+2
|
* vmime: updateMark Brand2015-06-081-2/+2
|
* vmime: updateMark Brand2015-05-111-2/+2
|
* vmime: updateMark Brand2015-04-231-2/+2
|
* lcms vmime: updateMark Brand2015-03-191-2/+2
|
* vmime: updateMark Brand2015-03-101-2/+2
|
* vmime: updateMark Brand2015-03-051-2/+2
|
* vmime: updateMark Brand2015-02-201-2/+2
|
* vmime: fix fixing of .pc fileMark Brand2015-02-201-1/+1
|
* vmime: updateMark Brand2015-02-181-2/+2
|
* vmime: updateMark Brand2015-02-011-2/+2
|
* vmime: updateMark Brand2015-01-141-2/+2
|
* vmime updateMark Brand2015-01-021-2/+2
|
* vmime: updateMark Brand2014-12-041-2/+2
|
* vmime: install the DLLMark Brand2014-11-241-0/+1
|
* vmime: enable shared buildMark Brand2014-11-241-4/+3
|
* vmime: updateMark Brand2014-11-081-2/+2
|
* update packages gnutls, libgpg_eror, vmimeMark Brand2014-09-201-2/+2
|
* update package vmimeMark Brand2014-08-211-2/+2
|
* update package vmimeMark Brand2014-08-041-2/+2
|
* Fix GitHub update routineTimothy Gu2014-08-021-5/+1
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* update package vmimeMark Brand2014-06-191-2/+2
|
* update package vmimeMark Brand2014-06-091-2/+2
|
* update package vmimeMark Brand2014-06-071-2/+2
|
* update package vmimeMark Brand2014-06-051-2/+2
|
* update package vmimeMark Brand2014-05-271-2/+2
|
* update package vmimeMark Brand2014-04-191-2/+2
|
* update package vmimeMark Brand2014-04-181-2/+2
|
* many packages: explicitly disable shared buildsTony Theodore2014-04-061-0/+2
| | | | closes #369
* update package vmimeMark Brand2014-04-051-2/+2
|
* update package vmimeMark Brand2014-04-031-3/+7
|
* package vmime: default to native charset conversionMark Brand2014-03-271-3/+3
| | | | | The package now supports iconv, icu, and native windows character conversion. Native is probably a good default for MXE.
* update package vmimeMark Brand2014-03-271-3/+7
|
* update package vmimeMark Brand2013-11-161-2/+2
|
* package vmime: explicit options for iconv/icu choiceMark Brand2013-11-161-0/+2
| | | | | It should be easy for MXE users to choose between iconv and icu by adjusting these options and the dependency list in vmime.mk.
* package vmime: correct typoMark Brand2013-11-161-1/+1
|
* update package vmimeMark Brand2013-11-161-2/+6
|
* update package vmimeMark Brand2013-10-011-2/+2
|
* update package vmimeMark Brand2013-09-231-2/+2
|
* package vmime: expand filename in urlTony Theodore2013-07-221-1/+1
| | | | The filename isn't actually used, but we'll keep it consistent.
* 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 package vmimeMark Brand2013-07-011-1/+1
|
* update package vmimeMark Brand2013-06-251-1/+1
|
* update package vmimeMark Brand2013-06-221-1/+1
|
* update package vmimeMark Brand2013-06-201-1/+1
|