summaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@gnome.org>2014-05-25 18:11:03 +0200
committerThibault Saunier <tsaunier@gnome.org>2014-06-16 14:44:40 +0200
commita73fdd83805397852bf73de18c979349074fc885 (patch)
tree803f040a6ead99c33d4cce86ca7269cb11b70e10 /packages
parent552d2dd030e2ad09a572313270dd5b086ad380d8 (diff)
packages:gtk3: Make it depend on base-system
And remove duplicated provided files
Diffstat (limited to 'packages')
-rw-r--r--packages/gtk-3.0.package6
1 files changed, 4 insertions, 2 deletions
diff --git a/packages/gtk-3.0.package b/packages/gtk-3.0.package
index f009feca..f7899c87 100644
--- a/packages/gtk-3.0.package
+++ b/packages/gtk-3.0.package
@@ -13,14 +13,16 @@ class Package(package.Package):
vendor = 'Gtk Project'
org = 'org.gnome.gtk'
+ deps = ['base-system-1.0']
+
files = ['gtk+3',
'atk',
'pango',
- 'gdk-pixbuf',
- 'cairo',
'hicolor-icon-theme',
'gnome-themes-standard',
'gnome-icon-theme',
'gnome-icon-theme-symbolic',
+ 'librsvg-gtk',
'librsvg',
+ 'gdk-pixbuf:misc',
]