Makefile: drop unused rules for KDE3 and Xfce 4.4.

This commit is contained in:
Yves-Alexis Perez
2010-11-09 21:09:04 +00:00
parent 2c90f14574
commit ab49f09750
2 changed files with 2 additions and 10 deletions

View File

@@ -59,17 +59,8 @@ install:
$(INSTALL) $(wildcard ksplash-theme/nightly-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-default
mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-moodin
$(INSTALL) $(wildcard ksplash-theme/nightly-moodin/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-moodin
# KDE setup
mkdir -p $(DESTDIR)/etc/kde3
$(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde3
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
$(INSTALL) $(wildcard profiles/kde-profile/share/config/*) $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
# Xfce 4.4
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
$(INSTALL) $(wildcard profiles/xdg-config/xfce4/mcs_settings/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
$(INSTALL) $(wildcard profiles/xdg-config/xfce4/mcs_settings/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/mcs_settings
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
$(INSTALL) $(wildcard profiles/xdg-config/xfce4-session/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4-session
# Xfce 4.6
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml
$(INSTALL) $(wildcard profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml/*) $(DESTDIR)/usr/share/desktop-base/profiles/xdg-config/xfce4/xfconf/xfce-perchannel-xml

3
debian/changelog vendored
View File

@@ -8,8 +8,9 @@ desktop-base (5.0.7) UNRELEASED; urgency=low
- add SpaceFun theme
* debian/postinst:
- add SpaceFun alternative at maximum level (default Squeeze theme)
* Makefile: drop unused rules for KDE3 and Xfce 4.4.
-- Yves-Alexis Perez <corsac@debian.org> Tue, 09 Nov 2010 22:05:54 +0100
-- Yves-Alexis Perez <corsac@debian.org> Tue, 09 Nov 2010 22:08:32 +0100
desktop-base (5.0.6) unstable; urgency=low