public inbox for gentoo-desktop@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-desktop] Changes to the Kile ebuild
@ 2012-06-21 20:35 Redcap
  2012-06-22  2:03 ` Bryan Gardiner
  0 siblings, 1 reply; 3+ messages in thread
From: Redcap @ 2012-06-21 20:35 UTC (permalink / raw
  To: gentoo-desktop

Hi there,

I noticed recently that app-text/acroread has been added
as a runtime dependency to Kile. To be honest, I am not 
familiar with the intricacies fo writing Ebuilds, but I can't
see a good reason why Kile should depend on acroread, when
okular or some other PDF-viewer is available. Perhaps someone
can shed some light on this.

Cheers,

recap



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-desktop] Changes to the Kile ebuild
  2012-06-21 20:35 [gentoo-desktop] Changes to the Kile ebuild Redcap
@ 2012-06-22  2:03 ` Bryan Gardiner
  2012-06-22  8:11   ` Redcap
  0 siblings, 1 reply; 3+ messages in thread
From: Bryan Gardiner @ 2012-06-22  2:03 UTC (permalink / raw
  To: gentoo-desktop

On Thu, 21 Jun 2012 22:35:52 +0200
Redcap <maillinglistredcap@gmx.de> wrote:

> Hi there,
> 
> I noticed recently that app-text/acroread has been added
> as a runtime dependency to Kile. To be honest, I am not 
> familiar with the intricacies fo writing Ebuilds, but I can't
> see a good reason why Kile should depend on acroread, when
> okular or some other PDF-viewer is available. Perhaps someone
> can shed some light on this.
> 
> Cheers,
> 
> recap
> 

The dependency in RDEPEND for kile-2.1.2-r1.ebuild reads:

30 	RDEPEND="${DEPEND}
31 		$(add_kdebase_dep kdebase-data)
32 		|| (
33 			$(add_kdebase_dep okular 'pdf?,postscript')
34 			app-text/acroread
35 		)

The || (...) means that Kile depends on either acroread, or okular
with USE=postscript and also USE=pdf if USE=pdf is set on kile.  Check
your USE flags on Okular if Portage is wanting to bring in acroread
instead.

Cheers,
Bryan



^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [gentoo-desktop] Changes to the Kile ebuild
  2012-06-22  2:03 ` Bryan Gardiner
@ 2012-06-22  8:11   ` Redcap
  0 siblings, 0 replies; 3+ messages in thread
From: Redcap @ 2012-06-22  8:11 UTC (permalink / raw
  To: gentoo-desktop

Am Donnerstag, 21. Juni 2012, 19:03:49 schrieb Bryan Gardiner:

> The dependency in RDEPEND for kile-2.1.2-r1.ebuild reads:
> 
> 30 	RDEPEND="${DEPEND}
> 31 		$(add_kdebase_dep kdebase-data)
> 32 		|| (
> 33 			$(add_kdebase_dep okular 'pdf?,postscript')
> 34 			app-text/acroread
> 35 		)
> 
> The || (...) means that Kile depends on either acroread, or okular
> with USE=postscript and also USE=pdf if USE=pdf is set on kile.  Check
> your USE flags on Okular if Portage is wanting to bring in acroread
> instead.
> 
> Cheers,
> Bryan

Hi Brian,

thanks for the help. I installed Okular again and now it has
USE=postscript set, therefore I was able to get rid off acroread.
Thanks again.

Cheers

Redcap



^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-06-22  9:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-06-21 20:35 [gentoo-desktop] Changes to the Kile ebuild Redcap
2012-06-22  2:03 ` Bryan Gardiner
2012-06-22  8:11   ` Redcap

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox