Advertisement
gusibsd

Untitled

Nov 19th, 2013
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. Index: x11/gnome-shell/Makefile
  2. ===================================================================
  3. --- x11/gnome-shell/Makefile (revision 18905)
  4. +++ x11/gnome-shell/Makefile (working copy)
  5. @@ -33,32 +33,34 @@
  6.  
  7. USE_XZ= yes
  8. USE_XORG= x11 xfixes sm
  9. -USES= gettext gmake pathfix pkgconfig
  10. -USE_AUTOTOOLS= libtool
  11. +USES= gettext gmake pathfix pkgconfig webplugin:native
  12. +GNU_CONFIGURE= yes
  13. USE_GNOME= evolutiondataserver3 gnomedesktop3 gnomemenus3 gnomeprefix \
  14. gtk30 intlhack introspection ltverhack
  15. USE_GSTREAMER1= yes
  16. USE_LDCONFIG= yes
  17. +WEBPLUGIN_DIR= ${PREFIX}/lib/
  18. +WEBPLUGIN_FILES=libgnome-shell-browser-plugin.so
  19.  
  20. -GLIB_SCHEMAS= org.gnome.shell.gschema.xml
  21. -
  22. CONFIGURE_ARGS+=--enable-compile-warnings=no \
  23. --with-ca-certificates=${LOCALBASE}/share/certs/ca-root-nss.crt
  24. -CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/browser_plugins
  25. +CONFIGURE_ENV+= BROWSER_PLUGIN_DIR=${PREFIX}/lib/
  26. CPPFLAGS+= -I${LOCALASE}/include
  27. LDFLAGS+= -L${LOCALBASE}/lib
  28.  
  29. +GLIB_SCHEMAS= org.gnome.shell.gschema.xml
  30. +
  31. post-patch:
  32. @${REINPLACE_CMD} -e 's|applications.menu|gnome-applications.menu|g' \
  33. ${WRKSRC}/src/shell-app-system.c
  34. @${REINPLACE_CMD} -e 's|\-DG_DISABLE_DEPRECATED||g' \
  35. ${WRKSRC}/src/Makefile.in \
  36. - ${WRKSRC}/browser-plugin/Makefile.in
  37. + ${WRKSRC}/browser-plugin/Makefile.in
  38. @${REINPLACE_CMD} -e 's|libnm-glib libnm-util ||g' \
  39. ${WRKSRC}/configure
  40.  
  41. -post-install:
  42. - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-shell/libgnome-*.so
  43. - @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/browser_plugins/libgnome-shell-browser-plugin.so
  44. +post-install:
  45. + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/gnome-shell/libgnome-shell.so
  46. + @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnome-shell-browser-plugin.so
  47.  
  48. .include <bsd.port.mk>
  49. Index: x11/gnome-shell/pkg-message
  50. ===================================================================
  51. --- x11/gnome-shell/pkg-message (revision 18905)
  52. +++ x11/gnome-shell/pkg-message (working copy)
  53. @@ -10,4 +10,3 @@
  54. a devfs.rules(5) to change the mode of the /dev/dri/card0 on creation.
  55.  
  56. add path 'dri/*' mode 0666 group operator
  57. -
  58. Index: x11/gnome-shell/pkg-plist
  59. ===================================================================
  60. --- x11/gnome-shell/pkg-plist (revision 18905)
  61. +++ x11/gnome-shell/pkg-plist (working copy)
  62. @@ -2,19 +2,16 @@
  63. bin/gnome-shell-extension-prefs
  64. bin/gnome-shell-extension-tool
  65. bin/gnome-shell-perf-tool
  66. -lib/browser_plugins/libgnome-shell-browser-plugin.a
  67. -lib/browser_plugins/libgnome-shell-browser-plugin.la
  68. -lib/browser_plugins/libgnome-shell-browser-plugin.so
  69. lib/gnome-shell/Gvc-1.0.typelib
  70. lib/gnome-shell/Shell-0.1.typelib
  71. lib/gnome-shell/ShellJS-0.1.typelib
  72. lib/gnome-shell/St-1.0.typelib
  73. -lib/gnome-shell/libgnome-shell-js.a
  74. lib/gnome-shell/libgnome-shell-js.la
  75. lib/gnome-shell/libgnome-shell-js.so
  76. -lib/gnome-shell/libgnome-shell.a
  77. lib/gnome-shell/libgnome-shell.la
  78. lib/gnome-shell/libgnome-shell.so
  79. +lib/libgnome-shell-browser-plugin.la
  80. +lib/libgnome-shell-browser-plugin.so
  81. libexec/gnome-shell-calendar-server
  82. libexec/gnome-shell-hotplug-sniffer
  83. libexec/gnome-shell-perf-helper
  84. @@ -318,6 +315,5 @@
  85. @dirrm share/gnome-shell/js
  86. @dirrm share/gnome-shell
  87. @dirrm lib/gnome-shell
  88. -@dirrmtry lib/browser_plugins
  89. @dirrm share/doc/st
  90. @dirrm share/doc/shell
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement