Skip to content

Commit a56902c

Browse files
committed
chore: remove pop-os specific plugins
1 parent b1f6002 commit a56902c

24 files changed

+3
-1369
lines changed

Cargo.lock

+2-497
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

bin/src/main.rs

-2
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,11 @@ async fn main() {
2323
"find" => plugins::find::main().await,
2424
"files" => plugins::files::main().await,
2525
"pop-launcher" => service::main().await,
26-
"pop-shell" => plugins::pop_shell::main().await,
2726
"pulse" => plugins::pulse::main().await,
2827
"recent" => plugins::recent::main().await,
2928
"scripts" => plugins::scripts::main().await,
3029
"terminal" => plugins::terminal::main().await,
3130
"web" => plugins::web::main().await,
32-
"cosmic-toplevel" => plugins::cosmic_toplevel::main().await,
3331
unknown => {
3432
eprintln!("unknown cmd: {}", unknown);
3533
}

debian/changelog

-53
This file was deleted.

debian/control

-24
This file was deleted.

debian/copyright

-12
This file was deleted.

debian/pop-launcher-system76-power.install

-1
This file was deleted.

debian/pop-launcher.install

-3
This file was deleted.

debian/pop-launcher.links

-11
This file was deleted.

debian/rules

-35
This file was deleted.

debian/source/format

-1
This file was deleted.

debian/source/options

-2
This file was deleted.

plugins/Cargo.toml

-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ futures = "0.3.25"
3434
bytes = "1.2.1"
3535
recently-used-xbel = "1.0.0"
3636

37-
# dependencies cosmic toplevel
38-
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit" }
39-
4037
[dependencies.reqwest]
4138
version = "0.11.12"
4239
default-features = false

plugins/src/cosmic_toplevel/mod.rs

-216
This file was deleted.

0 commit comments

Comments
 (0)