diff --git a/files/unity.patch b/files/unity.patch deleted file mode 100644 --- a/files/unity.patch +++ /dev/null @@ -1,16 +0,0 @@ -diff --git a/meson.build b/meson.build -index 3d4785e..d1c90dc 100755 ---- a/meson.build -+++ b/meson.build -@@ -43,11 +43,6 @@ dependencies = [ - dependency('gee-0.8'), - meson.get_compiler('c').find_library('m', required : false) - ] --if get_option('libunity') -- unity_dep = dependency('unity') -- add_project_arguments('--define=UNITY_SUPPORT=1', language : 'vala') -- dependencies += unity_dep --endif - executable( - meson.project_name(), - code_resources, diff --git a/package.yml b/package.yml --- a/package.yml +++ b/package.yml @@ -1,8 +1,8 @@ name : easyssh -version : 1.3.0 -release : 2 +version : 1.3.2 +release : 3 source : - - https://github.com/muriloventuroso/easyssh/archive/1.3.0.tar.gz : 7a20b59f3e9072084dfd6da494bf5c539321aa8de0526cb9143f2bb64fe31f96 + - https://github.com/muriloventuroso/easyssh/archive/1.3.2.tar.gz : 504f58d27948cae78ad2113526ef0493e4f9d5249ef66e1deec06943bcc9b2d6 license : GPL-3.0-or-later component : network.util summary : A complete, efficient and easy-to-use ssh manager. Create and edit connections, groups, customize the terminal, with multiple instances of the same connection. @@ -15,8 +15,7 @@ - pkgconfig(vte-2.91) - vala setup : | - %patch -p1 < $pkgfiles/unity.patch - %meson_configure + %meson_configure -Dlibunity=false -Dubuntu-bionic-patched-vte=false build : | %ninja_build install : | diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml --- a/pspec_x86_64.xml +++ b/pspec_x86_64.xml @@ -233,12 +233,12 @@ - - 2018-08-17 - 1.3.0 + + 2018-08-24 + 1.3.2 Packaging update F. von Gellhorn flinux@vongellhorn.ch \ No newline at end of file