font-cursor-misc: new deps style, set noarch.
--HG-- extra : convert_revision : 0409e150e1f1fbeb7953a26d37f85b913ff9a2ba
This commit is contained in:
parent
06dd607cf5
commit
7f9d3073a5
|
@ -1,19 +1,24 @@
|
|||
# Template build file for 'font-cursor-misc'.
|
||||
pkgname=font-cursor-misc
|
||||
version=1.0.0
|
||||
distfiles="
|
||||
http://xorg.freedesktop.org/releases/individual/font/$pkgname-$version.tar.bz2"
|
||||
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=f42933e4ed9194f6a9c7c1f8bfe793ed7b3341be
|
||||
checksum=955de27117581ba501d7c2abae7f38b0a65662e4ab2e2b54b9eb2dc07aa5f3c5
|
||||
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."
|
||||
|
||||
# Build fonts.dir and fonts.scale files after install.
|
||||
fonts_dir="$XBPS_MASTERDIR/lib/X11/fonts/misc"
|
||||
postinstall_helpers="mkfontxx-rebuild.sh"
|
||||
ignore_files="fonts.scale fonts.dir"
|
||||
Add_dependency full font-util
|
||||
|
||||
noarch=yes
|
||||
font_dirs="/usr/lib/X11/fonts/misc"
|
||||
triggers="x11-fonts"
|
||||
|
||||
post_install()
|
||||
{
|
||||
rm -f ${DESTDIR}/${font_dirs}/fonts.*
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue