382 Commits (184a3643c1b0f008beec9803e26b37592a51b0f6)

Author SHA1 Message Date
James Cameron 184a3643c1 Release Sugar 0.117 unstable 4 years ago
James Cameron 122284bd77 Build by default for python 3
5fa33b2 introduced build for either python 2 or python 3, with the
default of python 2.

`configure` and `autogen.sh` now accept `--with-python3` or
`--with-python2` options, with the default of python 3.

Signed-off-by: James Cameron <quozl@laptop.org>
4 years ago
James Cameron 2b56fabed1 Release Sugar 0.116 unstable
* fix previews.
5 years ago
James Cameron a7d8b9fdf6 Release Sugar 0.115 unstable 5 years ago
James Cameron a7735e6a97 Release Sugar 0.114 stable 5 years ago
James Cameron 5fa33b2d2c Build for either python 2 or python 3
`configure` and `autogen.sh` now accept `--with-python2` or
`--with-python3` options, with the default of python 2.

aa8a5e7 introduced building for python 3, but broke build for python 2,
requiring patching `configure.ac` prior to build.

Code was derived from rpmfusion-packager, found using a GitHub search of
`configure.ac` files for both `python2` and `python3`, and is GPLv3.

Tested on Ubuntu 18.04.

Signed-off-by: James Cameron <quozl@laptop.org>
5 years ago
James Cameron 830e7c50fb Release Sugar 0.113 unstable 5 years ago
Pro-Panda aa8a5e70c4 Port from Python 2 to six
Signed-off-by: James Cameron <quozl@laptop.org>
5 years ago
James Cameron f0b479f068 Release Sugar 0.112 stable 7 years ago
James Cameron 4e4f1fbbcb Release Sugar 0.111 unstable 7 years ago
Sam Parkinson aca21a2b43
Release Sugar 0.110.0 stable 8 years ago
Sam Parkinson b442184b58
Release Sugar 0.109.2 8 years ago
Sam Parkinson 1f7937749c
Release 0.109.0.3 unstable 8 years ago
Sam Parkinson 7722015bf9
Release 0.190.0.2 unstable 8 years ago
Sam Parkinson 513452503e
Release 0.109.0.1 unstable 8 years ago
Sam Parkinson f45df7a548
Release 0.109.0.0 unstable 8 years ago
Martin Abente Lahaye a1371b5f94 Release 0.108.0 8 years ago
Martin Abente Lahaye e048f6c3e8 Release 0.107.2 8 years ago
Martin Abente Lahaye 0af1ce7b97 Release 0.107.1 8 years ago
Martin Abente Lahaye d8205de316 Release 0.107.0 9 years ago
Martin Abente Lahaye f215d20508 Release 0.106.0 9 years ago
Martin Abente Lahaye 797130baed Release 0.105.3 9 years ago
Martin Abente Lahaye 5d0e06f07d Release 0.105.2 9 years ago
Martin Abente Lahaye 9e34750ffd Release 0.105.1 9 years ago
Martin Abente Lahaye b8cca638d6 Release 0.105.0 9 years ago
Martin Abente Lahaye 3c88e987e4 Release 0.104.1 9 years ago
Martin Abente Lahaye a10da70102 Release 0.104.0 9 years ago
Martin Abente Lahaye f9bfab273d Release 0.103.2 9 years ago
Martin Abente Lahaye 95a0c3f5f1 Release 0.103.1
Signed-off-by: Martin Abente Lahaye <tch@sugarlabs.org>
10 years ago
Martin Abente Lahaye 177fcba84b Release 0.103.0 10 years ago
Martin Abente Lahaye 16617b22d7 Release 0.102.0 10 years ago
Daniel Narvaez ec2ebb9ecb Release 0.101.5 10 years ago
Daniel Narvaez 093d18199f Release 0.101.4 10 years ago
Daniel Narvaez 6074817264 Modernize gettext setup 10 years ago
Daniel Narvaez 3c46bf1430 Release 0.101.3 10 years ago
Daniel Narvaez 76fe1d2595 Release 0.101.2 10 years ago
Manuel Quiñones 10c2bc9cf6 Merge branch 'headers' of https://github.com/dnarvaez/sugar-toolkit-gtk3 into dnarvaez-headers 10 years ago
Daniel Narvaez d4b4405c6c Release 0.101.1 10 years ago
Emil Dudev d918e7afff Remove GConf completely
Removes sugar-gconf from SugarExt
Removes gconf-2 dependency
10 years ago
Daniel Narvaez e58688fca0 Remove unnecessary check for python headers
We are not building python bindings anymore these days,
we are using gobject-introspection.
10 years ago
Daniel Narvaez ee88193186 Release 0.101.0 11 years ago
Daniel Narvaez 1329531d2d Release 0.100.0 11 years ago
Daniel Narvaez 2d33c92299 Release 0.99.4 11 years ago
Daniel Narvaez 6fdf5f208a Use python2 shebang
Some distributions have switched to python3 as default and our code
breaks because it's python2 specific. Follow the PEP 394
recommendation.
11 years ago
Daniel Narvaez 9717e5954b Fix translations in non standard prefix
This drops a lot of code at the same time. The code in
__init__ was:

* Using a SUGAR_PREFIX environment variable that is not
defined anywhere
* Hardcoding prefix to /usr
* Setting up the sugar-base domain which doesn't exist anymore

The i18n module code was overcomplex because it was thought
for language packs which we don't support anymore, it was
not handling correctly locales with a country prefix, it
was hard coding the python prefix and it was not sorting
the directories as it intended too anyway.

The logic is very simple now. Use the locale directory in
the same prefix sugar-toolkit-gtk3 was installed, unless
SUGAR_LOCALEDIR is defined (for self contained bundles).
11 years ago
Daniel Narvaez 2c225c0cee Release 0.99.3 11 years ago
Daniel Narvaez 51bc902afa Release 0.99.2 11 years ago
Daniel Narvaez c992f5fbfe Release 0.99.1 11 years ago
Daniel Narvaez 058271a4d7 Release 0.99.0 11 years ago
Daniel Narvaez bfe17826cb Use xz for distribution
It has better compression.
11 years ago