Magellan Linux

Contents of /smage/trunk/core/libnotify/libnotify-0.7.9-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15333 - (show annotations) (download)
Wed Aug 19 07:43:00 2020 UTC (3 years, 8 months ago) by niro
File size: 883 byte(s)
auto added: ver bump to 0.7.9-r1
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.9"
5 PBUILD="r1"
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.62
13 >= x11-libs/gdk-pixbuf-2.40
14 >= dev-libs/dbus-glib-0.104"
15
16 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.64
17 >= x11-libs/gdk-pixbuf-dev-2.40
18 >= dev-libs/dbus-glib-dev-0.104
19 >= x11-libs/gtk3+-dev-3.24"
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 meson 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} devel"
37
38 src_compile()
39 {
40 meson_src_compile $(meson_opt introspection disabled) $(meson_bool_false gtk_doc) $(meson_bool_false man) || die
41 }