diff --git a/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch b/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch deleted file mode 100644 --- a/files/0001-Fix-compilation-under-Vala-0.45-and-above.patch +++ /dev/null @@ -1,26 +0,0 @@ -From 6e0cd803b9d423f5b8d76270c4a6baa8948cba27 Mon Sep 17 00:00:00 2001 -From: Joshua Strobl -Date: Fri, 20 Sep 2019 14:02:15 +0300 -Subject: [PATCH 1/1] Fix compilation under Vala 0.45 and above. - -In 0.45+, creation methods for abstract classes can no longer be public. Change to protected to resolve issue. ---- - src/recording/base-screen-recorder.vala | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/src/recording/base-screen-recorder.vala b/src/recording/base-screen-recorder.vala -index 04fec42..d3d7e1c 100644 ---- a/src/recording/base-screen-recorder.vala -+++ b/src/recording/base-screen-recorder.vala -@@ -40,7 +40,7 @@ namespace Peek.Recording { - } - } - -- public BaseScreenRecorder () { -+ protected BaseScreenRecorder () { - config = new RecordingConfig (); - } - --- -2.23.0 - diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,12 +1,11 @@ name : peek -version : 1.3.1 -release : 23 +version : 1.4.0 +release : 24 source : - - git|https://github.com/phw/peek.git : 4967e1854cd82b730ab3beb8faf5faa4fadea4a0 + - https://github.com/phw/peek/archive/1.4.0.tar.gz : 506c5797102629ff4a319c5fcc4eb6b771ffd680bb83ea07c1e5e8166000d605 license : GPL-3.0-or-later component : multimedia.video -summary : A simple tool that allows you to record short animated GIF images from - your screen +summary : A simple tool that allows you to record short animated GIF images from your screen description: | A simple tool that allows you to record short animated GIF images from your screen. builddeps : @@ -20,7 +19,6 @@ - gifski - imagemagick setup : | - %patch -p1 < $pkgfiles/0001-Fix-compilation-under-Vala-0.45-and-above.patch %meson_configure build : | %ninja_build diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -2,8 +2,8 @@ peek - Joshua Strobl - joshua@stroblindustries.com + Jacob Alzén + jacob.alzen@gmail.com GPL-3.0-or-later multimedia.video @@ -58,12 +58,12 @@ - - 2019-09-20 - 1.3.1 + + 2019-10-01 + 1.4.0 Packaging update - Joshua Strobl - joshua@stroblindustries.com + Jacob Alzén + jacob.alzen@gmail.com \ No newline at end of file