[arch-commits] Commit in kmess/repos (8 files)
Evangelos Foutras
foutrelis at nymeria.archlinux.org
Mon May 20 21:10:18 UTC 2013
Date: Monday, May 20, 2013 @ 23:10:18
Author: foutrelis
Revision: 91296
archrelease: copy trunk to community-i686, community-x86_64
Added:
kmess/repos/community-i686/PKGBUILD
(from rev 91295, kmess/trunk/PKGBUILD)
kmess/repos/community-i686/kmess.install
(from rev 91295, kmess/trunk/kmess.install)
kmess/repos/community-x86_64/PKGBUILD
(from rev 91295, kmess/trunk/PKGBUILD)
kmess/repos/community-x86_64/kmess.install
(from rev 91295, kmess/trunk/kmess.install)
Deleted:
kmess/repos/community-i686/PKGBUILD
kmess/repos/community-i686/kmess.install
kmess/repos/community-x86_64/PKGBUILD
kmess/repos/community-x86_64/kmess.install
--------------------------------+
/PKGBUILD | 80 +++++++++++++++++++++++++++++++++++++++
/kmess.install | 22 ++++++++++
community-i686/PKGBUILD | 33 ----------------
community-i686/kmess.install | 11 -----
community-x86_64/PKGBUILD | 33 ----------------
community-x86_64/kmess.install | 11 -----
6 files changed, 102 insertions(+), 88 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2013-05-20 21:10:04 UTC (rev 91295)
+++ community-i686/PKGBUILD 2013-05-20 21:10:18 UTC (rev 91296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
-
-pkgname=kmess
-pkgver=2.0.6.2
-pkgrel=1
-pkgdesc="A MSN Messenger client for Linux"
-arch=('i686' 'x86_64')
-url='http://kmess.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-lib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cabextract: provides winks support')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2")
-md5sums=('a2e57911713308bef81b9347135cc5dd')
-
-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
-}
Copied: kmess/repos/community-i686/PKGBUILD (from rev 91295, kmess/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-20 21:10:18 UTC (rev 91296)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
+
+pkgname=kmess
+pkgver=2.0.6.2
+pkgrel=2
+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")
+md5sums=('a2e57911713308bef81b9347135cc5dd')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Fix invalid PNG images to work with libpng 1.6
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+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
+}
Deleted: community-i686/kmess.install
===================================================================
--- community-i686/kmess.install 2013-05-20 21:10:04 UTC (rev 91295)
+++ community-i686/kmess.install 2013-05-20 21:10:18 UTC (rev 91296)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kmess/repos/community-i686/kmess.install (from rev 91295, kmess/trunk/kmess.install)
===================================================================
--- community-i686/kmess.install (rev 0)
+++ community-i686/kmess.install 2013-05-20 21:10:18 UTC (rev 91296)
@@ -0,0 +1,11 @@
+post_install() {
+ xdg-icon-resource forceupdate --theme hicolor &> /dev/null
+}
+
+post_upgrade() {
+ post_install
+}
+
+post_remove() {
+ post_install
+}
Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD 2013-05-20 21:10:04 UTC (rev 91295)
+++ community-x86_64/PKGBUILD 2013-05-20 21:10:18 UTC (rev 91296)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer:
-# Contributor: Mateusz Herych <heniekk at gmail.com>
-# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
-
-pkgname=kmess
-pkgver=2.0.6.2
-pkgrel=1
-pkgdesc="A MSN Messenger client for Linux"
-arch=('i686' 'x86_64')
-url='http://kmess.sourceforge.net/'
-license=('GPL')
-depends=('kdebase-lib')
-makedepends=('automoc4' 'cmake')
-optdepends=('cabextract: provides winks support')
-install=${pkgname}.install
-source=("http://downloads.sourceforge.net/${pkgname}/${pkgname}-$pkgver.tar.bz2")
-md5sums=('a2e57911713308bef81b9347135cc5dd')
-
-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
-}
Copied: kmess/repos/community-x86_64/PKGBUILD (from rev 91295, kmess/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2013-05-20 21:10:18 UTC (rev 91296)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer:
+# Contributor: Mateusz Herych <heniekk at gmail.com>
+# Contributor: Stefano Zamprogno <stefano.zamprogno at gmail.com>
+
+pkgname=kmess
+pkgver=2.0.6.2
+pkgrel=2
+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")
+md5sums=('a2e57911713308bef81b9347135cc5dd')
+
+prepare() {
+ cd "${srcdir}/${pkgname}-${pkgver}"
+
+ # Fix invalid PNG images to work with libpng 1.6
+ find -name '*.png' -exec optipng -quiet -force -fix {} +
+}
+
+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
+}
Deleted: community-x86_64/kmess.install
===================================================================
--- community-x86_64/kmess.install 2013-05-20 21:10:04 UTC (rev 91295)
+++ community-x86_64/kmess.install 2013-05-20 21:10:18 UTC (rev 91296)
@@ -1,11 +0,0 @@
-post_install() {
- xdg-icon-resource forceupdate --theme hicolor &> /dev/null
-}
-
-post_upgrade() {
- post_install
-}
-
-post_remove() {
- post_install
-}
Copied: kmess/repos/community-x86_64/kmess.install (from rev 91295, kmess/trunk/kmess.install)
===================================================================
--- community-x86_64/kmess.install (rev 0)
+++ community-x86_64/kmess.install 2013-05-20 21:10:18 UTC (rev 91296)
@@ -0,0 +1,11 @@
+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