SHA256
1
0
forked from pool/screencast

Accepting request 629644 from X11:Pantheon:Apps

OBS-URL: https://build.opensuse.org/request/show/629644
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screencast?expand=0&rev=4
This commit is contained in:
Dominique Leuenberger 2018-08-31 08:41:16 +00:00 committed by Git OBS Bridge
parent 8f7665c5ab
commit ef205a5e78
4 changed files with 23 additions and 23 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:9cdac661cf073defd2a3762cfd84c5a3c978b48e81a278f562949591106da3c4
size 95414

3
screencast-0.3.0.tar.gz Normal file
View File

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

View File

@ -1,3 +1,16 @@
-------------------------------------------------------------------
Thu Aug 16 09:45:29 UTC 2018 - jengelh@inai.de
- Ensure neutrality of description, and adjust grammar.
-------------------------------------------------------------------
Wed Aug 1 21:33:23 UTC 2018 - avvissu@yandex.by
- Update to 0.3.0:
* Update appdata
- Switch to metainfo from appdata
- Remove obsolete macros
------------------------------------------------------------------- -------------------------------------------------------------------
Sat Apr 7 18:46:57 UTC 2018 - avvissu@yandex.by Sat Apr 7 18:46:57 UTC 2018 - avvissu@yandex.by

View File

@ -1,7 +1,7 @@
# #
# spec file for package screencast # spec file for package screencast
# #
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2018 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,10 +17,10 @@
Name: screencast Name: screencast
Version: 0.2.4 Version: 0.3.0
Release: 0 Release: 0
Summary: A simple screencasting application Summary: A screencasting application
License: GPL-3.0+ License: GPL-3.0-or-later
Group: Productivity/Multimedia/Video/Editors and Convertors Group: Productivity/Multimedia/Video/Editors and Convertors
URL: https://launchpad.net/eidete URL: https://launchpad.net/eidete
Source: https://github.com/artemanufrij/screencast/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz Source: https://github.com/artemanufrij/screencast/archive/%{version}.tar.gz#/%{name}-%{version}.tar.gz
@ -44,13 +44,12 @@ BuildRequires: pkgconfig(xtst)
Recommends: %{name}-lang Recommends: %{name}-lang
Provides: eidete = %{version} Provides: eidete = %{version}
Obsoletes: eidete < %{version} Obsoletes: eidete < %{version}
%glib2_gsettings_schema_requires
%description %description
A simple screencasting application for the elementary OS. A screencasting application for Elementary OS.
Current features: Current features:
* encoding to webm * encoding to WebM
* selection of the area to be recorded * selection of the area to be recorded
* display of the pressed keys * display of the pressed keys
* audio recording * audio recording
@ -60,8 +59,6 @@ Current features:
%prep %prep
%setup -q %setup -q
sed -i 's/\bmetainfo\b/appdata/' $(grep -rwl 'metainfo')
%build %build
%cmake \ %cmake \
-DGSETTINGS_COMPILE=OFF -DGSETTINGS_COMPILE=OFF
@ -76,23 +73,13 @@ rm %{buildroot}%{_datadir}/icons/hicolor/*.??g
%find_lang com.github.artemanufrij.screencast %{name}.lang %find_lang com.github.artemanufrij.screencast %{name}.lang
%fdupes %{buildroot}%{_datadir} %fdupes %{buildroot}%{_datadir}
%post
%icon_theme_cache_post
%desktop_database_post
%glib2_gsettings_schema_post
%postun
%icon_theme_cache_postun
%desktop_database_postun
%glib2_gsettings_schema_postun
%files %files
%doc debian/copyright README.md %doc debian/copyright README.md
%{_bindir}/com.github.artemanufrij.screencast %{_bindir}/com.github.artemanufrij.screencast
%{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml
%{_datadir}/applications/com.github.artemanufrij.screencast.desktop %{_datadir}/applications/com.github.artemanufrij.screencast.desktop
%{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml
%{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g %{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g
%{_datadir}/metainfo/com.github.artemanufrij.screencast.appdata.xml
%files lang -f %{name}.lang %files lang -f %{name}.lang