From: Stefan Schantl Date: Tue, 19 Feb 2013 19:59:43 +0000 (+0100) Subject: libXcursor: New package. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4244c79ed4a54dbbdf7e264b0e5937026bdff33c;p=ipfire-3.x.git libXcursor: New package. --- diff --git a/libXcursor/index.theme b/libXcursor/index.theme new file mode 100644 index 000000000..cda0b19ae --- /dev/null +++ b/libXcursor/index.theme @@ -0,0 +1,2 @@ +[Icon Theme] +Inherits=Adwaita diff --git a/libXcursor/libXcursor.nm b/libXcursor/libXcursor.nm new file mode 100644 index 000000000..7c4608627 --- /dev/null +++ b/libXcursor/libXcursor.nm @@ -0,0 +1,55 @@ +############################################################################### +# IPFire.org - An Open Source Firewall Solution # +# Copyright (C) - IPFire Development Team # +############################################################################### + +name = libXcursor +version = 1.1.13 +release = 1 + +maintainer = Stefan Schantl +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