1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00

- Fix plist

- use GCONF_SCHEMAS

PR:		ports/75357
Submitted by:	maintainer
This commit is contained in:
Sergey Matveychuk 2004-12-30 00:06:52 +00:00
parent da284d1601
commit b252782196
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125488
2 changed files with 3 additions and 3 deletions

View File

@ -23,6 +23,7 @@ USE_GNOME= pygnome2
USE_PYTHON= yes
USE_PYDISTUTILS=yes
USE_REINPLACE= yes
GCONF_SCHEMAS= revelation.schemas
post-patch:
@${REINPLACE_CMD} 's#share/#share/gnome/#g' \

View File

@ -46,6 +46,8 @@ bin/revelation
%%PYTHON_SITELIBDIR%%/revelation/widget.pyo
%%PYTHON_SITELIBDIR%%/revelation/io.pyo
@dirrm %%PYTHON_SITELIBDIR%%/revelation
@unexec rmdir %D/%%PYTHON_SITELIBDIR%% 2>/dev/null || true
@unexec rmdir %D/%%PYTHON_LIBDIR%% 2>/dev/null || true
share/gnome/applications/revelation.desktop
share/gnome/pixmaps/revelation.png
share/gnome/revelation/pixmaps/account-creditcard.png
@ -65,6 +67,3 @@ share/gnome/revelation/pixmaps/revelation.png
share/gnome/revelation/pixmaps/revelation-16x16.png
@dirrm share/gnome/revelation/pixmaps
@dirrm share/gnome/revelation
@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true
etc/gconf/schemas/revelation.schemas
@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/revelation.schemas >/dev/null || /usr/bin/true