Magellan Linux

Annotation of /trunk/todo/kget/kget-4.14.3-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 26658 - (hide annotations) (download)
Thu Jul 9 13:14:08 2015 UTC (8 years, 11 months ago) by niro
Original Path: trunk/extras/kget/kget-4.14.3-r2.smage2
File size: 673 byte(s)
auto added: ver bump to 4.14.3-r2
1 niro 26658 # $Id$
2    
3     PNAME="kget"
4     PVER="4.14.3"
5     PBUILD="r2"
6    
7     DESCRIPTION="An advanced download manager for KDE4."
8    
9     # todo: libmms support
10     DEPEND="== kde-base/kdelibs-${PVER}
11     == kde-base/kdebase-workspace-${PVER}
12     == kde-base/kdepimlibs-${PVER}
13     >= kde-base/libktorrent-1.3
14     >= app-crypt/qca-2
15     >= app-crypt/gpgme-1.4
16     >= dev-db/sqlite-3.8
17     >= virtual/phonon"
18    
19     SDEPEND=">= dev-libs/boost-1.57"
20    
21     sminclude kde4
22    
23     kde4_add_nepomuk_depend "DEPEND" "== kde-base/nepomuk-widgets-${PVER}"
24    
25     src_compile()
26     {
27     cd ${SRCDIR}
28    
29     kde4_configure \
30     $(cmake_with KTorrent) \
31     $(cmake_with QCA2) \
32     $(cmake_with Sqlite) \
33     $(cmake_with Qgpgme) \
34     $(cmake_without LibMms) \
35     || die
36    
37     mmake || die
38     }