mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 02:57:14 +08:00
parent
0d799f88b8
commit
6a18ebdfcf
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
post_install() {
|
|
||||||
xdg-icon-resource forceupdate --theme hicolor &> /dev/null
|
|
||||||
}
|
|
||||||
|
|
||||||
post_upgrade() {
|
|
||||||
post_install
|
|
||||||
}
|
|
||||||
|
|
||||||
post_remove() {
|
|
||||||
post_install
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user