diff options
Diffstat (limited to 'x11-libs/cairo/files')
-rw-r--r-- | x11-libs/cairo/files/cairo-0.9.2-vendor_string.patch | 15 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-0.9.2-r1 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/digest-cairo-1.0.0 | 1 | ||||
-rw-r--r-- | x11-libs/cairo/files/xrender.pc | 9 |
4 files changed, 1 insertions, 25 deletions
diff --git a/x11-libs/cairo/files/cairo-0.9.2-vendor_string.patch b/x11-libs/cairo/files/cairo-0.9.2-vendor_string.patch deleted file mode 100644 index a90bba38ad68..000000000000 --- a/x11-libs/cairo/files/cairo-0.9.2-vendor_string.patch +++ /dev/null @@ -1,15 +0,0 @@ ---- src/cairo-xlib-surface.c.orig 2005-08-10 16:52:14.000000000 +0300 -+++ src/cairo-xlib-surface.c 2005-08-15 18:09:31.000000000 +0300 -@@ -1633,10 +1633,10 @@ - } - - surface->buggy_repeat = FALSE; -- if (strcmp (ServerVendor (dpy), "The X.Org Foundation") == 0) { -+ if (strstr (ServerVendor (dpy), "The X.Org Foundation") != NULL) { - if (VendorRelease (dpy) <= 60802000) - surface->buggy_repeat = TRUE; -- } else if (strcmp (ServerVendor (dpy), "The XFree86 Project, Inc") == 0) { -+ } else if (strstr (ServerVendor (dpy), "The XFree86 Project, Inc") != NULL) { - if (VendorRelease (dpy) <= 40400000) - surface->buggy_repeat = TRUE; - } diff --git a/x11-libs/cairo/files/digest-cairo-0.9.2-r1 b/x11-libs/cairo/files/digest-cairo-0.9.2-r1 deleted file mode 100644 index 0463cdceb65c..000000000000 --- a/x11-libs/cairo/files/digest-cairo-0.9.2-r1 +++ /dev/null @@ -1 +0,0 @@ -MD5 992095a5db597384a89b41e93737105d cairo-0.9.2.tar.gz 1346039 diff --git a/x11-libs/cairo/files/digest-cairo-1.0.0 b/x11-libs/cairo/files/digest-cairo-1.0.0 new file mode 100644 index 000000000000..8a58e3251d18 --- /dev/null +++ b/x11-libs/cairo/files/digest-cairo-1.0.0 @@ -0,0 +1 @@ +MD5 f0ff35c91983b7bf226154e68b280be3 cairo-1.0.0.tar.gz 1439299 diff --git a/x11-libs/cairo/files/xrender.pc b/x11-libs/cairo/files/xrender.pc deleted file mode 100644 index aeff8273b44a..000000000000 --- a/x11-libs/cairo/files/xrender.pc +++ /dev/null @@ -1,9 +0,0 @@ -prefix=/usr/X11R6 -exec_prefix=${prefix} -libdir=${exec_prefix}/lib - -Name: Xrender -Description: Xrender -Version: 1.0 -Cflags: -Libs: -L${libdir} -lXrender |