cjs: update to 2.2.2.
This commit is contained in:
parent
51ae44ff45
commit
dfd70450ac
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'cjs'
|
||||
pkgname=cjs
|
||||
version=2.0.0
|
||||
revision=6
|
||||
version=2.2.2
|
||||
revision=1
|
||||
short_desc="Javascript for Cinnamon"
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static"
|
||||
configure_args="--disable-static"
|
||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection git"
|
||||
makedepends="js-devel dbus-glib-devel readline-devel>=6.3"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -14,7 +14,6 @@ homepage="http://cinnamon.linuxmint.com/"
|
|||
do_fetch() {
|
||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
||||
}
|
||||
|
||||
pre_configure() {
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue