diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 02:47:49 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-10-11 02:47:49 +0800 |
commit | f0f161f160d4282c755414803e470455d22af4b1 (patch) | |
tree | 552da99a94c596ae6a15fcbccaa2e1a963ddaf03 /misc | |
parent | ba4c2f24821d15c504e389a7a6b7534fe0081a8a (diff) | |
download | marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar.gz marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar.bz2 marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar.lz marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar.xz marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.tar.zst marcuscom-ports-f0f161f160d4282c755414803e470455d22af4b1.zip |
Remove share/applications from gnomehier and add dirrmtry of this path in
the each port's plist. It should reduces a lot of plist error in pointyhat-exp
and reduce of require to add more ports in MC.
Reported by: pointyhat-exp
No object by: marcus
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9742 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gnome-osd/pkg-plist | 1 | ||||
-rw-r--r-- | misc/gnomehier/files/dirlist | 1 | ||||
-rw-r--r-- | misc/gnomesword/pkg-plist | 1 | ||||
-rw-r--r-- | misc/gregexp/pkg-plist | 1 | ||||
-rw-r--r-- | misc/uf-view/pkg-plist | 1 |
5 files changed, 4 insertions, 1 deletions
diff --git a/misc/gnome-osd/pkg-plist b/misc/gnome-osd/pkg-plist index 67e2ff019..26ff6f4e0 100644 --- a/misc/gnome-osd/pkg-plist +++ b/misc/gnome-osd/pkg-plist @@ -53,3 +53,4 @@ share/locale/pt/LC_MESSAGES/gnome-osd.mo @dirrmtry %%PYTHON_LIBDIR%% @comment only remove the dbus directories if dbus is not installed @unexec if ! [ -e %%LOCALBASE%%/bin/dbus-daemon ]; then rmdir %D/share/dbus-1/services 2>/dev/null; rmdir %D/share/dbus-1 2>/dev/null; fi +@dirrmtry share/applications diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist index 761a311ca..5cadd8d1c 100644 --- a/misc/gnomehier/files/dirlist +++ b/misc/gnomehier/files/dirlist @@ -37,7 +37,6 @@ share/applets/Multimedia share/applets/Network share/applets/Utility share/application-registry -share/applications share/capplets share/control-center share/control-center-2.0 diff --git a/misc/gnomesword/pkg-plist b/misc/gnomesword/pkg-plist index 04e23cf2f..cfc98df23 100644 --- a/misc/gnomesword/pkg-plist +++ b/misc/gnomesword/pkg-plist @@ -184,3 +184,4 @@ share/locale/uk/LC_MESSAGES/gnomesword.mo @dirrm share/gnome/help/gnomesword @dirrm share/gnomesword @dirrm %%DOCSDIR%% +@dirrmtry share/applications diff --git a/misc/gregexp/pkg-plist b/misc/gregexp/pkg-plist index c63f56b91..ccee0944c 100644 --- a/misc/gregexp/pkg-plist +++ b/misc/gregexp/pkg-plist @@ -4,3 +4,4 @@ share/pixmaps/gregexp.png share/gregexp/glade/gregexp.glade @dirrm share/gregexp/glade @dirrm share/gregexp +@dirrmtry share/applications diff --git a/misc/uf-view/pkg-plist b/misc/uf-view/pkg-plist index 6690c4342..9d7e91604 100644 --- a/misc/uf-view/pkg-plist +++ b/misc/uf-view/pkg-plist @@ -36,3 +36,4 @@ share/locale/wa/LC_MESSAGES/uf-view.mo share/locale/zh_CN/LC_MESSAGES/uf-view.mo @dirrm share/pixmaps/uf-view @dirrm share/uf-view +@dirrmtry share/applications |