Ticket #27769: Portfile-kipi-plugins.diff

File Portfile-kipi-plugins.diff, 1.4 KB (added by jgosmann (Jan Gosmann), 13 years ago)

Patch for the portfile.

  • Portfile

    old new  
    55PortGroup           kde4 1.1
    66
    77name                kipi-plugins
    8 version             1.6.0
     8version             1.7.0
    99categories          kde kde4
    1010maintainers         hyper-world.de:jan
    1111
     
    1919platforms           darwin
    2020master_sites        sourceforge:kipi
    2121distname            kipi-plugins-${version}
    22 checksums           md5     5c9b68818afab24a7fe31e4c9580b81a \
    23                     sha1    b5d910ed6e802f41d6580ca42267f810c8ae6760 \
    24                     rmd160  7ff4b158ee1c05440ce45878e016f01a872d1149
     22checksums           md5     d1cc95109d826d651b1ca81e1ebbd6df \
     23                    sha1    fc700c7f268c0813d57f9ee1c2d5b0876332ce70
    2524
    2625use_bzip2           yes
    2726
     
    3231                    port:ImageMagick \
    3332                    port:mesa \
    3433                    port:libgpod \
     34                    port:gdk-pixbuf \
    3535                    port:opencv
    3636
    3737configure.args-append ../${distname}
    3838
    3939variant no_ipod_export description {Install without iPod export plugin. This variant removes also the gtk dependency. Some had problems installing this port. Use this variant if this applies also for you, but you want to install kipi-plugins anyway.} {
    4040    depends_lib-delete \
     41        port:gdk-pixbuf \
    4142        port:libgpod
    4243    patchfiles-append       disable-gtk-dependencies-CMakeLists.txt.diff
    4344}
     45