diff options
author | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-08 17:11:37 +0000 |
---|---|---|
committer | Frederic Crozat <fcrozat@mandriva.com> | 2006-09-08 17:11:37 +0000 |
commit | 5602d3f102b3bd5aea10db08f339eee47a415de2 (patch) | |
tree | 3cd96f859a9e3d91323676945a116af2dd3b793b /desktop-common-data.spec | |
parent | f0304efa4ae518c714a672727c8177007ecdb6eb (diff) | |
download | common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.gz common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.bz2 common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.tar.xz common-data-5602d3f102b3bd5aea10db08f339eee47a415de2.zip |
- Update profile scripts to remove invalid dependencies
- move defaults bookmarks from kde and firefox to this package
Diffstat (limited to 'desktop-common-data.spec')
-rw-r--r-- | desktop-common-data.spec | 24 |
1 files changed, 23 insertions, 1 deletions
diff --git a/desktop-common-data.spec b/desktop-common-data.spec index b92a79b..6a2e558 100644 --- a/desktop-common-data.spec +++ b/desktop-common-data.spec @@ -3,7 +3,7 @@ Summary: Desktop common files Name: desktop-common-data Version: 2007 -Release: %mkrel 11 +Release: %mkrel 12 License: GPL URL: http://www.mandrivalinux.com/ Group: System/Configuration/Other @@ -126,6 +126,17 @@ for i in dm/*.png dm/*.desktop dm/*.xml ; do install -m 0644 $i %buildroot/%_datadir/mdk/dm/ done +# install bookmarks +install -d -m 0755 %buildroot%_datadir/mdk/bookmarks/konqueror +for i in bookmarks/konqueror/*.xml ; do + install -m 0644 $i %buildroot%_datadir/mdk/bookmarks/konqueror +done + +install -d -m 0755 %buildroot%_datadir/mdk/bookmarks/mozilla +for i in bookmarks/mozilla/*.html ; do + install -m 0644 $i %buildroot%_datadir/mdk/bookmarks/mozilla +done + %post if [ -f %_sysconfdir/X11/window-managers.rpmsave ];then @@ -175,6 +186,13 @@ rm -fr %buildroot # %dir %_datadir/mdk/backgrounds/ %_datadir/mdk/backgrounds/*.jpg + +%dir %_datadir/mdk/bookmarks +%dir %_datadir/mdk/bookmarks/konqueror +%_datadir/mdk/bookmarks/konqueror/*.xml +%dir %_datadir/mdk/bookmarks/mozilla +%_datadir/mdk/bookmarks/mozilla/*.html +%_datadir/mdk/backgrounds/*.jpg # %dir %_datadir/apps/kdm/pics/ %_datadir/apps/kdm/pics/* @@ -193,6 +211,10 @@ rm -fr %buildroot %changelog +* Fri Sep 08 2006 Frederic Crozat <fcrozat@mandriva.com> 2007-12mdv2007.0 +- Update profile scripts to remove invalid dependencies +- move defaults bookmarks from kde and firefox to this package + * Mon Sep 04 2006 Frederic Crozat <fcrozat@mandriva.com> 2007-11mdv2007.0 - Improve gdm/kdm theme with new backgrounds - Don't create default desktop directories for root (Mdv bug #19711) |