From 6a18ebdfcf1133b614f4da336cbc10ce2e82b61c Mon Sep 17 00:00:00 2001 From: Francesco Marinucci Date: Mon, 3 Dec 2018 12:19:50 +0100 Subject: [PATCH] konversation: switched to pacman hooks (#73 and #74) --- konversation/PKGBUILD | 5 ++--- konversation/konversation.install | 11 ----------- 2 files changed, 2 insertions(+), 14 deletions(-) delete mode 100644 konversation/konversation.install diff --git a/konversation/PKGBUILD b/konversation/PKGBUILD index b728d3f73..7c270d416 100644 --- a/konversation/PKGBUILD +++ b/konversation/PKGBUILD @@ -3,7 +3,7 @@ source ../kdeapps.conf pkgname=konversation pkgver=1.7.5 -pkgrel=1 +pkgrel=2 pkgdesc="A user friendly IRC client for KDE" arch=('x86_64') url="http://konversation.kde.org" @@ -12,7 +12,6 @@ makedepends=('extra-cmake-modules' 'kdoctools') license=('GPL2' 'FDL') categories=('communication') screenshots=('http://konversation.kde.org/screenshots/konversation13_2.png') -install=${pkgname}.install source=("https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz") sha1sums=('c4f702f7eb4e1c869488fe005ddbcb1cbf31951c') @@ -23,7 +22,7 @@ prepare(){ build() { cd build - cmake_kf5 ../${pkgname}-${pkgver} + cmake ../${pkgname}-${pkgver} make } diff --git a/konversation/konversation.install b/konversation/konversation.install deleted file mode 100644 index e70c054ec..000000000 --- a/konversation/konversation.install +++ /dev/null @@ -1,11 +0,0 @@ -post_install() { - xdg-icon-resource forceupdate --theme hicolor &> /dev/null -} - -post_upgrade() { - post_install -} - -post_remove() { - post_install -}