diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-03-21 03:22:19 +0000 |
commit | d0f33415f254cb2fee06fd89f9cfed4535322f37 (patch) | |
tree | 66c13d72eac4f0110772b4675231c891334137bc /community/galculator | |
parent | 7e108c74958ec076a3734822f61f145d0d69547f (diff) |
Fri Mar 21 03:19:28 UTC 2014
Diffstat (limited to 'community/galculator')
-rw-r--r-- | community/galculator/PKGBUILD | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/community/galculator/PKGBUILD b/community/galculator/PKGBUILD index 20ed8b014..26dea963b 100644 --- a/community/galculator/PKGBUILD +++ b/community/galculator/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 107795 2014-03-19 18:01:16Z flexiondotorg $ +# $Id: PKGBUILD 107987 2014-03-20 12:54:06Z flexiondotorg $ # Maintainer : Martin Wimpress <code@flexion.org> # Contributor: Balló György <ballogyor+arch at gmail dot com> # Contributor: Bartłomiej Piotrowski <barthalion@gmail.com> @@ -8,7 +8,7 @@ pkgbase=galculator pkgname=(galculator galculator-gtk2) pkgver=2.1.3 -pkgrel=2 +pkgrel=3 pkgdesc='GTK+ based scientific calculator' arch=('i686' 'x86_64') url='http://galculator.sourceforge.net/' @@ -40,7 +40,7 @@ build() { package_galculator() { depends=('gtk3') - + cd "${pkgbase}-${pkgver}/gtk3" make DESTDIR="$pkgdir" install } @@ -50,7 +50,8 @@ package_galculator-gtk2() { depends=('gtk2') groups=('mate-extra') replaces=('mate-calc') - conflicts=('galculator' 'mate-calc') + provides=('mate-calc') + conflicts=('galculator') cd "${pkgbase}-${pkgver}/gtk2" make DESTDIR="$pkgdir" install |