libxfce4ui: update to 4.9.2.
This commit is contained in:
parent
d71092e06b
commit
9f2b88fe57
5 changed files with 15 additions and 17 deletions
|
@ -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
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
abi_depends=">=4.7.4"
|
||||
abi_depends=">=4.9.2"
|
||||
api_depends="${abi_depends}"
|
||||
|
|
|
@ -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
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 <xtraeme@gmail.com>"
|
||||
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."
|
||||
|
|
Loading…
Reference in a new issue