diff options
author | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 18:09:17 -0300 |
---|---|---|
committer | coadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu> | 2016-04-28 18:10:28 -0300 |
commit | c33525d5480dffac7624fda45a611d088154caeb (patch) | |
tree | 3e8cd912999f15235196863314f46a3796d0e1d6 /libre/kdenetwork-kopete/PKGBUILD | |
parent | 861d4ba85b96184702e4c9cfcdc28d66e6936404 (diff) | |
download | abslibre-c33525d5480dffac7624fda45a611d088154caeb.tar.gz abslibre-c33525d5480dffac7624fda45a611d088154caeb.tar.bz2 abslibre-c33525d5480dffac7624fda45a611d088154caeb.zip |
kdenetwork-kopete: remove install files and unused patch file; and add armv7h
Diffstat (limited to 'libre/kdenetwork-kopete/PKGBUILD')
-rw-r--r-- | libre/kdenetwork-kopete/PKGBUILD | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/libre/kdenetwork-kopete/PKGBUILD b/libre/kdenetwork-kopete/PKGBUILD index edc6016a9..9cece485c 100644 --- a/libre/kdenetwork-kopete/PKGBUILD +++ b/libre/kdenetwork-kopete/PKGBUILD @@ -1,14 +1,14 @@ -# $Id: PKGBUILD 265157 2016-04-19 07:23:59Z arojas $ +# $Id: PKGBUILD 266422 2016-04-28 07:59:01Z fyan $ # Maintainer (Arch): Felix Yan <felixonmars@archlinux.org> # Contributor (Arch): Andrea Scarpino <andrea@archlinux.org> # Maintainer: André Silva <emulatorman@parabola.nu> pkgname=kdenetwork-kopete pkgver=16.04.0 -pkgrel=1.parabola1 +pkgrel=2.parabola1 pkgdesc='Instant Messenger, without nonfree Skype support' url='http://kde.org/applications/internet/kopete/' -arch=('i686' 'x86_64') +arch=('i686' 'x86_64' 'armv7h') license=('GPL' 'LGPL' 'FDL') groups=('kde-applications' 'kdenetwork') replaces=(${pkgname}-libre) @@ -16,7 +16,6 @@ conflicts=(${pkgname}-libre) depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp') makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer' 'libgadu') optdepends=('mediastreamer: jingle support' 'libgadu: Gadu-Gadu protocol') -install=${pkgname}.install source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz") sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4') @@ -31,7 +30,7 @@ prepare() { build() { cd build - cmake ../kopete-${pkgver} \ + cmake ../kopete-$pkgver \ -DCMAKE_BUILD_TYPE=Release \ -DKDE4_BUILD_TESTS=OFF \ -DCMAKE_INSTALL_PREFIX=/usr \ @@ -43,5 +42,5 @@ build() { package() { cd build - make DESTDIR=$pkgdir install + make DESTDIR="$pkgdir" install } |