Ticket #41942: patch-Portfile.diff
File patch-Portfile.diff, 2.0 KB (added by dbevans (David B. Evans), 11 years ago) |
---|
-
Portfile
old new 27 27 checksums sha256 33590e3964092cabb629a6ba8415786b054702063a944eca5fe4156048baf8d9 \ 28 28 rmd160 5ccc191da5ece02691222d57e7b79798b423e9c0 29 29 30 depends_build port:pkgconfig \ 31 port:gconf \ 30 depends_lib port:desktop-file-utils \ 31 port:dconf \ 32 port:gsettings-desktop-schemas \ 32 33 port:libgtop \ 33 34 port:glibmm \ 34 35 port:gtkmm3 \ 35 36 port:gtksourceviewmm3 \ 36 37 port:vte \ 37 38 port:gdb \ 38 port:boost \ 39 port:itstool 39 port:boost 40 40 41 depends_lib port:itstool \ 41 depends_build port:pkgconfig \ 42 port:itstool \ 42 43 port:libxml2 \ 43 44 port:libxslt \ 44 port:yelp-xsl 45 port:yelp-xsl \ 46 port:yelp-tools 47 48 depends_run port:yelp \ 49 port:gnome-settings-daemon 45 50 46 51 patchfiles nemiver-tr1-osx-patch.diff 47 52 48 configure.args --with-default-gdb=${prefix}/bin/ggdb \ 49 --disable-schemas-install \ 53 use_autoreconf yes 54 autoreconf.args -fvi 55 56 configure.args --enable-gsettings=yes \ 57 --with-default-gdb=${prefix}/bin/ggdb \ 58 --disable-schemas-compile \ 50 59 --disable-silent-rules 51 60 52 livecheck.type gnome 61 # port installs .desktop files, hicolor icons and gsettings schemas 62 # update-desktop-database is provided by desktop-file-utils 63 64 post-activate { 65 system "${prefix}/bin/update-desktop-database ${prefix}/share/applications" 66 system "${prefix}/bin/gtk-update-icon-cache-3.0 -f -t ${prefix}/share/icons/hicolor" 67 system "${prefix}/bin/glib-compile-schemas ${prefix}/share/glib-2.0/schemas" 68 } 69 70 livecheck.type gnome-with-unstable