Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version all installed files #94

Merged
merged 2 commits into from
Jun 26, 2017
Merged

Version all installed files #94

merged 2 commits into from
Jun 26, 2017

Conversation

achadwick
Copy link
Member

This should address the remaining aspects of #92 from the limited perspective of what gets installed. Please could everyone with a stake in this (@mitchfoo, @schumaml, @mypaint/developers, @mypaint/packagers) offer a speedy review so that I can merge the consequences of this rather far-reaching change into mypaint, libmypaint.deb, and MINGW-packages?

The resulting install layout within a prefix is as listed below, which allows multiple side-by-side libmypaint installations at the minor API version as requested by @mitchfoo.

Note to self: the gettext domain has changed. I'll need to check this actually works, with the right tweaks, in MyPaint proper so that I can discount the stuff that glib and gtk do as being from the bronze age. Are hyphens and dots in gettext domains acceptable?

lrwxrwxrwx ./lib/libmypaint-2.0.so -> libmypaint-2.0.so.0.0.0
-rwxr-xr-x ./lib/libmypaint-2.0.la  
-rw-r--r-- ./lib/girepository-1.0/MyPaint-2.0.typelib  
-rwxr-xr-x ./lib/libmypaint-2.0.so.0.0.0  
-rw-r--r-- ./lib/pkgconfig/libmypaint-2.0.pc  
lrwxrwxrwx ./lib/libmypaint-2.0.so.0 -> libmypaint-2.0.so.0.0.0
-rw-r--r-- ./include/libmypaint-2.0/mypaint-config.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-brush-settings-gen.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-brush.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-surface.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-tiled-surface.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-rectangle.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-brush-settings.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-mapping.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-fixed-tiled-surface.h  
-rw-r--r-- ./include/libmypaint-2.0/mypaint-glib-compat.h  
-rw-r--r-- ./share/locale/[...]/LC_MESSAGES/libmypaint-2.0.mo 
-rw-r--r-- ./share/gir-1.0/MyPaint-2.0.gir  

@achadwick
Copy link
Member Author

No objections so far...

This will allow side-by-side installations of different libmypaint builds
at the level of the minor version number.

Closes #92.
@achadwick achadwick merged commit 0b31421 into master Jun 26, 2017
@achadwick achadwick deleted the versioning branch June 26, 2017 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant