diff options
author | tnut <tnut at nutyx dot com> | 2011-09-16 22:44:29 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-09-16 22:44:29 +0200 |
commit | 18cd478be5b07fd79a7e4e4a5b49df0b7ac825a0 (patch) | |
tree | 49670e18af565ff23520240722ef9bec2aa25e46 /pygobject/Pkgfile | |
parent | d8a7faa9bb7bf2f2c1c5b6a81cfe92679a46ee8f (diff) | |
parent | e2e940aaccfaf308b4d86091cdbb0c7473c02d48 (diff) | |
download | gnome3-18cd478be5b07fd79a7e4e4a5b49df0b7ac825a0.tar.gz gnome3-18cd478be5b07fd79a7e4e4a5b49df0b7ac825a0.tar.bz2 gnome3-18cd478be5b07fd79a7e4e4a5b49df0b7ac825a0.tar.xz gnome3-18cd478be5b07fd79a7e4e4a5b49df0b7ac825a0.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/gnome3
Diffstat (limited to 'pygobject/Pkgfile')
-rw-r--r-- | pygobject/Pkgfile | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/pygobject/Pkgfile b/pygobject/Pkgfile index 2bd9a0a..f621863 100644 --- a/pygobject/Pkgfile +++ b/pygobject/Pkgfile @@ -7,7 +7,7 @@ name=pygobject version=2.28.6 -release=3 +release=4 source=(http://ftp.gnome.org/pub/gnome/sources/$name/${version%.*}/$name-$version.tar.xz) build() { @@ -18,9 +18,5 @@ build() { make DESTDIR=$PKG install rm -rf $PKG/usr/share/gtk-doc - # Conflit avec pygobject3 - rm -rf $PKG/usr/share/pygobject/xsl - rm -rf $PKG/usr/lib/python2.7/site-packages/gtk-2.0/dsextras.{py,pyc,pyo} - find $PKG/usr/share/pygobject -name '*.py' | xargs sed -i "s|#![ ]*/usr/bin/env python$|#!/usr/bin/env python2|" } |