Ticket #27055: patch-glabels-2.2.8.diff
File patch-glabels-2.2.8.diff, 2.1 KB (added by dbevans (David B. Evans), 14 years ago) |
---|
-
Portfile
4 4 PortSystem 1.0 5 5 6 6 name glabels 7 version 2.2.2 7 version 2.2.8 8 set branch [join [lrange [split ${version} .] 0 1] .] 8 9 categories gnome 9 10 platforms darwin 10 11 maintainers gmail.com:craig.cottingham … … 13 14 for the GNOME desktop environment. 14 15 homepage http://glabels.sourceforge.net/ 15 16 16 master_sites sourceforge 17 checksums md5 ee9f8687904b070715dac59efe7a7dc5 \ 18 sha1 1792e4b5f6142dc3022dcb455d53fa5b3a31b319 \ 19 rmd160 65aee5f9837b104c123a6559ea9d3db63841c4e1 17 master_sites gnome:sources/${name}/${branch}/ 18 use_bzip2 yes 20 19 20 checksums md5 8e0ac4b19de68d55e33aef6a5544f0e5 \ 21 sha1 65884fde0744fe6b8aaf5bb39deee427d292dce3 \ 22 rmd160 072aac5328efd548c5a0a994523eba9753158d3d 23 24 depends_build port:pkgconfig 25 21 26 depends_lib port:gtk2 \ 22 27 port:libgnomeui \ 23 28 port:libxml2 \ … … 25 30 26 31 patchfiles patch-iec16022-0.2.1-iec116022ecc200.c.diff 27 32 28 configure.args -- mandir=${prefix}/share/man\29 30 33 configure.args --without-libebook \ 34 --disable-update-mimedb \ 35 --disable-update-desktopdb 31 36 32 37 post-activate { 33 38 system "${prefix}/bin/update-desktop-database -q ${prefix}/share/applications; true" 34 39 system "${prefix}/bin/update-mime-database ${prefix}/share/mime; true" 35 40 } 41 42 variant eds description {Build with Evolution Data Server support} { 43 depends_lib-append port:evolution-data-server 44 configure.args-delete --without-libebook 45 } 46 47 # 48 # evolution-data-server -> nss is not universal 49 # 50 51 if { [variant_isset eds] } { 52 universal_variant no 53 } 54 55 livecheck.type regex 56 livecheck.url http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/ 57 livecheck.regex {LATEST-IS-(\d+(?:\.\d+)*)}