Move kwin5 to a separate package
This commit is contained in:
parent
97c5b91fbd
commit
04fed5bfc3
13
debian/control
vendored
13
debian/control
vendored
@ -21,12 +21,11 @@ Vcs-Git: https://gitlab.com/kalilinux/packages/kali-themes.git
|
|||||||
Vcs-Browser: https://gitlab.com/kalilinux/packages/kali-themes
|
Vcs-Browser: https://gitlab.com/kalilinux/packages/kali-themes
|
||||||
|
|
||||||
Package: kali-themes-common
|
Package: kali-themes-common
|
||||||
Architecture: any
|
Architecture: all
|
||||||
Depends:
|
Depends:
|
||||||
# Dependency on the package providing the current default background
|
# Dependency on the package providing the current default background
|
||||||
kali-wallpapers-2020.4 (>= 2021.2.0),
|
kali-wallpapers-2020.4 (>= 2021.2.0),
|
||||||
${misc:Depends},
|
${misc:Depends}
|
||||||
${shlibs:Depends}
|
|
||||||
Recommends:
|
Recommends:
|
||||||
# Temporary dependency. When version 2021.4.0 is released, move this
|
# Temporary dependency. When version 2021.4.0 is released, move this
|
||||||
# package to Depends, and move kali-wallpapers-2020.4 to Suggests.
|
# package to Depends, and move kali-wallpapers-2020.4 to Suggests.
|
||||||
@ -86,6 +85,14 @@ Description: Configure all desktops to use the Kali theme
|
|||||||
provides configuration files and other settings for each desktop so that
|
provides configuration files and other settings for each desktop so that
|
||||||
they use the Kali theme by default.
|
they use the Kali theme by default.
|
||||||
|
|
||||||
|
Package: kwin-style-kali
|
||||||
|
Architecture: any
|
||||||
|
Depends:
|
||||||
|
${misc:Depends},
|
||||||
|
${shlibs:Depends}
|
||||||
|
Description: Kali theme for KWin
|
||||||
|
Kali's window manager theme for KDE Plasma 5 desktop
|
||||||
|
|
||||||
Package: gnome-theme-kali
|
Package: gnome-theme-kali
|
||||||
Architecture: all
|
Architecture: all
|
||||||
Depends: kali-themes,
|
Depends: kali-themes,
|
||||||
|
|||||||
1
debian/kali-themes-common.install
vendored
1
debian/kali-themes-common.install
vendored
@ -2,4 +2,3 @@ share/* usr/share/
|
|||||||
# Those are created by "make install"
|
# Those are created by "make install"
|
||||||
usr/share/icons/
|
usr/share/icons/
|
||||||
usr/share/images/
|
usr/share/images/
|
||||||
usr/lib/
|
|
||||||
|
|||||||
2
debian/kwin5-style-kali
vendored
Normal file
2
debian/kwin5-style-kali
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
# Those are created by "make install"
|
||||||
|
usr/lib/
|
||||||
Loading…
x
Reference in New Issue
Block a user