diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 11:12:08 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-22 11:12:08 -0300 |
commit | d7695add933fbf29023c28037423606b722d30c9 (patch) | |
tree | fdf7ea74db0143fd047025b285e127cb62626ab8 /community/gnome-commander | |
parent | e94fd638ac0deb5b18432dd1d04a053646d7918d (diff) | |
parent | 17dec629d8a13d1981d734ddc703efb5382ca309 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
kde-unstable/soprano/PKGBUILD
testing/imagemagick/PKGBUILD
Diffstat (limited to 'community/gnome-commander')
-rw-r--r-- | community/gnome-commander/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/gnome-commander/PKGBUILD b/community/gnome-commander/PKGBUILD index 203294179..696a079c6 100644 --- a/community/gnome-commander/PKGBUILD +++ b/community/gnome-commander/PKGBUILD @@ -1,10 +1,10 @@ -# $Id: PKGBUILD 46124 2011-05-03 20:51:46Z ibiru $ +# $Id: PKGBUILD 49734 2011-06-20 19:34:19Z ibiru $ # Maintainer : Ionut Biru <ibiru@archlinux.org> # Contributor: Roman Kyrylych <roman@archlinux.org> # Contributor: Johannes Sjolund <j.sjolund@gmail.com> pkgname=gnome-commander -pkgver=1.2.8.11 +pkgver=1.2.8.12 pkgrel=1 pkgdesc="A graphical two-pane filemanager for Gnome" arch=('i686' 'x86_64' 'mips64el') @@ -14,8 +14,8 @@ 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.bz2) -sha256sums=('ef0c466b0858542cf8aa2c63eee701a257ce189655d6a5e5f5bc64690ac26cd9') +source=(ftp://ftp.gnome.org/pub/GNOME/sources/gnome-commander/1.2/$pkgname-$pkgver.tar.xz) +sha256sums=('3431f28c7ff1dd882e4b5d6e6b2351929138cc123be4027e20b767eb5725bfee') build() { cd "${srcdir}/${pkgname}-${pkgver}" @@ -38,5 +38,5 @@ package() { mkdir -p "${pkgdir}"/usr/share/gconf/schemas gconf-merge-schema "${pkgdir}"/usr/share/gconf/schemas/${pkgname}.schemas \ --domain ${pkgname} "${pkgdir}"/etc/gconf/schemas/*.schemas - rm -f "${pkgdir}"/etc/gconf/schemas/*.schemas + rm -rf "${pkgdir}"/etc/gconf/schemas/ } |