Magellan Linux

Contents of /smage/trunk/core/libnotify/libnotify-0.7.6-r2.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6639 - (show annotations) (download)
Wed Jul 15 09:52:25 2015 UTC (8 years, 10 months ago) by niro
File size: 647 byte(s)
-mautoreconf not possible without all gobject-introspection pkgs, so we simply depend on gtk3-dev
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.6"
5 PBUILD="r2"
6
7 PCAT="x11-libs"
8
9 DESCRIPTION="Notifications library."
10 HOMEPAGE="http://developer.gnome.org/notification-spec/"
11
12 DEPEND=">= dev-libs/glib2-2.42
13 >= x11-libs/gdk-pixbuf-2.28
14 >= dev-libs/dbus-glib-0.100"
15
16 SDEPEND=">= dev-util/pkgconfig-0.25
17 >= dev-libs/glib2-dev-2.42
18 >= x11-libs/gdk-pixbuf-dev-2.28
19 >= dev-libs/dbus-glib-dev-0.100
20 >= x11-libs/gtk3+-dev-3.16"
21
22 SRCFILE="${PNAME}-${PVER}.tar.xz"
23 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
24
25 sminclude multilib
26 msetfeature "!check"
27
28 SRC_URI=(
29 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
30 mirror://${PNAME}/${SRCFILE}
31 )
32
33 UP2DATE="updatecmd_gnome ${PNAME}"