After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 775460 - Add Flatpak development build
Add Flatpak development build
Status: RESOLVED FIXED
Product: nautilus
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-12-01 12:13 UTC by Carlos Soriano
Modified: 2016-12-01 13:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: add Flatpak development build (4.52 KB, patch)
2016-12-01 12:13 UTC, Carlos Soriano
committed Details | Review
general: track .gitignore (1.83 KB, patch)
2016-12-01 12:13 UTC, Carlos Soriano
committed Details | Review
gitignore: ignore .flatpak-builder (512 bytes, patch)
2016-12-01 12:13 UTC, Carlos Soriano
committed Details | Review
gitignore: ignore m4 directory (479 bytes, patch)
2016-12-01 12:13 UTC, Carlos Soriano
committed Details | Review
gitignore: ignore gtk-doc generated files (491 bytes, patch)
2016-12-01 12:13 UTC, Carlos Soriano
committed Details | Review
gitignore: ignore gnome-builder build configurations (584 bytes, patch)
2016-12-01 12:14 UTC, Carlos Soriano
committed Details | Review

Description Carlos Soriano 2016-12-01 12:13:29 UTC
And also update gitignore acordingly (and a few more ignores)
Comment 1 Carlos Soriano 2016-12-01 12:13:35 UTC
Created attachment 341136 [details] [review]
build: add Flatpak development build

The future is finally here, from this commit on you can hack in Nautilus
from any distro in a matter of minutes, and from a single click if you
are using GNOME Builder.

/me dances exhaustively
Comment 2 Carlos Soriano 2016-12-01 12:13:40 UTC
Created attachment 341137 [details] [review]
general: track .gitignore

We should ignore the same files for everyone.
Comment 3 Carlos Soriano 2016-12-01 12:13:46 UTC
Created attachment 341138 [details] [review]
gitignore: ignore .flatpak-builder
Comment 4 Carlos Soriano 2016-12-01 12:13:51 UTC
Created attachment 341139 [details] [review]
gitignore: ignore m4 directory
Comment 5 Carlos Soriano 2016-12-01 12:13:56 UTC
Created attachment 341140 [details] [review]
gitignore: ignore gtk-doc generated files
Comment 6 Carlos Soriano 2016-12-01 12:14:02 UTC
Created attachment 341141 [details] [review]
gitignore: ignore gnome-builder build configurations

Although you are free to use any other IDE, we want first class
support for Builder.
Comment 7 Carlos Soriano 2016-12-01 12:15:44 UTC
Attachment 341136 [details] pushed as 3e3bafe - build: add Flatpak development build
Attachment 341137 [details] pushed as 171bf2a - general: track .gitignore
Attachment 341138 [details] pushed as 5f1fd25 - gitignore: ignore .flatpak-builder
Attachment 341139 [details] pushed as 3aaecde - gitignore: ignore m4 directory
Attachment 341140 [details] pushed as fbe174d - gitignore: ignore gtk-doc generated files
Attachment 341141 [details] pushed as c368108 - gitignore: ignore gnome-builder build configurations
Comment 8 Carlos Soriano 2016-12-01 12:19:01 UTC
We are missing the config options from builder to have a complete smooth experience, but this would probably be a matter of a few days. Progress in here: https://bugzilla.gnome.org/show_bug.cgi?id=775461
Comment 9 Ernestas Kulik 2016-12-01 12:30:55 UTC
We use git.mk to generate the gitignore file, so you should remove it and all references to it from any Makefile.am file.
Comment 10 Carlos Soriano 2016-12-01 13:08:02 UTC
(In reply to Ernestas Kulik from comment #9)
> We use git.mk to generate the gitignore file, so you should remove it and
> all references to it from any Makefile.am file.

oh my :/ my bad... I need to think more about all of this then, just reading the recomendations inside git.mk...

Thanks man!