summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Soriano <csoriano@gnome.org>2017-03-10 20:45:22 +0100
committerCarlos Soriano <csoriano@gnome.org>2017-03-10 20:45:22 +0100
commitd337f6d45694ef33bb453e5c1d6dfcbed06cf0d8 (patch)
treeb21b216476306531f65413db521d70588816ad14
parent62ae03a62cae9655afb51c491af0a585d334d859 (diff)
downloadnautilus-d337f6d45694ef33bb453e5c1d6dfcbed06cf0d8.tar.gz
build: include forgotten files
-rw-r--r--meson-glib-check.patch11
-rw-r--r--setuptools-makefile5
2 files changed, 16 insertions, 0 deletions
diff --git a/meson-glib-check.patch b/meson-glib-check.patch
new file mode 100644
index 000000000..eea326f76
--- /dev/null
+++ b/meson-glib-check.patch
@@ -0,0 +1,11 @@
+--- mesonbuild/modules/gnome.py.glib 2017-02-21 20:45:17.187843787 -0500
++++ mesonbuild/modules/gnome.py 2017-02-21 20:46:18.062188395 -0500
+@@ -37,7 +37,7 @@
+ #
+ # https://github.com/ninja-build/ninja/issues/1184
+ # https://bugzilla.gnome.org/show_bug.cgi?id=774368
+-gresource_dep_needed_version = '>= 2.52.0'
++gresource_dep_needed_version = '>= 2.50.0'
+
+ native_glib_version = None
+ girwarning_printed = False
diff --git a/setuptools-makefile b/setuptools-makefile
new file mode 100644
index 000000000..96c28f093
--- /dev/null
+++ b/setuptools-makefile
@@ -0,0 +1,5 @@
+all:
+ python3 ./setup.py build
+
+install:
+ python3 ./setup.py install --prefix=/app --skip-build --optimize=1