Changeset 97650 for trunk/dports
- Timestamp:
- Sep 10, 2012, 7:49:57 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/kde/kmymoney4/Portfile
r94379 r97650 8 8 9 9 name kmymoney4 10 version 4.6.2 11 revision 1 12 13 replaced_by kmymoney4-devel 10 version 4.6.3 14 11 15 12 categories kde finance … … 21 18 license GPL-2+ 22 19 23 conflicts kmymoney4-devel24 25 20 homepage http://kmymoney2.sourceforge.net/index-home.html 21 master_sites sourceforge:kmymoney2 26 22 27 23 livecheck.type regex … … 29 25 livecheck.regex "kmymoney-(4\\.\\d+?(\\.\\d+))\\.tar" 30 26 31 pre-fetch { 32 ui_error "KMyMoney's ${version} release version is broken on Qt 4.8! For now it is recommended to install port kmymoney4-devel." 33 return -code error 27 distname kmymoney-${version} 28 use_bzip2 yes 29 30 build.asroot yes 31 32 checksums md5 756bc76d182aa7cbac7033f4469b6687 \ 33 sha1 52faa3938c77b1ef513d1a46f5545ed823595c51 \ 34 rmd160 a6de18ea8ffc4c6083793992b10c0cb5052ee2e3 35 36 conflicts kmymoney4-devel 37 38 depends_lib-append port:libofx \ 39 port:aqbanking5 \ 40 port:kde4-runtime \ 41 port:kdepimlibs4 \ 42 port:oxygen-icons \ 43 port:libalkimia 44 45 patch.dir ${workpath}/${distname} 46 patch.pre_args -p1 47 patchfiles patch-CMakeLists.txt.diff 48 49 #default_variants +no_x11 +no_gtk 50 51 variant no_x11 description {build without X11 to avoid unneeded dependencies} {} 52 53 variant no_gtk description {build without GTK support to ensure avahi gets build without it, avoiding X11} {} 54 55 post-activate { 56 # Calling kbuildsycoca4 in case KDE hasn't called it yet to make sure that plugins are loaded. 57 system "${prefix}/bin/kbuildsycoca4" 34 58 } 35 36 distfiles
Note: See TracChangeset
for help on using the changeset viewer.