summaryrefslogtreecommitdiffstats
path: root/xorg-libxcursor
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-libxcursor')
-rw-r--r--xorg-libxcursor/.footprint47
-rw-r--r--xorg-libxcursor/.md5sum1
-rw-r--r--xorg-libxcursor/Pkgfile17
-rw-r--r--xorg-libxcursor/Pkgfile.old18
4 files changed, 83 insertions, 0 deletions
diff --git a/xorg-libxcursor/.footprint b/xorg-libxcursor/.footprint
new file mode 100644
index 0000000..67b4f63
--- /dev/null
+++ b/xorg-libxcursor/.footprint
@@ -0,0 +1,47 @@
+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/Xcursor/
+-rw-r--r-- root/root usr/include/X11/Xcursor/Xcursor.h
+drwxr-xr-x root/root usr/lib/
+-rw-r--r-- root/root usr/lib/libXcursor.a
+-rwxr-xr-x root/root usr/lib/libXcursor.la
+lrwxrwxrwx root/root usr/lib/libXcursor.so -> libXcursor.so.1.0.2
+lrwxrwxrwx root/root usr/lib/libXcursor.so.1 -> libXcursor.so.1.0.2
+-rwxr-xr-x root/root usr/lib/libXcursor.so.1.0.2
+drwxr-xr-x root/root usr/lib/pkgconfig/
+-rw-r--r-- root/root usr/lib/pkgconfig/xcursor.pc
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man3/
+-rw-r--r-- root/root usr/man/man3/Xcursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorCursorsCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorCursorsDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoad.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadAllImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameSave.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorFilenameSaveImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorGetDefaultSize.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorGetTheme.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImageCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImageDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImagesCreate.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorImagesDestroy.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadCursors.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorLibraryLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSetDefaultSize.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSetTheme.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadCursor.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadCursors.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorShapeLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorSupportsARGB.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoad.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadAllImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadImage.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileLoadImages.3.gz
+-rw-r--r-- root/root usr/man/man3/XcursorXcFileSave.3.gz
diff --git a/xorg-libxcursor/.md5sum b/xorg-libxcursor/.md5sum
new file mode 100644
index 0000000..549a219
--- /dev/null
+++ b/xorg-libxcursor/.md5sum
@@ -0,0 +1 @@
+7dcdad1c10daea872cb3355af414b2ca libXcursor-1.1.10.tar.bz2
diff --git a/xorg-libxcursor/Pkgfile b/xorg-libxcursor/Pkgfile
new file mode 100644
index 0000000..206c9b5
--- /dev/null
+++ b/xorg-libxcursor/Pkgfile
@@ -0,0 +1,17 @@
+description="xorg lib libXcursor"
+packager=""
+maintainer="Tilman Sauerbeck, tilman at crux dot nu"
+url="http://xorg.freedesktop.org"
+depends=(xorg-libxrender xorg-libxfixes xorg-libx11 xorg-fixesproto)
+
+name=xorg-libxcursor
+version=1.1.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-1.1.10.tar.bz2)
+build ()
+{
+ cd libXcursor-$version;
+ ./configure --prefix=/usr --mandir=$mandir;
+ make;
+ make DESTDIR=$PKG install
+}
diff --git a/xorg-libxcursor/Pkgfile.old b/xorg-libxcursor/Pkgfile.old
new file mode 100644
index 0000000..56f587f
--- /dev/null
+++ b/xorg-libxcursor/Pkgfile.old
@@ -0,0 +1,18 @@
+# Description: xorg lib libXcursor
+# URL: http://xorg.freedesktop.org
+# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
+# Depends on: xorg-libxrender, xorg-libxfixes, xorg-libx11, xorg-fixesproto
+
+name=xorg-libxcursor
+version=1.1.10
+release=1
+source=(http://xorg.freedesktop.org/releases/individual/lib/libXcursor-$version.tar.bz2)
+
+build() {
+ cd libXcursor-$version
+
+ ./configure --prefix=/usr --mandir=/usr/man
+
+ make
+ make DESTDIR=$PKG install
+}