Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/libnotify/libnotify-0.7.6-r6.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 14659 - (show annotations) (download)
Tue Aug 4 11:41:20 2020 UTC (3 years, 8 months ago) by niro
File size: 745 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="libnotify"
4 PVER="0.7.6"
5 PBUILD="r6"
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 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}"