From d97a135c2765529a43d16e4cd683a409bc582406 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 27 Jun 2019 20:42:06 +0300 Subject: [PATCH] xorg: Added libXxf86vm --- xorg/libXxf86vm/build | 7 +++++++ xorg/libXxf86vm/checksums | 1 + xorg/libXxf86vm/depends | 2 ++ xorg/libXxf86vm/licenses | 25 +++++++++++++++++++++++++ xorg/libXxf86vm/manifest | 23 +++++++++++++++++++++++ xorg/libXxf86vm/sources | 1 + xorg/libXxf86vm/version | 1 + 7 files changed, 60 insertions(+) create mode 100755 xorg/libXxf86vm/build create mode 100644 xorg/libXxf86vm/checksums create mode 100644 xorg/libXxf86vm/depends create mode 100644 xorg/libXxf86vm/licenses create mode 100644 xorg/libXxf86vm/manifest create mode 100644 xorg/libXxf86vm/sources create mode 100644 xorg/libXxf86vm/version diff --git a/xorg/libXxf86vm/build b/xorg/libXxf86vm/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/xorg/libXxf86vm/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/xorg/libXxf86vm/checksums b/xorg/libXxf86vm/checksums new file mode 100644 index 00000000..bacddce7 --- /dev/null +++ b/xorg/libXxf86vm/checksums @@ -0,0 +1 @@ +afee27f93c5f31c0ad582852c0fb36d50e4de7cd585fcf655e278a633d85cd57 libXxf86vm-1.1.4.tar.bz2 diff --git a/xorg/libXxf86vm/depends b/xorg/libXxf86vm/depends new file mode 100644 index 00000000..5c4191a2 --- /dev/null +++ b/xorg/libXxf86vm/depends @@ -0,0 +1,2 @@ +xorgproto make +libXext make diff --git a/xorg/libXxf86vm/licenses b/xorg/libXxf86vm/licenses new file mode 100644 index 00000000..4ea858bb --- /dev/null +++ b/xorg/libXxf86vm/licenses @@ -0,0 +1,25 @@ +Copyright (c) 1995 Kaleb S. KEITHLEY + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. +IN NO EVENT SHALL Kaleb S. KEITHLEY BE LIABLE FOR ANY CLAIM, DAMAGES +OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of Kaleb S. KEITHLEY +shall not be used in advertising or otherwise to promote the sale, use +or other dealings in this Software without prior written authorization +from Kaleb S. KEITHLEY. diff --git a/xorg/libXxf86vm/manifest b/xorg/libXxf86vm/manifest new file mode 100644 index 00000000..56d2cb33 --- /dev/null +++ b/xorg/libXxf86vm/manifest @@ -0,0 +1,23 @@ +/var/db/kiss/pixman/version +/var/db/kiss/pixman/sources +/var/db/kiss/pixman/manifest +/var/db/kiss/pixman/licenses +/var/db/kiss/pixman/checksums +/var/db/kiss/pixman/build +/var/db/kiss/pixman/ +/var/db/kiss/ +/var/db/ +/var/ +/usr/lib/pkgconfig/pixman-1.pc +/usr/lib/pkgconfig/ +/usr/lib/libpixman-1.so.0.38.4 +/usr/lib/libpixman-1.so.0 +/usr/lib/libpixman-1.so +/usr/lib/libpixman-1.la +/usr/lib/libpixman-1.a +/usr/lib/ +/usr/include/pixman-1/pixman-version.h +/usr/include/pixman-1/pixman.h +/usr/include/pixman-1/ +/usr/include/ +/usr/ diff --git a/xorg/libXxf86vm/sources b/xorg/libXxf86vm/sources new file mode 100644 index 00000000..cd080df2 --- /dev/null +++ b/xorg/libXxf86vm/sources @@ -0,0 +1 @@ +https://www.x.org/releases/individual/lib/libXxf86vm-1.1.4.tar.bz2 diff --git a/xorg/libXxf86vm/version b/xorg/libXxf86vm/version new file mode 100644 index 00000000..b01ca96f --- /dev/null +++ b/xorg/libXxf86vm/version @@ -0,0 +1 @@ +1.1.4 1