diff options
Diffstat (limited to 'mail')
-rw-r--r-- | mail/evolution/Makefile | 5 | ||||
-rw-r--r-- | mail/evolution/pkg-plist | 12 |
2 files changed, 5 insertions, 12 deletions
diff --git a/mail/evolution/Makefile b/mail/evolution/Makefile index 364b1d2ba..0fdba85f2 100644 --- a/mail/evolution/Makefile +++ b/mail/evolution/Makefile @@ -37,6 +37,11 @@ CONFIGURE_ARGS= --enable-nss=yes \ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" +GCONF_SCHEMAS= apps_evolution_addressbook-${EVO_VERSION}.schemas \ + apps_evolution_calendar-${EVO_VERSION}.schemas \ + apps_evolution_shell-${EVO_VERSION}.schemas \ + evolution-mail-${EVO_VERSION}.schemas + EVO_VERSION= 1.5 PLIST_SUB= VERSION=${EVO_VERSION} diff --git a/mail/evolution/pkg-plist b/mail/evolution/pkg-plist index 341b4ff4c..0d41c7233 100644 --- a/mail/evolution/pkg-plist +++ b/mail/evolution/pkg-plist @@ -1,16 +1,4 @@ bin/evolution-%%VERSION%% -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_addressbook-%%VERSION%%.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_addressbook-%%VERSION%%.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_addressbook-%%VERSION%%.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_calendar-%%VERSION%%.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_calendar-%%VERSION%%.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_calendar-%%VERSION%%.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/apps_evolution_shell-%%VERSION%%.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/apps_evolution_shell-%%VERSION%%.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/apps_evolution_shell-%%VERSION%%.schemas > /dev/null || /usr/bin/true -@unexec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-uninstall-rule %D/etc/gconf/schemas/evolution-mail-%%VERSION%%.schemas > /dev/null || /usr/bin/true -etc/gconf/schemas/evolution-mail-%%VERSION%%.schemas -@exec env GCONF_CONFIG_SOURCE=xml::%D/etc/gconf/gconf.xml.defaults gconftool-2 --makefile-install-rule %D/etc/gconf/schemas/evolution-mail-%%VERSION%%.schemas > /dev/null || /usr/bin/true include/evolution-%%VERSION%%/camel/broken-date-parser.h include/evolution-%%VERSION%%/camel/camel-address.h include/evolution-%%VERSION%%/camel/camel-arg.h |