Follow Fedora behavior and set NoDisplay to true until they provide a
proper icon.
This commit is contained in:
parent
4103296a68
commit
d98a06dfff
@ -1,9 +1,10 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2012/07/08 08:58:44 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.2 2012/07/08 14:36:46 ajacoutot Exp $
|
||||
|
||||
COMMENT= input assistive technology
|
||||
|
||||
GNOME_PROJECT= caribou
|
||||
GNOME_VERSION= 0.4.2
|
||||
REVISION= 0
|
||||
|
||||
SHARED_LIBS += caribou 0.0 # 0.0
|
||||
|
||||
@ -52,4 +53,8 @@ CONFIGURE_ARGS= --disable-static \
|
||||
|
||||
FAKE_FLAGS= sysconfdir=${PREFIX}/share/examples/caribou
|
||||
|
||||
# XXX until they come up with a proper icon
|
||||
post-install:
|
||||
echo "NoDisplay=true" >> ${PREFIX}/share/applications/caribou.desktop
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user