diff options
Diffstat (limited to 'xorg/xorg-libxcursor')
-rw-r--r-- | xorg/xorg-libxcursor/.footprint | 47 | ||||
-rw-r--r-- | xorg/xorg-libxcursor/.md5sum | 1 | ||||
-rw-r--r-- | xorg/xorg-libxcursor/Pkgfile | 18 |
3 files changed, 66 insertions, 0 deletions
diff --git a/xorg/xorg-libxcursor/.footprint b/xorg/xorg-libxcursor/.footprint new file mode 100644 index 000000000..67b4f63e9 --- /dev/null +++ b/xorg/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/xorg-libxcursor/.md5sum b/xorg/xorg-libxcursor/.md5sum new file mode 100644 index 000000000..7771b8e69 --- /dev/null +++ b/xorg/xorg-libxcursor/.md5sum @@ -0,0 +1 @@ +99b7554037a92b260891091e81815a0a libXcursor-1.1.9.tar.bz2 diff --git a/xorg/xorg-libxcursor/Pkgfile b/xorg/xorg-libxcursor/Pkgfile new file mode 100644 index 000000000..a6018acc4 --- /dev/null +++ b/xorg/xorg-libxcursor/Pkgfile @@ -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.9 +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 +} |