Ticket #28456: gtk3.patch
File gtk3.patch, 1.8 KB (added by singingwolfboy@…, 14 years ago) |
---|
-
Portfile
9 9 name gtk3 10 10 set real_name gtk+ 11 11 conflicts gtk2 12 version 2.99.212 version 3.0.0 13 13 set branch [join [lrange [split ${version} .] 0 1] .] 14 14 categories gnome x11 15 15 maintainers singingwolfboy openmaintainer … … 31 31 http://ftp.gtk.org/pub/gtk/${branch}/ 32 32 33 33 minimum_xcodeversions {9 3.1} 34 checksums md5 e727b2bc0d17182d41ddd90a83285b0e\35 sha1 a62753f17e115c8664ec0f3d25ac9486c1fca2e2\36 rmd160 cbe8228d2c288b8a2e87a7d273d3876b4a3512c434 checksums md5 8155d7b91cc0c187891349b6fad1a765 \ 35 sha1 1ce8be03f5edff5d08bab1512f3753458f23a7fd \ 36 rmd160 e75a22c12c6905f4c857a3f331e4d76d66bb4068 37 37 38 38 depends_build port:pkgconfig 39 39 … … 41 41 path:lib/pkgconfig/pango.pc:pango \ 42 42 port:gdk-pixbuf2 \ 43 43 port:gobject-introspection \ 44 port:glib2 -devel44 port:glib2 45 45 46 46 depends_run port:shared-mime-info 47 47 … … 54 54 55 55 configure.args --enable-static \ 56 56 --disable-glibtest \ 57 -- disable-introspection \57 --enable-introspection \ 58 58 gio_can_sniff=yes 59 59 60 60 configure.ccache no … … 212 212 port:xorg-libXcomposite \ 213 213 port:xorg-libXfixes 214 214 215 configure.args-append -- with-xinput --enable-xinerama \215 configure.args-append --enable-xinerama \ 216 216 --x-include=${prefix}/include --x-lib=${prefix}/lib 217 217 } 218 218