diff --git a/common/shlibs b/common/shlibs index d16bbefe24c..04d56160d22 100644 --- a/common/shlibs +++ b/common/shlibs @@ -145,7 +145,7 @@ libxfcegui4.so.4 libxfcegui4 libxfcegui4-devel libxfce4kbd-private.so libxfcegui4 libxfcegui4-devel libxfce4menu-0.1.so libxfce4menu libxfce4menu-devel libxfconf-0.so.2 xfconf xfconf-devel -libxfce4util.so.4 libxfce4util libxfce4util-devel +libxfce4util.so.6 libxfce4util libxfce4util-devel libxfce4panel-1.0.so.3 xfce4-panel xfce4-panel-devel libgstreamer-0.10.so.0 gstreamer gstreamer-devel libgstbase-0.10.so.0 gstreamer gstreamer-devel diff --git a/srcpkgs/libxfce4ui/depends b/srcpkgs/libxfce4ui/depends index e0b7882515c..171cfd569d0 100644 --- a/srcpkgs/libxfce4ui/depends +++ b/srcpkgs/libxfce4ui/depends @@ -1,2 +1,2 @@ -abi_depends=">=4.7.4" +abi_depends=">=4.9.2" api_depends="${abi_depends}" diff --git a/srcpkgs/libxfce4ui/libxfce4ui-devel.template b/srcpkgs/libxfce4ui/libxfce4ui-devel.template index 3d94706d72d..559752531f6 100644 --- a/srcpkgs/libxfce4ui/libxfce4ui-devel.template +++ b/srcpkgs/libxfce4ui/libxfce4ui-devel.template @@ -8,14 +8,12 @@ long_desc="${long_desc} Add_dependency run gtk+-devel Add_dependency run libxfce4util-devel Add_dependency run xfconf-devel -Add_dependency run dbus-glib-devel -Add_dependency run libxfce4ui +Add_dependency run libxfce4ui ">=${version}" -do_install() -{ - mkdir -p ${DESTDIR}/usr/lib - mkdir -p ${DESTDIR}/usr/share - mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr - mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib - mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share +noarch=yes + +do_install() { + vmove usr/include usr + vmove usr/lib/pkgconfig usr/lib + vmove usr/share/gtk-doc usr/share } diff --git a/srcpkgs/libxfce4ui/libxfce4ui.rshlibs b/srcpkgs/libxfce4ui/libxfce4ui.rshlibs index 5f772da78b6..82010d87099 100644 --- a/srcpkgs/libxfce4ui/libxfce4ui.rshlibs +++ b/srcpkgs/libxfce4ui/libxfce4ui.rshlibs @@ -13,14 +13,12 @@ libpango-1.0.so.0 libfreetype.so.6 libfontconfig.so.1 libgobject-2.0.so.0 -libgmodule-2.0.so.0 -libgthread-2.0.so.0 librt.so.1 libstartup-notification-1.so.0 -libxfce4util.so.4 libglib-2.0.so.0 libpthread.so.0 libc.so.6 libxfconf-0.so.2 libdbus-glib-1.so.2 libdbus-1.so.3 +libxfce4util.so.6 diff --git a/srcpkgs/libxfce4ui/template b/srcpkgs/libxfce4ui/template index c35b5e9a346..f6dfc9620c3 100644 --- a/srcpkgs/libxfce4ui/template +++ b/srcpkgs/libxfce4ui/template @@ -1,12 +1,14 @@ # Template file for 'libxfce4ui' pkgname=libxfce4ui -version=4.8.1 -distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$version.tar.bz2" +version=4.9.2 +homepage="http://xfce.org" +distfiles="http://archive.xfce.org/xfce/4.10pre2/src/$pkgname-$version.tar.bz2" build_style=gnu-configure configure_args="--disable-static" short_desc="Replacement of the old libxfcegui4 library" maintainer="Juan RP " -checksum=39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956 +license="GPL-2, LGPL-2.1" +checksum=95978b535c0ee55012910b0b2202535f2785c8b15782e94b75ad12d06c889c3e long_desc=" This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used to share commonly used Xfce widgets amoung the Xfce applications."