diff options
author | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-06 10:19:25 +0300 |
---|---|---|
committer | Gluzskiy Alexandr <sss@sss.chaoslab.ru> | 2017-03-06 10:19:25 +0300 |
commit | 46567aca9a08438178fec833e1fe350c9d9f2ed5 (patch) | |
tree | 2e6280eb31e3a76ab58b708904ebe7d39126b723 /net-p2p | |
parent | 1db3ef9ebc0a36d3874d7c3a7e36965cbce53595 (diff) |
retroshare: update translations before build
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/retroshare/retroshare-scm.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net-p2p/retroshare/retroshare-scm.ebuild b/net-p2p/retroshare/retroshare-scm.ebuild index 7c6003a..8d8ede5 100644 --- a/net-p2p/retroshare/retroshare-scm.ebuild +++ b/net-p2p/retroshare/retroshare-scm.ebuild @@ -78,7 +78,6 @@ DEPEND="${RDEPEND} qt4? ( dev-qt/qtcore:4 ) virtual/pkgconfig" -#S="${WORKDIR}/retroshare06-0.6.0/src" src_prepare() { local dir @@ -100,6 +99,9 @@ src_prepare() { -e '/isEmpty(SQLCIPHER_OK) {/aerror(libsqlcipher not found)' \ retroshare-gui/src/retroshare-gui.pro \ retroshare-nogui/src/retroshare-nogui.pro || die 'sed on retroshare-gui/src/retroshare-gui.pro failed' + cd retroshare-gui/src/lang + lrelease *.ts + cd ${S} epatch "${FILESDIR}/hidden_service.patch" epatch "${FILESDIR}/cflags.patch" |