r52983 - in /packages/unstable/gnome-tweak-tool/debian: changelog patches/fix-defs.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Tue Aug 29 22:10:06 UTC 2017


Author: jbicha-guest
Date: Tue Aug 29 22:10:06 2017
New Revision: 52983

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52983
Log:
Add fix-defs.patch to workaround issue with the python3 build

Added:
    packages/unstable/gnome-tweak-tool/debian/patches/fix-defs.patch
Modified:
    packages/unstable/gnome-tweak-tool/debian/changelog
    packages/unstable/gnome-tweak-tool/debian/patches/series

Modified: packages/unstable/gnome-tweak-tool/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/changelog?rev=52983&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/changelog	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/changelog	[utf-8] Tue Aug 29 22:10:06 2017
@@ -2,6 +2,8 @@
 
   * New upstream release.
   * Refresh 01_menu_category.patch
+  * Add fix-defs.patch to workaround issue with how the python3
+    library install directory is reported during the build
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Tue, 29 Aug 2017 18:06:25 -0400
 

Added: packages/unstable/gnome-tweak-tool/debian/patches/fix-defs.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/patches/fix-defs.patch?rev=52983&op=file
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/patches/fix-defs.patch	(added)
+++ packages/unstable/gnome-tweak-tool/debian/patches/fix-defs.patch	[utf-8] Tue Aug 29 22:10:06 2017
@@ -0,0 +1,20 @@
+Author: Jeremy Bicha
+Descripton: Workaround issue where TWEAKDIR is set to
+
+ /usr/lib/python3.5/site-packages/gtweak/
+ which obviously won't work
+---
+ gtweak/meson.build |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- a/gtweak/meson.build
++++ b/gtweak/meson.build
+@@ -4,7 +4,7 @@ defs_conf.set('GSETTINGSSCHEMADIR', sche
+ defs_conf.set('LIBEXECDIR', libexecdir)
+ defs_conf.set('LOCALEDIR', localedir)
+ defs_conf.set('PKGDATADIR', pkgdatadir)
+-defs_conf.set('TWEAKDIR', join_paths(gtweakdir, 'tweaks'))
++defs_conf.set('TWEAKDIR', join_paths('/usr/lib/python3/dist-packages/gtweak', 'tweaks'))
+ defs_conf.set('VERSION', meson.project_version())
+ 
+ configure_file(

Modified: packages/unstable/gnome-tweak-tool/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gnome-tweak-tool/debian/patches/series?rev=52983&op=diff
==============================================================================
--- packages/unstable/gnome-tweak-tool/debian/patches/series	[utf-8] (original)
+++ packages/unstable/gnome-tweak-tool/debian/patches/series	[utf-8] Tue Aug 29 22:10:06 2017
@@ -1 +1,2 @@
 01_menu_category.patch
+fix-defs.patch




More information about the pkg-gnome-commits mailing list