mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-29 10:18:30 +00:00
editors/emacs-devel: Set GLIB_SCHEMAS
...rather than guarding the file in pkg-plist. glib-compile-schemas is run during the build, but use the macro regardless. It could make certain changes like a major version bump of glib easier to deal with. Reported by: jbeich Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
f1f911568f
commit
f95666b0e1
@ -142,6 +142,7 @@ GNUTLS_LIB_DEPENDS= libgnutls.so:security/gnutls
|
||||
GNUTLS_CONFIGURE_WITH= gnutls
|
||||
GSETTINGS_USE= GNOME=glib20
|
||||
GSETTINGS_CONFIGURE_WITH= gsettings
|
||||
GSETTINGS_VARS= GLIB_SCHEMAS+=org.gnu.emacs.defaults.gschema.xml
|
||||
GTK2_LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \
|
||||
libfreetype.so:print/freetype2
|
||||
GTK2_USE= GNOME=cairo,gtk20
|
||||
|
@ -4265,7 +4265,6 @@ share/applications/emacsclient-mail.desktop
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.c
|
||||
%%SOURCES%%%%DATADIR%%/%%EMACS_VER%%/src/xwidget.h
|
||||
include/emacs-module.h
|
||||
%%GSETTINGS%%share/glib-2.0/schemas/org.gnu.emacs.defaults.gschema.xml
|
||||
share/icons/hicolor/128x128/apps/emacs.png
|
||||
share/icons/hicolor/16x16/apps/emacs.png
|
||||
share/icons/hicolor/24x24/apps/emacs.png
|
||||
|
Loading…
Reference in New Issue
Block a user