public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] Unwanted fonts
@ 2023-10-02 11:05 Peter Humphrey
  2023-10-02 11:38 ` Arve Barsnes
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Humphrey @ 2023-10-02 11:05 UTC (permalink / raw
  To: gentoo-user

Hello list,

Has anyone found a way to exclude media-fonts/noto from a Plasma system? 
They're a 1GB download and I have no intention of ever using them - DejaVu 
suits me perfectly.

-- 
Regards,
Peter.





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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 11:05 [gentoo-user] Unwanted fonts Peter Humphrey
@ 2023-10-02 11:38 ` Arve Barsnes
  2023-10-02 14:15   ` Peter Humphrey
  0 siblings, 1 reply; 10+ messages in thread
From: Arve Barsnes @ 2023-10-02 11:38 UTC (permalink / raw
  To: gentoo-user

On Mon, 2 Oct 2023 at 13:06, Peter Humphrey <peter@prh.myzen.co.uk> wrote:
> Has anyone found a way to exclude media-fonts/noto from a Plasma system?
> They're a 1GB download and I have no intention of ever using them - DejaVu
> suits me perfectly.

If they're actually not in use, try package.provided.

# echo "media-fonts/noto" >> /etc/portage/profile/package.provided
# emerge -C media-fonts/noto

Regards,
Arve


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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 11:38 ` Arve Barsnes
@ 2023-10-02 14:15   ` Peter Humphrey
  2023-10-02 14:33     ` Cara Salter
  2023-10-02 14:35     ` Michael
  0 siblings, 2 replies; 10+ messages in thread
From: Peter Humphrey @ 2023-10-02 14:15 UTC (permalink / raw
  To: gentoo-user

On Monday, 2 October 2023 12:38:02 BST Arve Barsnes wrote:

> If they're actually not in use, try package.provided.
> 
> # echo "media-fonts/noto" >> /etc/portage/profile/package.provided
> # emerge -C media-fonts/noto

Ah! Good idea, though I had to give a version as well:
# cat /etc/portage/profile/package.provided
media-fonts/noto-20220912

That means I'll be tripped up at the next noto update. Thanks for the idea 
though.

-- 
Regards,
Peter.





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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 14:15   ` Peter Humphrey
@ 2023-10-02 14:33     ` Cara Salter
  2023-10-02 15:31       ` Peter Humphrey
  2023-10-02 14:35     ` Michael
  1 sibling, 1 reply; 10+ messages in thread
From: Cara Salter @ 2023-10-02 14:33 UTC (permalink / raw
  To: gentoo-user

On 10/2/23 10:15, Peter Humphrey wrote:
> On Monday, 2 October 2023 12:38:02 BST Arve Barsnes wrote:
> 
>> If they're actually not in use, try package.provided.
>>
>> # echo "media-fonts/noto" >> /etc/portage/profile/package.provided
>> # emerge -C media-fonts/noto
> 
> Ah! Good idea, though I had to give a version as well:
> # cat /etc/portage/profile/package.provided
> media-fonts/noto-20220912
> 
> That means I'll be tripped up at the next noto update. Thanks for the idea
> though.
> 

Could you add ">media-fonts/noto-20220912" to package.mask? That (by my 
understanding) would keep new versions from being installed.

--
Cara


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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 14:15   ` Peter Humphrey
  2023-10-02 14:33     ` Cara Salter
@ 2023-10-02 14:35     ` Michael
  2023-10-02 15:32       ` Peter Humphrey
  1 sibling, 1 reply; 10+ messages in thread
From: Michael @ 2023-10-02 14:35 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 716 bytes --]

On Monday, 2 October 2023 15:15:44 BST Peter Humphrey wrote:
> On Monday, 2 October 2023 12:38:02 BST Arve Barsnes wrote:
> > If they're actually not in use, try package.provided.
> > 
> > # echo "media-fonts/noto" >> /etc/portage/profile/package.provided
> > # emerge -C media-fonts/noto
> 
> Ah! Good idea, though I had to give a version as well:
> # cat /etc/portage/profile/package.provided
> media-fonts/noto-20220912
> 
> That means I'll be tripped up at the next noto update. Thanks for the idea
> though.

Noto and Hack media-fonts are listed as reverse dependencies for kde-plasma/
plasma-integration.  With no USE flag to exclude them being available at 
present, the package.provided solution can be used.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 14:33     ` Cara Salter
@ 2023-10-02 15:31       ` Peter Humphrey
  0 siblings, 0 replies; 10+ messages in thread
From: Peter Humphrey @ 2023-10-02 15:31 UTC (permalink / raw
  To: gentoo-user

On Monday, 2 October 2023 15:33:13 BST Cara Salter wrote:

> Could you add ">media-fonts/noto-20220912" to package.mask? That (by my
> understanding) would keep new versions from being installed.

Yes, I've done that, and now it should blow up in my face when I try to 
upgrade noto to the next version. Better than quietly ignoring me, as it 
were...

-- 
Regards,
Peter.





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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 14:35     ` Michael
@ 2023-10-02 15:32       ` Peter Humphrey
  2023-10-02 16:51         ` Michael
  0 siblings, 1 reply; 10+ messages in thread
