Advertisement
gusibsd

Untitled

Oct 15th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. diff --git a/ports/deskutils/alacarte3/Makefile b/ports/deskutils/alacarte3/Makefile
  2. index 91482d8..3430b8d 100644
  3. --- a/ports/deskutils/alacarte3/Makefile
  4. +++ b/ports/deskutils/alacarte3/Makefile
  5. @@ -23,4 +23,7 @@ post-patch:
  6. @${REINPLACE_CMD} -e 's|from gi._glib import|from gi.repository.GLib import|g' \
  7. ${WRKSRC}/Alacarte/util.py
  8.  
  9. + @${REINPLACE_CMD} -e "s|ron\['XDG_MENU_PREFIX'\]|ron.get('XDG_MENU_PREFIX', '')|g" \
  10. + ${WRKSRC}/Alacarte/MenuEditor.py
  11. +
  12. .include <bsd.port.mk>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement