cjs: update to 2.2.2.
This commit is contained in:
@@ -1,10 +1,10 @@
|
|||||||
# 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"
|
||||||
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection git"
|
hostmakedepends="automake libtool gnome-common pkg-config gobject-introspection git"
|
||||||
makedepends="js-devel dbus-glib-devel readline-devel>=6.3"
|
makedepends="js-devel dbus-glib-devel readline-devel>=6.3"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user