summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorHyacinthe Cartiaux2015-10-22 18:39:23 +0200
committerHyacinthe Cartiaux2015-10-22 18:39:23 +0200
commit4fc09ab79a143562aa327e9792ba8072dc9931be (patch)
tree2238aa9404900f191edbd3e06e6fc9ec78b6e981
parent9dcde8c4e1079a055e7144a8843a09adbad884cb (diff)
downloadaur-4fc09ab79a143562aa327e9792ba8072dc9931be.tar.gz
Update, fix the compilation issue
-rw-r--r--.SRCINFO11
-rw-r--r--PKGBUILD12
2 files changed, 12 insertions, 11 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 7b6f5224ab7a..ad7854f345a0 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,8 @@
+# Generated by mksrcinfo v8
+# Thu Oct 22 16:32:18 UTC 2015
pkgbase = psi-qt5-git
pkgdesc = A jabber client. GIT version
- pkgver = 0.16_dev_20150707
+ pkgver = 0.16_dev_20151022
pkgrel = 1
url = http://psi-im.org/
arch = i686
@@ -11,15 +13,12 @@ pkgbase = psi-qt5-git
depends = qt5-base
depends = qca-qt5
depends = qt5-x11extras
- depends = enchant
+ depends = aspell
depends = libxss
- depends = openssl
- depends = dbus
- depends = zlib
provides = psi-git
conflicts = psi
conflicts = psi-git
- source = git+https://github.com/psi-im/psi.git
+ source = git://github.com/psi-im/psi.git
md5sums = SKIP
pkgname = psi-qt5-git
diff --git a/PKGBUILD b/PKGBUILD
index e10ad3803904..40f4e1f9b097 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,16 +1,16 @@
# Maintainer: Hyacinthe Cartiaux <hyacinthe.cartiaux@free.fr>
pkgname=psi-qt5-git
-pkgver=0.16_dev_20150707
+pkgver=0.16_dev_20151022
pkgrel=1
pkgdesc="A jabber client. GIT version"
arch=('i686' 'x86_64')
url="http://psi-im.org/"
license=('GPL2')
-depends=('qt5-base' 'qca-qt5' 'qt5-x11extras' 'enchant' 'libxss' 'openssl' 'dbus' 'zlib')
+depends=('qt5-base' 'qca-qt5' 'qt5-x11extras' 'aspell' 'libxss')
makedepends=('git' 'qconf-git')
conflicts=('psi' 'psi-git')
provides=('psi-git')
-source=(git+https://github.com/psi-im/psi.git)
+source=('git+https://github.com/psi-im/psi.git')
md5sums=('SKIP')
pkgver() {
@@ -26,8 +26,10 @@ build() {
qconf
./configure --prefix=/usr \
--libdir=/usr/lib \
- --qtdir="/usr/lib/qt"
- qmake-qt5 PREFIX=/usr psi.pro
+ --qtdir="/usr/lib/qt" \
+ --disable-enchant
+ # qmake-qt5 PREFIX=/usr psi.pro
+ make
}
package() {