* kdesktoprc:
- use the desktop-background alternative in KDE config. * Makefile: - re-introduce kdeglobals, this time for KDE4.
This commit is contained in:
5
Makefile
5
Makefile
@@ -35,6 +35,11 @@ install:
|
||||
# pixmaps files
|
||||
mkdir -p $(DESTDIR)/usr/share/pixmaps
|
||||
$(INSTALL) $(PIXMAPS) $(DESTDIR)/usr/share/pixmaps/
|
||||
|
||||
# KDE Config
|
||||
mkdir -p $(DESTDIR)/usr/share/kde4
|
||||
$(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/usr/share/kde4
|
||||
|
||||
# KDM theme
|
||||
mkdir -p $(DESTDIR)/etc/default/kdm.d
|
||||
$(INSTALL) kdm-theme/kdm.d/10_desktop-base $(DESTDIR)/etc/default/kdm.d
|
||||
|
||||
6
debian/changelog
vendored
6
debian/changelog
vendored
@@ -5,8 +5,12 @@ desktop-base (6.0.1) UNRELEASED; urgency=low
|
||||
* run optipng on png files.
|
||||
* debian/preinst, debian/postinst, debian/postrm:
|
||||
- remove /etc/kde3/kdeglobals using dpkg-maintscript-helper closes: #603810
|
||||
* kdesktoprc:
|
||||
- use the desktop-background alternative in KDE config.
|
||||
* Makefile:
|
||||
- re-introduce kdeglobals, this time for KDE4.
|
||||
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Thu, 18 Nov 2010 13:02:41 +0100
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Thu, 18 Nov 2010 15:04:51 +0100
|
||||
|
||||
desktop-base (6.0.0) unstable; urgency=low
|
||||
|
||||
|
||||
@@ -13,6 +13,6 @@ Pattern=
|
||||
Program=
|
||||
ReverseBlending=false
|
||||
UseSHM=false
|
||||
Wallpaper=/usr/share/images/desktop-base/moreblue-orbit-wallpaper.png
|
||||
Wallpaper=/usr/share/images/desktop-base/desktop-background
|
||||
WallpaperList=
|
||||
WallpaperMode=Scaled
|
||||
|
||||
Reference in New Issue
Block a user