diff options
author | root <root@rshg054.dnsready.net> | 2011-12-12 23:14:53 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-12 23:14:53 +0000 |
commit | cb9c375209c236c16557878a1b864f91de27b88d (patch) | |
tree | b0a7d6c0d887620c16ad1a95c9dfef632cb1b877 /community/winefish | |
parent | 22b0fa480661b6247dabf39059fe629e1d233a9a (diff) |
Mon Dec 12 23:14:53 UTC 2011
Diffstat (limited to 'community/winefish')
-rw-r--r-- | community/winefish/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/winefish/PKGBUILD b/community/winefish/PKGBUILD index c692791b8..a2fb79c8c 100644 --- a/community/winefish/PKGBUILD +++ b/community/winefish/PKGBUILD @@ -1,16 +1,17 @@ -# $Id: PKGBUILD 23711 2010-08-15 05:56:23Z shusmann $ +# $Id: PKGBUILD 60333 2011-12-11 17:42:32Z bpiotrowski $ +# Maintainer: Bartłomiej Piotrowski <barthalion@gmail.com> # Contributor: Allan McRae <allan@archlinux.org> # Contributor: Claudio Riva <firetux83@gmail.com> -# Maintainer: Stefan Husmann <stefan-husmann@t-online.de> +# Contributor: Stefan Husmann <stefan-husmann@t-online.de> pkgname=winefish pkgver=1.3.3 -pkgrel=9 +pkgrel=10 pkgdesc="LaTeX editor based on Bluefish with auto-completion and syntax highlighting" url="http://winefish.berlios.de/" arch=('i686' 'x86_64') license=('GPL') -depends=('libgnomeui') +depends=('gtk2' 'desktop-file-utils' 'shared-mime-info') makedepends=('pkgconfig') optdepends=('aspell: for spell check') install=$pkgname.install |