| Revision: | 19 |
| Committed: | Sun Jun 21 01:34:59 2026 UTC (4 weeks, 2 days ago) by operz |
| File size: | 733 byte(s) |
| Log Message: | Add GTK3 dep chain: xorgproto (replaces individual protos), libXfixes/composite/damage/i/inerama/randr/cursor, pixman, libpng, libjpeg-turbo, pcre2; keep old individual proto recipes; add gtk3 skeleton |
| # | Content |
|---|---|
| 1 | # vim: ft=make ts=4 sw=4 noet |
| 2 | .DEFAULT_GOAL := all |
| 3 | NAME = libXcursor |
| 4 | VERSION = 1.2.3 |
| 5 | GARTYPE = v2 |
| 6 | |
| 7 | MASTER_SITES = https://xorg.freedesktop.org/archive/individual/lib/ |
| 8 | DISTFILES += $(DISTNAME).tar.gz |
| 9 | LICENSE = COPYING |
| 10 | |
| 11 | PACKAGES += OZSWlibXcursor |
| 12 | SPKG_DESC_OZSWlibXcursor = X cursor management library |
| 13 | CATALOGNAME_OZSWlibXcursor = libXcursor |
| 14 | |
| 15 | BUILD_DEP_PKGS += OZSWlibX11 OZSWlibXfixes OZSWlibXrender OZSWxorgproto |
| 16 | RUNTIME_DEP_PKGS_OZSWlibXcursor += OZSWlibX11 OZSWlibXfixes OZSWlibXrender |
| 17 | |
| 18 | EXTENSIONS = 1 |
| 19 | EXTRA_LD_FLAGS += -lsocket -lnsl |
| 20 | |
| 21 | post-configure: |
| 22 | @find $(WORKSRC) -name "libtool" -type f -exec \ |
| 23 | gsed -i 's/ECHO="print -r --"/ECHO="printf %s\\n"/g' {} \; |
| 24 | @$(MAKECOOKIE) |
| 25 | |
| 26 | include gar/category.mk |