summaryrefslogtreecommitdiffstats
path: root/misc/gnomehier/files
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-11 19:18:38 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2005-11-11 19:18:38 +0800
commitb6d6da529dddc192f65671d28ba41df840490aca (patch)
tree96410c8e7e59a9dd847cd82b925949b430e86e74 /misc/gnomehier/files
parentbad562b6af9c2609ca8a4018c36f250ce475ddd9 (diff)
downloadmarcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar.gz
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar.bz2
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar.lz
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar.xz
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.tar.zst
marcuscom-ports-b6d6da529dddc192f65671d28ba41df840490aca.zip
- readd gnomehier
This version uses gnome-pre-su-install to create directories and still uses MTREE file. This removes the need for having to bump PORTREVISION in gnomehier and have to keep the GNOME_MTREE in sync with X11 MTREE_FILE. Also gnomehier now only creates directories from dirlist. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5107 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'misc/gnomehier/files')
-rw-r--r--misc/gnomehier/files/dirlist99
-rw-r--r--misc/gnomehier/files/pkg-install.in8
2 files changed, 107 insertions, 0 deletions
diff --git a/misc/gnomehier/files/dirlist b/misc/gnomehier/files/dirlist
new file mode 100644
index 000000000..65d17732c
--- /dev/null
+++ b/misc/gnomehier/files/dirlist
@@ -0,0 +1,99 @@
+etc/CORBA
+etc/CORBA/servers
+etc/X11
+etc/X11/serverconfig
+etc/X11/starthere
+etc/X11/sysconfig
+etc/gconf
+etc/gconf/gconf.xml.defaults
+etc/gconf/gconf.xml.mandatory
+etc/gconf/schemas
+etc/gnome
+etc/gnome/config
+etc/gnome-vfs-2.0
+etc/gnome-vfs-2.0/modules
+etc/sound
+etc/sound/events
+etc/vfs
+etc/vfs/modules
+include/gconf
+include/gdkcardimage
+include/gnome-1.0
+lib/GConf
+lib/bonobo
+lib/bonobo/monikers
+lib/bonobo/plugin
+lib/gnome-vfs-2.0
+lib/gnome-vfs-2.0/modules
+lib/vfs
+lib/vfs/modules
+libdata/bonobo
+libdata/bonobo/servers
+share/doc/libgda
+share/gnome
+share/gnome/applets
+share/gnome/applets/Amusements
+share/gnome/applets/Clocks
+share/gnome/applets/Monitors
+share/gnome/applets/Multimedia
+share/gnome/applets/Network
+share/gnome/applets/Utility
+share/gnome/application-registry
+share/gnome/applications
+share/gnome/apps
+share/gnome/apps/Applications
+share/gnome/apps/Audio
+share/gnome/apps/Development
+share/gnome/apps/Games
+share/gnome/apps/Graphics
+share/gnome/apps/Internet
+share/gnome/apps/Multimedia
+share/gnome/apps/Settings
+share/gnome/apps/Settings/Desktop
+share/gnome/apps/Settings/Documents
+share/gnome/apps/Settings/Peripherals
+share/gnome/apps/Settings/Session
+share/gnome/apps/System
+share/gnome/apps/Utilities
+share/gnome/capplets
+share/gnome/control-center
+share/gnome/control-center-2.0
+share/gnome/control-center-2.0/capplets
+share/gnome/control-center/Desktop
+share/gnome/control-center/Documents
+share/gnome/control-center/Peripherals
+share/gnome/control-center/Session
+share/gnome/control-center/capplets
+share/gnome/fonts
+share/gnome/games
+share/gnome/gnome-2.0
+share/gnome/gnome-2.0/ui
+share/gnome/gnome-about
+share/gnome/help
+share/gnome/help/fdl
+share/gnome/help/fdl/C
+share/gnome/help/gpl
+share/gnome/help/gpl/C
+share/gnome/help/lgpl
+share/gnome/help/lgpl/C
+share/gnome/icons
+share/gnome/idl
+share/gnome/images
+share/gnome/mc
+share/gnome/mc/templates
+share/gnome/mime-info
+share/gnome/oaf
+share/gnome/omf
+share/gnome/panel
+share/gnome/pixmaps
+share/gnome/pixmaps/document-icons
+share/gnome/pixmaps/splash
+share/gnome/sgml
+share/gnome/sgml/docbook
+share/gnome/sgml/docbook/gnome-customization-0.1
+share/gnome/sounds
+share/gnome/themes
+share/gnome/ui
+share/gnome/vfolders
+share/gnome/wm-properties
+share/gnome/xmodmap
diff --git a/misc/gnomehier/files/pkg-install.in b/misc/gnomehier/files/pkg-install.in
new file mode 100644
index 000000000..20e30328e
--- /dev/null
+++ b/misc/gnomehier/files/pkg-install.in
@@ -0,0 +1,8 @@
+#!/bin/sh
+
+case $2 in
+POST-INSTALL)
+ /usr/sbin/mtree %%MTREE_ARGS%% ${PKG_PREFIX}
+ exit 0
+ ;;
+esac