wrap-and-sort -ast
This commit is contained in:
parent
c676d040e6
commit
5abcec7f14
78
debian/control
vendored
78
debian/control
vendored
@ -2,11 +2,13 @@ Source: kali-themes
|
|||||||
Section: misc
|
Section: misc
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Kali Developers <devel@kali.org>
|
Maintainer: Kali Developers <devel@kali.org>
|
||||||
Uploaders: Daniel Ruiz de Alegría <daniruiz@kali.org>,
|
Uploaders:
|
||||||
Raphaël Hertzog <raphael@offensive-security.com>,
|
Daniel Ruiz de Alegría <daniruiz@kali.org>,
|
||||||
Build-Depends: debhelper-compat (= 12),
|
Raphaël Hertzog <raphael@offensive-security.com>,
|
||||||
librsvg2-bin,
|
Build-Depends:
|
||||||
optipng,
|
debhelper-compat (= 12),
|
||||||
|
librsvg2-bin,
|
||||||
|
optipng,
|
||||||
Standards-Version: 4.6.0
|
Standards-Version: 4.6.0
|
||||||
Rules-Requires-Root: no
|
Rules-Requires-Root: no
|
||||||
Vcs-Git: https://gitlab.com/kalilinux/packages/kali-themes.git
|
Vcs-Git: https://gitlab.com/kalilinux/packages/kali-themes.git
|
||||||
@ -14,23 +16,26 @@ Vcs-Browser: https://gitlab.com/kalilinux/packages/kali-themes
|
|||||||
|
|
||||||
Package: kali-themes-common
|
Package: kali-themes-common
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends:
|
||||||
# Dependency on the package providing the current default background
|
kali-wallpapers-2022,
|
||||||
kali-wallpapers-2022,
|
${misc:Depends},
|
||||||
Suggests: gtk2-engines-pixbuf,
|
Suggests:
|
||||||
librsvg2-common,
|
gtk2-engines-pixbuf,
|
||||||
# List old wallpapers so that they are not auto-removed on upgrade
|
kali-wallpapers-2019.4,
|
||||||
kali-wallpapers-2020.4,
|
kali-wallpapers-2020.4,
|
||||||
kali-wallpapers-2019.4,
|
kali-wallpapers-legacy,
|
||||||
kali-wallpapers-legacy
|
librsvg2-common,
|
||||||
Breaks: gnome-theme-kali (<< 2019.4),
|
Breaks:
|
||||||
desktop-base (<< 10.0.3+kali2),
|
desktop-base (<< 10.0.3+kali2),
|
||||||
kali-menu (<< 2021.3.2),
|
gnome-theme-kali (<< 2019.4),
|
||||||
kali-desktop-kde (<< 2021.4.1),
|
kali-desktop-kde (<< 2021.4.1),
|
||||||
Replaces: gnome-theme-kali (<< 2019.4),
|
kali-menu (<< 2021.3.2),
|
||||||
desktop-base (<< 10.0.3+kali2),
|
Replaces:
|
||||||
kali-menu (<< 2021.3.2),
|
desktop-base (<< 10.0.3+kali2),
|
||||||
Provides: gnome-theme-kali
|
gnome-theme-kali (<< 2019.4),
|
||||||
|
kali-menu (<< 2021.3.2),
|
||||||
|
Provides:
|
||||||
|
gnome-theme-kali,
|
||||||
Description: Kali Themes (data files)
|
Description: Kali Themes (data files)
|
||||||
This package contains multiple themes for kali. It includes graphical toolkit
|
This package contains multiple themes for kali. It includes graphical toolkit
|
||||||
themes, icon themes, color schemes, desktop backgrounds and more.
|
themes, icon themes, color schemes, desktop backgrounds and more.
|
||||||
@ -40,8 +45,9 @@ Description: Kali Themes (data files)
|
|||||||
|
|
||||||
Package: kali-desktop-base
|
Package: kali-desktop-base
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends:
|
||||||
kali-themes-common (= ${source:Version}),
|
kali-themes-common (= ${source:Version}),
|
||||||
|
${misc:Depends},
|
||||||
Description: Kali version of Debian's desktop-base package
|
Description: Kali version of Debian's desktop-base package
|
||||||
This empty package provides hooks into the various alternatives defined by
|
This empty package provides hooks into the various alternatives defined by
|
||||||
Debian's desktop-base to provide consistent Kali branding through the whole
|
Debian's desktop-base to provide consistent Kali branding through the whole
|
||||||
@ -50,21 +56,20 @@ Description: Kali version of Debian's desktop-base package
|
|||||||
Package: kali-themes
|
Package: kali-themes
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
kali-themes-common (= ${source:Version}),
|
|
||||||
# gsettings and other config files reference those fonts
|
|
||||||
fonts-cantarell,
|
fonts-cantarell,
|
||||||
fonts-firacode,
|
fonts-firacode,
|
||||||
# Engines for GTK and icon themes
|
|
||||||
gtk2-engines-pixbuf,
|
gtk2-engines-pixbuf,
|
||||||
|
kali-themes-common (= ${source:Version}),
|
||||||
librsvg2-common,
|
librsvg2-common,
|
||||||
# For boot-time splash screen
|
|
||||||
plymouth-label,
|
plymouth-label,
|
||||||
${misc:Depends}
|
${misc:Depends},
|
||||||
Breaks: kali-defaults (<< 2019.4.0),
|
Breaks:
|
||||||
kali-desktop-xfce (<< 2020.2.18),
|
gnome-shell (<< 40.2),
|
||||||
gnome-shell (<< 40.2),
|
kali-defaults (<< 2019.4.0),
|
||||||
kali-menu (<< 2019.4.4),
|
kali-desktop-xfce (<< 2020.2.18),
|
||||||
Replaces: kali-defaults (<< 2019.4.0)
|
kali-menu (<< 2019.4.4),
|
||||||
|
Replaces:
|
||||||
|
kali-defaults (<< 2019.4.0),
|
||||||
Description: Configure all desktops to use the Kali theme
|
Description: Configure all desktops to use the Kali theme
|
||||||
Installing this package should configure most desktops to use the Kali theme
|
Installing this package should configure most desktops to use the Kali theme
|
||||||
by default.
|
by default.
|
||||||
@ -76,8 +81,9 @@ Description: Configure all desktops to use the Kali theme
|
|||||||
Package: gnome-theme-kali
|
Package: gnome-theme-kali
|
||||||
Section: oldlibs
|
Section: oldlibs
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: ${misc:Depends},
|
Depends:
|
||||||
kali-themes,
|
kali-themes,
|
||||||
|
${misc:Depends},
|
||||||
Description: Transitional package to install kali-themes
|
Description: Transitional package to install kali-themes
|
||||||
All the theme related files have been moved to kali-themes.
|
All the theme related files have been moved to kali-themes.
|
||||||
.
|
.
|
||||||
|
|||||||
2
debian/kali-themes-common.install
vendored
2
debian/kali-themes-common.install
vendored
@ -1,4 +1,4 @@
|
|||||||
share/* usr/share/
|
|
||||||
# Those are created by "make install"
|
# Those are created by "make install"
|
||||||
|
share/* usr/share/
|
||||||
usr/share/icons/
|
usr/share/icons/
|
||||||
usr/share/images/
|
usr/share/images/
|
||||||
|
|||||||
2
debian/kali-themes.install
vendored
2
debian/kali-themes.install
vendored
@ -1,2 +1,2 @@
|
|||||||
etc
|
|
||||||
.face-root.svg usr/share/kali-themes
|
.face-root.svg usr/share/kali-themes
|
||||||
|
etc
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user