diff options
author | kwm <kwm@FreeBSD.org> | 2015-04-14 19:58:42 +0800 |
---|---|---|
committer | kwm <kwm@FreeBSD.org> | 2015-04-14 19:58:42 +0800 |
commit | 85817cae89033702a099e319048e88f672b4b772 (patch) | |
tree | 6d15d8e5673f01c92b62897517646373426ad7b4 /games | |
parent | a300f27d5c3d1530892640ae3f193e00a559f086 (diff) | |
download | freebsd-ports-gnome-85817cae89033702a099e319048e88f672b4b772.tar.gz freebsd-ports-gnome-85817cae89033702a099e319048e88f672b4b772.tar.zst freebsd-ports-gnome-85817cae89033702a099e319048e88f672b4b772.zip |
Fix some glib schema issues.
The schemas should be listed in GLIB_SCHEMAS instead of in the plist so the
glib schema database can be updated on installed/removal of the package.
This updating is done by the GLIB_SCHEMAS macro.
Make shotwell not run glib-compile-schemas in the stagedir, this has no effect.
Additional this generates the share/glib-2.0/schemas/gschemas.compiled file.
This file is managed by the glib20 port. And has a changing checksum because
it recompiled every time a GLIB_SCHEMAS enabled port is installed or removed.
Diffstat (limited to 'games')
-rw-r--r-- | games/hitori/Makefile | 3 | ||||
-rw-r--r-- | games/hitori/pkg-plist | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/games/hitori/Makefile b/games/hitori/Makefile index cded5929413c..fcd526bcde6e 100644 --- a/games/hitori/Makefile +++ b/games/hitori/Makefile @@ -4,6 +4,7 @@ PORTNAME= hitori PORTVERSION= 3.14.3 +PORTREVISION= 1 CATEGORIES= games gnome MASTER_SITES= GNOME DIST_SUBDIR= gnome3 @@ -20,4 +21,6 @@ GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.hitori.gschema.xml + .include <bsd.port.mk> diff --git a/games/hitori/pkg-plist b/games/hitori/pkg-plist index 21be6bdf735e..6e2ecc17a029 100644 --- a/games/hitori/pkg-plist +++ b/games/hitori/pkg-plist @@ -1,7 +1,6 @@ bin/hitori share/appdata/hitori.appdata.xml share/applications/hitori.desktop -share/glib-2.0/schemas/org.gnome.hitori.gschema.xml share/help/C/hitori/customization.page share/help/C/hitori/figures/hitori_main_window.png share/help/C/hitori/game.page |