comparison x11/xcursorgen/xcursorgen.sh @ 1335:7e62919ec1c2

x11: upgrade whole distribution
author David Demelier <markand@malikania.fr>
date Fri, 03 Dec 2021 22:19:37 +0100
parents 9867e578b1a9
children
comparison
equal deleted inserted replaced
1334:7d9327688dfa 1335:7e62919ec1c2
16 # 16 #
17 17
18 PKGNAME=xcursorgen 18 PKGNAME=xcursorgen
19 PKGVERSION=1.0.7 19 PKGVERSION=1.0.7
20 PKGREVISION=1 20 PKGREVISION=1
21 PKGLICENSE="CUSTOM" 21 PKGLICENSE="Custom"
22 PKGSUMMARY="X.Org tool to create X cursors from PNG images" 22 PKGSUMMARY="X.Org tool to create X cursors from PNG images"
23 PKGWWW="http://www.x.org"
23 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz" 24 PKGDOWNLOAD="https://www.x.org/releases/individual/app/$PKGNAME-$PKGVERSION.tar.gz"
24 PKGDEPENDS="libpng 25 PKGDEPENDS="libpng
25 libx11 26 libx11
26 libxcursor 27 libxcursor
27 util-macros:build 28 util-macros:build
35 : ${LIBS:=} 36 : ${LIBS:=}
36 37
37 build() 38 build()
38 { 39 {
39 rm -rf $PKGNAME-$PKGVERSION 40 rm -rf $PKGNAME-$PKGVERSION
40 tar xvf $PKGNAME-$PKGVERSION.tar.gz 41 tar -xvf $PKGNAME-$PKGVERSION.tar.gz
41 cd $PKGNAME-$PKGVERSION 42 cd $PKGNAME-$PKGVERSION
42 43
43 CC="$CC" \ 44 CC="$CC" \
44 CFLAGS="$CFLAGS" \ 45 CFLAGS="$CFLAGS" \
45 LDFLAGS="$LDFLAGS" \ 46 LDFLAGS="$LDFLAGS" \