diff options
author | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-30 21:47:08 -0500 |
---|---|---|
committer | Omar Vega Ramos <ovruni@gnu.org.pe> | 2012-11-30 21:47:08 -0500 |
commit | f61090cc9177608c18cf176eb77e799fce9ef9df (patch) | |
tree | 7ab73b4d71e52be18f6678aaaee36bc608e06ba3 /community/gnome-commander/PKGBUILD | |
parent | fcfce8c04b912e79644ee281d27120d40cc2e0df (diff) |
Add gnome-commander-1.2.8.15-build.patch
Diffstat (limited to 'community/gnome-commander/PKGBUILD')
-rw-r--r-- | community/gnome-commander/PKGBUILD | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index ec1bda143..3c9da448f 100644 --- a/community/gnome-commander/PKGBUILD +++ b/community/gnome-commander/PKGBUILD @@ -14,12 +14,14 @@ depends=('libgnomeui' 'gnome-vfs' 'gconf' 'python2' 'libsm') makedepends=('perlxml' 'gnome-doc-utils>=0.20.1' 'intltool') options=(!libtool) install=gnome-commander.install -source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz) -sha256sums=('d2feecf215db3e0faeb873c559087c2ad9af0a5aac26e2b1b32b28be939da37f') +source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz + gnome-commander-1.2.8.15-build.patch) +sha256sums=('d2feecf215db3e0faeb873c559087c2ad9af0a5aac26e2b1b32b28be939da37f' + '856e9c1a17acbb97772ed93d01d81746098e03f5c06375cc976fc784a0011088') build() { cd "$srcdir/$pkgname-$pkgver" - + patch -Np1 -i ${srcdir}/gnome-commander-1.2.8.15-build.patch # python2 fix for file in doc/*/gnome-commander.xml; do sed -i 's_#!/usr/bin/env python_#!/usr/bin/env python2_' $file |