Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 391306 Details for
Bug 532080
x11-misc/tinymount-0.2.8 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
tinymount-0.2.8.ebuild
tinymount-0.2.8.ebuild (text/plain), 1.45 KB, created by
Mike Limansky
on 2014-12-09 21:14:14 UTC
(
hide
)
Description:
tinymount-0.2.8.ebuild
Filename:
MIME Type:
Creator:
Mike Limansky
Created:
2014-12-09 21:14:14 UTC
Size:
1.45 KB
patch
obsolete
># Copyright 1999-2013 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/x11-misc/tinymount/tinymount-0.2.6-r1.ebuild,v 1.2 2013/03/02 23:53:47 hwoarang Exp $ > >EAPI=4 > >unset _live_inherits > >PLOCALES="ru uk" > >if [[ ${PV} == *9999* ]]; then > _live_inherits="git-2" > EGIT_REPO_URI="git://github.com/limansky/${PN}.git" >else > SRC_URI="https://github.com/limansky/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" > KEYWORDS="~amd64 ~x86" >fi > >inherit l10n qt4-r2 ${_live_inherits} > >DESCRIPTION="Simple disk mount utility" >HOMEPAGE="http://github.com/limansky/tinymount" > >LICENSE="GPL-2" >SLOT="0" >IUSE="debug libnotify" > >COMMON_DEPEND="dev-qt/qtgui:4 > dev-qt/qtdbus:4 > libnotify? ( x11-libs/libnotify )" >DEPEND="${COMMON_DEPEND} > virtual/pkgconfig" >RDEPEND="${COMMON_DEPEND} > sys-fs/udisks:0" > >DOCS=( ChangeLog README.md ) > >src_prepare() { > remove_locale() { > # this is nonfatal sed, so '|| die' unneeded here > sed -i -e "/TRANSLATIONS/s/translations\/${PN}_${1}.ts//" src/src.pro > } > > # Check for locales added/removed from previous version > l10n_find_plocales_changes "src/translations" "${PN}_" '.ts' > > # Prevent disabled locales from being built > l10n_for_each_disabled_locale_do remove_locale > > # bug #441986 > sed -i src/src.pro -e 's|-Werror||g' || die # bug #441986 > > qt4-r2_src_prepare >} > >src_configure() { > local params="PREFIX=/usr" > use libnotify && params="${params} CONFIG+=with_libnotify" > eqmake4 ${params} >}
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 532080
:
391306