gnome-shell.modules: add gnome-icon-theme, gnome-icon-theme-symbolic

https://bugzilla.gnome.org/show_bug.cgi?id=621311
This commit is contained in:
Dan Winship 2010-09-16 12:05:24 -04:00
parent 702b8e78e4
commit 4b781ae7e6
2 changed files with 12 additions and 1 deletions

View File

@ -61,7 +61,7 @@ fi
# libjasper, libjpeg, libpng, libtiff, libwnck,
# libxml2, ORBit2, python, readline,
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification
# xdamage
# xdamage, icon-naming-utils
#
# Non-devel packages needed by gnome-shell and its deps:
# glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
@ -108,6 +108,7 @@ if test "x$system" = xFedora ; then
pygobject2 readline-devel xulrunner-devel libXdamage-devel libcroco-devel
libxml2-devel gstreamer-devel gstreamer-plugins-base gstreamer-plugins-good
glx-utils startup-notification-devel xorg-x11-server-Xephyr gnome-terminal zenity
icon-naming-utils
"
if expr $version \>= 14 > /dev/null ; then

View File

@ -162,6 +162,14 @@
<branch repo="git.gnome.org" module="gsettings-desktop-schemas" />
</autotools>
<autotools id="gnome-icon-theme">
<branch repo="git.gnome.org" module="gnome-icon-theme" />
</autotools>
<autotools id="gnome-icon-theme-symbolic">
<branch repo="git.gnome.org" module="gnome-icon-theme-symbolic" />
</autotools>
<autotools id="gnome-shell">
<branch repo="git.gnome.org" module="gnome-shell"/>
<dependencies>
@ -173,6 +181,8 @@
<dep package="glib"/>
<dep package="gnome-desktop-3"/>
<dep package="gsettings-desktop-schemas"/>
<dep package="gnome-icon-theme"/>
<dep package="gnome-icon-theme-symbolic"/>
</dependencies>
</autotools>