Magellan Linux

Annotation of /branches/R11-stable/extras/notification-daemon/notification-daemon-3.14.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 23581 - (hide annotations) (download)
Fri Jan 16 08:05:26 2015 UTC (9 years, 4 months ago) by niro
Original Path: trunk/extras/notification-daemon/notification-daemon-3.14.1-r1.smage2
File size: 564 byte(s)
auto added: ver bump to 3.14.1-r1
1 niro 23581 # $Id$
2    
3     PNAME="notification-daemon"
4     PVER="3.14.1"
5     PBUILD="r1"
6    
7     PCAT="x11-misc"
8    
9     DESCRIPTION="Notifications daemon."
10     HOMEPAGE="http://www.gnome.org/"
11    
12     DEPEND=">= sys-libs/libstdc++-4.8
13     >= dev-libs/glib2-2.42
14     >= x11-libs/gtk3+-3.14
15     >= sys-apps/dbus-1.8
16     >= media-libs/libcanberra-gtk3-0.30
17     >= x11-libs/libnotify-0.7
18     >= x11-libs/libX11-1.6"
19    
20     SDEPEND=">= dev-util/pkgconfig-0.25
21     >= dev-util/intltool-0.50
22     >= sys-dev/gettext-0.18"
23    
24     PROVIDE="virtual/notification-daemon"
25    
26     SRCFILE="${PNAME}-${PVER}.tar.xz"
27    
28     sminclude gnome2
29    
30     UP2DATE="updatecmd_gnome ${PNAME} xz"