From 8962e7441d43be2507c3777215f4f7068ae385f8fc537489fa6d198af8ae053b Mon Sep 17 00:00:00 2001 From: Dominique Leuenberger Date: Wed, 4 Apr 2018 09:05:03 +0000 Subject: [PATCH] Accepting request 593087 from X11:Pantheon - Update to 0.2.3: * fixed top margin for record controls * move indicator function * Merge pull request #31 from GitHaarek/patch-1 * http to https and url fixes * pot + German - Update to 0.2.2: * Update com.github.artemanufrij.screencast.appdata.xml * Update com.github.artemanufrij.screencast.desktop * Tweak the capitalisation of some sentences * Improve .desktop comment and generic name slightly * Update lt.po * fixed es.po * fix instand recording from plank * fixed area recording * Update README.md * new pot file * code style * removed unused this.hide (); * application behavior * small improvements * pause on focus - Add appindicator dependency OBS-URL: https://build.opensuse.org/request/show/593087 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/screencast?expand=0&rev=2 --- screencast-0.1.9.tar.gz | 3 --- screencast-0.2.3.tar.gz | 3 +++ screencast.changes | 31 +++++++++++++++++++++++++++++++ screencast.spec | 9 ++++----- 4 files changed, 38 insertions(+), 8 deletions(-) delete mode 100644 screencast-0.1.9.tar.gz create mode 100644 screencast-0.2.3.tar.gz diff --git a/screencast-0.1.9.tar.gz b/screencast-0.1.9.tar.gz deleted file mode 100644 index fc37cdc..0000000 --- a/screencast-0.1.9.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52b5a4824b5fe2ff9cddbbe34604c560780fa84a652e76d6eaff19a072c0d7b0 -size 70639 diff --git a/screencast-0.2.3.tar.gz b/screencast-0.2.3.tar.gz new file mode 100644 index 0000000..1283c2c --- /dev/null +++ b/screencast-0.2.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4354398146d9f310284306f779c7f86c77d95865e2df96ea3e94412773146675 +size 94685 diff --git a/screencast.changes b/screencast.changes index 3c02648..a1faaf3 100644 --- a/screencast.changes +++ b/screencast.changes @@ -1,3 +1,34 @@ +------------------------------------------------------------------- +Sat Mar 17 16:06:10 UTC 2018 - avvissu@yandex.by + +- Update to 0.2.3: + * fixed top margin for record controls + * move indicator function + * Merge pull request #31 from GitHaarek/patch-1 + * http to https and url fixes + * pot + German + +------------------------------------------------------------------- +Fri Mar 9 15:05:15 UTC 2018 - avvissu@yandex.by + +- Update to 0.2.2: + * Update com.github.artemanufrij.screencast.appdata.xml + * Update com.github.artemanufrij.screencast.desktop + * Tweak the capitalisation of some sentences + * Improve .desktop comment and generic name slightly + * Update lt.po + * fixed es.po + * fix instand recording from plank + * fixed area recording + * Update README.md + * new pot file + * code style + * removed unused this.hide (); + * application behavior + * small improvements + * pause on focus +- Add appindicator dependency + ------------------------------------------------------------------- Wed Nov 8 10:16:42 UTC 2017 - avvissu@yandex.by diff --git a/screencast.spec b/screencast.spec index 188c399..69809a1 100644 --- a/screencast.spec +++ b/screencast.spec @@ -17,7 +17,7 @@ Name: screencast -Version: 0.1.9 +Version: 0.2.3 Release: 0 Summary: A simple screencasting application License: GPL-3.0+ @@ -32,6 +32,7 @@ BuildRequires: intltool BuildRequires: pkgconfig BuildRequires: update-desktop-files BuildRequires: vala +BuildRequires: pkgconfig(appindicator3-0.1) BuildRequires: pkgconfig(gdk-x11-3.0) BuildRequires: pkgconfig(granite) BuildRequires: pkgconfig(gstreamer-1.0) @@ -69,8 +70,7 @@ make %{?_smp_mflags} %install %cmake_install -mkdir -p %{buildroot}%{_datadir}/icons/hicolor/scalable/apps -mv %{buildroot}%{_datadir}/icons/hicolor/{,scalable/apps/}artemanufrij.screencast.svg +rm %{buildroot}%{_datadir}/icons/hicolor/*.??g %suse_update_desktop_file -r com.github.artemanufrij.screencast GTK AudioVideo Video Recorder %find_lang com.github.artemanufrij.screencast %{name}.lang @@ -89,11 +89,10 @@ mv %{buildroot}%{_datadir}/icons/hicolor/{,scalable/apps/}artemanufrij.screencas %files %doc debian/copyright README.md %{_bindir}/com.github.artemanufrij.screencast -%dir %{_datadir}/appdata %{_datadir}/appdata/com.github.artemanufrij.screencast.appdata.xml %{_datadir}/applications/com.github.artemanufrij.screencast.desktop %{_datadir}/glib-2.0/schemas/com.github.artemanufrij.screencast.gschema.xml -%{_datadir}/icons/hicolor/*/apps/artemanufrij.screencast.??g +%{_datadir}/icons/hicolor/*/apps/com.github.artemanufrij.screencast.??g %files lang -f %{name}.lang