Magellan Linux

Annotation of /branches/R11-unstable/extras/startup-notification/startup-notification-0.12-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 25802 - (hide annotations) (download)
Tue Nov 25 04:19:30 2014 UTC (9 years, 6 months ago) by niro
File size: 650 byte(s)
-release branches/R11-unstable
1 niro 12906 # $Id$
2    
3     PNAME="startup-notification"
4     PVER="0.12"
5     PBUILD="r2"
6    
7     PCAT="x11-libs"
8    
9     DESCRIPTION="Contains a reference implementation of the startup notification protocol."
10     HOMEPAGE="http://www.freedesktop.org/wiki/Software/startup-notification/"
11    
12     DEPEND=">= x11-libs/libX11-1.4
13     >= x11-libs/libSM-1
14     >= x11-libs/libICE-1
15 niro 12909 >= x11-libs/xcb-util-0.3.9"
16 niro 12906
17     SDEPEND=">= x11-proto/xproto-7
18     >= x11-libs/libXt-1"
19    
20     SRCFILE="${PNAME}-${PVER}.tar.gz"
21     SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
22    
23     sminclude mbuild
24    
25     SRC_URI=(
26     http://www.freedesktop.org/software/${PNAME}/releases/${SRCFILE}
27     mirror://${PNAME}/${SRCFILE}
28     )
29    
30     UP2DATE="updatecmd ${HOMEPAGE} | firsttarball gz"