summaryrefslogtreecommitdiffstats
path: root/src/gtk2.mk
Commit message (Collapse)AuthorAgeFilesLines
* update gtk2 from 2.24.22 to 2.24.29Boris Nagaev2015-12-301-2/+2
| | | | | | Rebase all patches. fix #1112
* 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
* many packages: explicitly disable shared buildsTony Theodore2014-04-061-0/+2
| | | | closes #369
* package gtk2: allow test program to buildTony Theodore2014-03-091-1/+1
|
* Enable shared builds for atk, gdk-pixbuf and gtk2.Tobias Gruetzmacher2014-03-081-4/+1
|
* update package gtk2 and dependenciesNiels Kristian Bech Jensen2013-11-101-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 package gtk2Niels Kristian Bech Jensen2013-07-061-1/+1
|
* update packages curl gdk-pixbuf gtk2 harfbuzz imagemagick pangoTony Theodore2013-06-231-1/+1
|
* update package gtk2Niels Kristian Bech Jensen2013-05-151-1/+1
|
* update package gtk2 harfbuzzTony Theodore2013-03-291-1/+1
|
* update package gtk2Mark Brand2012-11-211-1/+1
|
* update packages harfbuzz pangoMark Brand2012-11-211-1/+1
|
* package gtk2: remove obsolete optionsMark Brand2012-06-151-6/+0
|
* update package gtk2Hans Petter Jansson2012-06-151-2/+2
|
* all packages: use $(WGET) portability variableTony Theodore2012-05-161-1/+1
|
* Move full package names from src/*.mk into package list (index.html)Volker Grabsch2012-03-291-1/+0
|
* Move doc/index.html -> index.htmlVolker Grabsch2012-03-291-1/+1
|
* Move $(PKG)_VERSION and $(PKG)_WEBSITE from src/*.mk into doc/index.htmlVolker Grabsch2012-03-291-2/+0
|
* Rebrand to new project name MXEVolker Grabsch2012-03-281-1/+1
|
* packages gtk2 gtkglextmm pango: replace wine workaround patchesMark Brand2011-11-281-0/+1
|
* improved coding styleVolker Grabsch2011-04-231-1/+2
|
* improved coding styleVolker Grabsch2011-04-221-1/+1
|
* update packages glib gnutls gtk2 imagemagick xzMark Brand2011-04-021-2/+2
|
* update package gtk2Mark Brand2011-03-161-2/+2
|
* upgrade package gtk2Mark Brand2011-02-251-2/+2
|
* rename gtk-->gtk2 in preparation for gtk3Tony Theodore2011-02-211-0/+49