Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 524248 Details for
Bug 602042
media-gfx/pencil-0.6 version bump, switch to Qt5, fix Homepage, fix SRC_URI
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
pencil2d-0.6.0.ebuild
pencil2d-0.6.0.ebuild (text/plain), 1.27 KB, created by
Agustin Ferrari
on 2018-03-18 10:11:06 UTC
(
hide
)
Description:
pencil2d-0.6.0.ebuild
Filename:
MIME Type:
Creator:
Agustin Ferrari
Created:
2018-03-18 10:11:06 UTC
Size:
1.27 KB
patch
obsolete
># Copyright 1999-2018 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 > >EAPI=6 >inherit eutils qmake-utils xdg-utils > >DESCRIPTION="A Qt5 based animation and drawing program" >HOMEPAGE="http://pencil2d.org/" >SRC_URI="https://github.com/pencil2d/pencil/archive/0.6.0.tar.gz -> ${P}.tar.gz" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="" > >RDEPEND="dev-qt/qtgui:5 > dev-qt/qtopengl:5 > >=media-libs/ming-0.4.3" >DEPEND="${RDEPEND} > app-arch/unzip" > > >S=${WORKDIR}/pencil-${PV} > ><<COMMENT >src_prepare() { > epatch "${FILESDIR}"/${P}-gcc461.patch > sed -i s:SWFSprite:SWFMovieClip:g src/external/flash/flash.{cpp,h} || die >} >COMMENT > >src_configure() { > eqmake5 >} > >src_install() { > # install target not yet provided > #emake INSTALL_ROOT="${D}" install || die "emake install failed" > newbin "${S}"/bin/Pencil2D ${PN} || die "dobin failed" > dolib.a "${S}"/3rdlib/quazip/libquazip.a || die "dolib failed" > > dodoc README.md ChangeLog.md || die > > #mv "${S}"/icons/icon.png "${S}"/icons/${PN}.png > doicon "${S}"/${PN}.png || die "doicon failed" > make_desktop_entry ${PN} Pencil2D ${PN} Graphics > > insinto /usr/share/mime/packages/ > doins pencil2d.xml > > # TODO: Install l10n files >} > >pkg_postinst() { > xdg_mimeinfo_database_update > xdg_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 602042
: 524248