[Lunar-commits] <moonbase-xorg> presentproto: add presentproto 1.0.
Florin Braescu
florin at lunar-linux.org
Fri Jan 10 23:56:19 CET 2014
commit f02eaade2ae5cafe5fe636da3c580554004f7d5f
Author: Florin Braescu <florin at lunar-linux.org>
Date: Sun, 29 Dec 2013 00:36:27 -0800
URL: https://github.com/lunar-linux/moonbase-xorg/commit/f02eaade2ae5cafe5fe636da3c580554004f7d5f
presentproto: add presentproto 1.0.
---
proto/presentproto/BUILD | +6/-0
proto/presentproto/DEPENDS | +1/-0
proto/presentproto/DETAILS | +18/-0
3 files changed, 25 insertions(+)
--- /dev/null
+++ b/proto/presentproto/BUILD
@@ -0,0 +1,6 @@
+(
+ . /etc/profile.d/x11r7.rc &&
+
+ default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/proto/presentproto/DEPENDS
@@ -0,0 +1 @@
+depends xproto
--- /dev/null
+++ b/proto/presentproto/DETAILS
@@ -0,0 +1,18 @@
+ MODULE=presentproto
+ VERSION=1.0
+ SOURCE=$MODULE-$VERSION.tar.bz2
+ SOURCE_URL=$XORG_URL/individual/proto
+ SOURCE_VFY=sha1:432371cdc464881029c3f39f9bf81cc80a484e54
+ MODULE_PREFIX=${X11R7_PREFIX:-/usr}
+ WEB_SITE=http://www.x.org
+ ENTERED=20131229
+ UPDATED=20131229
+ SHORT="the X.Org related Present extension headers"
+
+cat << EOF
+The Present extension provides a way for applications to update their window
+contents from a pixmap in a well defined fashion, synchronizing with the
+display refresh and potentially using a more efficient mechanism than copying
+the contents of the source pixmap.
+EOF
+
More information about the Lunar-commits
mailing list