libxfce4ui: update to 4.9.2.
This commit is contained in:
parent
d71092e06b
commit
9f2b88fe57
|
@ -145,7 +145,7 @@ libxfcegui4.so.4 libxfcegui4 libxfcegui4-devel
|
||||||
libxfce4kbd-private.so libxfcegui4 libxfcegui4-devel
|
libxfce4kbd-private.so libxfcegui4 libxfcegui4-devel
|
||||||
libxfce4menu-0.1.so libxfce4menu libxfce4menu-devel
|
libxfce4menu-0.1.so libxfce4menu libxfce4menu-devel
|
||||||
libxfconf-0.so.2 xfconf xfconf-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
|
libxfce4panel-1.0.so.3 xfce4-panel xfce4-panel-devel
|
||||||
libgstreamer-0.10.so.0 gstreamer gstreamer-devel
|
libgstreamer-0.10.so.0 gstreamer gstreamer-devel
|
||||||
libgstbase-0.10.so.0 gstreamer gstreamer-devel
|
libgstbase-0.10.so.0 gstreamer gstreamer-devel
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
abi_depends=">=4.7.4"
|
abi_depends=">=4.9.2"
|
||||||
api_depends="${abi_depends}"
|
api_depends="${abi_depends}"
|
||||||
|
|
|
@ -8,14 +8,12 @@ long_desc="${long_desc}
|
||||||
Add_dependency run gtk+-devel
|
Add_dependency run gtk+-devel
|
||||||
Add_dependency run libxfce4util-devel
|
Add_dependency run libxfce4util-devel
|
||||||
Add_dependency run xfconf-devel
|
Add_dependency run xfconf-devel
|
||||||
Add_dependency run dbus-glib-devel
|
Add_dependency run libxfce4ui ">=${version}"
|
||||||
Add_dependency run libxfce4ui
|
|
||||||
|
|
||||||
do_install()
|
noarch=yes
|
||||||
{
|
|
||||||
mkdir -p ${DESTDIR}/usr/lib
|
do_install() {
|
||||||
mkdir -p ${DESTDIR}/usr/share
|
vmove usr/include usr
|
||||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
vmove usr/lib/pkgconfig usr/lib
|
||||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
vmove usr/share/gtk-doc usr/share
|
||||||
mv ${SRCPKGDESTDIR}/usr/share/gtk-doc ${DESTDIR}/usr/share
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -13,14 +13,12 @@ libpango-1.0.so.0
|
||||||
libfreetype.so.6
|
libfreetype.so.6
|
||||||
libfontconfig.so.1
|
libfontconfig.so.1
|
||||||
libgobject-2.0.so.0
|
libgobject-2.0.so.0
|
||||||
libgmodule-2.0.so.0
|
|
||||||
libgthread-2.0.so.0
|
|
||||||
librt.so.1
|
librt.so.1
|
||||||
libstartup-notification-1.so.0
|
libstartup-notification-1.so.0
|
||||||
libxfce4util.so.4
|
|
||||||
libglib-2.0.so.0
|
libglib-2.0.so.0
|
||||||
libpthread.so.0
|
libpthread.so.0
|
||||||
libc.so.6
|
libc.so.6
|
||||||
libxfconf-0.so.2
|
libxfconf-0.so.2
|
||||||
libdbus-glib-1.so.2
|
libdbus-glib-1.so.2
|
||||||
libdbus-1.so.3
|
libdbus-1.so.3
|
||||||
|
libxfce4util.so.6
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
# Template file for 'libxfce4ui'
|
# Template file for 'libxfce4ui'
|
||||||
pkgname=libxfce4ui
|
pkgname=libxfce4ui
|
||||||
version=4.8.1
|
version=4.9.2
|
||||||
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.8/$pkgname-$version.tar.bz2"
|
homepage="http://xfce.org"
|
||||||
|
distfiles="http://archive.xfce.org/xfce/4.10pre2/src/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
short_desc="Replacement of the old libxfcegui4 library"
|
short_desc="Replacement of the old libxfcegui4 library"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=39cbed29da06960074014b74abc2ba57db49dc81ab8995fb2160579c51669956
|
license="GPL-2, LGPL-2.1"
|
||||||
|
checksum=95978b535c0ee55012910b0b2202535f2785c8b15782e94b75ad12d06c889c3e
|
||||||
long_desc="
|
long_desc="
|
||||||
This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used
|
This is libxfce4ui, the replacement of the old libxfcegui4 library. It is used
|
||||||
to share commonly used Xfce widgets amoung the Xfce applications."
|
to share commonly used Xfce widgets amoung the Xfce applications."
|
||||||
|
|
Loading…
Reference in New Issue