Magellan Linux

Contents of /smage/trunk/core/xcb-util-wm/xcb-util-wm-0.4.2-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15963 - (show annotations) (download)
Wed Aug 30 14:04:19 2023 UTC (9 months ago) by niro
File size: 543 byte(s)
-ver bump to 0.4.2-r1
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"