Magellan Linux

Contents of /smage/branches/alx07x-stable/core/libnotify/libnotify-0.7.6-r5.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 12664 - (show annotations) (download)
Fri Oct 26 07:53:05 2018 UTC (5 years, 6 months ago) by niro
File size: 745 byte(s)
-release branches/alx07x-stable
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.6"
5 PBUILD="r5"
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 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.42
17 >= x11-libs/gdk-pixbuf-dev-2.28
18 >= dev-libs/dbus-glib-dev-0.100
19 >= x11-libs/gtk3+-dev-3.16"
20
21 SDEPEND=">= dev-util/pkgconfig-0.25
22 ${ALX_DEV_DEPEND}"
23
24 SRCFILE="${PNAME}-${PVER}.tar.xz"
25 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
26
27 ALX_PKG_KEEP="usr/bin usr/$(mlibdir)/*.so.*"
28 sminclude multilib mbuild alx-split
29 msetfeature "!check"
30
31 SRC_URI=(
32 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
33 mirror://${PNAME}/${SRCFILE}
34 )
35
36 UP2DATE="updatecmd_gnome ${PNAME}"