summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* Update .gitignoreSam Thursfield2020-04-211-35/+1
| | | | | Remove a lot of Autotools stuff that we no longer care about, add the 'build/' directory which most Meson users will create.
* Remove intltool for goodPiotr Drąg2018-09-271-3/+0
| | | | Fixes https://gitlab.gnome.org/GNOME/tracker/issues/36
* Meson build instructions for TrackerSam Thursfield2017-05-221-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See <http://mesonbuild.com/> for information about Meson. Remaining issues: * There's no `make dist` equivalent. We currently produce release tarballs containing the output files of the Vala compiler. We need to think through whether we can stop doing that. Shipping the generated .c files does make the Vala preprocessor useless so it would be good if we can stop. * The Firefox, Thunderbird, Evolution and Nautilus plugins are not built * https://github.com/mesonbuild/meson/issues/671 -- means we can't depend on tracker_common_dep in most places and have to manually set link_with, include_directories and sources instead. * https://github.com/mesonbuild/meson/issues/1469 -- without this we have to install generated Vala headers using a script * https://github.com/mesonbuild/meson/issues/1229 -- means adding the #include guard to libtracker-sparql/tracker-generated-no-checks.h is a pain * The test suite has some spurious failures. Here's a rough speed comparison. Meson: time sh -c 'meson .. --prefix=/opt/tracker-meson -D bash_completion=/opt/tracker-meson/share/bash-completion -Dsystemd_user_services=/opt/tracker-meson/lib/systemd/user -Ddbus_services=/opt/tracker-meson/share/dbus-1/services && ninja-build -j 4 && ninja-build install' real 1m8.194s user 2m16.962s sys 0m20.532s Autotools: time sh -c './configure --prefix=/opt/tracker-autotools --with-bash-completion-dir=/opt/tracker-autotools/share/bash-completion --with-session-bus-services-dir=/opt/tracker-autotools/share/dbus-1/services --disable-nautilus-extension && make -j 4 && make install' real 2m37.750s user 4m37.214s sys 0m54.806s Plus 30+ seconds of ./autogen.sh first. Note that Meson builds may fail if your source tree has generated files from an Autotools build in there. If you see errors about duplicate definitions, first try cleaning your source tree (use `git clean -dfx`, but make sure you commit any work first!!)
* build: Require gnome-common and build a proper ChangelogRico Tzschichholz2014-07-161-0/+1
| | | | Includes further fixes for "make distcheck"
* Remove marshallersXavier Claessens2014-01-131-1/+0
| | | | Glib >= 2.30 already hard depend on libffi.
* .gitignore: Added install.rdf common in Mozilla extensionsMartyn Russell2011-07-291-0/+1
|
* Update .gitignoreJürg Billeter2011-04-071-0/+2
|
* Update .gitignoreJürg Billeter2010-12-131-0/+2
|
* gitignore: ignore coverage/ directoryIvan Frade2010-10-141-0/+1
|
* Updated .gitignore for .tar.gzMartyn Russell2010-06-251-0/+1
|
* ignore vim swapfilesSaleem Abdulrasool2010-04-011-0/+1
|
* Add m4 directory to gitMichael Biebl2010-01-181-1/+0
| | | | | | Older versions of libtool fail to create the m4 directory if it does not exist yet. So add m4 to git to make ./autogen.sh work for those cases.
* Update .gitignoreJürg Billeter2010-01-151-0/+1
|
* Update .gitignoreJürg Billeter2009-12-291-0/+1
|
* Update .gitignoreJürg Billeter2009-12-151-0/+2
|
* Added emacs temporary files to .gitignoreMartyn Russell2009-12-111-0/+1
|
* Update .gitignoreJürg Billeter2009-12-071-0/+1
|
* Add .desktop files for miners.Carlos Garnacho2009-09-231-1/+0
| | | | | | These are installed in $(datadir)/tracker/miners, and will be used to get to know available miners, translatable display name/comment, DBus name/path, and other relevant data.
* Added tracker-preferences.[ch] to .gitignorePhilip Van Hoof2009-09-161-1/+1
|
* Add .gitignore filesJürg Billeter2009-04-141-0/+31