* [gentoo-dev] new virtual - xlocker?
@ 2005-06-16 14:55 Jonathan Smith
2005-06-16 15:01 ` Alin Dobre
0 siblings, 1 reply; 5+ messages in thread
From: Jonathan Smith @ 2005-06-16 14:55 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
The desktop-misc herd (which was sadly neglected until recently) could
benefit from a new virtual. x11-misc/xautolock is a wrapper which locks
the screen via any appropriate program such as xlockmore or xtrlock.
This program needs to depend on an xlocker, but we should not lock users
into one specific one.
See bug 95246 [1]
I would probably name it virtual/xlocker, but other suggestions are, of
course, welcome.
Thanks
[1]: https://bugs.gentoo.org/show_bug.cgi?id=95246
- -smithj
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCsZLMl5AvwDPiUowRAufJAKCT35XQ7L3DeYtQhW4jQxlooeEQPwCfTqte
Z9SKluceQ6f1lIen7TPFxFU=
=1VSE
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] new virtual - xlocker?
2005-06-16 14:55 [gentoo-dev] new virtual - xlocker? Jonathan Smith
@ 2005-06-16 15:01 ` Alin Dobre
2005-06-16 15:28 ` Chris Gianelloni
0 siblings, 1 reply; 5+ messages in thread
From: Alin Dobre @ 2005-06-16 15:01 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Jonathan Smith wrote:
> The desktop-misc herd (which was sadly neglected until recently) could
> benefit from a new virtual. x11-misc/xautolock is a wrapper which locks
> the screen via any appropriate program such as xlockmore or xtrlock.
xscreensaver locks the screen, too, besides its normal screensaver
features (like xlockmore).
> This program needs to depend on an xlocker, but we should not lock users
> into one specific one.
>
> See bug 95246 [1]
>
> I would probably name it virtual/xlocker, but other suggestions are, of
> course, welcome.
>
> Thanks
>
> [1]: https://bugs.gentoo.org/show_bug.cgi?id=95246
>
> -smithj
- --
Alin DOBRE
Registered Linux User #287199
Documentation Team - Gentoo.RO Community
http://www.gentoo.ro
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org
iD8DBQFCsZQ+mG51ym6Hu9gRAg5tAJsF3LM5E5CbyzWufUPPIqipNazVCwCg867A
oQNq+uZekbVXRPefDSSqkJE=
=v4Lo
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] new virtual - xlocker?
2005-06-16 15:01 ` Alin Dobre
@ 2005-06-16 15:28 ` Chris Gianelloni
2005-06-16 22:50 ` Beber [Gentoo]
0 siblings, 1 reply; 5+ messages in thread
From: Chris Gianelloni @ 2005-06-16 15:28 UTC (permalink / raw
To: gentoo-dev
[-- Attachment #1: Type: text/plain, Size: 1180 bytes --]
On Thu, 2005-06-16 at 18:01 +0300, Alin Dobre wrote:
> Jonathan Smith wrote:
> > The desktop-misc herd (which was sadly neglected until recently) could
> > benefit from a new virtual. x11-misc/xautolock is a wrapper which locks
> > the screen via any appropriate program such as xlockmore or xtrlock.
>
> xscreensaver locks the screen, too, besides its normal screensaver
> features (like xlockmore).
>
> > This program needs to depend on an xlocker, but we should not lock users
> > into one specific one.
> >
> > See bug 95246 [1]
> >
> > I would probably name it virtual/xlocker, but other suggestions are, of
> > course, welcome.
> >
> > Thanks
> >
> > [1]: https://bugs.gentoo.org/show_bug.cgi?id=95246
> >
You don't have to setup a virtual for this. In fact, the simpler method
(especially when dealing with only one package) is to use the || *DEPEND
syntax.
RDEPEND="|| (
x11-misc/xscreensaver
x11-misc/xlockmore
x11-misc/xtrlock )"
This would prefer xscreensaver over the others, but any would satisfy
the dependency.
--
Chris Gianelloni
Release Engineering - Strategic Lead/QA Manager
Games - Developer
Gentoo Linux
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] new virtual - xlocker?
2005-06-16 15:28 ` Chris Gianelloni
@ 2005-06-16 22:50 ` Beber [Gentoo]
2005-06-16 23:02 ` Jonathan Smith
0 siblings, 1 reply; 5+ messages in thread
From: Beber [Gentoo] @ 2005-06-16 22:50 UTC (permalink / raw
To: gentoo-dev
On 6/16/05, Chris Gianelloni <wolf31o2@gentoo.org> wrote:
> On Thu, 2005-06-16 at 18:01 +0300, Alin Dobre wrote:
> > Jonathan Smith wrote:
> > > The desktop-misc herd (which was sadly neglected until recently) could
> > > benefit from a new virtual. x11-misc/xautolock is a wrapper which locks
> > > the screen via any appropriate program such as xlockmore or xtrlock.
> >
> > xscreensaver locks the screen, too, besides its normal screensaver
> > features (like xlockmore).
> >
> > > This program needs to depend on an xlocker, but we should not lock users
> > > into one specific one.
> > >
> > > See bug 95246 [1]
> > >
> > > I would probably name it virtual/xlocker, but other suggestions are, of
> > > course, welcome.
> > >
> > > Thanks
> > >
> > > [1]: https://bugs.gentoo.org/show_bug.cgi?id=95246
> > >
>
> You don't have to setup a virtual for this. In fact, the simpler method
> (especially when dealing with only one package) is to use the || *DEPEND
> syntax.
>
> RDEPEND="|| (
> x11-misc/xscreensaver
> x11-misc/xlockmore
> x11-misc/xtrlock )"
>
> This would prefer xscreensaver over the others, but any would satisfy
> the dependency.
Hi guys,
thanks for you to look of my reply on this bug :)
It don't think that a virtual need to be use here. 3 softwares for a
virtual is quite less.
Why are you placing a REDEPEND instead of a PDEPEND ?
xautolock *doesn't need* on of theses software to compile. It need one
of them to be usable. Is the side, it's a post depend.
++
Beber
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] new virtual - xlocker?
2005-06-16 22:50 ` Beber [Gentoo]
@ 2005-06-16 23:02 ` Jonathan Smith
0 siblings, 0 replies; 5+ messages in thread
From: Jonathan Smith @ 2005-06-16 23:02 UTC (permalink / raw
To: gentoo-dev
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Beber [Gentoo] wrote:
> Hi guys,
>
> thanks for you to look of my reply on this bug :)
>
> It don't think that a virtual need to be use here. 3 softwares for a
> virtual is quite less.
>
> Why are you placing a REDEPEND instead of a PDEPEND ?
> xautolock *doesn't need* on of theses software to compile. It need one
> of them to be usable. Is the side, it's a post depend.
PDEPEND is for something that is necessary, but can _only_ be compiled
after... RDEPEND is "run-time dependency"
- -smithj
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCsgT/l5AvwDPiUowRAuakAJ0ZjmtPUPCFGcxwy6gfujjHikFP5gCgnBie
AWjJrSw1rlDruvePaJnsK4w=
=5WRk
-----END PGP SIGNATURE-----
--
gentoo-dev@gentoo.org mailing list
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2005-06-16 23:06 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-06-16 14:55 [gentoo-dev] new virtual - xlocker? Jonathan Smith
2005-06-16 15:01 ` Alin Dobre
2005-06-16 15:28 ` Chris Gianelloni
2005-06-16 22:50 ` Beber [Gentoo]
2005-06-16 23:02 ` Jonathan Smith
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox