Page MenuHomeSolus

D3612.id8997.diff
No OneTemporary

D3612.id8997.diff

diff --git a/files/unity.patch b/files/unity.patch
--- a/files/unity.patch
+++ b/files/unity.patch
@@ -1,93 +1,16 @@
diff --git a/meson.build b/meson.build
-index bf51b7d..26ff0d5 100755
+index 3d4785e..d1c90dc 100755
--- a/meson.build
+++ b/meson.build
-@@ -57,7 +57,6 @@ executable(
- dependency('json-glib-1.0'),
- dependency('vte-2.91', version: '>0.52'),
- dependency('gee-0.8'),
-- dependency('unity'),
- meson.get_compiler('c').find_library('m', required : false)
- ],
- install: true
-diff --git a/src/Views/SourceListView.vala b/src/Views/SourceListView.vala
-index 5afa8e0..230e91c 100755
---- a/src/Views/SourceListView.vala
-+++ b/src/Views/SourceListView.vala
-@@ -125,7 +125,6 @@ namespace EasySSH {
- window.current_terminal = (TerminalWidget)box.term;
- window.current_terminal.grab_focus();
- box.set_selected();
-- box.remove_badge ();
- }
- }
- var all_read = true;
-@@ -226,7 +225,6 @@ namespace EasySSH {
- var box = (TerminalBox)tab.page;
- window.current_terminal = t;
- box.set_selected();
-- box.remove_badge ();
- }
- private void on_tab_switched (Granite.Widgets.Tab? old_tab, Granite.Widgets.Tab new_tab) {
- if(Type.from_instance(new_tab.page).name() == "EasySSHTerminalBox") {
-@@ -234,7 +232,6 @@ namespace EasySSH {
- window.current_terminal = t;
- var box = (TerminalBox)new_tab.page;
- box.set_selected();
-- box.remove_badge ();
- box.dataHost.item.icon = null;
- new_tab.icon = null;
- var all_read = true;
-@@ -468,4 +465,4 @@ namespace EasySSH {
- message_dialog.destroy ();
- }
- }
--}
-\ No newline at end of file
-+}
-diff --git a/src/Widgets/TerminalBox.vala b/src/Widgets/TerminalBox.vala
-index 643d889..004c7ad 100755
---- a/src/Widgets/TerminalBox.vala
-+++ b/src/Widgets/TerminalBox.vala
-@@ -80,34 +80,12 @@ namespace EasySSH {
- term.feed_child(cmd.to_utf8 ());
- }
-
-- public void add_badge (){
-- var entry = Unity.LauncherEntry.get_for_desktop_id ("com.github.muriloventuroso.easyssh.desktop");
-- entry.count_visible = true;
-- entry.count = entry.count + 1;
-- unread_changes = true;
-- dataHost.item.icon = new GLib.ThemedIcon ("mail-mark-important");
-- tab.icon = new GLib.ThemedIcon ("mail-mark-important");
-- }
-- public void remove_badge (){
-- var entry = Unity.LauncherEntry.get_for_desktop_id ("com.github.muriloventuroso.easyssh.desktop");
-- if(entry.count_visible == true){
-- entry.count = entry.count - 1;
-- if(entry.count == 0){
-- entry.count_visible = false;
-- }
-- }
-- unread_changes = false;
-- dataHost.item.icon = new GLib.ThemedIcon ("mail-mark-important");
-- tab.icon = null;
-- }
--
- public void on_change_terminal (Vte.Terminal terminal) {
- string? res = terminal.get_text(null, null);
- if(res != null) {
- string[] lines = res.split("\n");
- string[] ret = {};
- if(term != window.current_terminal && unread_changes == false) {
-- add_badge ();
- }
- foreach (unowned string str in lines) {
- if(str != "") {
-@@ -232,4 +210,4 @@ namespace EasySSH {
-
-
- }
--}
-\ No newline at end of file
-+}
+@@ -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,9 +1,9 @@
name : easyssh
-version : 1.2.10
-release : 1
+version : 1.3.0
+release : 2
source :
- - https://github.com/muriloventuroso/easyssh/archive/1.2.10.tar.gz : 6072ed7cf6a798c0d3b05b359a157f5d9e99a25faa6675f2c5be900db51a6c1c
-license : GPL-3.0-or-later
+ - https://github.com/muriloventuroso/easyssh/archive/1.3.0.tar.gz : 7a20b59f3e9072084dfd6da494bf5c539321aa8de0526cb9143f2bb64fe31f96
+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.
description: |
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 @@
</Files>
</Package>
<History>
- <Update release="1">
- <Date>2018-08-07</Date>
- <Version>1.2.10</Version>
+ <Update release="2">
+ <Date>2018-08-17</Date>
+ <Version>1.3.0</Version>
<Comment>Packaging update</Comment>
<Name>F. von Gellhorn</Name>
<Email>flinux@vongellhorn.ch</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Mon, Aug 7, 9:30 AM (4 d, 8 h ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5800176
Default Alt Text
D3612.id8997.diff (5 KB)

Event Timeline