diff options
author | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2013-08-11 01:21:34 -0700 |
commit | 18a41d682d6e91e0d28fce23eb75292f477bd620 (patch) | |
tree | bce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/rekonq | |
parent | 0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff) |
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/rekonq')
-rw-r--r-- | community/rekonq/PKGBUILD | 33 | ||||
-rw-r--r-- | community/rekonq/rekonq.install | 12 |
2 files changed, 0 insertions, 45 deletions
diff --git a/community/rekonq/PKGBUILD b/community/rekonq/PKGBUILD deleted file mode 100644 index 114d1669d..000000000 --- a/community/rekonq/PKGBUILD +++ /dev/null @@ -1,33 +0,0 @@ -# $Id: PKGBUILD 93287 2013-07-01 06:22:40Z andrea $ -# Maintainer: Peter Lewis <plewis@aur.archlinux.org> -# Maintainer: Andrea Scarpino <andrea@archlinux.org> -# Contributor: Panagiotis Papadopoulos <pano_90 AT gmx DOT net> - -pkgname=rekonq -pkgver=2.3.2 -pkgrel=1 -pkgdesc='A WebKit based web browser for KDE' -arch=('i686' 'x86_64') -url='http://rekonq.kde.org/' -license=('GPL') -depends=('kdebase-keditbookmarks' 'qoauth') -makedepends=('cmake' 'automoc4') -optdepends=('kdebase-konqueror: search engines support' - 'qca-ossl: to use the sync handler') -install=${pkgname}.install -source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2") -sha256sums=('9cfdb7e02a08ad4d2b5dd6e8bd1c85c11013f41a3186c8c5c22454093722bc74') - -build(){ - mkdir build - cd build - cmake ../${pkgname}-${pkgver} \ - -DCMAKE_BUILD_TYPE=Release \ - -DCMAKE_INSTALL_PREFIX=/usr - make -} - -package() { - cd build - make DESTDIR="${pkgdir}" install -} diff --git a/community/rekonq/rekonq.install b/community/rekonq/rekonq.install deleted file mode 100644 index f80ffb217..000000000 --- a/community/rekonq/rekonq.install +++ /dev/null @@ -1,12 +0,0 @@ -post_install() { - update-desktop-database -q - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install $1 -} - -post_remove() { - post_install $1 -} |