Magellan Linux

Contents of /smage/branches/alx07x-unstable/core/at-spi2-atk/at-spi2-atk-2.16.0-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log


Revision 7165 - (show annotations) (download)
Mon Sep 21 08:12:46 2015 UTC (8 years, 7 months ago) by niro
File size: 1050 byte(s)
-release branches/alx07x-unstable
1 # $Id$
2
3 PNAME="at-spi2-atk"
4 PVER="2.16.0"
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.44
13 >= dev-libs/atk-2.16
14 >= dev-libs/at-spi2-core-2.16
15 >= sys-apps/dbus-1.8"
16
17 ALX_DEV_DEPEND=">= dev-libs/glib2-dev-2.44
18 >= dev-libs/at-spi2-core-dev-2.16"
19
20 SDEPEND=">= dev-util/pkgconfig-0.25
21 >= dev-util/intltool-0.50
22 ${ALX_DEV_DEPEND}
23 >= dev-libs/atk-dev-2.16
24 >= sys-apps/dbus-dev-1.8"
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 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 }