CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
xorg-libxcomposite: added overlay port
authorVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:20:05 +0000 (15:20 +0000)
committerVictor Martinez <pitillo@ono.com>
Tue, 9 Aug 2016 15:20:05 +0000 (15:20 +0000)
xorg-libxcomposite/.footprint [new file with mode: 0644]
xorg-libxcomposite/.md5sum [new file with mode: 0644]
xorg-libxcomposite/Pkgfile [new file with mode: 0644]

diff --git a/xorg-libxcomposite/.footprint b/xorg-libxcomposite/.footprint
new file mode 100644 (file)
index 0000000..b0eb79f
--- /dev/null
@@ -0,0 +1,28 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/include/
+drwxr-xr-x     root/root       usr/include/X11/
+drwxr-xr-x     root/root       usr/include/X11/extensions/
+-rw-r--r--     root/root       usr/include/X11/extensions/Xcomposite.h
+drwxr-xr-x     root/root       usr/lib/
+-rw-r--r--     root/root       usr/lib/libXcomposite.a
+-rwxr-xr-x     root/root       usr/lib/libXcomposite.la
+lrwxrwxrwx     root/root       usr/lib/libXcomposite.so -> libXcomposite.so.1.0.0
+lrwxrwxrwx     root/root       usr/lib/libXcomposite.so.1 -> libXcomposite.so.1.0.0
+-rwxr-xr-x     root/root       usr/lib/libXcomposite.so.1.0.0
+drwxr-xr-x     root/root       usr/lib/pkgconfig/
+-rw-r--r--     root/root       usr/lib/pkgconfig/xcomposite.pc
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man3/
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeCreateRegionFromBorderClip.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeGetOverlayWindow.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeNameWindowPixmap.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeQueryExtension.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeQueryVersion.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeRedirectSubwindows.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeRedirectWindow.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeReleaseOverlayWindow.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeUnredirectSubwindows.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeUnredirectWindow.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/XCompositeVersion.3.gz
+-rw-r--r--     root/root       usr/share/man/man3/Xcomposite.3.gz
diff --git a/xorg-libxcomposite/.md5sum b/xorg-libxcomposite/.md5sum
new file mode 100644 (file)
index 0000000..12f6576
--- /dev/null
@@ -0,0 +1 @@
+f7a218dcbf6f0848599c6c36fc65c51a  libXcomposite-0.4.4.tar.bz2
diff --git a/xorg-libxcomposite/Pkgfile b/xorg-libxcomposite/Pkgfile
new file mode 100644 (file)
index 0000000..791885a
--- /dev/null
@@ -0,0 +1,20 @@
+# Description: X Composite extension client library
+# URL: http://xorg.freedesktop.org
+# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
+# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
+# Depends on: xorg-compositeproto xorg-libxext xorg-libxfixes
+
+name=xorg-libxcomposite
+version=0.4.4
+release=2
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcomposite-$version.tar.bz2)
+
+build() {
+  cd libXcomposite-$version
+
+  ./configure --prefix=/usr \
+              --build=aarch64-unknown-linux-gnueabi
+
+  make
+  make DESTDIR=$PKG install
+}