Line
Link Here
|
0 |
-- gpixpod-0.6.2.ebuild |
0 |
++ gpixpod-0.6.2.ebuild |
Lines 19-25
Link Here
|
19 |
dev-util/pkgconfig" |
19 |
dev-util/pkgconfig" |
20 |
|
20 |
|
21 |
src_unpack() { |
21 |
src_unpack() { |
22 |
distutils_python_version |
|
|
23 |
unpack ${A} |
22 |
unpack ${A} |
24 |
cd "${S}" |
23 |
cd "${S}" |
25 |
|
24 |
|
Lines 27-33
Link Here
|
27 |
sed -i -e "s:gpixpod\.glade:/usr/share/gpixpod/gpixpod\.glade:g" gpixpod.py || die |
26 |
sed -i -e "s:gpixpod\.glade:/usr/share/gpixpod/gpixpod\.glade:g" gpixpod.py || die |
28 |
|
27 |
|
29 |
# Fixing launching script and Makefile |
28 |
# Fixing launching script and Makefile |
30 |
sed -i -e "s:python2.4:python${PYVER}:g" Makefile gpixpod || die |
29 |
sed -i -e "s:python2.4:$(PYTHON):g" Makefile gpixpod || die |
31 |
sed -i -e "s:/usr/lib/gpixpod:$(python_get_sitedir):g" gpixpod || die |
30 |
sed -i -e "s:/usr/lib/gpixpod:$(python_get_sitedir):g" gpixpod || die |
32 |
} |
31 |
} |
33 |
|
32 |
|