[arch-commits] Commit in konversation/trunk (PKGBUILD konversation.install)

Antonio Rojas arojas at archlinux.org
Thu Apr 28 21:46:03 UTC 2016


    Date: Thursday, April 28, 2016 @ 23:46:02
  Author: arojas
Revision: 266609

Hooks

Modified:
  konversation/trunk/PKGBUILD
Deleted:
  konversation/trunk/konversation.install

----------------------+
 PKGBUILD             |    5 ++---
 konversation.install |   12 ------------
 2 files changed, 2 insertions(+), 15 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-04-28 21:42:03 UTC (rev 266608)
+++ PKGBUILD	2016-04-28 21:46:02 UTC (rev 266609)
@@ -7,7 +7,7 @@
 
 pkgname=konversation
 pkgver=1.6
-pkgrel=2
+pkgrel=3
 pkgdesc="A user friendly IRC client for KDE"
 arch=('i686' 'x86_64')
 url="http://konversation.kde.org"
@@ -15,7 +15,6 @@
 optdepends=('python: python scripting support')
 makedepends=('extra-cmake-modules' 'kdoctools' 'python')
 license=('GPL2' 'FDL')
-install=${pkgname}.install
 source=("http://download.kde.org/stable/${pkgname}/${pkgver}/src/${pkgname}-${pkgver}.tar.xz")
 sha1sums=('16e8c1969b04c0946b48a436e8825654b0029bb9')
 
@@ -28,7 +27,7 @@
   cmake ../${pkgname}-${pkgver} \
     -DCMAKE_BUILD_TYPE=Release \
     -DCMAKE_INSTALL_PREFIX=/usr \
-    -DLIB_INSTALL_DIR=lib \
+    -DKDE_INSTALL_LIBDIR=lib \
     -DKDE_INSTALL_USE_QT_SYS_PATHS=ON
   make
 }

Deleted: konversation.install
===================================================================
--- konversation.install	2016-04-28 21:42:03 UTC (rev 266608)
+++ konversation.install	2016-04-28 21:46:02 UTC (rev 266609)
@@ -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
-}



More information about the arch-commits mailing list