svn commit: r373665 - head/deskutils/gnome-shell-extension-weather

Koop Mast kwm at FreeBSD.org
Sun Nov 30 14:58:43 UTC 2014


Author: kwm
Date: Sun Nov 30 14:58:42 2014
New Revision: 373665
URL: https://svnweb.freebsd.org/changeset/ports/373665
QAT: https://qat.redports.org/buildarchive/r373665/

Log:
  Make sure the glib schema is packaged.
  
  Submitted by:	Oleg on IRC.

Modified:
  head/deskutils/gnome-shell-extension-weather/Makefile

Modified: head/deskutils/gnome-shell-extension-weather/Makefile
==============================================================================
--- head/deskutils/gnome-shell-extension-weather/Makefile	Sun Nov 30 12:58:10 2014	(r373664)
+++ head/deskutils/gnome-shell-extension-weather/Makefile	Sun Nov 30 14:58:42 2014	(r373665)
@@ -4,6 +4,7 @@
 
 PORTNAME=	gnome-shell-extension-weather
 PORTVERSION=	0.0.0.20140520
+PORTREVISION=	1
 CATEGORIES=	deskutils gnome
 DIST_SUBDIR=	gnome3
 
@@ -29,6 +30,8 @@ GH_COMMIT=	489aaa0a7a
 
 PKGMESSAGE=	../gnome-shell-extra-extensions/pkg-message.slaves
 
+GLIB_SCHEMAS=	org.gnome.shell.extensions.weather.gschema.xml
+
 pre-configure:
 		cd ${WRKSRC} && NOCONFIGURE=yes ${SH} ./autogen.sh
 


More information about the svn-ports-head mailing list