diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-22 04:30:00 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2004-02-22 04:30:00 +0800 |
commit | 848eb01901a27ed3a39d12b843c536fa0a2610c9 (patch) | |
tree | 26c64263212198d0b4ac73a5acf0b0e811943112 /audio/gnome-media | |
parent | 453afcbf514498bb058afdccbf373a68288c672b (diff) | |
download | marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar.gz marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar.bz2 marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar.lz marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar.xz marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.tar.zst marcuscom-ports-848eb01901a27ed3a39d12b843c536fa0a2610c9.zip |
Correct the name of the volume control application.
Submitted by: Koop Mast <kwm@rainbow-runner.nl>
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1867 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'audio/gnome-media')
-rw-r--r-- | audio/gnome-media/Makefile | 2 | ||||
-rw-r--r-- | audio/gnome-media/files/patch-gst-mixer_gnome-volume-control.desktop.in | 11 |
2 files changed, 12 insertions, 1 deletions
diff --git a/audio/gnome-media/Makefile b/audio/gnome-media/Makefile index 8fe98917b..4e2a669a9 100644 --- a/audio/gnome-media/Makefile +++ b/audio/gnome-media/Makefile @@ -7,7 +7,7 @@ PORTNAME= gnomemedia2 PORTVERSION= 2.5.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/gnome-media/2.5 diff --git a/audio/gnome-media/files/patch-gst-mixer_gnome-volume-control.desktop.in b/audio/gnome-media/files/patch-gst-mixer_gnome-volume-control.desktop.in new file mode 100644 index 000000000..535314e7d --- /dev/null +++ b/audio/gnome-media/files/patch-gst-mixer_gnome-volume-control.desktop.in @@ -0,0 +1,11 @@ +--- gst-mixer/gnome-volume-control.desktop.in.orig Sat Feb 21 15:33:42 2004 ++++ gst-mixer/gnome-volume-control.desktop.in Sat Feb 21 15:33:56 2004 +@@ -2,7 +2,7 @@ + Encoding=UTF-8 + _Name=Volume Control + _Comment=Adjust the volume level +-Exec=gst-mixer ++Exec=gnome-volume-control + Icon=gnome-mixer.png + StartupNotify=true + Info=Gnome Mixer |