summaryrefslogtreecommitdiff
path: root/nonprism/kdenetwork-kopete/PKGBUILD
diff options
context:
space:
mode:
authorcoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 16:28:57 -0300
committercoadde [Márcio Alexandre Silva Delgado] <coadde@parabola.nu>2016-04-28 16:28:57 -0300
commit8f73f64db56f44e23005ad4918a09571723f3695 (patch)
tree577db80895dd6ac122c850ab85c0b9f1cc6fb06b /nonprism/kdenetwork-kopete/PKGBUILD
parentcc07cd60a803c7226d0bb91bf6d8a11aaf738cab (diff)
nonprism/kdenetwork-kopete: remove install files and unused patch file; and add armv7h
Diffstat (limited to 'nonprism/kdenetwork-kopete/PKGBUILD')
-rw-r--r--nonprism/kdenetwork-kopete/PKGBUILD13
1 files changed, 6 insertions, 7 deletions
diff --git a/nonprism/kdenetwork-kopete/PKGBUILD b/nonprism/kdenetwork-kopete/PKGBUILD
index 183464e7f..04d5a2be0 100644
--- a/nonprism/kdenetwork-kopete/PKGBUILD
+++ b/nonprism/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.nonprism1
+pkgrel=2.parabola1.nonprism1
pkgdesc='Instant Messenger, without nonfree Skype support and support for unsafe and dangerous for privacy protocols'
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 ${pkgname}-libre-nonprism)
@@ -16,14 +16,13 @@ conflicts=(${pkgname}-libre ${pkgname}-libre-nonprism)
depends=('kdebase-runtime' 'libotr' 'qimageblitz' 'jsoncpp')
makedepends=('cmake' 'automoc4' 'boost' 'mediastreamer')
optdepends=('mediastreamer: jingle support')
-install=${pkgname}.install
source=("http://download.kde.org/stable/applications/${pkgver}/src/kopete-${pkgver}.tar.xz"
'libre-nonprism.patch')
sha1sums=('929f6b9a4891097c5f08d0cc3d51ba87bd5253a4'
'f0d7b727da1b5160f05952eec4df1bfbefab99cf')
prepare() {
- cd kopete-${pkgver}
+ cd kopete-$pkgver
# Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34.
rm -rv protocols/skype
# remove unsafe/dangerous services
@@ -41,7 +40,7 @@ prepare() {
build() {
cd build
- cmake ../kopete-${pkgver} \
+ cmake ../kopete-$pkgver \
-DCMAKE_BUILD_TYPE=Release \
-DKDE4_BUILD_TESTS=OFF \
-DCMAKE_INSTALL_PREFIX=/usr \
@@ -63,5 +62,5 @@ build() {
package() {
cd build
- make DESTDIR=$pkgdir install
+ make DESTDIR="$pkgdir" install
}