Ticket #28456: gtk3.patch

File gtk3.patch, 1.8 KB (added by singingwolfboy@…, 13 years ago)
  • Portfile

     
    99name                gtk3
    1010set real_name       gtk+
    1111conflicts           gtk2
    12 version             2.99.2
     12version             3.0.0
    1313set branch          [join [lrange [split ${version} .] 0 1] .]
    1414categories          gnome x11
    1515maintainers         singingwolfboy openmaintainer
     
    3131                    http://ftp.gtk.org/pub/gtk/${branch}/
    3232
    3333minimum_xcodeversions {9 3.1}
    34 checksums           md5     e727b2bc0d17182d41ddd90a83285b0e \
    35                     sha1    a62753f17e115c8664ec0f3d25ac9486c1fca2e2 \
    36                     rmd160  cbe8228d2c288b8a2e87a7d273d3876b4a3512c4
     34checksums           md5     8155d7b91cc0c187891349b6fad1a765 \
     35                    sha1    1ce8be03f5edff5d08bab1512f3753458f23a7fd \
     36                    rmd160  e75a22c12c6905f4c857a3f331e4d76d66bb4068
    3737
    3838depends_build       port:pkgconfig
    3939
     
    4141                    path:lib/pkgconfig/pango.pc:pango \
    4242                    port:gdk-pixbuf2 \
    4343                    port:gobject-introspection \
    44                     port:glib2-devel
     44                    port:glib2
    4545
    4646depends_run         port:shared-mime-info
    4747
     
    5454
    5555configure.args      --enable-static \
    5656                    --disable-glibtest \
    57                     --disable-introspection \
     57                    --enable-introspection \
    5858                    gio_can_sniff=yes
    5959
    6060configure.ccache    no
     
    212212        port:xorg-libXcomposite \
    213213        port:xorg-libXfixes
    214214
    215     configure.args-append      --with-xinput --enable-xinerama \
     215    configure.args-append      --enable-xinerama \
    216216                               --x-include=${prefix}/include --x-lib=${prefix}/lib
    217217}
    218218