corporate2/devel/system/base/libX11 - New stable release (1.3.2)
Fatih Aşıcı
paketler-commits at pardus.org.tr
Wed Dec 16 08:39:49 EET 2009
Author: fatih
Date: Wed Dec 16 08:39:49 2009
New Revision: 82883
Modified:
corporate2/devel/system/base/libX11/actions.py
corporate2/devel/system/base/libX11/pspec.xml
Log:
New stable release (1.3.2)
---
actions.py | 4 ++--
pspec.xml | 20 ++++++++++++++++----
2 files changed, 18 insertions(+), 6 deletions(-)
Modified: corporate2/devel/system/base/libX11/actions.py
=================================================================
--- corporate2/devel/system/base/libX11/actions.py (original)
+++ corporate2/devel/system/base/libX11/actions.py Wed Dec 16 08:39:49 2009
@@ -1,4 +1,3 @@
-#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# Licensed under the GNU General Public License, version 2.
@@ -10,7 +9,8 @@
def setup():
autotools.autoreconf("-vif")
- autotools.configure("--enable-static=no \
+ autotools.configure("--disable-static \
+ --disable-specs \
--with-xcb")
def build():
Modified: corporate2/devel/system/base/libX11/pspec.xml
=================================================================
--- corporate2/devel/system/base/libX11/pspec.xml (original)
+++ corporate2/devel/system/base/libX11/pspec.xml Wed Dec 16 08:39:49 2009
@@ -3,7 +3,7 @@
<PISI>
<Source>
<Name>libX11</Name>
- <Homepage>http://x.org/</Homepage>
+ <Homepage>http://www.x.org/</Homepage>
<Packager>
<Name>Fatih Aşıcı</Name>
<Email>fatih at pardus.org.tr</Email>
@@ -11,11 +11,13 @@
<License>libX11</License>
<IsA>library</IsA>
<Summary>X.Org X11 library</Summary>
- <Archive sha1sum="7962063e124856f8a36afd760a934e6e429f036b" type="tarbz2">mirrors://xorg/individual/lib/libX11-1.2.2.tar.bz2</Archive>
+ <Archive sha1sum="d4b3966d8eeb79514daad3eeae0debf65d16edca" type="tarbz2">mirrors://xorg/individual/lib/libX11-1.3.2.tar.bz2</Archive>
<BuildDependencies>
<Dependency>libXau</Dependency>
<Dependency>libxcb</Dependency>
<Dependency>libXdmcp</Dependency>
+ <Dependency releaseFrom="26">xorg-proto</Dependency>
+ <Dependency versionFrom="1.2.5">xtrans</Dependency>
</BuildDependencies>
<Patches>
<Patch level="1">dont-forward-keycode-0.patch</Patch>
@@ -29,10 +31,14 @@
<Dependency>libxcb</Dependency>
<Dependency>libXdmcp</Dependency>
</RuntimeDependencies>
+ <Conflicts>
+ <Package releaseTo="18">libX11-devel</Package>
+ </Conflicts>
<Files>
<Path fileType="library">/usr/lib/libX11*</Path>
<Path fileType="data">/usr/lib/X11</Path>
<Path fileType="data">/usr/share/X11</Path>
+ <Path fileType="doc">/usr/share/doc/libX11</Path>
</Files>
</Package>
@@ -41,17 +47,23 @@
<PartOf>system.devel</PartOf>
<Summary>Development files for X11 library</Summary>
<RuntimeDependencies>
- <Dependency version="1.2.2">libX11</Dependency>
+ <Dependency version="1.3.2">libX11</Dependency>
</RuntimeDependencies>
<Files>
<Path fileType="header">/usr/include/X11</Path>
<Path fileType="data">/usr/lib/pkgconfig</Path>
- <Path fileType="doc">/usr/share/doc</Path>
<Path fileType="man">/usr/share/man</Path>
</Files>
</Package>
<History>
+ <Update release="19">
+ <Date>2009-12-09</Date>
+ <Version>1.3.2</Version>
+ <Comment>New stable release</Comment>
+ <Name>Fatih Aşıcı</Name>
+ <Email>fatih at pardus.org.tr</Email>
+ </Update>
<Update release="18">
<Date>2009-07-11</Date>
<Version>1.2.2</Version>
More information about the paketler-commits
mailing list