summaryrefslogtreecommitdiffstats
path: root/audio/ncspot/no-cursor-offset.patch
diff options
context:
space:
mode:
author Gene Carlson <kvngncrlsn@gmail.com>2023-02-04 17:37:42 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-02-04 22:19:38 +0700
commit37629d88ed63ccf0b03176b3bff650bea64a1c35 (patch)
treeae5aca4f7626aeb19a981b1bfd4c24e1bb07bc2b /audio/ncspot/no-cursor-offset.patch
parent18baf75a47b91d2f7461db30b4e1d3f4fe087967 (diff)
downloadslackbuilds-37629d88ed63ccf0b03176b3bff650bea64a1c35.tar.gz
slackbuilds-37629d88ed63ccf0b03176b3bff650bea64a1c35.tar.xz
audio/ncspot: Updated for version 0.12.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to '')
-rw-r--r--audio/ncspot/no-cursor-offset.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/audio/ncspot/no-cursor-offset.patch b/audio/ncspot/no-cursor-offset.patch
deleted file mode 100644
index 31f5995b3e..0000000000
--- a/audio/ncspot/no-cursor-offset.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ncspot-0.11.0/src/main.rs 2022-08-21 07:07:08.000000000 +0900
-+++ ncspot-0.11.0/src/main.rs.new 2022-10-16 14:36:37.635552107 +0900
-@@ -166,6 +166,7 @@
- credentials = credentials_prompt(Some(error_msg))?;
- }
-
-+ println!("Connecting to Spotify..");
- let mut cursive = cursive::default().into_runner();
- cursive.set_window_title("ncspot");
-
-@@ -174,7 +175,6 @@
-
- let event_manager = EventManager::new(cursive.cb_sink().clone());
-
-- println!("Connecting to Spotify..");
- let spotify = spotify::Spotify::new(event_manager.clone(), credentials, cfg.clone());
-
- let library = Arc::new(Library::new(&event_manager, spotify.clone(), cfg.clone()));