diff options
author | wiz <wiz@pkgsrc.org> | 2013-08-22 06:59:35 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-08-22 06:59:35 +0000 |
commit | 476f6683c713b4e27075148e6c3668ba5056ce7f (patch) | |
tree | 06e8c88a8142957c091b782701cb7bb8c933d583 /x11 | |
parent | dc47ed95fef352203e3b3681ffa4a8e125bdab77 (diff) | |
download | pkgsrc-476f6683c713b4e27075148e6c3668ba5056ce7f.tar.gz |
Update to 0.1.0:
Release 0.1.0 (2013-08-21)
=========================
- Bugfix: Use xhot/yhot, don’t hardcode the value
- Bugfix: fix build on FreeBSD/NetBSD
- add COPYING file
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xcb-util-cursor/Makefile | 4 | ||||
-rw-r--r-- | x11/xcb-util-cursor/distinfo | 9 | ||||
-rw-r--r-- | x11/xcb-util-cursor/patches/patch-cursor_cursor.h | 24 |
3 files changed, 6 insertions, 31 deletions
diff --git a/x11/xcb-util-cursor/Makefile b/x11/xcb-util-cursor/Makefile index 83b615ef5b6..ac0574c862c 100644 --- a/x11/xcb-util-cursor/Makefile +++ b/x11/xcb-util-cursor/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.1 2013/07/21 21:44:18 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2013/08/22 06:59:35 wiz Exp $ -DISTNAME= xcb-util-cursor-0.0.99 +DISTNAME= xcb-util-cursor-0.1.0 CATEGORIES= x11 MASTER_SITES= http://xcb.freedesktop.org/dist/ EXTRACT_SUFX= .tar.bz2 diff --git a/x11/xcb-util-cursor/distinfo b/x11/xcb-util-cursor/distinfo index 07b7092577e..6d93a9faa6b 100644 --- a/x11/xcb-util-cursor/distinfo +++ b/x11/xcb-util-cursor/distinfo @@ -1,6 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/21 21:44:18 wiz Exp $ +$NetBSD: distinfo,v 1.2 2013/08/22 06:59:35 wiz Exp $ -SHA1 (xcb-util-cursor-0.0.99.tar.bz2) = 1e68838f74bcbb4f095346f56b2e08b82478699e -RMD160 (xcb-util-cursor-0.0.99.tar.bz2) = ebfcea9088e65bbe9ae6d7c4a92f382d97483fdc -Size (xcb-util-cursor-0.0.99.tar.bz2) = 276739 bytes -SHA1 (patch-cursor_cursor.h) = 690513cce218bec3e286d8535ad3997cea684b6e +SHA1 (xcb-util-cursor-0.1.0.tar.bz2) = a7dacd54a0b39433f0e2a19d56364980a660f831 +RMD160 (xcb-util-cursor-0.1.0.tar.bz2) = dd32a4431ec76d38b6bde71bf20b6f5d641dd94d +Size (xcb-util-cursor-0.1.0.tar.bz2) = 289086 bytes diff --git a/x11/xcb-util-cursor/patches/patch-cursor_cursor.h b/x11/xcb-util-cursor/patches/patch-cursor_cursor.h deleted file mode 100644 index 707c4e7c445..00000000000 --- a/x11/xcb-util-cursor/patches/patch-cursor_cursor.h +++ /dev/null @@ -1,24 +0,0 @@ -$NetBSD: patch-cursor_cursor.h,v 1.1 2013/07/21 21:44:18 wiz Exp $ - -Don't define xcb_cursor_context_t twice. - ---- cursor/cursor.h.orig 2013-07-09 20:30:14.000000000 +0000 -+++ cursor/cursor.h -@@ -32,6 +32,8 @@ - #include <stdbool.h> - #include <xcb/render.h> - -+#include "xcb_cursor.h" -+ - enum { - RM_XCURSOR_THEME = 0, - RM_XCURSOR_SIZE, -@@ -61,7 +63,7 @@ typedef struct xcb_cursor_context_t { - const char *path; - - bool render_present; --} xcb_cursor_context_t; -+}; - - /* - * Cursor files start with a header. The header |