summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO5
-rw-r--r--PKGBUILD25
-rw-r--r--konversation-git.install12
3 files changed, 20 insertions, 22 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 537bb1869f7d..f7dfac6e2aa7 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,9 +1,10 @@
+# Generated by mksrcinfo v8
+# Wed May 4 14:33:09 UTC 2016
pkgbase = konversation-git
pkgdesc = A user friendly IRC client for KDE. (GIT Version)
- pkgver = 1.6.master.5004.r8097.8efbd55
+ pkgver = 1.6.master.5004.r8136.994f45a
pkgrel = 1
url = http://konversation.kde.org
- install = konversation-git.install
arch = x86_64
arch = i686
license = GPL2
diff --git a/PKGBUILD b/PKGBUILD
index 7def419837b6..e246512421e6 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,25 +1,34 @@
# Maintainer: Gustavo Alvarez <sl1pkn07@gmail.com>
pkgname=konversation-git
-pkgver=1.6.master.5004.r8097.8efbd55
+pkgver=1.6.master.5004.r8136.994f45a
pkgrel=1
pkgdesc="A user friendly IRC client for KDE. (GIT Version)"
arch=('x86_64' 'i686')
-url="http://konversation.kde.org"
-makedepends=('git' 'extra-cmake-modules' 'kdoctools' 'python')
-depends=('knotifyconfig' 'kemoticons' 'kparts' 'kidletime' 'qca-qt5' 'hicolor-icon-theme')
+url='http://konversation.kde.org'
+license=('GPL2' 'FDL')
+makedepends=('git'
+ 'extra-cmake-modules'
+ 'kdoctools'
+ 'python'
+ )
+depends=('knotifyconfig'
+ 'kemoticons'
+ 'kparts'
+ 'kidletime'
+ 'qca-qt5'
+ 'hicolor-icon-theme'
+ )
optdepends=('python: python scripting support')
conflicts=('konversation')
provides=('konversation')
-license=('GPL2' 'FDL')
-install=konversation-git.install
source=('git://anongit.kde.org/konversation')
sha1sums=('SKIP')
pkgver() {
cd konversation
_ver="$(cat src/version.h | grep "#define KONVI_VERSION" | cut -d '"' -f2 | tr - .).$(cat src/commit.h | grep "#define COMMIT" | cut -d ' ' -f3)"
- echo "$(echo ${_ver}).r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
+ echo "${_ver}.r$(git rev-list --count HEAD).$(git rev-parse --short HEAD)"
}
prepare() {
@@ -31,7 +40,7 @@ build() {
cmake ../konversation \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DLIB_INSTALL_DIR=lib \
+ -DKDE_INSTALL_LIBDIR=lib \
-DKDE_INSTALL_USE_QT_SYS_PATHS=ON \
-DBUILD_TESTING=OFF
make
diff --git a/konversation-git.install b/konversation-git.install
deleted file mode 100644
index 8834e059aa09..000000000000
--- a/konversation-git.install
+++ /dev/null
@@ -1,12 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
- update-desktop-database -q
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}