diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-11 20:38:17 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-11 20:38:17 +0800 |
commit | 19a037f759e87c2e0dbdd240d0bb19706bd337fa (patch) | |
tree | fe7e6d3cf87ef699e5c8c211ff1540b728e46d7f | |
parent | 25204cdfe4c91a6ac3af2487703585472dace49a (diff) | |
download | marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar.gz marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar.bz2 marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar.lz marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar.xz marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.tar.zst marcuscom-ports-19a037f759e87c2e0dbdd240d0bb19706bd337fa.zip |
glib schemas should be in GLIB_SCHEMAS instead of plist.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18441 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | net/libgweather3/Makefile | 2 | ||||
-rw-r--r-- | net/libgweather3/pkg-plist | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/net/libgweather3/Makefile b/net/libgweather3/Makefile index f9374e3fe..53d12087a 100644 --- a/net/libgweather3/Makefile +++ b/net/libgweather3/Makefile @@ -27,5 +27,7 @@ USE_LDCONFIG= yes USE_AUTOTOOLS= libtool CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.GWeather.enums.xml \ + org.gnome.GWeather.gschema.xml .include <bsd.port.mk> diff --git a/net/libgweather3/pkg-plist b/net/libgweather3/pkg-plist index 5e03f54d4..4732bed13 100644 --- a/net/libgweather3/pkg-plist +++ b/net/libgweather3/pkg-plist @@ -1,8 +1,5 @@ lib/girepository-1.0/GWeather-3.0.typelib share/gir-1.0/GWeather-3.0.gir -share/glib-2.0/schemas/gschemas.compiled -share/glib-2.0/schemas/org.gnome.GWeather.enums.xml -share/glib-2.0/schemas/org.gnome.GWeather.gschema.xml include/libgweather-3.0/libgweather/gweather-enum-types.h include/libgweather-3.0/libgweather/gweather-enums.h include/libgweather-3.0/libgweather/gweather-location.h |