diff options
author | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-05-11 18:40:08 +0000 |
---|---|---|
committer | Christoph Moench-Tegeder <cmt@FreeBSD.org> | 2024-05-11 18:40:08 +0000 |
commit | b88290c40e3cb72653cfb33093bea7ec0c54e37d (patch) | |
tree | dcfcfcc418ecaf02e6968643c3e5f268c9cb305d | |
parent | 4f04cb860603ef030639890c93a9de128e9dc419 (diff) |
graphics/shotwell: fix plist with non-default options
PR: 278875
Submitted by: Tom Russo
-rw-r--r-- | graphics/shotwell/pkg-plist | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/shotwell/pkg-plist b/graphics/shotwell/pkg-plist index 4f381e3ad9e6..5ac30d17e8a0 100644 --- a/graphics/shotwell/pkg-plist +++ b/graphics/shotwell/pkg-plist @@ -20,7 +20,7 @@ share/applications/org.gnome.Shotwell-Viewer.desktop share/applications/org.gnome.Shotwell.Auth.desktop share/applications/org.gnome.Shotwell.desktop share/apport/package-hooks/shotwell.py -share/dbus-1/services/org.gnome.Shotwell.Faces1.service +%%FACED%%share/dbus-1/services/org.gnome.Shotwell.Faces1.service share/glib-2.0/schemas/org.gnome.shotwell-extras.gschema.xml share/glib-2.0/schemas/org.gnome.shotwell.gschema.xml share/help/C/shotwell/figures/Shotwell.svg @@ -689,7 +689,7 @@ share/locale/zh_CN/LC_MESSAGES/shotwell.mo share/locale/zh_HK/LC_MESSAGES/shotwell.mo share/locale/zh_TW/LC_MESSAGES/shotwell.mo share/metainfo/org.gnome.Shotwell.appdata.xml -%%DATADIR%%/facedetect/deploy.prototxt +%%FACED%%%%DATADIR%%/facedetect/deploy.prototxt %%FACED%%%%DATADIR%%/facedetect/haarcascade_frontalface_alt.xml %%FACED%%%%DATADIR%%/facedetect/haarcascade_profileface.xml %%FACED%%%%DATADIR%%/facedetect/openface.nn4.small2.v1.t7 |