Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 403604 Details for
Bug 549874
=app-text/zathura-0.3.3: version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
zathura-0.3.3.ebuild (text/plain), 1.55 KB, created by
Jan-Willem Liebezeit
on 2015-05-19 07:10:29 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
Jan-Willem Liebezeit
Created:
2015-05-19 07:10:29 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2015 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-text/zathura/zathura-0.3.2.ebuild,v 1.1 2015/02/26 15:01:58 xmw Exp $ > >EAPI=5 > >inherit eutils fdo-mime multilib toolchain-funcs virtualx >[[ ${PV} == 9999* ]] && inherit git-2 > >DESCRIPTION="A highly customizable and functional document viewer" >HOMEPAGE="http://pwmt.org/projects/zathura/" >if ! [[ ${PV} == 9999* ]]; then >SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz" >fi >EGIT_REPO_URI="git://git.pwmt.org/${PN}.git" >EGIT_BRANCH="develop" > >LICENSE="ZLIB" >SLOT="0" >if ! [[ ${PV} == 9999* ]]; then >KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" >else >KEYWORDS="" >fi >IUSE="+magic sqlite test" > >RDEPEND=">=dev-libs/girara-0.2.3:3= > >=dev-libs/glib-2.28:2= > x11-libs/cairo:= > >=x11-libs/gtk+-3.2:3 > magic? ( sys-apps/file:= ) > sqlite? ( dev-db/sqlite:3= )" >DEPEND="${RDEPEND} > sys-devel/gettext > virtual/pkgconfig > test? ( dev-libs/check )" > >pkg_setup() { > # TODO: Create ebuild for synctex and pass WITH_SYSTEM_SYNCTEX=1 > myzathuraconf=( > WITH_SYSTEM_SYNCTEX=0 > WITH_MAGIC=$(usex magic 1 0) > WITH_SQLITE=$(usex sqlite 1 0) > PREFIX="${EPREFIX}"/usr > LIBDIR='${PREFIX}'/$(get_libdir) > CC="$(tc-getCC)" > SFLAGS='' > VERBOSE=1 > DESTDIR="${D}" > ) >} > >src_compile() { > emake "${myzathuraconf[@]}" >} > >src_test() { > Xemake "${myzathuraconf[@]}" test >} > >src_install() { > emake "${myzathuraconf[@]}" install > dodoc AUTHORS >} > >pkg_postinst() { > fdo-mime_desktop_database_update >} > >pkg_postrm() { > fdo-mime_desktop_database_update >}
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 549874
:
403604