From: Peter Humphrey @ 2023-10-02 15:32 UTC (permalink / raw
  To: gentoo-user

On Monday, 2 October 2023 15:35:18 BST Michael wrote:

> Noto and Hack media-fonts are listed as reverse dependencies for kde-plasma/
> plasma-integration.  With no USE flag to exclude them being available at
> present, the package.provided solution can be used.

Reverse? Plasma-integration depends on those fonts, not the other way round.

-- 
Regards,
Peter.





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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 15:32       ` Peter Humphrey
@ 2023-10-02 16:51         ` Michael
  2023-10-02 20:57           ` Neil Bothwick
  0 siblings, 1 reply; 10+ messages in thread
From: Michael @ 2023-10-02 16:51 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 515 bytes --]

On Monday, 2 October 2023 16:32:41 BST Peter Humphrey wrote:
> On Monday, 2 October 2023 15:35:18 BST Michael wrote:
> > Noto and Hack media-fonts are listed as reverse dependencies for
> > kde-plasma/ plasma-integration.  With no USE flag to exclude them being
> > available at present, the package.provided solution can be used.
> 
> Reverse? Plasma-integration depends on those fonts, not the other way round.

~ $ qdepends -d plasma-integration | grep noto
~ $ 

You can check the ebuild for plasma-integration.

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 16:51         ` Michael
@ 2023-10-02 20:57           ` Neil Bothwick
  2023-10-03  7:59             ` Michael
  0 siblings, 1 reply; 10+ messages in thread
From: Neil Bothwick @ 2023-10-02 20:57 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 491 bytes --]

On Mon, 02 Oct 2023 17:51:53 +0100, Michael wrote:

> > Reverse? Plasma-integration depends on those fonts, not the other way
> > round.  
> 
> ~ $ qdepends -d plasma-integration | grep noto
> ~ $ 
> 
> You can check the ebuild for plasma-integration.

RDEPEND is a run-time dependency. A reverse dependency would appear in
the noto ebuild.


-- 
Neil Bothwick

Y'know how s'm people treat th'r body like a TEMPLE?
Well, I treat mine like 'n AMUSEMENT PARK...  S'great...

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [gentoo-user] Unwanted fonts
  2023-10-02 20:57           ` Neil Bothwick
@ 2023-10-03  7:59             ` Michael
  0 siblings, 0 replies; 10+ messages in thread
From: Michael @ 2023-10-03  7:59 UTC (permalink / raw
  To: gentoo-user

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

On Monday, 2 October 2023 21:57:33 BST Neil Bothwick wrote:
> On Mon, 02 Oct 2023 17:51:53 +0100, Michael wrote:
> > > Reverse? Plasma-integration depends on those fonts, not the other way
> > > round.
> > 
> > ~ $ qdepends -d plasma-integration | grep noto
> > ~ $
> > 
> > You can check the ebuild for plasma-integration.
> 
> RDEPEND is a run-time dependency. A reverse dependency would appear in
> the noto ebuild.

Oops!  Sorry, I misread the variable.  Thanks Neil.  :-)

[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

end of thread, other threads:[~2023-10-03  7:59 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-10-02 11:05 [gentoo-user] Unwanted fonts Peter Humphrey
2023-10-02 11:38 ` Arve Barsnes
2023-10-02 14:15   ` Peter Humphrey
2023-10-02 14:33     ` Cara Salter
2023-10-02 15:31       ` Peter Humphrey
2023-10-02 14:35     ` Michael
2023-10-02 15:32       ` Peter Humphrey
2023-10-02 16:51         ` Michael
2023-10-02 20:57           ` Neil Bothwick
2023-10-03  7:59             ` Michael

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