c077559a89
There's no need to update triggers in the following cases: * Packages installing stuff into /usr/share/applications. * Packages setting $gtk_iconcache_dirs. * Packages setting $font_dirs. * Packages setting ${sgml,xml}_entries. --HG-- extra : convert_revision : 11c74b41f8cf474e9bf4dbb961b1aa9c6f6540bf
23 lines
690 B
Text
23 lines
690 B
Text
# Template build file for 'font-cursor-misc'.
|
|
pkgname=font-cursor-misc
|
|
version=1.0.1
|
|
distfiles="${XORG_SITE}/font/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="Standard X11 cursors in PCF format"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=deee02861beaa335448e9aba4320c88c30a174bc3dcfb05a434b4ddb137dc1b3
|
|
long_desc="
|
|
The font-cursor-misc package provides around 75 cursors in the
|
|
portable PCF format. These include the X cursor, arrows, clock
|
|
cursor, crosshair, fleur cursor, iron cross, sailboat cursor, and
|
|
many more."
|
|
|
|
Add_dependency full font-util
|
|
|
|
noarch=yes
|
|
font_dirs="/usr/share/fonts/X11/misc"
|
|
|
|
post_install()
|
|
{
|
|
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
|
}
|