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

Jaroslav Lichtblau jlichtblau at archlinux.org
Sun May 1 10:02:33 UTC 2016


    Date: Sunday, May 1, 2016 @ 12:02:33
  Author: jlichtblau
Revision: 173229

upgpkg: kmess 2.0.6.2-10 pacman hooks part 1 rebuild

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

---------------+
 PKGBUILD      |   21 ++++++++++-----------
 kmess.install |   11 -----------
 2 files changed, 10 insertions(+), 22 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-01 09:59:21 UTC (rev 173228)
+++ PKGBUILD	2016-05-01 10:02:33 UTC (rev 173229)
@@ -1,28 +1,27 @@
 # $Id$
-# Maintainer: Jaroslav Lichtblau <dragonlord at aur.archlinux.org>
+# Maintainer: Jaroslav Lichtblau <svetlemodry at archlinux.org>
 # Contributor: Mateusz Herych <heniekk at gmail.com>
 # Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
 
 pkgname=kmess
 pkgver=2.0.6.2
-pkgrel=9
+pkgrel=10
 pkgdesc="A MSN Messenger client for Linux"
 arch=('i686' 'x86_64')
-url='http://kmess.sourceforge.net/'
+url='https://sourceforge.net/projects/kmess/'
 license=('GPL')
 depends=('kdebase-lib')
-makedepends=('automoc4' 'cmake' 'optipng')
+makedepends=('automoc4' 'cmake' 'optipng' 'patch')
 optdepends=('cabextract: provides winks support')
-install=$pkgname.install
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2
+source=(http://downloads.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.bz2
         giflib-5.0.patch
         fix-crash-in-contactlistmodel.patch)
-md5sums=('a2e57911713308bef81b9347135cc5dd'
-         '29f7a0c0e27d6b5cafbc3ad498e3e30f'
-         'fdfe837f4bd64a5123edc63019bd5cf2')
+sha256sums=('d6af80d2144d3b859b46bc3aa18eaecb1329f1782bf165bda5617a92ec8a6a8e'
+            '3026df002dd0a829588c8d3b2c9b4674a411c784e2e34e56c3b1829c868ea83c'
+            'f496008e3a43eeb22a3f9126d410fb61e97ca7c5d9e5a2ba2f4a87c2f74d1dce')
 
 prepare() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
+  cd "${srcdir}"/$pkgname-$pkgver
 
 # Fix invalid PNG images to work with libpng 1.6
   find -name '*.png' -exec optipng -quiet -force -fix {} +
@@ -38,7 +37,7 @@
 
   mkdir build
   cd build
-  cmake ../${pkgname}-${pkgver} \
+  cmake ../$pkgname-$pkgver \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_BUILD_TYPE=Release
 

Deleted: kmess.install
===================================================================
--- kmess.install	2016-05-01 09:59:21 UTC (rev 173228)
+++ kmess.install	2016-05-01 10:02:33 UTC (rev 173229)
@@ -1,11 +0,0 @@
-post_install() {
-    xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
-    post_install
-}
-
-post_remove() {
-    post_install
-}



More information about the arch-commits mailing list