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:
parent
702b8e78e4
commit
4b781ae7e6
@ -61,7 +61,7 @@ fi
|
|||||||
# libjasper, libjpeg, libpng, libtiff, libwnck,
|
# libjasper, libjpeg, libpng, libtiff, libwnck,
|
||||||
# libxml2, ORBit2, python, readline,
|
# libxml2, ORBit2, python, readline,
|
||||||
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification
|
# spidermonkey ({mozilla,firefox,xulrunner}-js), startup-notification
|
||||||
# xdamage
|
# xdamage, icon-naming-utils
|
||||||
#
|
#
|
||||||
# Non-devel packages needed by gnome-shell and its deps:
|
# Non-devel packages needed by gnome-shell and its deps:
|
||||||
# glxinfo, gstreamer-plugins-base, gstreamer-plugins-good,
|
# 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
|
pygobject2 readline-devel xulrunner-devel libXdamage-devel libcroco-devel
|
||||||
libxml2-devel gstreamer-devel gstreamer-plugins-base gstreamer-plugins-good
|
libxml2-devel gstreamer-devel gstreamer-plugins-base gstreamer-plugins-good
|
||||||
glx-utils startup-notification-devel xorg-x11-server-Xephyr gnome-terminal zenity
|
glx-utils startup-notification-devel xorg-x11-server-Xephyr gnome-terminal zenity
|
||||||
|
icon-naming-utils
|
||||||
"
|
"
|
||||||
|
|
||||||
if expr $version \>= 14 > /dev/null ; then
|
if expr $version \>= 14 > /dev/null ; then
|
||||||
|
@ -162,6 +162,14 @@
|
|||||||
<branch repo="git.gnome.org" module="gsettings-desktop-schemas" />
|
<branch repo="git.gnome.org" module="gsettings-desktop-schemas" />
|
||||||
</autotools>
|
</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">
|
<autotools id="gnome-shell">
|
||||||
<branch repo="git.gnome.org" module="gnome-shell"/>
|
<branch repo="git.gnome.org" module="gnome-shell"/>
|
||||||
<dependencies>
|
<dependencies>
|
||||||
@ -173,6 +181,8 @@
|
|||||||
<dep package="glib"/>
|
<dep package="glib"/>
|
||||||
<dep package="gnome-desktop-3"/>
|
<dep package="gnome-desktop-3"/>
|
||||||
<dep package="gsettings-desktop-schemas"/>
|
<dep package="gsettings-desktop-schemas"/>
|
||||||
|
<dep package="gnome-icon-theme"/>
|
||||||
|
<dep package="gnome-icon-theme-symbolic"/>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</autotools>
|
</autotools>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user