libgnome-media-profiles: needs which to build.
This commit is contained in:
parent
e9647dd827
commit
1e62108a1e
|
@ -1,14 +1,11 @@
|
|||
libgtk-3.so.0
|
||||
libgdk-3.so.0
|
||||
libatk-1.0.so.0
|
||||
libpangoft2-1.0.so.0
|
||||
libpangocairo-1.0.so.0
|
||||
libgdk_pixbuf-2.0.so.0
|
||||
libcairo-gobject.so.2
|
||||
libcairo.so.2
|
||||
libpango-1.0.so.0
|
||||
libfreetype.so.6
|
||||
libfontconfig.so.1
|
||||
libgstreamer-0.10.so.0
|
||||
libxml2.so.2
|
||||
libgconf-2.so.4
|
||||
|
|
|
@ -15,6 +15,7 @@ revision=4
|
|||
gconf_schemas="gnome-media-profiles.schemas"
|
||||
subpackages="$pkgname-devel"
|
||||
|
||||
Add_dependency build which
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build gnome-doc-utils
|
||||
|
@ -23,8 +24,7 @@ Add_dependency build libxml2-devel
|
|||
Add_dependency build GConf-devel
|
||||
Add_dependency build gst-plugins-base-devel
|
||||
|
||||
post_install()
|
||||
{
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/share/gconf/schemas/*.schemas ${wrksrc}
|
||||
gconf-merge-schema ${DESTDIR}/usr/share/gconf/schemas/${gconf_schemas} \
|
||||
--domain gnome-media-profiles ${wrksrc}/*.schemas
|
||||
|
|
Loading…
Reference in New Issue