summaryrefslogtreecommitdiff
path: root/community/kmess/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
committerroot <root@rshg054.dnsready.net>2013-08-11 01:21:34 -0700
commit18a41d682d6e91e0d28fce23eb75292f477bd620 (patch)
treebce8f660d7d0b6541cadbc49bf1bac2434e4c0c6 /community/kmess/PKGBUILD
parent0ade1da67addf154d93c6a6399b0a3d5a18a3336 (diff)
Sun Aug 11 01:21:31 PDT 2013
Diffstat (limited to 'community/kmess/PKGBUILD')
-rw-r--r--community/kmess/PKGBUILD44
1 files changed, 0 insertions, 44 deletions
diff --git a/community/kmess/PKGBUILD b/community/kmess/PKGBUILD
deleted file mode 100644
index ec205977f..000000000
--- a/community/kmess/PKGBUILD
+++ /dev/null
@@ -1,44 +0,0 @@
-# $Id: PKGBUILD 94926 2013-08-01 07:01:20Z bpiotrowski $
-# Maintainer:
-# Contributor: Mateusz Herych <heniekk@gmail.com>
-# Contributor: Stefano Zamprogno <stefano.zamprogno@gmail.com>
-
-pkgname=kmess
-pkgver=2.0.6.2
-pkgrel=3
-pkgdesc="A MSN Messenger client for Linux"
-arch=('i686' 'x86_64')
-url='http://kmess.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-lib')
-makedepends=('automoc4' 'cmake' 'optipng')
-optdepends=('cabextract: provides winks support')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2"
- giflib-5.0.patch)
-md5sums=('a2e57911713308bef81b9347135cc5dd'
- '97734b073bf4a45ed3612d7626541cee')
-
-prepare() {
- cd "${srcdir}/${pkgname}-${pkgver}"
-
- # Fix invalid PNG images to work with libpng 1.6
- find -name '*.png' -exec optipng -quiet -force -fix {} +
-
- patch -Np1 -i ../giflib-5.0.patch
-}
-
-build() {
- cd "${srcdir}"
- mkdir build
- cd build
- cmake ../${pkgname}-${pkgver} \
- -DCMAKE_INSTALL_PREFIX=/usr \
- -DCMAKE_BUILD_TYPE=Release
- make
-}
-
-package() {
- cd "${srcdir}"/build
- make DESTDIR="${pkgdir}" install
-}