Page MenuHomeFreeBSD

audio/gtk-mixer: Update to 1.0.2
ClosedPublic

Authored by driesm on Dec 23 2021, 8:13 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mon, Apr 22, 3:40 AM
Unknown Object (File)
Sat, Apr 20, 11:06 PM
Unknown Object (File)
Sat, Apr 20, 11:06 PM
Unknown Object (File)
Sat, Apr 20, 11:06 PM
Unknown Object (File)
Sat, Apr 20, 10:53 PM
Unknown Object (File)
Jan 17 2024, 6:49 PM
Unknown Object (File)
Dec 22 2023, 11:46 PM
Unknown Object (File)
Dec 15 2023, 2:22 PM
Subscribers

Details

Summary
audio/gtk-mixer: Update to 1.0.2

 PR:                  260648
 Changes:		https://github.com/rozhuk-im/gtk-mixer/compare/1.0.0...1.0.2
 Approved by:		tbd (mentor)
 Differential Revision:	https://reviews.freebsd.org/D33643
Test Plan

Testport look good.

Diff Detail

Repository
R11 FreeBSD ports repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

driesm edited the summary of this revision. (Show Details)
driesm added reviewers: 0mp, philip.

Isn't the desktop entry now broken after the image got removed?

Also, is there a reason for changing the description of the desktop entry?

Side note: I'd change PORTVERSION to DISTVERSION while here.

In D33643#760216, @0mp wrote:

Isn't the desktop entry now broken after the image got removed?

No, we change the desktop entry to use built-in icons of GTK.

Also, is there a reason for changing the description of the desktop entry?

Yes, the desktop entry is changed to use built-in GTK icon named "multimedia-volume-control". See below how it looks.

[Desktop Entry]
Type=Application
Version=1.0
Name=GTK-Mixer
GenericName=GTK based volume control tool
Comment=GTK based volume control tool
Icon=multimedia-volume-control
Exec=gtk-mixer
Categories=GTK;AudioVideo;Audio;Mixer;
StartupNotify=true

Side note: I'd change PORTVERSION to DISTVERSION while here.

Will do!

This revision is now accepted and ready to land.Jan 25 2022, 12:36 AM
This revision was automatically updated to reflect the committed changes.