Ticket #40698: Portfile-gnumeric.diff
File Portfile-gnumeric.diff, 1.4 KB (added by c.herbig@…, 11 years ago) |
---|
-
Portfile
old new 5 5 PortGroup active_variants 1.0 6 6 7 7 name gnumeric 8 version 1.12. 78 version 1.12.8 9 9 set branch [join [lrange [split ${version} .] 0 1] .] 10 10 11 11 license GPL-2+ … … 25 25 master_sites gnome:sources/${name}/${branch}/ 26 26 use_xz yes 27 27 28 checksums sha256 5de9cca87efb2ea190bcddf57bd83a34e7f9580f5b7c92c6757707d1164748ef\29 rmd160 c59ab9c79bf152afe54705a82fdde3c247c4966728 checksums sha256 02688fb6c32c28db2eb4e9a8e012cf1386f4f3a18b4c94f5ecdd13342521ec76 \ 29 rmd160 7d803eafc37fb5fd7cc4ba802f53440228c0843c 30 30 31 31 depends_build port:gnome-doc-utils \ 32 32 port:intltool \ … … 64 64 default_variants +python27 65 65 } 66 66 67 variant quartz description {build with gtk-osx-application support} {68 require_active_variants gtk3 quartz69 require_active_variants gtk-osx-application gtk370 71 depends_lib-append port:gtk-osx-application72 73 patchfiles-append patch_quartz-src-wbc-gtk.c.diff \74 patch_quartz-src-GNOME_Gnumeric-gtk.xml.in.diff75 }76 77 67 post-activate { 78 68 catch {system "${prefix}/bin/scrollkeeper-update"} 79 69 catch {system "${prefix}/bin/update-desktop-database ${prefix}/share/applications"}