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
This commit is contained in:
parent
6533482f2b
commit
8962e7441d
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52b5a4824b5fe2ff9cddbbe34604c560780fa84a652e76d6eaff19a072c0d7b0
|
||||
size 70639
|
3
screencast-0.2.3.tar.gz
Normal file
3
screencast-0.2.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4354398146d9f310284306f779c7f86c77d95865e2df96ea3e94412773146675
|
||||
size 94685
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user