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 624564 - Make it possible to build against GTK+ 3
Make it possible to build against GTK+ 3
Status: RESOLVED FIXED
Product: file-roller
Classification: Applications
Component: general
2.31.x
Other Linux
: Normal normal
: ---
Assigned To: Paolo Bacchilega
file-roller-maint
Depends on:
Blocks:
 
 
Reported: 2010-07-16 19:05 UTC by Frederic Peters
Modified: 2010-07-16 21:24 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Make it possible to build against GTK+ 3 (3.18 KB, patch)
2010-07-16 19:05 UTC, Frederic Peters
none Details | Review

Description Frederic Peters 2010-07-16 19:05:53 UTC
Created attachment 166034 [details] [review]
Make it possible to build against GTK+ 3

It would be nice to have file-roller built against GTK+ 3, it is just a matter of a bit of GSEAL work and updating configure.ac but you may want to keep the possibility to build against GTK+ 2 for some distributions, so the attached patch introduces a new configure switch, and people who want to keep using GTK+ 2 will just have to pass --with-gtk=2.0.

Do note it was also necessary to bump the GTK+ *2* required version, as some GSEAL work has only landed very recently.
Comment 1 Paolo Bacchilega 2010-07-16 21:24:03 UTC
I already fixed the GSEAL part some day ago, I've applied the changes to  configure.ac now, thanks.