update to gnome-code-assistance-0.3.1
This commit is contained in:
parent
618dbc0c88
commit
f278e325ac
@ -1,10 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.3 2014/03/25 09:00:47 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.4 2014/03/27 13:56:19 jasper Exp $
|
||||
|
||||
COMMENT= code assistance services for GNOME
|
||||
|
||||
GNOME_PROJECT= gnome-code-assistance
|
||||
GNOME_VERSION= 0.3.0
|
||||
REVISION= 1
|
||||
GNOME_VERSION= 0.3.1
|
||||
|
||||
CATEGORIES= devel
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (gnome/gnome-code-assistance-0.3.0.tar.xz) = bQjbCLsPg6p2VlsW0RzffZyjZ6xq66FoW+P46cjpOZI=
|
||||
SIZE (gnome/gnome-code-assistance-0.3.0.tar.xz) = 685556
|
||||
SHA256 (gnome/gnome-code-assistance-0.3.1.tar.xz) = ddoUKkPuNEU2RsBuWmA08RDZ0G5SgUdT6B1POS28aUE=
|
||||
SIZE (gnome/gnome-code-assistance-0.3.1.tar.xz) = 749916
|
||||
|
@ -1,18 +0,0 @@
|
||||
$OpenBSD: patch-backends_jscommon_gnome_codeassistance_transport_dbus_js,v 1.1 2013/11/16 09:42:42 jasper Exp $
|
||||
|
||||
From 836dafe2ec46eac188a6d4dfe1b8f418fa47ff99 Mon Sep 17 00:00:00 2001
|
||||
From: Jesse van den Kieboom <jessevdk@gmail.com>
|
||||
Date: Fri, 15 Nov 2013 13:56:41 +0000
|
||||
Subject: [backends/js] Fix wrong order of arguments in Parse
|
||||
|
||||
--- backends/jscommon/gnome/codeassistance/transport_dbus.js.orig Sat Nov 16 10:39:23 2013
|
||||
+++ backends/jscommon/gnome/codeassistance/transport_dbus.js Sat Nov 16 10:39:45 2013
|
||||
@@ -126,7 +126,7 @@ Service.prototype = {
|
||||
},
|
||||
|
||||
ParseAsync: function(args, invocation) {
|
||||
- this.server.dbusAsync(args, invocation, function(sender, path, cursor, dataPath, options) {
|
||||
+ this.server.dbusAsync(args, invocation, function(sender, path, dataPath, cursor, options) {
|
||||
let app = this.ensureApp(sender);
|
||||
let doc = this.ensureDocument(app, path, dataPath, Types.SourceLocation.fromTuple(cursor));
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2013/11/16 09:30:16 jasper Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.2 2014/03/27 13:56:19 jasper Exp $
|
||||
libexec/gnome-code-assistance/
|
||||
libexec/gnome-code-assistance/backends/
|
||||
libexec/gnome-code-assistance/backends/js/
|
||||
@ -53,6 +53,19 @@ libexec/gnome-code-assistance/backends/py/gnome/codeassistance/c/clangimporter.p
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/c/config.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/c/makefileintegration.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/c/service.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/__init__.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/${MODPY_PYCACHE}/
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyc
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/${MODPY_PYCACHE}__init__.${MODPY_PYC_MAGIC_TAG}pyo
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/__init__.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/compat.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/decoder.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/encoder.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/ordered_dict.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/json/deps/simplejson/scanner.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/python/
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/python/__init__.py
|
||||
libexec/gnome-code-assistance/backends/py/gnome/codeassistance/python/${MODPY_PYCACHE}/
|
||||
@ -404,14 +417,17 @@ libexec/gnome-code-assistance/backends/rb/gnome/codeassistance/types.rb
|
||||
libexec/gnome-code-assistance/c
|
||||
libexec/gnome-code-assistance/css
|
||||
libexec/gnome-code-assistance/js
|
||||
libexec/gnome-code-assistance/json
|
||||
libexec/gnome-code-assistance/python
|
||||
libexec/gnome-code-assistance/ruby
|
||||
libexec/gnome-code-assistance/sh
|
||||
@bin libexec/gnome-code-assistance/vala
|
||||
@bin libexec/gnome-code-assistance/valahelper
|
||||
libexec/gnome-code-assistance/xml
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.c.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.css.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.js.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.json.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.python.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.ruby.service
|
||||
share/dbus-1/services/org.gnome.CodeAssist.v1.sh.service
|
||||
|
Loading…
x
Reference in New Issue
Block a user