]> git.ipfire.org Git - people/ms/ipfire-3.x.git/commitdiff
libXcursor: New package.
authorStefan Schantl <stefan.schantl@ipfire.org>
Tue, 19 Feb 2013 19:59:43 +0000 (20:59 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 1 Mar 2013 12:25:15 +0000 (13:25 +0100)
libXcursor/index.theme [new file with mode: 0644]
libXcursor/libXcursor.nm [new file with mode: 0644]

diff --git a/libXcursor/index.theme b/libXcursor/index.theme
new file mode 100644 (file)
index 0000000..cda0b19
--- /dev/null
@@ -0,0 +1,2 @@
+[Icon Theme]
+Inherits=Adwaita
diff --git a/libXcursor/libXcursor.nm b/libXcursor/libXcursor.nm
new file mode 100644 (file)
index 0000000..7c46086
--- /dev/null
@@ -0,0 +1,55 @@
+###############################################################################
+# IPFire.org    - An Open Source Firewall Solution                            #
+# Copyright (C) - IPFire Development Team <info@ipfire.org>                   #
+###############################################################################
+
+name       = libXcursor
+version    = 1.1.13
+release    = 1
+
+maintainer = Stefan Schantl <stefan.schantl@ipfire.org>
+groups     = X/Libraries
+url        = http://www.x.org/
+license    = MIT
+summary    = Cursor management library.
+
+description
+       This is  a simple library designed to help locate and load cursors.
+       Cursors can be loaded from files or memory. A library of common cursors
+       exists which map to the standard X cursor names.Cursors can exist in
+       several sizes and the library automatically picks the best size.
+end
+
+source_dl  = ftp://ftp.x.org/pub/individual/lib/
+
+build
+       requires
+               libX11-devel
+               libXfixes-devel
+               libXrender-devel >= 0.8.2
+               xorg-x11-proto-devel
+               xorg-x11-util-macros
+       end
+
+       configure_options += \
+               --disable-static
+
+       install_cmds
+               # Install index.theme.
+               mkdir -pv %{BUILDROOT}%{datadir}/icons/default
+               install -m 644 -p %{DIR_SOURCE}/index.theme \
+                       %{BUILDROOT}%{datadir}/icons/default/index.theme
+       end
+end
+
+packages
+       package %{name}
+
+       package %{name}-devel
+               template DEVEL
+       end
+
+       package %{name}-debuginfo
+               template DEBUGINFO
+       end
+end