Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 108880 | Differences between
and this patch

Collapse All | Expand All

(-)gnome-bluetooth-0.6.0.orig/configure (-2 / +2 lines)
Lines 22770-22776 Link Here
22770
22770
22771
22771
22772
22772
22773
  pythondir=$PYTHON_PREFIX"/lib/python"$PYTHON_VERSION/site-packages
22773
  pythondir=$libdir"/python"$PYTHON_VERSION/site-package
22774
22774
22775
22775
22776
22776
Lines 22778-22784 Link Here
22778
22778
22779
22779
22780
22780
22781
  pyexecdir=$PYTHON_EXEC_PREFIX"/lib/python"$PYTHON_VERSION/site-packages
22781
  pyexecdir=$libdir"/python"$PYTHON_VERSION/site-packages
22782
22782
22783
22783
22784
22784
(-)gnome-bluetooth-0.6.0.orig/python/Makefile.am (-2 / +2 lines)
Lines 1-7 Link Here
1
libdir = @libdir@
1
2
2
pythondir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/gnomebt
3
pythondir = $(libdir)/python$(PYTHON_VERSION)/site-packages/gnomebt
3
pkgpythondir = $(pythondir)
4
pkgpythondir = $(pythondir)
4
libdir = $(pkgpythondir)
5
5
6
python_LTLIBRARIES = iconlist.la
6
python_LTLIBRARIES = iconlist.la
7
7
(-)gnome-bluetooth-0.6.0.orig/src/Makefile.am (-1 / +1 lines)
Lines 118-124 Link Here
118
		--override $(srcdir)/gnomebt-chooser.override \
118
		--override $(srcdir)/gnomebt-chooser.override \
119
		$(srcdir)/gnomebt-chooser.defs > $@
119
		$(srcdir)/gnomebt-chooser.defs > $@
120
120
121
pydir = $(PYTHON_PREFIX)/lib/python$(PYTHON_VERSION)/site-packages/gnomebt/
121
pydir = $(libdir)/python$(PYTHON_VERSION)/site-packages/gnomebt/
122
122
123
controller_la_SOURCES = gnomebt-controller-py.c gnomebt-controller-pymodule.c
123
controller_la_SOURCES = gnomebt-controller-py.c gnomebt-controller-pymodule.c
124
controller_la_LIBADD =  libgnomebt.la
124
controller_la_LIBADD =  libgnomebt.la

Return to bug 108880