cjs: update to 2.6.0.

This commit is contained in:
Juan RP 2015-06-09 07:49:20 +02:00
parent 54eecb1fa0
commit 59a49f0d12

View file

@ -1,19 +1,18 @@
# Template file for 'cjs'
pkgname=cjs
version=2.4.2
version=2.6.0
revision=1
short_desc="Javascript for Cinnamon"
build_style=gnu-configure
configure_args="--disable-static"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection git glib-devel"
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection glib-devel"
makedepends="mozjs24-devel dbus-glib-devel readline-devel"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-3"
homepage="http://cinnamon.linuxmint.com/"
distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
checksum=bb65b7238eabb265de256d6de0a183018a4ec28b7d161d439a809875ca6e2927
do_fetch() {
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
}
pre_configure() {
NOCONFIGURE=1 ./autogen.sh
}