Magellan Linux

Contents of /smage/trunk/core/at-spi2-atk/at-spi2-atk-2.26.1-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 11589 - (show annotations) (download)
Fri Dec 22 10:39:08 2017 UTC (6 years, 4 months ago) by niro
File size: 1059 byte(s)
auto added: ver bump to 2.26.1-r1
1 # $Id$
2
3 PNAME="at-spi2-atk"
4 PVER="2.26.1"
5 PBUILD="r1"
6
7 PCAT="dev-libs"
8
9 DESCRIPTION="A GTK+ module that bridges ATK to D-Bus at-spi."
10 HOMEPAGE="http://gnome.org"
11
12 DEPEND=">= dev-libs/glib2-2.54
13 >= dev-libs/atk-2.24
14 >= dev-libs/at-spi2-core-2.26
15 >= sys-apps/dbus-1.10"
16
17 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.54
18 >= dev-libs/at-spi2-core-dev-2.26"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 ${ALX_DEV_DEPEND}
23 >= dev-libs/atk-dev-2.26
24 >= sys-apps/dbus-dev-1.10"
25
26 SRCFILE="${PNAME}-${PVER}.tar.xz"
27 SRCDIR="${BUILDDIR}/${PNAME}-${PVER}"
28
29 ALX_PKG_KEEP="usr/$(mlibdir)/*.so.*
30 usr/$(mlibdir)/gnome-settings-daemon-3.0
31 usr/$(mlibdir)/gtk-2.0"
32 sminclude multilib mbuild alx-split
33 msetfeature "!check"
34
35 SRC_URI=(
36 gnome://${PNAME}/${PVER%.*}/${SRCFILE}
37 mirror://${PNAME}/${SRCFILE}
38 )
39
40 UP2DATE="updatecmd_gnome ${PNAME/3/}"
41
42 src_compile()
43 {
44 mconfigure --enable-p2p --disable-schemas-compile || die
45 mmake || die
46 }
47
48 postinstall()
49 {
50 if [[ -z ${MROOT} ]] || [[ ${MROOT} = / ]]
51 then
52 glib-compile-schemas /usr/share/glib-2.0/schemas
53 fi
54 }