summaryrefslogtreecommitdiff
path: root/org.gnome.dfeet.json
diff options
context:
space:
mode:
Diffstat (limited to 'org.gnome.dfeet.json')
-rw-r--r--org.gnome.dfeet.json16
1 files changed, 8 insertions, 8 deletions
diff --git a/org.gnome.dfeet.json b/org.gnome.dfeet.json
index d1e6dab..3ae2608 100644
--- a/org.gnome.dfeet.json
+++ b/org.gnome.dfeet.json
@@ -14,12 +14,17 @@
"--filesystem=xdg-run/dconf", "--filesystem=~/.config/dconf:ro",
"--talk-name=ca.desrt.dconf", "--env=DCONF_USER_CONFIG_DIR=.config/dconf"
],
+ "build-options" : {
+ "env": {
+ "PYTHON": "/usr/bin/python3"
+ }
+ },
"modules": [
{
"name": "pycairo",
"buildsystem": "simple",
"build-commands": [
- "python2 setup.py install --prefix=/app"
+ "python3 setup.py install --prefix=/app"
],
"sources": [
{
@@ -36,13 +41,8 @@
"name": "pygobject",
"buildsystem": "simple",
"build-commands": [
- "python2 setup.py install --prefix=/app"
+ "python3 setup.py install --prefix=/app"
],
- "build-options" : {
- "env": {
- "PYTHON": "/usr/bin/python2"
- }
- },
"ensure-writable" : [
"/lib/python*/site-packages/easy-install.pth"
],
@@ -55,7 +55,7 @@
"cleanup": [
"/include",
"/lib/pkgconfig",
- "/lib/python2.7/site-packages/gi/*.la"
+ "/lib/python*/site-packages/gi/*.la"
]
},
{