diff options
author | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-19 14:09:16 +0800 |
---|---|---|
committer | gusi <gusi@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-05-19 14:09:16 +0800 |
commit | 522b9f0c4ec3992b2cb153204f13b473ddd40bbe (patch) | |
tree | 88fb30089f4cd75941c7d70b89cb98890d288974 | |
parent | 862df9de45d95bfea378d7fb094fe63287a7b068 (diff) | |
download | marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar.gz marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar.bz2 marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar.lz marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar.xz marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.tar.zst marcuscom-ports-522b9f0c4ec3992b2cb153204f13b473ddd40bbe.zip |
List the glib schema in the right place for gnome-sound-recorder.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19674 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | deskutils/gnome-sound-recorder/Makefile | 1 | ||||
-rw-r--r-- | deskutils/gnome-sound-recorder/pkg-plist | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/gnome-sound-recorder/Makefile b/deskutils/gnome-sound-recorder/Makefile index 284a98c68..8079260ed 100644 --- a/deskutils/gnome-sound-recorder/Makefile +++ b/deskutils/gnome-sound-recorder/Makefile @@ -22,5 +22,6 @@ USE_PYTHON= 3 INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +GLIB_SCHEMAS= org.gnome.gnome-sound-recorder.gschema.xml .include <bsd.port.mk> diff --git a/deskutils/gnome-sound-recorder/pkg-plist b/deskutils/gnome-sound-recorder/pkg-plist index 4e6e98ad6..366b9583b 100644 --- a/deskutils/gnome-sound-recorder/pkg-plist +++ b/deskutils/gnome-sound-recorder/pkg-plist @@ -3,7 +3,6 @@ lib/gnome-sound-recorder/libgd.la lib/gnome-sound-recorder/libgd.so lib/gnome-sound-recorder/girepository-1.0/Gd-1.0.typelib share/applications/org.gnome.SoundRecorder.desktop -share/glib-2.0/schemas/org.gnome.gnome-sound-recorder.gschema.xml %%DATADIR%%/application.css %%DATADIR%%/application.js %%DATADIR%%/audioProfile.js |