Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 206990 Details for
Bug 287701
app-text/xournal version bump (0.4.2.1 -> 0.4.5)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
experimental ebuild
xournal-0.4.5.ebuild (text/plain), 1.04 KB, created by
Marcel Lilienthal
on 2009-10-13 17:37:09 UTC
(
hide
)
Description:
experimental ebuild
Filename:
MIME Type:
Creator:
Marcel Lilienthal
Created:
2009-10-13 17:37:09 UTC
Size:
1.04 KB
patch
obsolete
># Copyright 1999-2009 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit fdo-mime gnome2-utils > >EAPI="2" > >DESCRIPTION="Xournal is an application for notetaking, sketching, and keeping a journal using a stylus." >HOMEPAGE="http://xournal.sourceforge.net/" > >SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="pdf doc" > >DEPEND=">=x11-libs/gtk+-2.10 > >=gnome-base/libgnomecanvas-2.4 > >=gnome-base/libgnomeprint-2.2 > >=gnome-base/libgnomeprintui-2.2 > >=virtual/poppler-glib-0.5.4" > >RDEPEND="${DEPEND} > pdf? ( virtual/poppler-utils virtual/ghostscript )" > >src_install() { > emake DESTDIR="${D}" install || die "install failed" > emake DESTDIR="${D}" desktop-install || die "desktop-install failed" > > dodoc ChangeLog AUTHORS README > if use doc ; then > dohtml -r html-doc/* > fi >} > >pkg_preinst() { > gnome2_icon_savelist >} > >pkg_postinst() { > fdo-mime_desktop_database_update > fdo-mime_mime_database_update > gnome2_icon_cache_update >} > >pkg_postrm() { > pkg_postinst >}
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 287701
: 206990 |
210036