konversation: switched to pacman hooks (#73 and #74)

This commit is contained in:
Francesco Marinucci 2018-12-03 12:19:50 +01:00
parent 0d799f88b8
commit 6a18ebdfcf
2 changed files with 2 additions and 14 deletions

View File

@ -3,7 +3,7 @@ source ../kdeapps.conf
pkgname=konversation pkgname=konversation
pkgver=1.7.5 pkgver=1.7.5
pkgrel=1 pkgrel=2
pkgdesc="A user friendly IRC client for KDE" pkgdesc="A user friendly IRC client for KDE"
arch=('x86_64') arch=('x86_64')
url="http://konversation.kde.org" url="http://konversation.kde.org"
@ -12,7 +12,6 @@ makedepends=('extra-cmake-modules' 'kdoctools')
license=('GPL2' 'FDL') license=('GPL2' 'FDL')
categories=('communication') categories=('communication')
screenshots=('http://konversation.kde.org/screenshots/konversation13_2.png') 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") source=("https://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
sha1sums=('c4f702f7eb4e1c869488fe005ddbcb1cbf31951c') sha1sums=('c4f702f7eb4e1c869488fe005ddbcb1cbf31951c')
@ -23,7 +22,7 @@ prepare(){
build() { build() {
cd build cd build
cmake_kf5 ../${pkgname}-${pkgver} cmake ../${pkgname}-${pkgver}
make make
} }

View File

@ -1,11 +0,0 @@
post_install() {
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
}
post_upgrade() {
post_install
}
post_remove() {
post_install
}