Magellan Linux

Contents of /smage/branches/alx08x-unstable/core/xcb-util-wm/xcb-util-wm-0.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 16478 - (show annotations) (download)
Mon Oct 2 13:45:59 2023 UTC (11 months, 3 weeks ago) by niro
File size: 543 byte(s)
-release branches/alx08x-unstable
1 # $Id$
2
3 PNAME="xcb-util-wm"
4 PVER="0.4.2"
5 PBUILD="r1"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Utility libraries for XC Binding - client and window-manager helpers for ICCCM."
10 HOMEPAGE="http://xcb.freedesktop.org/"
11
12 DEPEND=">= x11-libs/libxcb-1.15"
13 ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.15"
14
15 SDEPEND="${ALX_DEV_DEPEND}"
16
17 sminclude xorg multilib mbuild lib32-split alx-split
18
19 SRC_URI=(
20 http://xcb.freedesktop.org/dist/${SRCFILE}
21 mirror://${PNAME}/${SRCFILE}
22 )
23
24 UP2DATE="updatecmd http://xcb.freedesktop.org/dist | grep ${PNAME}- | highesttarball xz"