Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 515298 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]
git diff for gdbus-codegen-2.54.3
gdbus-codegen-2.54.3.patch-fix.git.diff (text/plain), 1.69 KB, created by
Tom-Steve Watzke
on 2018-01-19 09:36:28 UTC
(
hide
)
Description:
git diff for gdbus-codegen-2.54.3
Filename:
MIME Type:
Creator:
Tom-Steve Watzke
Created:
2018-01-19 09:36:28 UTC
Size:
1.69 KB
patch
obsolete
>diff --git a/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch b/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch >new file mode 100644 >index 00000000..58fefc5b >--- /dev/null >+++ b/dev-util/gdbus-codegen/files/gdbus-codegen-2.54.3-sitedir.patch >@@ -0,0 +1,21 @@ >+diff -Naur glib-2.54.3/gio/gdbus-2.0/codegen/gdbus-codegen.in glib-2.54.3.1/gio/gdbus-2.0/codegen/gdbus-codegen.in >+--- codegen-a/gdbus-codegen.in 2018-01-08 21:00:42.000000000 +0100 >++++ codegen-b/gdbus-codegen.in 2018-01-19 10:19:04.935536814 +0100 >+@@ -28,16 +28,7 @@ >+ >+ 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()) >diff --git a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild b/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild >index cf8d58e5..340ce0e9 100644 >--- a/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild >+++ b/dev-util/gdbus-codegen/gdbus-codegen-2.54.3.ebuild >@@ -26,7 +26,7 @@ S="${WORKDIR}/glib-${PV}/gio/gdbus-2.0/codegen" > > python_prepare_all() { > PATCHES=( >- "${FILESDIR}/${PN}-2.54.2-sitedir.patch" >+ "${FILESDIR}/${PN}-2.54.3-sitedir.patch" > ) > distutils-r1_python_prepare_all >
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