libxfcegui4: update to 4.10.0.
This commit is contained in:
parent
596f071ae9
commit
457b6d75e7
3 changed files with 15 additions and 23 deletions
srcpkgs/libxfcegui4
|
@ -5,19 +5,12 @@ long_desc="${long_desc}
|
|||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
Add_dependency run libxfcegui4 ">=$version"
|
||||
|
||||
Add_dependency run gtk+-devel
|
||||
Add_dependency run libxml2-devel
|
||||
Add_dependency run libxfce4util-devel
|
||||
Add_dependency run startup-notification-devel
|
||||
Add_dependency run libglade-devel
|
||||
Add_dependency run libxfcegui4
|
||||
noarch=yes
|
||||
|
||||
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
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove usr/share/gtk-doc usr/share
|
||||
}
|
||||
|
|
|
@ -12,14 +12,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
|
||||
libSM.so.6
|
||||
libICE.so.6
|
||||
libX11.so.6
|
||||
libxfce4util.so.4
|
||||
libglib-2.0.so.0
|
||||
libstartup-notification-1.so.0
|
||||
libpthread.so.0
|
||||
libc.so.6
|
||||
libxfce4util.so.6
|
||||
libm.so.6
|
||||
|
|
|
@ -1,13 +1,14 @@
|
|||
# Template file for 'libxfce4gui4'
|
||||
pkgname=libxfcegui4
|
||||
version=4.8.1
|
||||
revision=4
|
||||
distfiles="http://archive.xfce.org/src/xfce/${pkgname}/4.8/$pkgname-$version.tar.bz2"
|
||||
version=4.10.0
|
||||
homepage="http://www.xfce.org/"
|
||||
license="GPL-2"
|
||||
distfiles="http://archive.xfce.org/src/xfce/$pkgname/4.10/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-gladeui --enable-startup-notification"
|
||||
configure_args="--disable-static --disable-gladeui --enable-startup-notification --disable-debug"
|
||||
short_desc="GTK widgets for Xfce"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=309a81823cdfdb7301bc6a5199e14f0df29b58dae89a9302c7839b9b94812443
|
||||
checksum=2b82f9979175d8856880c8f349e6eede491ca92fe6940c69c8958115418d4533
|
||||
long_desc="
|
||||
The package includes various GTK+ widgets for Xfce."
|
||||
|
||||
|
@ -24,4 +25,4 @@ Add_dependency build startup-notification-devel
|
|||
Add_dependency build libglade-devel
|
||||
Add_dependency build libxklavier-devel
|
||||
|
||||
Add_dependency full hicolor-icon-theme
|
||||
Add_dependency run hicolor-icon-theme
|
||||
|
|
Loading…
Reference in a new issue