Magellan Linux

Contents of /smage/branches/alx07x-stable/core/xcb-util-wm/xcb-util-wm-0.4.1-r3.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11201 - (show annotations) (download)
Tue Dec 19 11:57:19 2017 UTC (6 years, 4 months ago) by niro
File size: 522 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="xcb-util-wm"
4 PVER="0.4.1"
5 PBUILD="r3"
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.11"
13
14 ALX_DEV_DEPEND=">= x11-libs/libxcb-dev-1.11"
15
16 SDEPEND="${ALX_DEV_DEPEND}"
17
18 sminclude xorg multilib alx-split
19
20 SRC_URI=(
21 http://xcb.freedesktop.org/dist/${SRCFILE}
22 mirror://${PNAME}/${SRCFILE}
23 )
24
25 UP2DATE="updatecmd http://xcb.freedesktop.org/dist | grep ${PNAME}- | highesttarball"