Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to devel-xorg-modular grimoire by Juuso Alasuutari (77d1f4e0fe37a42ce268e4f9d8cf575952df98a8)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Juuso Alasuutari <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to devel-xorg-modular grimoire by Juuso Alasuutari (77d1f4e0fe37a42ce268e4f9d8cf575952df98a8)
  • Date: Fri, 25 Jan 2008 03:46:54 -0600

GIT changes to devel-xorg-modular grimoire by Juuso Alasuutari
<iuso AT sourcemage.org>:

xorg-lib/pixman/CONFLICTS | 1 +
xorg-lib/pixman/HISTORY | 5 +++++
xorg-lib/pixman/INSTALL | 3 ++-
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 77d1f4e0fe37a42ce268e4f9d8cf575952df98a8
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

pixman: Symlink /usr/include/pixman.h -> /usr/include/pixman-1/pixman.h
to fix synaptics build.

commit a37b883057e1a0cda356b0734326c3fd0276d40b
Author: Juuso Alasuutari <iuso AT sourcemage.org>
Commit: Juuso Alasuutari <iuso AT sourcemage.org>

pixman: Conflict with deprecated libpixman.

diff --git a/xorg-lib/pixman/CONFLICTS b/xorg-lib/pixman/CONFLICTS
new file mode 100755
index 0000000..92bea64
--- /dev/null
+++ b/xorg-lib/pixman/CONFLICTS
@@ -0,0 +1 @@
+conflicts libpixman y
diff --git a/xorg-lib/pixman/HISTORY b/xorg-lib/pixman/HISTORY
index 3a52d5a..1a7dd2b 100644
--- a/xorg-lib/pixman/HISTORY
+++ b/xorg-lib/pixman/HISTORY
@@ -1,3 +1,8 @@
+2008-01-25 Juuso Alasuutari <iuso AT sourcemage.org>
+ * CONFLICTS: Added, conflicts with deprecated libpixman.
+ * INSTALL: Added symlink /usr/include/pixman.h ->
+ /usr/include/pixman-1/pixman.h to fix synaptics build.
+
2007-12-02 Andraž "ruskie" Levstik <ruskie AT mages.ath.cx>
* DETAILS: updated spell to 0.9.6

diff --git a/xorg-lib/pixman/INSTALL b/xorg-lib/pixman/INSTALL
index fc64584..8c8d256 100755
--- a/xorg-lib/pixman/INSTALL
+++ b/xorg-lib/pixman/INSTALL
@@ -4,8 +4,9 @@ ln -s ${INSTALL_ROOT}/usr/lib/pkgconfig/pixman-1.pc \
${INSTALL_ROOT}/usr/lib/pkgconfig/pixman.pc &&
ln -s ${INSTALL_ROOT}/usr/include/pixman-1 \
${INSTALL_ROOT}/usr/include/pixman &&
+ln -s ${INSTALL_ROOT}/usr/include/pixman-1/pixman.h \
+ ${INSTALL_ROOT}/usr/include/pixman.h &&
ln -s ${INSTALL_ROOT}/usr/lib/libpixman-1.so \
${INSTALL_ROOT}/usr/lib/libpixman.so &&
ln -s ${INSTALL_ROOT}/usr/lib/libpixman-1.so \
${INSTALL_ROOT}/usr/lib/libpixman.so.0
-



  • [SM-Commit] GIT changes to devel-xorg-modular grimoire by Juuso Alasuutari (77d1f4e0fe37a42ce268e4f9d8cf575952df98a8), Juuso Alasuutari, 01/25/2008

Archive powered by MHonArc 2.6.24.

Top of Page