Accepting request 539025 from home:avindra

- Update to 2.0.2:
  + See ChangeLog for full details
- Rebase audio-recorder-correct-desktop-menu.patch
- Drop audio-recorder-gtk-3.16.patch: merged upstream

OBS-URL: https://build.opensuse.org/request/show/539025
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/audio-recorder?expand=0&rev=13
This commit is contained in:
Dominique Leuenberger 2017-11-19 10:55:25 +00:00 committed by Git OBS Bridge
parent 8a8fe5cf70
commit 14bc340a2f
6 changed files with 32 additions and 1422 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:12974217fa1d03bf568b6578744dce14e76982814bed0e6729be731779ffce16
size 8657059

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:572aa0390b40ee92a4c7401008438319d32b21c1c4c0ccf37127c1d9473979d7
size 518453

View File

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

File diff suppressed because it is too large Load Diff

View File

@ -1,3 +1,11 @@
-------------------------------------------------------------------
Sat Nov 4 20:52:01 UTC 2017 - aavindraa@gmail.com
- Update to 2.0.2:
+ See ChangeLog for full details
- Rebase audio-recorder-correct-desktop-menu.patch
- Drop audio-recorder-gtk-3.16.patch: merged upstream
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 5 14:48:03 UTC 2015 - dimstar@opensuse.org Tue May 5 14:48:03 UTC 2015 - dimstar@opensuse.org

View File

@ -1,7 +1,7 @@
# #
# spec file for package audio-recorder # spec file for package audio-recorder
# #
# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -17,18 +17,15 @@
Name: audio-recorder Name: audio-recorder
Version: 1.6 Version: 2.0.2
Release: 0 Release: 0
%define real_version 1.6-2
Summary: An audio recorder application for the GNOME 2/3 Summary: An audio recorder application for the GNOME 2/3
License: GPL-3.0 License: GPL-3.0
Group: Productivity/Multimedia/Sound/Utilities Group: Productivity/Multimedia/Sound/Utilities
Url: https://launchpad.net/audio-recorder Url: https://launchpad.net/audio-recorder
Source: https://launchpad.net/audio-recorder/trunk/version1.6-2/+download/audio-recorder-1.6-2.tar.gz Source: https://launchpad.net/~%{name}/+archive/ubuntu/ppa/+files/%{name}_%{version}~artful.tar.gz#/%{name}-%{version}.tar.gz
# PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it. # PATCH-FIX-OPENSUSE audio-recorder-correct-desktop-menu.patch badshah400@gmail.com -- Fixes the .desktop file by removing unity related tags from it.
Patch0: audio-recorder-correct-desktop-menu.patch Patch0: audio-recorder-correct-desktop-menu.patch
# PATCH-FIX-UPSTREAM audio-recorder-gtk-3.16.patch dimstar@opensuse.org -- Introduce GTK 3.16 compatibility, taken from upstream.
Patch1: audio-recorder-gtk-3.16.patch
BuildRequires: autoconf BuildRequires: autoconf
BuildRequires: desktop-file-utils BuildRequires: desktop-file-utils
BuildRequires: fdupes BuildRequires: fdupes
@ -36,6 +33,7 @@ BuildRequires: gettext
BuildRequires: hicolor-icon-theme BuildRequires: hicolor-icon-theme
BuildRequires: intltool BuildRequires: intltool
BuildRequires: libtool BuildRequires: libtool
BuildRequires: pkgconfig
BuildRequires: pkgconfig(appindicator3-0.1) >= 0.3 BuildRequires: pkgconfig(appindicator3-0.1) >= 0.3
BuildRequires: pkgconfig(dbus-1) BuildRequires: pkgconfig(dbus-1)
BuildRequires: pkgconfig(dconf) BuildRequires: pkgconfig(dconf)
@ -49,7 +47,6 @@ Requires: gstreamer-plugins-base
Requires: gstreamer-plugins-good Requires: gstreamer-plugins-good
Requires: gstreamer-plugins-ugly Requires: gstreamer-plugins-ugly
Recommends: %{name}-lang Recommends: %{name}-lang
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description %description
Audio-recorder allows you to record your favourite music or audio to Audio-recorder allows you to record your favourite music or audio to
@ -78,10 +75,10 @@ User can also control the recorder from command line with
--command <arg> option. --command <arg> option.
%lang_package %lang_package
%prep %prep
%setup -q -n %{name} %setup -q -n trunk
%patch0 -p1 %patch0 -p1
%patch1 -p0
%build %build
aclocal && autoconf && automake -a aclocal && autoconf && automake -a
@ -104,7 +101,6 @@ make %{?_smp_mflags}
%glib2_gsettings_schema_postun %glib2_gsettings_schema_postun
%files %files
%defattr(-,root,root)
%doc ChangeLog README COPYING %doc ChangeLog README COPYING
%{_bindir}/%{name} %{_bindir}/%{name}
%{_datadir}/applications/%{name}.desktop %{_datadir}/applications/%{name}.desktop
@ -112,6 +108,7 @@ make %{?_smp_mflags}
%{_datadir}/icons/hicolor/ %{_datadir}/icons/hicolor/
%{_datadir}/pixmaps/%{name}/ %{_datadir}/pixmaps/%{name}/
%{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml %{_datadir}/glib-2.0/schemas/org.gnome.audio-recorder.gschema.xml
%{_mandir}/man1/%{name}.1%{ext_man}
%files lang -f %{name}.lang %files lang -f %{name}.lang