search for: gjs

Displaying 20 results from an estimated 57 matches for "gjs".

Did you mean: gas
2019 Jun 10
0
CEBA-2019:1331 CentOS 7 gjs BugFix Update
...Errata and Bugfix Advisory 2019:1331 Upstream details at : https://access.redhat.com/errata/RHBA-2019:1331 The following updated files have been uploaded and are currently syncing to the mirrors: ( sha256sum Filename ) x86_64: 9c6dd8d64185f906a2c986de24737665f4ccc8bb416be4a96836427ca284185c gjs-1.52.5-1.el7_6.i686.rpm b121680a0fc63c5acdfebe41d16c71dd9dfc26e5bf4f290af87a7ac6ed596115 gjs-1.52.5-1.el7_6.x86_64.rpm 535fb00a533e1ab9578d3e409bd4d3cdeef8f60bcf6b54d47ee2b2d11ea3bdfb gjs-devel-1.52.5-1.el7_6.i686.rpm 25be39a7fdbece0d5bc7cf4665dd83b2536956c212455868f84d016559b86963 gjs-devel-1.5...
2016 Oct 27
1
[PATCH] run.in: Quote contents of @VAR@ substitutions
...81,7 +181,7 @@ fi export LUA_CPATH # For golang. -export GOLANG=@GOLANG@ +export GOLANG="@GOLANG@" prepend GOPATH "$b/golang" export GOPATH if [ -z "$CGO_CFLAGS" ]; then @@ -198,7 +198,7 @@ fi export CGO_LDFLAGS # For GObject, Javascript and friends. -export GJS=@GJS@ +export GJS="@GJS@" prepend GI_TYPELIB_PATH "$b/gobject" export GI_TYPELIB_PATH # Be friendly to valgrind (https://live.gnome.org/Valgrind) -- 2.10.1
2010 Mar 16
1
[PATCH] Non-working support for GObject Introspection.
...----- + +Although we add the necessary annotations for GObject Introspection to +the <guestfs*.h> header files, we have not yet had satisfactory +results using them. + +In theory this should allow you to call libguestfs from languages +which we don't yet support, notably Javascript (using GJS or Seed). + +Here is how you can build the GIR bindings. First you have to build +libguestfs normally, then: + + cd gir + g-ir-scanner -n Guestfs --nsversion 0.0 \ + -L ../src/.libs -lguestfs \ + ../src/guestfs.h > Guestfs-0.0.gir + g-ir-compiler Guestfs-0.0.gir > Guestfs-0.0.typeli...
2019 Jun 11
0
CentOS-announce Digest, Vol 172, Issue 1
...y Update (Johnny Hughes) 2. CESA-2019:1294 Important CentOS 7 bind Security Update (Johnny Hughes) 3. CEBA-2019:1331 CentOS 7 accountsservice BugFix Update (Johnny Hughes) 4. CEBA-2019:1345 CentOS 7 fence-agents BugFix Update (Johnny Hughes) 5. CEBA-2019:1331 CentOS 7 gjs BugFix Update (Johnny Hughes) 6. CEBA-2019:1331 CentOS 7 glib2 BugFix Update (Johnny Hughes) 7. CEBA-2019:1339 CentOS 7 kernel BugFix Update (Johnny Hughes) 8. CESA-2019:1310 Important CentOS 6 thunderbird Security Update (Johnny Hughes) ------------------------------------------...
2012 Jan 24
1
example script for GObject
I tried using Javascript (gjs) with GObject-Introspection and did a port of the create_disk example which is attached below. Quite a bit of time was spent looking up stuff in the GLib reference and guessing how certain idioms translate to gjs. I used the traditional add_drive_opts method since I haven't been able to find...
2017 Jul 07
3
[PATCH v3 0/3] gobject: Remove gtk-doc.
Another test, the same as before.
2017 Jul 07
3
[PATCH v4 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
Best of .. 4?
2017 Jul 07
3
[PATCH v5 0/3] gobject: Remove gtk-doc (RHBZ#1465665).
After enabling procmail debugging ...
2017 Jul 07
3
[PATCH v2 0/3] Remove gtk-doc.
This is a repost so I can test my procmail script / automatic testing framework. The patch series is identical to v1. Rich.
2017 Jun 29
3
[PATCH 0/3] gobject: Remove gtk-doc and replace with guestfs-gobject(3) manual page.
Patch 1 cleans up the gobject tests. Patches 2 and 3 remote gtk-doc, which is slow and useless, and replace it with a simple manual page. https://bugzilla.redhat.com/show_bug.cgi?id=1465665 Rich.
2014 Sep 23
0
[PATCH 10/13] syntax-check: fix prohibit_test_minus_ao check
...be disabled])]) ]) AM_CONDITIONAL([HAVE_GOBJECT], - [test "x$GOBJECT_LIBS" != "x" -a "x$GIO_LIBS" != "x"]) + [test "x$GOBJECT_LIBS" != "x" && "x$GIO_LIBS" != "x"]) AC_CHECK_PROG([GJS],[gjs],[gjs]) AS_IF([test "x$GJS" = "x"], diff --git a/fish/test-mount-local.sh b/fish/test-mount-local.sh index 845f707..0bc4f5d 100755 --- a/fish/test-mount-local.sh +++ b/fish/test-mount-local.sh @@ -33,7 +33,7 @@ test -w /dev/fuse || { set -e -if [ $# -gt 0 -a "$1...
2017 Jul 07
0
[PATCH v6 3/3] gobject: Add outline guestfs-gobject(3) manual page.
Since we removed gtk doc, we might as well replace it with a manual page explaining the basics of how to run gjs. --- .gitignore | 2 ++ docs/guestfs-recipes.pod | 1 + erlang/examples/guestfs-erlang.pod | 1 + gobject/Makefile.am | 19 +++++++++++ gobject/guestfs-gobject.pod | 64 ++++++++++++++++++++++++++++++++++++++ golang/examples/guestfs-golang...
2012 Jan 20
11
[PATCH 01/10] Revert "Revert "generator: Add CamelName flag""
This reverts commit 3f6ca541c7b24d4c86688a509582cb41a7e0078c. The original commit was reverted prematurely. --- generator/generator_actions.ml | 10 +++++----- generator/generator_checks.ml | 5 +++++ generator/generator_types.ml | 3 +++ 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/generator/generator_actions.ml b/generator/generator_actions.ml index
2001 Aug 01
1
wine & RH7.0 - failed dependencies
Hi I am using redhat 7.0 with the stock kernel. I downloaded the daily build of wine last night from <http://www.linux-easy.com/daily>. I just tried to install wine and it gave me the following messages: > sh-2.04# rpm -i -h ~gjs/wine-20010731-1.i386.rpm > error: failed dependencies: > libXv.so.1 is needed by wine-20010731-1 > libXxf86dga.so.1 is needed by wine-20010731-1 > libfreetype.so.6 is needed by wine-20010731-1 > kdebase < 2.0 conflicts with wine-20010731-1 > sh-2.04# Any suggestions peop...
2012 Jan 25
2
[PATCH 1/2] gobject: Allow RConstOptString to return an error
RConstOptString cannot return an error in the C api. This makes it a special case for the GObject api, as all other return types have a corresponding GError **err argument to return an error. This change removes this special case, and includes the possibility of an error return in the API. An error is indicated by setting *err to a non-NULL value. This change is in preparation for adding a close
2015 Oct 27
1
[PATCH] configure: Move language binding detection to separate files.
This commit starts to split our massive, monolithic configure.ac file into smaller files, using the m4_include mechanism to combine them. I don't know if we should really do this, so I'm open to comments about it. However: - Our configure.ac script is 1800+ lines long, and that's pretty long. - configure.ac lacks structure; splitting it up might improve that. - From what I read,
2012 Jan 23
0
[PATCH] maint: use $var notation rather than ${var} when possible
...6 +++--- tests/md/test-mdadm.sh | 4 ++-- 11 files changed, 18 insertions(+), 18 deletions(-) diff --git a/gobject/run-bindtests b/gobject/run-bindtests index 48578cf..7691d6a 100755 --- a/gobject/run-bindtests +++ b/gobject/run-bindtests @@ -24,5 +24,5 @@ if [ -z "$GJS" ]; then fi ../run $GJS bindtests.js > bindtests.tmp -diff -u ${srcdir}/../bindtests bindtests.tmp +diff -u $srcdir/../bindtests bindtests.tmp ../run $GJS bindtests-manual.js 2>/dev/null diff --git a/haskell/run-bindtests b/haskell/run-bindtests index 3b17403..170b6d0 100755 --- a/ha...
2019 Jun 27
2
Re: [PATCH 3/9] Rust bindings: Add 4 bindings tests
...ot;@RUST@" > +if [ -z "$RUSTFLAGS" ]; then > + RUSTFLAGS="-C link-args=-L$b/lib/.libs" > +else > + RUSTFLAGS="$RUSTFLAGS -C link-args=-L$b/lib/.libs" > +fi > +export RUSTFLAGS > + > # For GObject, Javascript and friends. > export GJS="@GJS@" > prepend GI_TYPELIB_PATH "$b/gobject" > diff --git a/rust/Cargo.lock b/rust/Cargo.lock > new file mode 100644 > index 000000000..c03586e3f > --- /dev/null > +++ b/rust/Cargo.lock > @@ -0,0 +1,6 @@ > +# This file is automatically @generated by Ca...
2016 Feb 15
1
[PATCH] Start adding return values tests for bindings
...9; +} +eq || eq_fail('internal_test_rbufferout', v); +check_error('internal_test_rbufferouterr'); + +fail ? 1 : 0; diff --git a/gobject/run-tests b/gobject/run-tests index aa1aaa6..7393e73 100755 --- a/gobject/run-tests +++ b/gobject/run-tests @@ -31,6 +31,4 @@ rm -f bindtests.tmp $GJS $srcdir/bindtests.js > bindtests.tmp diff -u ${srcdir}/../bindtests bindtests.tmp -$GJS $srcdir/bindtests-manual.js 2>/dev/null - rm bindtests.tmp diff --git a/gobject/run-tests-retvalues b/gobject/run-tests-retvalues new file mode 100755 index 0000000..b4f4d4b --- /dev/null +++ b/gobject...
2019 Jun 27
1
Re: [PATCH 3/9] Rust bindings: Add 4 bindings tests
...RUSTFLAGS="-C link-args=-L$b/lib/.libs" > > > +else > > > + RUSTFLAGS="$RUSTFLAGS -C link-args=-L$b/lib/.libs" > > > +fi > > > +export RUSTFLAGS > > > + > > > # For GObject, Javascript and friends. > > > export GJS="@GJS@" > > > prepend GI_TYPELIB_PATH "$b/gobject" > > > diff --git a/rust/Cargo.lock b/rust/Cargo.lock > > > new file mode 100644 > > > index 000000000..c03586e3f > > > --- /dev/null > > > +++ b/rust/Cargo.lock > > &g...