Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 402192 Details for
Bug 545172
app-backup/qt5-fsarchiver: New package
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
minor bump to include more translations.
qt4-fsarchiver-0.6.19.13.ebuild (text/plain), 1.35 KB, created by
Michael Lawrence
on 2015-04-28 19:04:44 UTC
(
hide
)
Description:
minor bump to include more translations.
Filename:
MIME Type:
Creator:
Michael Lawrence
Created:
2015-04-28 19:04:44 UTC
Size:
1.35 KB
patch
obsolete
># Copyright 1999-2014 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: necrose99 Exp $ > >EAPI=5 > >inherit qmake-utils versionator > >MY_P="${PN}-$(replace_version_separator 3 '-')" >MIN_PV="$(get_version_component_range 1-3)" > >DESCRIPTION="Qt4 frontend for fsarchiver" >HOMEPAGE="http://qt4-fsarchiver.sourceforge.net/" >SRC_URI="mirror://sourceforge/${PN}/source/${MY_P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" > >IUSE="" > >CDEPEND="app-arch/bzip2 > app-arch/xz-utils > dev-libs/libgcrypt:= > dev-libs/lzo > dev-qt/qtcore:4 > dev-qt/qtgui:4 > sys-apps/util-linux > sys-fs/e2fsprogs > sys-libs/zlib" >RDEPEND="${CDEPEND} > >=app-backup/fsarchiver-${MIN_PV}[lzma,lzo]" >DEPEND="${CDEPEND}" > >S="${WORKDIR}/${PN}" > >src_prepare() { > # fix .desktop file > sed -i \ > -e '/Encoding/d' starter/"${PN}".desktop \ > || die "sed on qt4-fsarchiver.desktop failed" > # fix icon installation location > sed -i \ > -e "/icon.path/s:app-install/icons:${PN}:" "${PN}.pro" \ > || die "sed on ${PN}.pro failed" >} > >src_compile() { > eqmake4 >} > >src_install() { > emake INSTALL_ROOT="${D}" install > einstalldocs >} > >pkg_postinst() { > elog "optional dependencies:" > elog " sys-fs/btrfs-progs" > elog " sys-fs/jfsutils" > elog " sys-fs/ntfs3g[ntfsprogs]" > elog " sys-fs/reiser4progs" > elog " sys-fs/reiserfsprogs" > elog " sys-fs/sshfs-fuse" > elog " sys-fs/xfsprogs" >}
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 Raw
Actions:
View
Attachments on
bug 545172
:
400292
|
400294
|
400858
|
400860
|
401878
|
402190
|
402192