# HG changeset patch # User Aleksej Bobylev # Date 1400836492 -10800 # Node ID ecf326d564e0a3df5fe7a5d530ed6631bff29d12 # Parent b6426bee31df15e4e387450567ae078db763a55f gtk+-dev: add typelibs: /usr/lib/girepository-1.0 diff -r b6426bee31df -r ecf326d564e0 gtk+-dev/receipt --- a/gtk+-dev/receipt Fri May 23 11:56:36 2014 +0300 +++ b/gtk+-dev/receipt Fri May 23 12:14:52 2014 +0300 @@ -19,11 +19,11 @@ mkdir -p $fs/usr/lib $fs/usr/share cp -a $install/usr/lib/*.*a $fs/usr/lib cp -a $install/usr/lib/pkgconfig $fs/usr/lib + cp -a $install/usr/lib/girepository-1.0 $fs/usr/lib # Copy all libs and remove the shared. cp -a $install/usr/lib/gtk-2.0 $fs/usr/lib rm -rf $fs/usr/lib/gtk-2.0/2.10.0/*/*.so* cp -a $install/usr/include $fs/usr - [ -d "$install/usr/share/gir-1.0" ] && \ - cp -a $install/usr/share/gir-1.0 $fs/usr/share + cp -a $install/usr/share/gir-1.0 $fs/usr/share cp -a $install/usr/share/aclocal $fs/usr/share }