mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-15 03:23:50 +02:00
cjs: update to 4.0.0.
This commit is contained in:
parent
a0c6328dd7
commit
6d0848f295
1 changed files with 6 additions and 16 deletions
|
@ -1,34 +1,24 @@
|
||||||
# Template file for 'cjs'
|
# Template file for 'cjs'
|
||||||
pkgname=cjs
|
pkgname=cjs
|
||||||
version=3.8.0
|
version=4.0.0
|
||||||
revision=1
|
revision=1
|
||||||
short_desc="Javascript for Cinnamon"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static --disable-profiler"
|
||||||
hostmakedepends="automake autoconf-archive libtool gnome-common pkg-config
|
hostmakedepends="automake autoconf-archive libtool gnome-common pkg-config
|
||||||
gobject-introspection glib-devel"
|
gobject-introspection glib-devel"
|
||||||
makedepends="mozjs52-devel dbus-glib-devel readline-devel gobject-introspection"
|
makedepends="mozjs52-devel dbus-glib-devel readline-devel gobject-introspection
|
||||||
|
gtk+3-devel"
|
||||||
|
short_desc="Javascript for Cinnamon"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="LGPL-2.0-or-later"
|
license="LGPL-2.0-or-later"
|
||||||
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
homepage="http://developer.linuxmint.com/projects/cinnamon-projects.html/"
|
||||||
distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
|
distfiles="https://github.com/linuxmint/cjs/archive/${version}.tar.gz"
|
||||||
checksum=9018ec1ffc0c2c81c9678a23e3e57db56251b4bbf6b2a10e79aa75e83ca86d66
|
checksum=acd520a503399753ecb0bfa71aa3d932d22ac6a72162043085ea48519a59d3f5
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
NOCONFIGURE=1 ./autogen.sh
|
NOCONFIGURE=1 ./autogen.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
# TOTAL: 729
|
|
||||||
# PASS: 707
|
|
||||||
# SKIP: 14
|
|
||||||
# XFAIL: 0
|
|
||||||
# FAIL: 3
|
|
||||||
# XPASS: 0
|
|
||||||
# ERROR: 5
|
|
||||||
}
|
|
||||||
|
|
||||||
cjs-devel_package() {
|
cjs-devel_package() {
|
||||||
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
depends="${makedepends} ${sourcepkg}>=${version}_${revision}"
|
||||||
short_desc+=" - development files"
|
short_desc+=" - development files"
|
||||||
|
|
Loading…
Add table
Reference in a new issue