Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 514844 Details for
Bug 644610
[gnome overlay] dev-util/gdbus-codegen-2.54.3 - gdbus-codegen-2.54.2-sitedir.patch fails: No file to patch. Skipping patch.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
the working patch to be put in files folder
gdbus-codegen-2.54.2-sitedir.patch (text/plain), 1.20 KB, created by
fkhp
on 2018-01-15 02:15:48 UTC
(
hide
)
Description:
the working patch to be put in files folder
Filename:
MIME Type:
Creator:
fkhp
Created:
2018-01-15 02:15:48 UTC
Size:
1.20 KB
patch
obsolete
>From f2f8ccb15cc6288455f4780d016789aa2e023d6d Mon Sep 17 00:00:00 2001 >From: Sobhan Mohammadpour <mohammadpour.sobhan@gmail.com> >Date: Thu, 14 Dec 2017 17:10:50 +0330 >Subject: [PATCH] glib-2.54.2 external gdbus codegen > >-- > gio/gdbus-2.0/codegen/gdbus-codegen.in | 11 +---------- > 1 file changed, 1 insertion(+), 10 deletions(-) > >diff --git a/gio/gdbus-2.0/codegen/gdbus-codegen.in b/gio/gdbus-2.0/codegen/gdbus-codegen.in >index 8050981..c097702 100644 >--- a/gdbus-codegen.in >+++ b/gdbus-codegen.in >@@ -28,16 +28,7 @@ filedir = os.path.dirname(__file__) > > if srcdir is not None: > path = os.path.join(srcdir, 'gio', 'gdbus-2.0') >-elif os.path.basename(filedir) == 'bin': >- # Make the prefix containing gdbus-codegen 'relocatable' at runtime by >- # adding /some/prefix/bin/../share/glib-2.0 to the python path >- path = os.path.join(filedir, '..', 'share', 'glib-2.0') > else: >- # Assume that the modules we need are in the current directory and add the >- # parent directory to the python path. >- path = os.path.join(filedir, '..') >- >-sys.path.insert(0, os.path.abspath(path)) >-from codegen import codegen_main >+ from gdbus_codegen import codegen_main > > sys.exit(codegen_main.codegen_main()) >-- >2.15.1 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 644610
:
514836
|
514838
|
514840
|
514842
| 514844 |
515298