cjs: update to 2.2.2.
This commit is contained in:
parent
51ae44ff45
commit
dfd70450ac
1 changed files with 3 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'cjs'
|
# Template file for 'cjs'
|
||||||
pkgname=cjs
|
pkgname=cjs
|
||||||
version=2.0.0
|
version=2.2.2
|
||||||
revision=6
|
revision=1
|
||||||
short_desc="Javascript for Cinnamon"
|
short_desc="Javascript for Cinnamon"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
|
@ -14,7 +14,6 @@ homepage="http://cinnamon.linuxmint.com/"
|
||||||
do_fetch() {
|
do_fetch() {
|
||||||
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
git clone -b ${version} git://github.com/linuxmint/${pkgname} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue