[nautilus-python/wip/jtojnar/meson: 4/4] Remove autotools
- From: Jan Tojnar <jtojnar src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [nautilus-python/wip/jtojnar/meson: 4/4] Remove autotools
- Date: Wed, 10 Aug 2022 18:07:55 +0000 (UTC)
commit ba469f95631265f58ad23f0f3283389d2a2f68dd
Author: Jan Tojnar <jtojnar gmail com>
Date: Wed Aug 10 20:05:27 2022 +0200
Remove autotools
.gitignore | 44 +-
ChangeLog | 3 -
INSTALL | 368 --
Makefile.am | 15 -
README | 10 +-
autogen.sh | 19 -
configure.ac | 98 -
docs/Makefile.am | 85 -
docs/reference/entities.docbook.in | 1 -
examples/Makefile.am | 14 -
m4/aclocal.m4 | 7526 ------------------------------------
m4/python.m4 | 310 --
nautilus-python.pc.in | 7 -
src/Makefile.am | 23 -
14 files changed, 4 insertions(+), 8519 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index f5b085f..69fa449 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,43 +1 @@
-# Ignore backup copies
-*.swp
-*~
-*.bak
-
-# Ignore files generated by autogen.sh
-**/Makefile
-**/Makefile.in
-
-aclocal.m4
-autom4te.cache/
-compile
-config.guess
-config.h
-config.h.in
-config.log
-config.status
-config.sub
-configure
-depcomp
-docs/reference/entities.docbook
-gtk-doc.make
-install-sh
-libtool
-ltmain.sh
-m4/gtk-doc.m4
-m4/libtool.m4
-m4/ltoptions.m4
-m4/ltsugar.m4
-m4/ltversion.m4
-m4/lt~obsolete.m4
-missing
-nautilus-python.pc
-src/.deps/
-stamp-h1
-
-# Ignore files generated from make
-*.o
-*.la
-*.lo
-*.so
-src/.libs/
-
+_build/
diff --git a/README b/README
index 460d789..0b9ecce 100644
--- a/README
+++ b/README
@@ -9,13 +9,9 @@ For examples and documentation check the examples sub directory.
Requirements
============
-Nautilus 2.32.0
-Python 2.x or 3.x
-PyGObject 2.28.0
-
-As of v1.2.0 the nautilus-python bindings can be built with either python3
-or python2 support. Ensure the $PYTHON environment variable is pointed
-at your preferred python executable before running configure or autogen.
+Nautilus 3.27.90
+Python 3.x
+PyGObject 3
Running Extensions
==================
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]