diff options
author | piernov <piernov@piernov.org> | 2011-09-28 21:14:08 +0200 |
---|---|---|
committer | piernov <piernov@piernov.org> | 2011-09-28 21:14:08 +0200 |
commit | 5d2027fbf64d6869dc84a00169bf7da860aa9107 (patch) | |
tree | 7f4c06ab65cb99dc4156d9e3f3ff8bb3afa288b5 /base/gamin/Pkgfile | |
parent | dec0440b8506b7daffd7c2313e200563e35f026c (diff) | |
download | nutyx-extra-5d2027fbf64d6869dc84a00169bf7da860aa9107.tar.gz nutyx-extra-5d2027fbf64d6869dc84a00169bf7da860aa9107.tar.bz2 nutyx-extra-5d2027fbf64d6869dc84a00169bf7da860aa9107.tar.xz nutyx-extra-5d2027fbf64d6869dc84a00169bf7da860aa9107.zip |
gamin 0.1.10-2 ajout patch glib 2.29.x
Diffstat (limited to 'base/gamin/Pkgfile')
-rwxr-xr-x | base/gamin/Pkgfile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/base/gamin/Pkgfile b/base/gamin/Pkgfile index 5b1daac97..a8f000d58 100755 --- a/base/gamin/Pkgfile +++ b/base/gamin/Pkgfile @@ -5,11 +5,13 @@ name=gamin version=0.1.10 -release=1 -source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz) +release=2 +source=(http://www.gnome.org/~veillard/gamin/sources/$name-$version.tar.gz + remove_deprecated_G_CONST_RETURN.patch) build() { cd $name-$version + patch -p0 < ../remove_deprecated_G_CONST_RETURN.patch sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' python/gamin.py ./configure --prefix=/usr \ |