Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 576050 Details for
Bug 685648
mail-client/trojita: add l10n locales support
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add support for l10n locales to ebuild
trojita+l10n.patch (text/plain), 1.43 KB, created by
Jimmy.Jazz
on 2019-05-11 18:14:54 UTC
(
hide
)
Description:
add support for l10n locales to ebuild
Filename:
MIME Type:
Creator:
Jimmy.Jazz
Created:
2019-05-11 18:14:54 UTC
Size:
1.43 KB
patch
obsolete
>--- /var/cache/portage/depot/mail-client/trojita/trojita-9999.ebuild 2019-05-11 13:02:00.950391664 +0200 >+++ trojita-0.7.99.ebuild 2019-05-11 18:11:45.537536498 +0200 >@@ -3,17 +3,18 @@ > > EAPI=7 > >-if [[ ${PV} = *9999* ]]; then >- EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" >- inherit git-r3 >-else >- SRC_URI="mirror://sourceforge/${PN}/${P}.tar.xz" >- KEYWORDS="~amd64 ~x86" >-fi >-inherit cmake-utils virtualx xdg >+PYTHON_COMPAT=( python2_7 pypy ) >+ >+EGIT_REPO_URI="https://anongit.kde.org/${PN}.git" >+EGIT_COMMIT=c5b39f51693ab5616e61e2e9454a526287b7df8d >+ >+inherit cmake-utils virtualx xdg git-r3 python-utils-r1 python-single-r1 > > DESCRIPTION="A Qt IMAP e-mail client" > HOMEPAGE="http://trojita.flaska.net/" >+REPO_URI="" >+ >+KEYWORDS="~amd64 ~x86" > > LICENSE="|| ( GPL-2 GPL-3 )" > SLOT="0" >@@ -22,6 +23,7 @@ > REQUIRED_USE="password? ( dbus )" > > BDEPEND=" >+ dev-vcs/subversion > dev-qt/linguist-tools:5 > test? ( dev-qt/qttest:5 ) > zlib? ( virtual/pkgconfig ) >@@ -46,6 +48,21 @@ > > DOCS=( README LICENSE ) > >+PATCHES=( >+ "${FILESDIR}/${PN}-0.7-FindRagelForTrojita.patch" >+) >+ >+pkg_setup() { >+ python-single-r1_pkg_setup >+} >+ >+src_unpack() { >+ git-r3_src_unpack >+ >+ cd ${S} && >+ ${EPYTHON} ./l10n-fetch-po-files.py || die >+} >+ > src_prepare() { > cmake-utils_src_prepare > >@@ -56,6 +73,7 @@ > > src_configure() { > local mycmakeargs=( >+ -DBUILD_TESTING=NO > -DWITH_CRYPTO_MESSAGES=$(usex crypt) > -DWITH_GPGMEPP=$(usex crypt) > -DWITH_MIMETIC=$(usex crypt)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 685648
: 576050 |
576060