diff options
author | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
---|---|---|
committer | Nicolas Reynolds <fauno@kiwwwi.com.ar> | 2011-06-02 10:50:51 -0300 |
commit | 901d121a0b559ed0c285f6cf7daebd0e0081a327 (patch) | |
tree | 814faf33f5ac64cc28c07e45f56c240c93605746 /extra/f-spot/PKGBUILD | |
parent | d0fae3a9b2c0de7490049611767dc2a3d6e94899 (diff) | |
parent | e7b9c9697e6a50c3b9e78941fa95ba11c716d238 (diff) |
Merge branch 'master' of ssh://vparabola/home/parabola/abslibre-pre-mips64el
Conflicts:
testing/mesa/PKGBUILD
Diffstat (limited to 'extra/f-spot/PKGBUILD')
-rw-r--r-- | extra/f-spot/PKGBUILD | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/extra/f-spot/PKGBUILD b/extra/f-spot/PKGBUILD index 49ad95653..081ffa01d 100644 --- a/extra/f-spot/PKGBUILD +++ b/extra/f-spot/PKGBUILD @@ -1,17 +1,17 @@ -# $Id: PKGBUILD 104366 2011-01-01 20:04:19Z ibiru $ +# $Id: PKGBUILD 125874 2011-05-31 09:04:12Z ibiru $ # Maintainer: Jan de Groot <jgc@archlinux.org> # Contributor: Kritoke <kritoke@nospam.gmail.com> # Contributor: György Balló <ballogy@freestart.hu> pkgname=f-spot pkgver=0.8.2 -pkgrel=1 +pkgrel=2 pkgdesc="A personal photo management program for GNOME" url="http://www.gnome.org/projects/f-spot/" arch=(i686 x86_64 'mips64el') license=('GPL') -depends=('mono-addins>=0.3' 'gnome-sharp>=2.8' 'ndesk-dbus-glib>=0.3.0' 'lcms>=1.12' 'gnome-keyring-sharp' 'flickrnet' 'libgphoto2' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils') -makedepends=('intltool>=0.35.0' 'gnome-doc-utils>=0.17.3' 'gnome-screensaver>=2.30.0') +depends=('mono-addins' 'gnome-sharp' 'ndesk-dbus-glib' 'lcms' 'gnome-keyring-sharp' 'flickrnet' 'libgphoto2' 'desktop-file-utils' 'hicolor-icon-theme' 'xdg-utils' 'libunique') +makedepends=('intltool' 'gnome-doc-utils' 'gnome-screensaver') options=('!libtool') install=$pkgname.install source=(http://ftp.gnome.org/pub/gnome/sources/$pkgname/${pkgver%.*}/${pkgname}-${pkgver}.tar.bz2 |