Skip to content

Commit ebcca56

Browse files
MaxVerevkinbim9262
authored andcommitted
remove deprecated apt, pacman and dnf blocks
In #1988 these blocks were replaced by the packages block. They are deprecated since v0.33 (2024-02-19).
1 parent 4dd8ae4 commit ebcca56

File tree

4 files changed

+0
-569
lines changed

4 files changed

+0
-569
lines changed

src/blocks.rs

-15
Original file line numberDiff line numberDiff line change
@@ -144,11 +144,6 @@ macro_rules! define_blocks {
144144

145145
define_blocks!(
146146
amd_gpu,
147-
#[deprecated(
148-
since = "0.33.0",
149-
note = "The block has been deprecated in favor of the the packages block"
150-
)]
151-
apt,
152147
backlight,
153148
battery,
154149
bluetooth,
@@ -157,11 +152,6 @@ define_blocks!(
157152
custom,
158153
custom_dbus,
159154
disk_space,
160-
#[deprecated(
161-
since = "0.33.0",
162-
note = "The block has been deprecated in favor of the the packages block"
163-
)]
164-
dnf,
165155
docker,
166156
external_ip,
167157
focused_window,
@@ -180,11 +170,6 @@ define_blocks!(
180170
notmuch,
181171
nvidia_gpu,
182172
packages,
183-
#[deprecated(
184-
since = "0.33.0",
185-
note = "The block has been deprecated in favor of the the packages block"
186-
)]
187-
pacman,
188173
pomodoro,
189174
privacy,
190175
rofication,

src/blocks/apt.rs

-146
This file was deleted.

src/blocks/dnf.rs

-127
This file was deleted.

0 commit comments

Comments
 (0)