cjs: rebuild to have corrected shlib-provides.
This commit is contained in:
parent
4df7f20406
commit
7b565370c5
|
@ -1442,7 +1442,7 @@ libethumb_client.so.1 efl-1.8.1_1
|
|||
libethumb.so.1 efl-1.8.1_1
|
||||
libevas.so.1 efl-1.8.1_1
|
||||
libelementary.so.1 elementary-1.8.0_1
|
||||
libcjs.so.0 cjs-2.0.0_1
|
||||
libcjs.so.0 cjs-2.0.0_1
|
||||
libcjs-dbus.so.0 cjs-2.0.0_1
|
||||
libmuffin.so.0 muffin-2.0.5_1
|
||||
libcinnamon-desktop.so.4 cinnamon-desktop-2.0.4_1
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'cjs'
|
||||
pkgname=cjs
|
||||
version=2.0.0
|
||||
revision=4
|
||||
revision=5
|
||||
short_desc="Javascript for Cinnamon"
|
||||
build_style=gnu-configure
|
||||
configure_args=" --disable-static"
|
||||
|
@ -16,7 +16,7 @@ do_fetch() {
|
|||
}
|
||||
|
||||
pre_configure() {
|
||||
./autogen.sh
|
||||
NOCONFIGURE=1 ./autogen.sh
|
||||
}
|
||||
|
||||
cjs-devel_package() {
|
||||
|
|
Loading…
Reference in New Issue