Fix some plymouth-related stuff
This commit is contained in:
@@ -201,6 +201,7 @@ install-local:
|
||||
$(INSTALL_DATA) $(wildcard futureprototype-theme/plymouth/*) $(DESTDIR)/usr/share/plymouth/themes/futureprototype
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme
|
||||
cd $(DESTDIR)/usr/share/desktop-base/futureprototype-theme && ln -s /usr/share/plymouth/themes/futureprototype plymouth
|
||||
|
||||
### Login background
|
||||
install -d $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/login
|
||||
$(INSTALL_DATA) $(wildcard futureprototype-theme/login/*) $(DESTDIR)/usr/share/desktop-base/futureprototype-theme/login
|
||||
|
||||
Vendored
+15
@@ -1,3 +1,18 @@
|
||||
desktop-base (10.0.2) unstable; urgency=medium
|
||||
|
||||
* Remove text version of plymouth theme
|
||||
(won't work without additional dependencies)
|
||||
* Remove alternative that won't work yet
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Mon, 15 Apr 2019 09:20:30 +0000
|
||||
|
||||
desktop-base (10.0.1) unstable; urgency=medium
|
||||
|
||||
* Add plymouth-label as recommends (Closes: #927077)
|
||||
* Add self to uploaders
|
||||
|
||||
-- Jonathan Carter <jcc@debian.org> Thu, 04 Apr 2019 17:27:08 +0200
|
||||
|
||||
desktop-base (10.0.0) unstable; urgency=medium
|
||||
|
||||
* Add Buster’s default theme futurePrototype by Alex Makas.
|
||||
|
||||
Vendored
+3
-1
@@ -5,7 +5,8 @@ Maintainer: Debian Desktop Team <debian-desktop@lists.debian.org>
|
||||
Uploaders: Yves-Alexis Perez <corsac@debian.org>,
|
||||
Josselin Mouette <joss@debian.org>,
|
||||
Paul Tagliamonte <paultag@debian.org>,
|
||||
Aurélien COUDERC <coucouf@debian.org>
|
||||
Aurélien COUDERC <coucouf@debian.org>,
|
||||
Jonathan Carter <jcc@debian.org>
|
||||
Build-Depends: debhelper (>= 11),
|
||||
librsvg2-bin,
|
||||
optipng,
|
||||
@@ -22,6 +23,7 @@ Architecture: all
|
||||
Depends: librsvg2-common,
|
||||
# For the login background with logo
|
||||
fonts-quicksand,
|
||||
Recommends: plymouth-label
|
||||
Suggests: gnome | kde-standard | xfce4 | wmaker
|
||||
Description: common files for the Debian Desktop
|
||||
This package contains various miscellaneous files which are used by
|
||||
|
||||
Reference in New Issue
Block a user