Magellan Linux

Contents of /trunk/extras/startup-notification/startup-notification-0.12-r4.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 31123 - (show annotations) (download)
Mon Jun 4 11:49:59 2018 UTC (5 years, 10 months ago) by niro
File size: 648 byte(s)
auto added: ver bump to 0.12-r4
1 # $Id$
2
3 PNAME="startup-notification"
4 PVER="0.12"
5 PBUILD="r4"
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 >= x11-libs/xcb-util-0.3.9"
16
17 SDEPEND=">= virtual/xproto
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} | highesttarball gz"