Browse Source

libx11: Updated (1.2 -> 1.2.1)

user/karasz/test/ecn
Alejandro Mery 16 years ago committed by Alejandro Mery
parent
commit
5ecdc094a7
  1. 4
      xorg/libx11/libx11.desc
  2. 11
      xorg/libx11/x11.pc.patch

4
xorg/libx11/libx11.desc

@ -27,9 +27,9 @@
[L] OpenSource
[S] Stable
[V] 1.2
[V] 1.2.1
[P] X -?---5---9 112.403
[O] . package/*/*/modular-x-conf.in
[D] 185454443 libX11-1.2.tar.bz2 http://xorg.freedesktop.org/releases/individual/lib/
[D] 3907702836 libX11-1.2.1.tar.bz2 http://xorg.freedesktop.org/releases/individual/lib/

11
xorg/libx11/x11.pc.patch

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../libx11/x11.pc.patch
# Copyright (C) 2008 The OpenSDE Project
# Copyright (C) 2008 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -14,16 +14,15 @@
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./x11.pc.in.orig 2008-02-28 16:30:50.000000000 +0000
+++ ./x11.pc.in 2008-02-28 16:31:25.000000000 +0000
@@ -8,8 +8,8 @@
--- ./x11.pc.in.orig 2009-03-12 21:09:08.000000000 -0300
+++ ./x11.pc.in 2009-06-17 17:54:02.000000000 -0400
@@ -8,8 +8,7 @@
Name: X11
Description: X Library
Version: @PACKAGE_VERSION@
-Requires: xproto @XKBPROTO_REQUIRES@
-Requires.private: xau xdmcp @X11_EXTRA_DEPS@
-Requires.private: @X11_EXTRA_DEPS@
+Requires: xproto @XKBPROTO_REQUIRES@ @X11_EXTRA_DEPS@
+Requires.private: xau xdmcp
Cflags: -I${includedir} @XTHREAD_CFLAGS@
Libs: -L${libdir} -lX11
Libs.private: @XTHREADLIB@

Loading…
Cancel
Save