Advertisement
gusibsd

gnome3

Feb 25th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.06 KB | None | 0 0
  1. Index: x11/gnome3/Makefile
  2. ===================================================================
  3. --- x11/gnome3/Makefile (revision 0)
  4. +++ x11/gnome3/Makefile (working copy)
  5. @@ -0,0 +1,103 @@
  6. +# New ports collection makefile for: gnome2
  7. +# Date created: 21 May 2002
  8. +# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
  9. +#
  10. +# $FreeBSD$
  11. +# $MCom: ports/x11/gnome3/Makefile,v 1.40 2013/01/09 18:52:22 kwm Exp $
  12. +#
  13. +
  14. +PORTNAME= gnome3
  15. +PORTVERSION= 3.2.0
  16. +PORTREVISION?= 1
  17. +CATEGORIES?= x11 gnome
  18. +MASTER_SITES= # empty
  19. +DISTFILES= # empty
  20. +EXTRACT_ONLY= # empty
  21. +
  22. +MAINTAINER= gnome@FreeBSD.org
  23. +COMMENT?= The "meta-port" for the GNOME 3 integrated X11 desktop
  24. +
  25. +CONFLICTS?= gnome2-[0-9]* gnome2-lite-[0-9]* gnome3-lite-[0-9]*
  26. +
  27. +RUN_DEPENDS?= gnome-panel>=3.0.0:${PORTSDIR}/x11/gnome-panel3 \
  28. + dconf-editor:${PORTSDIR}/devel/dconf-editor \
  29. + gnome-session>=3.0.0:${PORTSDIR}/x11/gnome-session3 \
  30. + gnome-themes-standard>=3.0.0:${PORTSDIR}/x11-themes/gnome-themes-standard \
  31. + gnome-icon-theme-extras>=3.0.0:${PORTSDIR}/misc/gnome-icon-theme-extras \
  32. + gnome-icon-theme-symbolic>=3.0.0:${PORTSDIR}/x11-themes/gnome-icon-theme-symbolic \
  33. + gnome-keyring>=3.0.0:${PORTSDIR}/security/gnome-keyring3 \
  34. + gnome-power-manager>=3.0.0:${PORTSDIR}/sysutils/gnome-power-manager3 \
  35. + orca>=3.0.0:${PORTSDIR}/accessibility/orca3 \
  36. + gnome-mount:${PORTSDIR}/sysutils/gnome-mount \
  37. + nautilus>=3.0.0:${PORTSDIR}/x11-fm/nautilus3 \
  38. + ${LOCALBASE}/lib/X11/fonts/bitstream-vera/Vera.ttf:${PORTSDIR}/x11-fonts/bitstream-vera \
  39. + ${LOCALBASE}/share/hal/fdi/information/10freedesktop/10-camera-ptp.fdi:${PORTSDIR}/sysutils/hal-info \
  40. + yelp>=3.0.0:${PORTSDIR}/x11/yelp3 \
  41. + zenity>=3.0.0:${PORTSDIR}/x11/zenity3 \
  42. + seahorse>=3.0.0:${PORTSDIR}/security/seahorse3 \
  43. + metacity>=2.34.0:${PORTSDIR}/x11-wm/metacity3 \
  44. + gnome-control-center>=3.0.0:${PORTSDIR}/sysutils/gnome-control-center3 \
  45. + ${LOCALBASE}/share/gnome-background-properties/gnome-backgrounds.xml:${PORTSDIR}/x11-themes/gnome-backgrounds \
  46. + ${LOCALBASE}/share/help/C/gnome-help/index.page:${PORTSDIR}/misc/gnome-user-docs3 \
  47. + ${LOCALBASE}/share/sounds/freedesktop/index.theme:${PORTSDIR}/audio/freedesktop-sound-theme
  48. +
  49. +NO_BUILD= yes
  50. +
  51. +OPTIONS= GNOME_SHELL "Build Gnome-shell" off
  52. +
  53. +.if ${.CURDIR:T}!="gnome3-lite"
  54. +#OPTIONS+= MAPI "Depend on evolution-mapi (pulls in samba4)" off
  55. +.endif
  56. +
  57. +.include <bsd.port.pre.mk>
  58. +
  59. +.if defined(WITH_GNOME_SHELL)
  60. +RUN_DEPENDS+= gnome-shell>=3.0.0:${PORTSDIR}/x11/gnome-shell \
  61. + gnome-tweak-tool:${PORTSDIR}/deskutils/gnome-tweak-tool
  62. +.endif
  63. +
  64. +.if ${.CURDIR:T}!="gnome3-lite"
  65. +RUN_DEPENDS+= empathy>=3.0.0:${PORTSDIR}/net-im/empathy3 \
  66. + epiphany>=3.0.0:${PORTSDIR}/www/epiphany3 \
  67. + epiphany-extensions3>=3.0.0:${PORTSDIR}/www/epiphany-extensions3 \
  68. + gnome-screensaver>=3.0.0:${PORTSDIR}/x11/gnome-screensaver3 \
  69. + gucharmap>=3.0.0:${PORTSDIR}/deskutils/gucharmap3 \
  70. + eog>=3.0.0:${PORTSDIR}/graphics/eog3 \
  71. + eog-plugins>=3.0.0:${PORTSDIR}/graphics/eog-plugins3 \
  72. + gedit>=3.0.0:${PORTSDIR}/editors/gedit3 \
  73. + gedit-plugins>=3.0.0:${PORTSDIR}/editors/gedit-plugins3 \
  74. + gnome-terminal>=3.0.0:${PORTSDIR}/x11/gnome-terminal3 \
  75. + mousetweaks>=3.0.0:${PORTSDIR}/accessibility/mousetweaks3 \
  76. + brasero>=3.0.0:${PORTSDIR}/sysutils/brasero3 \
  77. + gcalctool>=3.0.0:${PORTSDIR}/math/gcalctool3 \
  78. + baobab>=3.4.0:${PORTSDIR}/deskutils/baobab \
  79. + gnome-dictionary>=3.4.0:${PORTSDIR}/deskutils/gnome-dictionary \
  80. + gnome-font-viewer>=3.4.0:${PORTSDIR}/deskutils/gnome-font-viewer \
  81. + gnome-screenshot>=3.4.0:${PORTSDIR}/deskutils/gnome-screenshot \
  82. + gnome-search-tool>=3.4.0:${PORTSDIR}/deskutils/gnome-search-tool \
  83. + gnome-system-log>=3.4.0:${PORTSDIR}/deskutils/gnome-system-log \
  84. + gnome-system-monitor>=3.0.0:${PORTSDIR}/sysutils/gnome-system-monitor3 \
  85. + file-roller>=3.0.0:${PORTSDIR}/archivers/file-roller3 \
  86. + evince>=3.0.0:${PORTSDIR}/graphics/evince3 \
  87. + vino>=3.0.0:${PORTSDIR}/net/vino3 \
  88. + vinagre>=3.0.0:${PORTSDIR}/net/vinagre3 \
  89. + gnome-games>=3.0.0:${PORTSDIR}/games/gnome-games3 \
  90. + totem>=3.0.0:${PORTSDIR}/multimedia/totem3 \
  91. + gconf-editor>=3.0.0:${PORTSDIR}/sysutils/gconf-editor3 \
  92. + gdm>=3.0.0:${PORTSDIR}/x11/gdm3 \
  93. + evolution>=3.0.0:${PORTSDIR}/mail/evolution3 \
  94. + evolution-exchange>=3.0.0:${PORTSDIR}/mail/evolution-exchange3 \
  95. + ${LOCALBASE}/lib/gtk-2.0/modules/libatk-bridge.so:${PORTSDIR}/accessibility/at-spi2-atk
  96. +
  97. +.if ${OSVERSION}>=800000
  98. +RUN_DEPENDS+= cheese>=3.0.0:${PORTSDIR}/multimedia/cheese3
  99. +.endif
  100. +
  101. +.if defined(WITH_MAPI)
  102. +RUN_DEPENDS+= evolution-mapi>=3.0.0:${PORTSDIR}/mail/evolution-mapi3
  103. +.endif
  104. +.endif # !gnome3-lite section
  105. +
  106. +do-install: # empty
  107. +
  108. +.include <bsd.port.post.mk>
  109. Index: x11/gnome3/pkg-descr
  110. ===================================================================
  111. --- x11/gnome3/pkg-descr (revision 0)
  112. +++ x11/gnome3/pkg-descr (working copy)
  113. @@ -0,0 +1,11 @@
  114. +GNU Network Object Model Environment
  115. +
  116. +This metaport installs the entire GNOME 3 desktop, including
  117. +the user applications released with it. Other popular GNOME
  118. +applications can be installed from the other GNOME 3 metaports:
  119. +
  120. + * x11/gnome2-power-tools
  121. + * editors/gnome2-office
  122. + * devel/gnome2-hacker-tools
  123. +
  124. +WWW: http://www.FreeBSD.org/gnome/
  125. Index: x11/gnome3/pkg-message
  126. ===================================================================
  127. --- x11/gnome3/pkg-message (revision 0)
  128. +++ x11/gnome3/pkg-message (working copy)
  129. @@ -0,0 +1,8 @@
  130. +**************************************************************************
  131. +Congratulations! GNOME 3 has been successfully installed on your system.
  132. +For help on starting it up, as well as answers to common questions, and
  133. +some known issues, please see the FreeBSD GNOME homepage at:
  134. +
  135. + http://www.FreeBSD.org/gnome/
  136. +
  137. +**************************************************************************
  138. Index: x11/gnome3/pkg-plist
  139. ===================================================================
  140. --- x11/gnome3/pkg-plist (revision 0)
  141. +++ x11/gnome3/pkg-plist (working copy)
  142. @@ -0,0 +1 @@
  143. +@comment this plist intentionally left empty
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement