summaryrefslogtreecommitdiff
path: root/nonprism
diff options
context:
space:
mode:
authorNicolás Reynolds <fauno@endefensadelsl.org>2014-02-16 03:38:43 +0000
committerNicolás Reynolds <fauno@endefensadelsl.org>2014-02-16 03:38:43 +0000
commit7695869e55415ddd53069b90850a387e73f04f4e (patch)
tree943d5d2b3a9a108665203c54fa0f5d63d112a7c3 /nonprism
parent34276794ce110cd2f9204e4b504aea41fb584145 (diff)
Sun Feb 16 03:37:09 UTC 2014
Diffstat (limited to 'nonprism')
-rw-r--r--nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD66
-rw-r--r--nonprism/kdepim-runtime-nonprism/PKGBUILD39
2 files changed, 0 insertions, 105 deletions
diff --git a/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD b/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD
deleted file mode 100644
index 4e904a5b7..000000000
--- a/nonprism/kdenetwork-kopete-libre-nonprism/PKGBUILD
+++ /dev/null
@@ -1,66 +0,0 @@
-# $Id: PKGBUILD 203932 2014-01-14 07:49:31Z svenstaro $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-
-_pkgname=kdenetwork-kopete
-pkgname=kdenetwork-kopete-libre-nonprism
-pkgver=4.12.1
-pkgrel=1
-pkgdesc='Instant Messenger, without Skype and support for unsafe and dangerous for privacy protocols'
-url='http://kde.org/applications/internet/kopete/'
-arch=('i686' 'x86_64' 'mips64el')
-license=('GPL' 'LGPL' 'FDL')
-groups=('kde' 'kdenetwork')
-depends=('kdebase-runtime' 'kdepimlibs' 'qca-ossl' 'libotr' 'libidn'
- 'qimageblitz' 'mediastreamer' 'jsoncpp')
-makedepends=('cmake' 'automoc4' 'boost')
-install=${_pkgname}.install
-replaces=$_pkgname
-conflicts=$_pkgname
-provides=$_pkgname=$pkgver
-source=("http://download.kde.org/stable/${pkgver}/src/kopete-${pkgver}.tar.xz"
- 'libre-nonprism.patch')
-sha1sums=('e6ad13cb81842961df0e6e9ecda309b47db0af29'
- 'ddde6ed0b6f281512dc12cb80f712f33c6932c92')
-
-prepare() {
- cd kopete-${pkgver}
- # Based on http://bzr.trisquel.info/package-helpers/trunk/annotate/head%3A/helpers/natty/make-kdenetwork, revision 34.
- sed -i 's/Skype protocol" ON/Skype protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/skype
- # remove unsafe/dangerous services
- sed -i 's/Oscar (ICQ and AIM) protocol" ON/Oscar (ICQ and AIM) protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/oscar
- sed -i 's/Yahoo protocol" ON/Yahoo protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/yahoo
- sed -i 's/QQ protocol" ON/QQ protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/qq
- sed -i 's/Novell GroupWise Messenger protocol" ON/Novell GroupWise Messenger protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/groupwise
- sed -i 's/Gadu-Gadu protocol" ON/Gadu-Gadu protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/gadu
- sed -i 's/Google Talk support" ON/Google Talk support" OFF/g' protocols/CMakeLists.txt
- sed -i 's/Window Live Messenger support" ON/Window Live Messenger support" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/wlm
- sed -i 's/Windows Live Messenger voice clip support" ON/Windows Live Messenger voice clip support" OFF/g' protocols/CMakeLists.txt
- sed -i 's/meanwhile protocol" ON/meanwhile protocol" OFF/g' protocols/CMakeLists.txt
- rm -rf protocols/meanwhile
- patch -p1 -i "${srcdir}"/libre-nonprism.patch
- cd ..
- mkdir build
-}
-
-build() {
- cd build
- cmake ../kopete-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_SKIP_RPATH=ON
- make
-}
-
-package() {
- cd build
- make DESTDIR=$pkgdir install
-}
diff --git a/nonprism/kdepim-runtime-nonprism/PKGBUILD b/nonprism/kdepim-runtime-nonprism/PKGBUILD
deleted file mode 100644
index 222f86473..000000000
--- a/nonprism/kdepim-runtime-nonprism/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 203696 2014-01-14 07:35:24Z svenstaro $
-# Maintainer: Andrea Scarpino <andrea@archlinux.org>
-# Contributor: Pierre Schmitz <pierre@archlinux.de>
-# Maintainer (Parabola): André Silva <emulatorman@parabola.nu>
-
-_pkgname=kdepim-runtime
-pkgname=kdepim-runtime-nonprism
-pkgver=4.12.1
-pkgrel=1
-pkgdesc='Extends the functionality of kdepim, without libkgapi and libkfbapi support'
-arch=('i686' 'x86_64')
-url='https://projects.kde.org/projects/kde/kdepim-runtime'
-license=('GPL' 'LGPL' 'FDL')
-depends=('kdebase-runtime' 'libkolab')
-makedepends=('cmake' 'automoc4' 'boost')
-install="${_pkgname}.install"
-replaces=('kdepim-runtime' 'kdepim-runtime-coherence')
-conflicts=kdepim-runtime
-provides=kdepim-runtime=$pkgver
-source=("http://download.kde.org/stable/${pkgver}/src/${_pkgname}-${pkgver}.tar.xz")
-sha1sums=('0df4bc061f5c6aca896361358befb58a0425347f')
-
-prepare() {
- mkdir build
-}
-
-build() {
- cd build
- cmake ../${_pkgname}-${pkgver} \
- -DCMAKE_BUILD_TYPE=Release \
- -DKDE4_BUILD_TESTS=OFF \
- -DCMAKE_INSTALL_PREFIX=/usr
- make
-}
-
-package() {
- cd build
- make DESTDIR="${pkgdir}" install
-}