Added gjs-0.7.11 build template.
--HG-- branch : gnome3
This commit is contained in:
parent
0f80ffe55a
commit
5654b7b01b
5 changed files with 59 additions and 0 deletions
1
srcpkgs/gjs-devel
Symbolic link
1
srcpkgs/gjs-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
gjs
|
2
srcpkgs/gjs/depends
Normal file
2
srcpkgs/gjs/depends
Normal file
|
@ -0,0 +1,2 @@
|
|||
abi_depends=">=0.7.11"
|
||||
api_depends="${abi_depends}"
|
13
srcpkgs/gjs/gjs-devel.template
Normal file
13
srcpkgs/gjs/gjs-devel.template
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Template file for 'gjs-devel'.
|
||||
#
|
||||
short_desc="${sourcepkg} - development files"
|
||||
long_desc="${long_desc}
|
||||
|
||||
This package contains files for development, headers, static libs, etc."
|
||||
|
||||
do_install()
|
||||
{
|
||||
mkdir -p ${DESTDIR}/usr/lib
|
||||
mv ${SRCPKGDESTDIR}/usr/include ${DESTDIR}/usr
|
||||
mv ${SRCPKGDESTDIR}/usr/lib/pkgconfig ${DESTDIR}/usr/lib
|
||||
}
|
40
srcpkgs/gjs/template
Normal file
40
srcpkgs/gjs/template
Normal file
|
@ -0,0 +1,40 @@
|
|||
# Template file for 'gjs'
|
||||
pkgname=gjs
|
||||
version=0.7.11
|
||||
distfiles="${GNOME_SITE}/$pkgname/0.7/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu_configure
|
||||
configure_args="--localstatedir=/var"
|
||||
short_desc="Mozilla-based javascript bindings for the GNOME platform"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=4d06889ab5d57e6e9b9d44e9bc467849da55b3913656528ad4e6e2dcd7e5cae7
|
||||
long_desc="
|
||||
Makes it possible for applications to use all of GNOME's platform libraries
|
||||
using the Javascript language. It's mainly based on the Mozilla javascript
|
||||
engine and the GObject introsepection framework."
|
||||
|
||||
subpackages="gjs-devel"
|
||||
|
||||
Add_dependency run libgcc
|
||||
Add_dependency run glibc
|
||||
Add_dependency run libstdc++
|
||||
Add_dependency run glib
|
||||
Add_dependency run libffi
|
||||
Add_dependency run libgirepository
|
||||
Add_dependency run dbus-libs
|
||||
Add_dependency run dbus-glib
|
||||
Add_dependency run cairo
|
||||
Add_dependency run readline
|
||||
Add_dependency run nspr
|
||||
Add_dependency run xulrunner
|
||||
|
||||
Add_dependency build pkg-config
|
||||
Add_dependency build intltool
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build libffi-devel
|
||||
Add_dependency build libgirepository-devel
|
||||
Add_dependency build dbus-devel
|
||||
Add_dependency build dbus-glib-devel
|
||||
Add_dependency build cairo-devel
|
||||
Add_dependency build readline-devel
|
||||
Add_dependency build nspr-devel
|
||||
Add_dependency build xulrunner-devel
|
|
@ -781,3 +781,6 @@ libpeas-gtk-1.0.so libpeas libpeas-devel
|
|||
libtotem.so totem totem-devel
|
||||
libclutter-glx-1.0.so clutter clutter-devel
|
||||
libmutter-private.so mutter mutter-devel
|
||||
libgjs.so gjs gjs-devel
|
||||
libgjs-gi.so gjs gjs-devel
|
||||
libgjs-dbus.so gjs gjs-devel
|
||||
|
|
Loading…
Reference in a new issue