libX11: update to 1.3.99.902 (1.4.0 RC2).

This commit is contained in:
Juan RP 2010-10-25 12:23:39 +02:00
parent 2beec999b4
commit fe4b1699d3
5 changed files with 15 additions and 17 deletions

View file

@ -20,11 +20,9 @@ Add_dependency run libX11
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mkdir -p ${DESTDIR}/usr/share/man
install -d ${DESTDIR}/usr/{lib,share}
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/share/man/man3 ${DESTDIR}/usr/share/man
rm -rf ${SRCPKGDESTDIR}/usr/share/man
mv ${SRCPKGDESTDIR}/usr/share/{doc,man} ${DESTDIR}/usr/share
}

View file

@ -1,12 +1,13 @@
# Template build file for 'libX11'.
pkgname=libX11
version=1.3.4
version=1.3.99.902
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--with-xcb --enable-xlocaledir --enable-loadable-i18n"
configure_args="--enable-ipv6 --enable-xlocaledir --without-xmlto
--enable-secure-rpc --enable-loadable-i18n"
short_desc="Base X libraries from modular Xorg X11"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=88d7238ce5f7cd123450567de7a3b56a43556e4ccc45df38b8324147c889a844
checksum=9435dc0214afea0567f5f9f894cc62e44505511e4221dc936df361f14817bf2e
long_desc="
This is the libX11 library that is the C binding to the X protocol. It
is the foundation of practically every X Window System program out there.

View file

@ -5,8 +5,6 @@ long_desc="${long_desc}
This package contains files for development, headers, static libs, etc."
revision=1
Add_dependency run python
Add_dependency run libXdmcp-devel
Add_dependency run libXau-devel
@ -15,7 +13,7 @@ Add_dependency run libxcb
do_install()
{
mkdir -p ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/{share,include} ${DESTDIR}/usr
mv ${SRCPKGDESTDIR}/usr/lib/lib*.*a ${DESTDIR}/usr/lib
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
}

View file

@ -1,13 +1,12 @@
# Template build file for 'libxcb'.
pkgname=libxcb
version=1.6
revision=1
version=1.7
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-build-docs"
short_desc="X protocol C-language Binding"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=1ae6c81774a4637e90879d50db9017a2cc6c3f524e1baedc63ba72d44cad2936
checksum=e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df
long_desc="
The libxcb package provides a replacement for the current Xlib interface.
Some of its advantages include:
@ -26,7 +25,8 @@ Add_dependency run libXdmcp
Add_dependency run libXau
Add_dependency build pkg-config
Add_dependency build python
Add_dependency build libxslt-devel
Add_dependency build libxslt
Add_dependency build docbook-xsl
Add_dependency build xcb-proto ">=1.6"
Add_dependency build libXdmcp-devel
Add_dependency build libXau-devel

View file

@ -1,14 +1,13 @@
# Template file for 'network-manager-applet'
pkgname=network-manager-applet
version=0.8
revision=1
version=0.8.1.998
distfiles="${GNOME_SITE}/$pkgname/0.8/$pkgname-$version.tar.bz2"
build_style=gnu_configure
configure_args="--disable-schemas-install --localstatedir=/var
--with-gconf-schema-file-dir=/usr/share/gconf/schemas"
short_desc="NetworkManager panel applet for GNOME"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=6379e0acd3eadeb71e3ba2e3cf05d351caf6b794dff5777a5e86a591df603bd4
checksum=83964205bc290e1f75893a739b4c6c53920b82ee5d47745922281154ad5c534b
long_desc="
NetworkManager attempts to keep an active network connection available at all
times. It is intended only for the desktop use-case, and is not intended for
@ -34,6 +33,8 @@ Add_dependency run libxml2
Add_dependency run GConf
Add_dependency run libgnome-keyring
Add_dependency run libnotify
Add_dependency run libpng
Add_dependency run gdk-pixbuf
Add_dependency run gtk+
Add_dependency run dbus-glib
Add_dependency run atk