summaryrefslogtreecommitdiff
path: root/community-testing/kovpn
diff options
context:
space:
mode:
Diffstat (limited to 'community-testing/kovpn')
-rw-r--r--community-testing/kovpn/ChangeLog2
-rw-r--r--community-testing/kovpn/PKGBUILD39
-rw-r--r--community-testing/kovpn/kovpn.install12
3 files changed, 0 insertions, 53 deletions
diff --git a/community-testing/kovpn/ChangeLog b/community-testing/kovpn/ChangeLog
deleted file mode 100644
index d8e35c402..000000000
--- a/community-testing/kovpn/ChangeLog
+++ /dev/null
@@ -1,2 +0,0 @@
-2007-06-25 Georg Grabler (STiAT) <ggrabler@gmail.com>
-* Added libtool option
diff --git a/community-testing/kovpn/PKGBUILD b/community-testing/kovpn/PKGBUILD
deleted file mode 100644
index 7730837b0..000000000
--- a/community-testing/kovpn/PKGBUILD
+++ /dev/null
@@ -1,39 +0,0 @@
-# $Id: PKGBUILD 63174 2012-01-30 19:01:01Z ibiru $
-# Maintainer: Sergej Pupykin <pupykin.s+arch@gmail.com>
-# Contributor: Douglas Soares de Andrade <dsandrade@gmail.com>
-
-pkgname=kovpn
-pkgver=0.3pre7
-_pkgver=0.3.pre7
-pkgrel=6
-pkgdesc="An OpenVPN client management interface for KDE"
-arch=('i686' 'x86_64')
-url="http://www.kde-apps.org/content/show.php?content=37043"
-license=('GPL')
-depends=('openvpn' 'kdelibs3' 'xdg-utils')
-makedepends=('automake' 'autoconf')
-options=('libtool')
-install=kovpn.install
-DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
- 'http::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
- 'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u')
-source=("https://projects.fslab.de/projects/kovpn/chrome/site/kovpn-${_pkgver}.tar.bz2"
- "kovpn-disable-dcop.patch::https://bugs.archlinux.org/task/15464?getfile=4173")
-md5sums=('19b61cf9f84088baffbd5bb0a287422c'
- '21171b74f76289daea1cc61eedaa4dba')
-
-build() {
- cd $srcdir/$pkgname-$_pkgver
-
- unset LDFLAGS
- . /etc/profile.d/qt3.sh
- export PATH=$QTDIR/bin:$PATH
- export QMAKESPEC=$QTDIR/mkspecs/linux-g++
-
- patch -Np1 -i ../kovpn-disable-dcop.patch
- sed -i 's#automake\*1.10\*#automake*1.10* | automake*1.11*#' admin/cvs.sh
- make -f admin/Makefile.common cvs
- ./configure --prefix=/opt/kde --without-arts --with-qt-dir=/opt/qt
- make
- make prefix=$pkgdir/usr install
-}
diff --git a/community-testing/kovpn/kovpn.install b/community-testing/kovpn/kovpn.install
deleted file mode 100644
index b4ee8556f..000000000
--- a/community-testing/kovpn/kovpn.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-
-post_upgrade() {
- post_install $1
-}
-
-post_remove() {
- which xdg-icon-resource 1>/dev/null 2>/dev/null && xdg-icon-resource forceupdate || true
-}
-