summaryrefslogtreecommitdiff
path: root/community/doublecmd/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
committerroot <root@rshg054.dnsready.net>2013-10-23 01:11:11 -0700
commit06a76442fa8de4a9975266a4eca7fb2a953f5244 (patch)
tree7b783eeb28c401d172561db419f82783f4380b34 /community/doublecmd/PKGBUILD
parentd5839dd449651d7781de570240f3d0a1a9162320 (diff)
Wed Oct 23 01:09:43 PDT 2013
Diffstat (limited to 'community/doublecmd/PKGBUILD')
-rw-r--r--community/doublecmd/PKGBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/doublecmd/PKGBUILD b/community/doublecmd/PKGBUILD
index 18bccd8f3..bad27de08 100644
--- a/community/doublecmd/PKGBUILD
+++ b/community/doublecmd/PKGBUILD
@@ -1,5 +1,5 @@
# vim:set ft=sh:
-# $Id: PKGBUILD 97499 2013-09-22 18:09:18Z idevolder $
+# $Id: PKGBUILD 99033 2013-10-22 19:21:49Z idevolder $
# Maintainer: BlackIkeEagle <ike DOT devolder AT gmail DOT com>
# Contributor: (sirocco AT ngs.ru)
@@ -7,7 +7,7 @@ pkgbase=doublecmd
pkgname=('doublecmd-gtk2' 'doublecmd-qt')
pkgver=0.5.7
_helpver=0.5.5
-pkgrel=1
+pkgrel=2
url="http://doublecmd.sourceforge.net/"
arch=('i686' 'x86_64')
license=('GPL')
@@ -49,6 +49,7 @@ build() {
package_doublecmd-gtk2() {
pkgdesc="twin-panel (commander-style) file manager (GTK)"
depends=('gtk2')
+ conflicts=('doublecmd-qt')
cd "$srcdir/$pkgbase-gtk"
sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix="$pkgdir"
@@ -61,6 +62,7 @@ package_doublecmd-gtk2() {
package_doublecmd-qt() {
pkgdesc="twin-panel (commander-style) file manager (QT)"
depends=('qt4pas')
+ conflicts=('doublecmd-gtk2')
cd "$srcdir/$pkgbase-qt"
sed -e 's/LIB_SUFFIX=.*/LIB_SUFFIX=/g' -i ./install/linux/install.sh
./install/linux/install.sh --install-prefix="$pkgdir"