1
0

Accepting request 116300 from home:badshah400

An audio recorder for GNOME 2/3 which can record sound from a lot of input sources.

OBS-URL: https://build.opensuse.org/request/show/116300
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=1
This commit is contained in:
2012-05-06 15:40:07 +00:00
committed by Git OBS Bridge
commit 2a16328fc4
7 changed files with 224 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
Index: audio-recorder/data/audio-recorder.desktop
===================================================================
--- audio-recorder.orig/data/audio-recorder.desktop
+++ audio-recorder/data/audio-recorder.desktop
@@ -1,6 +1,6 @@
[Desktop Entry]
GenericName=Audio Recorder
-Categories=GNOME;AudioVideo;Recorder
+Categories=GNOME;AudioVideo;Recorder;
Exec=audio-recorder
Icon=audio-recorder
StartupNotify=true
@@ -49,37 +49,3 @@ Comment[sr]=Audio Recorder
Comment[tr]=Ses Kaydedici
Comment[uk]=Легкий в застосуванні інструмент для аудіо запису
Comment[vi]=Trình ghi âm
-
-# Right-click menu items for Unity's launcher icon.
-# Ref: https://wiki.ubuntu.com/Unity/LauncherAPI
-X-Ayatana-Desktop-Shortcuts=StartRecording;StopRecording;PauseRecording;ShowWindow
-
-[StartRecording Shortcut Group]
-Name=Start
-Name[fi_FI]=Aloita
-Name[nb_NO]=Start
-Exec=audio-recorder --command=start
-TargetEnvironment=Unity
-
-[StopRecording Shortcut Group]
-Name=Stop
-Name[fi_FI]=Lopeta
-Name[nb_NO]=Stopp
-Exec=audio-recorder --command=stop
-TargetEnvironment=Unity
-
-[PauseRecording Shortcut Group]
-Name=Pause
-Name[fi_FI]=Keskeytä väliaikaisesti
-Name[nb_NO]=Pause
-Exec=audio-recorder --command=pause
-TargetEnvironment=Unity
-
-[ShowWindow Shortcut Group]
-Name=Show window
-Name[fi_FI]=Näytä ikkuna
-Name[nb_NO]=Vis applikasjon
-Exec=audio-recorder --command=show
-TargetEnvironment=Unity
-
-